Home
last modified time | relevance | path

Searched refs:srid (Results 1 – 5 of 5) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DEWKT.php22 $srid = $geometry->getSRID();
23 if ($srid) {
24 $wkt = 'SRID=' . $srid . ';';
DWKT.php55 $srid = null;
58 $srid = $m[1];
68 if ($srid) {
69 $geom->setSRID($srid);
80 if ($geometry && $srid) {
81 $geometry->setSRID($srid);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DGeometry.php62 protected $srid = null; variable in geoPHP\\Geometry\\Geometry
276 return $this->srid;
280 * @param int $srid Spatial Reference System Identifier
282 public function setSRID($srid) argument
287 $this->getGeos()->setSRID((int) $srid);
290 $this->srid = $srid;
/plugin/openlayersmapoverlays/lib/
Dlayers.js59srid=projWords[projWords.length-1];var imageSize=this.getImageSize(bounds);var newParams={BBOX:bou…
/plugin/openlayersmap/ol/
Dol.js.map1srid = projection\n .getCode()\n .split(/:(?=\\d+$)/)\n .pop();\n\n const imageResolutio…