Home
last modified time | relevance | path

Searched refs:POLYGON (Results 1 – 22 of 22) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPolygon.php57 return Geometry::POLYGON;
350 } elseif ($geometry->geometryType() == Geometry::POLYGON) {
H A DGeometry.php34 const POLYGON = 'Polygon'; define in geoPHP\\Geometry\\Geometry
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php55 Geometry::POLYGON => 3,
303 case Geometry::POLYGON:
H A DTWKB.php68 Geometry::POLYGON => 3,
400 case Geometry::POLYGON:
H A DGeoRSS.php207 case Geometry::POLYGON:
H A DWKT.php331 case Geometry::POLYGON:
H A DKML.php267 case Geometry::POLYGON:
H A DGPX.php350 case Geometry::POLYGON:
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md29 $polygon = geoPHP::load('POLYGON((1 1,5 1,5 5,1 5,1 1),(2 2,2 3,3 3,3 2,2 2))','wkt');
/plugin/ol3/
H A Dscript.js8POLYGON:"Polygon",MULTI_POINT:"MultiPoint",MULTI_LINE_STRING:"MultiLineString",MULTI_POLYGON:"Mult… function
/plugin/diagramsnet/lib/shapes/
H A DmxBasic.js3156 mxShapeBasicPolygon.prototype.cst = {POLYGON : 'mxgraph.basic.polygon'};
3196 mxCellRenderer.registerShape(mxShapeBasicPolygon.prototype.cst.POLYGON, mxShapeBasicPolygon);
3200 Graph.handleFactory[mxShapeBasicPolygon.prototype.cst.POLYGON] = function(state)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D35.35.js.map1 …,\n 'PLUGINS',\n 'PLUGIN_DIR',\n 'POINT',\n 'POLYGON',\n 'PORT'…
/plugin/processing/
H A Dscript.js272 POLYGON: 20, property in PConstants
1113 curShape = PConstants.POLYGON,
7704 if (isCurve && curShape === PConstants.POLYGON || isCurve && curShape === undef) {
7745 } else if (isBezier && curShape === PConstants.POLYGON || isBezier && curShape === undef) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js6 …NIMIZE",265:"SOUND.NOTE",266:"SOUND.PLAY",267:"FORMAT.SHAPE",268:"EXTEND.POLYGON",269:"FORMAT.AUTO…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js319 POLYGON: 7,
19569 case _util.AnnotationType.POLYGON:
H A Dpdf.worker.js1488 POLYGON: 7,
29498 _this15.data.annotationType = _util.AnnotationType.POLYGON;
H A Dpdf.js.map1POLYGON","POLYLINE","HIGHLIGHT","UNDERLINE","SQUIGGLY","STRIKEOUT","STAMP","CARET","INK","POPUP","…
H A Dpdf.worker.js.map1POLYGON","POLYLINE","HIGHLIGHT","UNDERLINE","SQUIGGLY","STRIKEOUT","STAMP","CARET","INK","POPUP","…
/plugin/diagramsnet/lib/js/
H A Dshapes-14-6-5.min.js1954 …me:"Polyline",type:"bool",defVal:!1}];mxShapeBasicPolygon.prototype.cst={POLYGON:"mxgraph.basic.po…
1955 …tch(h){}};mxCellRenderer.registerShape(mxShapeBasicPolygon.prototype.cst.POLYGON,mxShapeBasicPolyg…
1957 Graph.handleFactory[mxShapeBasicPolygon.prototype.cst.POLYGON]=function(a){var d=[];try{for(var e=J…
H A Dshapes.min.js1976 mxShapeBasicPolygon.prototype.cst={POLYGON:"mxgraph.basic.polygon"};mxShapeBasicPolygon.prototype.p…
1977 mxCellRenderer.registerShape(mxShapeBasicPolygon.prototype.cst.POLYGON,mxShapeBasicPolygon);mxShape…
1978 Graph.handleFactory[mxShapeBasicPolygon.prototype.cst.POLYGON]=function(a){var d=[];try{for(var e=J…
H A Dviewer-static.min.js6042 …me:"Polyline",type:"bool",defVal:!1}];mxShapeBasicPolygon.prototype.cst={POLYGON:"mxgraph.basic.po…
6043 …tch(h){}};mxCellRenderer.registerShape(mxShapeBasicPolygon.prototype.cst.POLYGON,mxShapeBasicPolyg…
6045 Graph.handleFactory[mxShapeBasicPolygon.prototype.cst.POLYGON]=function(a){var d=[];try{for(var e=J…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs14162 268: "EXTEND.POLYGON",