Home
last modified time | relevance | path

Searched refs:Polygon (Results 1 – 25 of 35) sorted by last modified time

12

/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/geophp/
H A Ddeleted.files21 geoPHP/lib/geometry/Polygon.class.php
H A Dcomposer.lock57 "description": "Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.",
60 "Polygon",
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php8 use geoPHP\Geometry\Polygon; alias
82 * @param boolean $asGrid Return the center point of hash grid or the grid cell as Polygon
84 * @return Point|Polygon the converted GeoHash
92 return new Polygon(
H A DGeoJSON.php12 use geoPHP\Geometry\Polygon; alias
147 return new Polygon($lines);
H A DGeoRSS.php11 use geoPHP\Geometry\Polygon; alias
152 $polygons[] = new Polygon([$exteriorRing]);
155 $polygons[] = new Polygon();
176 $polygons[] = new Polygon([$exteriorRing]);
247 * @param Polygon $geometry
H A DGoogleGeocode.php10 use geoPHP\Geometry\Polygon; alias
182 return new Polygon([$outerRing]);
H A DKML.php11 use geoPHP\Geometry\Polygon; alias
174 return new Polygon();
194 return new Polygon($components);
268 /** @var Polygon $geometry */
328 * @param Polygon $geometry
343 return '<' . $this->nss . "Polygon>\n" . $str . '</' . $this->nss . "Polygon>\n";
H A DOSM.php20 use geoPHP\Geometry\Polygon; alias
138 /** @var Polygon[] */
204 $polygon = new Polygon([$line]);
284 /** @var Polygon[] $rings */
318 // Create the new Polygon
324 $newPolygon = new Polygon([new LineString($ringPoints)]);
364 /** @var Polygon[] $relationPolygons */
404 $relationPolygons[] = new Polygon($linearRings);
453 /** @var Polygon $geometry */
499 * @param Polygon
[all...]
H A DTWKB.php26 use geoPHP\Geometry\Polygon; alias
187 $geometry = $this->getMulti('Polygon', $options);
259 * @return Polygon
265 return new Polygon();
275 return new Polygon($rings, true);
309 case 'Polygon':
401 /** @var Polygon $geometry */
493 * @param Polygon $geometry
H A DWKB.php11 use geoPHP\Geometry\Polygon; alias
163 $geometry = $this->getMulti('Polygon');
237 return new Polygon($components);
256 case 'Polygon':
304 /** @var Polygon $geometry */
365 * @param Polygon $poly
H A DWKT.php13 use geoPHP\Geometry\Polygon; alias
153 return new Polygon();
162 return new Polygon($lines);
/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
H A DGeometry.php34 const POLYGON = 'Polygon';
358 return new Polygon([new LineString($points)]);
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md6 KML, GPX, and GeoRSS. It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.)
28 // Polygon WKT example
/plugin/imapmarkers/
H A DREADME.md80 **Polygon**: X1,Y1,X2,Y2,X3,Y3 (and so on …)
/plugin/achart/assets/
H A Dapexcharts.min.js6Polygon=a.invent({create:"polygon",inherit:a.Shape,construct:{polygon:function(t){return this.put(…
/plugin/c3chart/assets/
H A Dd3.min.js2Polygon:function(t,n){An(t.coordinates,n)},MultiPolygon:function(t,n){for(var e=t.coordinates,r=-1… method in mp
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705Polygon:function(t,e){Fc(t.coordinates,e)},MultiPolygon:function(t,e){for(var n=t.coordinates,r=-1…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6Polygon:function(t,e){Fc(t.coordinates,e)},MultiPolygon:function(t,e){for(var n=t.coordinates,r=-1…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1Polygon:function(t,e){Fc(t.coordinates,e)},MultiPolygon:function(t,e){for(var n=t.coordinates,r=-1…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D35.35.js.map1 …nFromText',\n 'PolyFromWKB',\n 'PolygonFromWKB',\n 'Polygon',\n 'POSIT…
H A Dbundle.js.map1Polygon\", coordinates: [ring]};\n ring = rotate = null;\n return c;\n }\n\n circle.center…

12