Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DEWKT.php22 $srid = $geometry->getSRID();
23 if ($srid) {
24 $wkt = 'SRID=' . $srid . ';';
H A 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/
H A DGeometry.php61 /** @var int|null $srid Spatial Reference System Identifier (http://en.wikipedia.org/wiki/SRID) */
62 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/
H A Dlayers.js59srid=projWords[projWords.length-1];var imageSize=this.getImageSize(bounds);var newParams={BBOX:bou…
/plugin/openlayersmap/ol7/
H A Dol.js.map