Home
last modified time | relevance | path

Searched refs:SRID (Results 1 – 4 of 4) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php41 protected $SRID = null; variable in geoPHP\\Adapter\\WKB
110 $SRID = null;
119 $SRID = $this->reader->readUInt32();
174 if ($geometry && $SRID) {
175 $geometry->setSRID($SRID);
413 if ($geometry->SRID() && $writeSRID) {
417 ($geometry->SRID() && $writeSRID ? $this->writer->writeUInt32($this->SRID) : '');
H A DEWKB.php15 $this->SRID = $geometry->getSRID();
16 $this->hasSRID = $this->SRID !== null;
/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) */
274 public function SRID() function in geoPHP\\Geometry\\Geometry
479 return $this->SRID();
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D35.35.js.map1 …'SLEEP',\n 'SOUNDEX',\n 'SPACE',\n 'SQRT',\n 'SRID',\n 'ST_Area…