Home
last modified time | relevance | path

Searched refs:LINE_STRING (Results 1 – 10 of 10) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php54 Geometry::LINE_STRING => 2,
299 case Geometry::LINE_STRING:
H A DTWKB.php67 Geometry::LINE_STRING => 2,
396 case Geometry::LINE_STRING:
H A DGeoRSS.php204 case Geometry::LINE_STRING:
H A DWKT.php326 case Geometry::LINE_STRING:
H A DKML.php264 case Geometry::LINE_STRING:
H A DGPX.php346 case Geometry::LINE_STRING:
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php21 return Geometry::LINE_STRING;
490 if ($geometry->geometryType() == Geometry::LINE_STRING) {
H A DPolygon.php349 if ($geometry->geometryType() == Geometry::LINE_STRING) {
H A DGeometry.php33 const LINE_STRING = 'LineString'; define in geoPHP\\Geometry\\Geometry
/plugin/ol3/
H A Dscript.js8LINE_STRING:"LineString",LINEAR_RING:"LinearRing",POLYGON:"Polygon",MULTI_POINT:"MultiPoint",MULTI… function