/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | Curve.php | 77 * @return LineString|MultiPoint 84 ? new MultiPoint() 85 : new MultiPoint([$this->startPoint(), $this->endPoint()])
|
H A D | MultiLineString.php | 65 * The boundary of a MultiLineString is a MultiPoint consists of the start and end points of its non-closed LineStrings 67 * @return MultiPoint 78 return new MultiPoint($points);
|
H A D | MultiPoint.php | 8 * A MultiPoint is a 0-dimensional Collection. 9 * The elements of a MultiPoint are restricted to Points. 11 * A MultiPoint is simple if no two Points in the MultiPoint are equal (have identical coordinate values in X and Y). 12 * Every MultiPoint is spatially equal under the definition in OGC 06-103r4 Clause 6.1.15.3 to a simple Multipoint. 15 * @property Point[] $components The elements of a MultiPoint are Points 17 class MultiPoint extends MultiGeometry class 34 * MultiPoint is 0-dimensional 52 * A MultiPoint is simple if no two Points in the MultiPoint ar [all...] |
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | WKT.php | 10 use geoPHP\Geometry\MultiPoint; alias 168 * @return MultiPoint 172 // If it's marked as empty, then return an empty MultiPoint 174 return new MultiPoint(); 185 return new MultiPoint($points);
|
H A D | GeoJSON.php | 9 use geoPHP\Geometry\MultiPoint; alias 153 * @return MultiPoint 161 return new MultiPoint($points);
|
H A D | WKB.php | 8 use geoPHP\Geometry\MultiPoint; alias 253 return new MultiPoint($components); 308 /** @var MultiPoint $geometry */ 382 * @param MultiPoint|MultiPolygon|MultiLineString|GeometryCollection $geometry
|
H A D | GoogleGeocode.php | 8 use geoPHP\Geometry\MultiPoint; alias 83 return new MultiPoint($points);
|
H A D | OSM.php | 17 use geoPHP\Geometry\MultiPoint; alias 183 $geometryCollection[] = count($relationPoints) == 1 ? $relationPoints[0] : new MultiPoint($relationPoints);
|
H A D | TWKB.php | 23 use geoPHP\Geometry\MultiPoint; alias 306 return new MultiPoint($components);
|
/plugin/geophp/ |
H A D | deleted.files | 18 geoPHP/lib/geometry/MultiPoint.class.php
|
/plugin/geophp/vendor/funiq/geophp/ |
H A D | README.md | 37 // MultiPoint json example 41 "type": "MultiPoint",
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 35.35.js.map | 1 …\n 'MultiPolygonFromWKB',\n 'MultiLineString',\n 'MultiPoint',\n 'Mult…
|
H A D | bundle.js.map | 1 …MultiPoint: function(object, point) {\n var coordinates = object.coordinates, i = -1, n = coord…
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/ol3/ |
H A D | script.js | 8 …MultiPoint:function(t,e,r,n,i){var o,a=r.getImage(),s=r.getText();i&&(t=i,o=a&&s&&s.getText()?{}:v… property in r.SEGMENT_WRITERS_
|
/plugin/c3chart/assets/ |
H A D | d3.min.js | 2 …MultiPoint:function(t,n){for(var e=t.coordinates,r=-1,i=e.length;++r<i;)t=e[r],n.point(t[0],t[1],t… method in mp
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | d3.min.js | 4 …sphere()},Point:function(n,t){n=n.coordinates,t.point(n[0],n[1],n[2])},MultiPoint:function(n,t){fo… method in wa
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js | 1 …MultiPoint:function(t,e){for(var n=t.coordinates,r=-1,i=n.length;++r<i;)t=n[r],e.point(t[0],t[1],t…
|
H A D | mermaid.min.js.map | 1 …MultiPoint","LineString","streamLine","MultiLineString","Polygon","streamPolygon","MultiPolygon","…
|
/plugin/diagramsnet/lib/js/mermaid/ |
H A D | mermaid.min.js | 6 …MultiPoint:function(t,e){for(var n=t.coordinates,r=-1,i=n.length;++r<i;)t=n[r],e.point(t[0],t[1],t…
|
/plugin/flowcharts/ |
H A D | mermaid.min.js | 1 …MultiPoint:function(t,e){for(var n=t.coordinates,r=-1,i=n.length;++r<i;)t=n[r],e.point(t[0],t[1],t…
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1705 …MultiPoint:function(t,e){for(var n=t.coordinates,r=-1,i=n.length;++r<i;)t=n[r],e.point(t[0],t[1],t…
|