Home
last modified time | relevance | path

Searched refs:GeometryCollection (Results 1 – 25 of 28) sorted by relevance

12

/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php15 use geoPHP\Geometry\GeometryCollection; alias
72 'geometrycollection' => 'GeometryCollection',
181 * For example a GeometryCollection of only points will become a MultiPoint
185 * @param Geometry|Geometry[]|GeometryCollection|GeometryCollection[] $geometries
223 * @var Geometry[]|GeometryCollection[] $geometries
245 return new GeometryCollection($reducedGeometries);
250 * @param Geometry[]|GeometryCollection[] $unreduced
255 if ($item->geometryType() == 'GeometryCollection' || strpos($item->geometryType(), 'Multi') === 0) {
265 * Build an appropriate Geometry, MultiGeometry, or GeometryCollection t
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php7 use geoPHP\Geometry\GeometryCollection; alias
101 if ($type == 'GeometryCollection') {
105 /** @var GeometryCollection $geometry */
195 * @return GeometryCollection
201 throw new \Exception('Invalid GeoJSON: GeometryCollection with no component geometries');
206 $collection = new GeometryCollection($geometries);
232 * If the root geometry is a GeometryCollection, and any of its geometries has data,
239 * @param Geometry|GeometryCollection $geometry
256 'type' => 'GeometryCollection',
H A DKML.php8 use geoPHP\Geometry\GeometryCollection; alias
49 * @return Geometry|GeometryCollection
90 // Node names are all the same, except for MultiGeometry, which maps to GeometryCollection
106 return new GeometryCollection($geometries);
116 return new GeometryCollection();
213 return new GeometryCollection($components);
H A DWKT.php8 use geoPHP\Geometry\GeometryCollection; alias
232 * @return GeometryCollection
238 return new GeometryCollection();
260 return new GeometryCollection($geometries);
H A DWKB.php6 use geoPHP\Geometry\GeometryCollection; alias
259 return new GeometryCollection($components);
320 /** @var GeometryCollection $geometry */
382 * @param MultiPoint|MultiPolygon|MultiLineString|GeometryCollection $geometry
H A DGPX.php11 use geoPHP\Geometry\GeometryCollection; alias
54 * @return Geometry|GeometryCollection
109 * @return GeometryCollection|Geometry Returns the geometry representation of the GPX (@see geoPHP::buildGeometry)
134 $geometry = new GeometryCollection([$geometry]);
309 * @param Geometry|GeometryCollection $geometry
H A DGoogleGeocode.php6 use geoPHP\Geometry\GeometryCollection; alias
46 * @return Geometry|GeometryCollection
H A DGeoRSS.php8 use geoPHP\Geometry\GeometryCollection; alias
41 * @return Geometry|GeometryCollection
H A DOSM.php15 use geoPHP\Geometry\GeometryCollection; alias
48 * @return Geometry|GeometryCollection
96 return new GeometryCollection();
187 $geometries[] = count($geometryCollection) == 1 ? $geometryCollection[0] : new GeometryCollection($geometryCollection);
223 return count($geometries) == 1 ? $geometries[0] : new GeometryCollection($geometries);
H A DTWKB.php19 use geoPHP\Geometry\GeometryCollection; alias
312 return new GeometryCollection($components);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPoint.php72 * @return GeometryCollection
76 return new GeometryCollection();
H A DGeometryCollection.php8 * GeometryCollection: A heterogeneous collection of geometries
10 class GeometryCollection extends MultiGeometry class
14 * @param Geometry[] $components Array of geometries. Components of GeometryCollection can be
53 * In a GeometryCollection, the centroid is equal to the centroid of
94 throw new \Exception('Internal error: GeometryCollection->centroid() calculation failed.');
129 /** @var GeometryCollection $component */
H A DPoint.php180 * @return GeometryCollection
184 return new GeometryCollection();
H A DGeometry.php38 const GEOMETRY_COLLECTION = 'GeometryCollection';
668 * @return bool|mixed|null|GeometryCollection
/plugin/geophp/
H A Ddeleted.files15 geoPHP/lib/geometry/GeometryCollection.class.php
/plugin/openlayersmap/
H A DStaticMap.php25 use geoPHP\Geometry\GeometryCollection;
229 $geom = new GeometryCollection($geoms);
638 case 'GeometryCollection':
24 use geoPHP\Geometry\GeometryCollection; global() alias
/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.)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D35.35.js.map1 …'GeomCollFromWKB',\n 'GeometryCollectionFromWKB',\n 'GeometryCollection',\n '…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/c3chart/assets/
H A Dd3.min.js2GeometryCollection:function(t,n){for(var e=t.geometries,r=-1,i=e.length;++r<i;)Sn(e[r],n)}},Lh=fun… method in mp
/plugin/ol3/
H A Dscript.js8GeometryCollection:function(t,e,r,n,i){var o,a,s=e.getGeometriesArray();for(o=0,a=s.length;o<a;++o… property in r.SEGMENT_WRITERS_
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4 …on(n,t){for(var e=n.coordinates,r=-1,i=e.length;++r<i;)gt(e[r],t)},GeometryCollection:function(n,t… method in wa
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1GeometryCollection:function(t,e){for(var n=t.geometries,r=-1,i=n.length;++r<i;)Bc(n[r],e)}};functi…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6GeometryCollection:function(t,e){for(var n=t.geometries,r=-1,i=n.length;++r<i;)Dc(n[r],e)}};functi…
/plugin/flowcharts/
H A Dmermaid.min.js1GeometryCollection:function(t,e){for(var n=t.geometries,r=-1,i=n.length;++r<i;)Lu(n[r],e)}};functi…

12