Exemplo n.º 1
0
Arquivo: Point.php Projeto: brick/geo
 /**
  * Creates an empty Point with XYZ dimensionality.
  *
  * @param integer $srid An optional SRID.
  *
  * @return Point
  */
 public static function xyzEmpty($srid = 0)
 {
     return new Point(CoordinateSystem::xyz($srid));
 }