Home
last modified time | relevance | path

Searched refs:Polygon (Results 26 – 35 of 35) sorted by path

12

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPolygon.php10 * @method Polygon[] getComponents()
11 * @property Polygon[] $components
18 parent::__construct($components, true, Polygon::class);
H A DPolygon.php10 * Polygon: A polygon is a plane figure that is bounded by a closed path,
16 class Polygon extends Surface class
31 'Cannot create Polygon: Invalid number of points in LinearRing. Found ' .
42 'Cannot create Polygon: contains non-closed ring (first point: '
50 // throw new \Exception('Cannot create Polygon: geometry should be simple');
104 $innerPoly = new Polygon([$component]);
154 $area = (new Polygon([$ring]))->area(true, true);
324 * Checks whether the given geometry is spatially inside the Polygon
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …ples:1,PixelVariance:1,Points:1,PointsGeneralPolygons:1,PointsPolygons:1,Polygon:1,Procedural:1,Pr… property in hljs.LANGUAGES.rib.dM.k.keyword
/plugin/imapmarkers/
H A DREADME.md80 **Polygon**: X1,Y1,X2,Y2,X3,Y3 (and so on …)
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/ol3/
H A Dscript.js1 …ter to point geometries."},LineString:{doc:"Filter to line geometries."},Polygon:{doc:"Filter to p… class in AnonymousFunction600b995a0400.i.geometry_type.values
8Polygon:function(t,e,r,n,i){var o=r.getFill(),a=r.getStroke();if(o||a){var s=t.getBuilder(r.getZIn… property in r.SEGMENT_WRITERS_
/plugin/openlayersmap/
H A DStaticMap.php28 use geoPHP\Geometry\Polygon;
645 case 'Polygon':
667 * @param Polygon $polygon
676 // print_r('Polygon:<br />');
27 use geoPHP\Geometry\Polygon; global() alias
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 … 'Line',\n 'Square',\n 'Circle',\n 'PolyLine',\n 'Polygon',\n 'Ink',\n…
H A Dpdf.worker.js.map1 …ine':\n return new PolylineAnnotation(parameters);\n\n case 'Polygon':\n return…

12