Interface Geographic
Interface Geographic
Direct known implementers
Mapbender\DataSourceBundle\Component\Drivers\Oracle
,
Mapbender\DataSourceBundle\Component\Drivers\PostgreSQL
Namespace: Mapbender\DataSourceBundle\Component\Drivers\Interfaces
Package: Mapbender\DataSourceBundle\Component\Drivers
Located at data-source/Component/Drivers/Interfaces/Geographic.php
Package: Mapbender\DataSourceBundle\Component\Drivers
Located at data-source/Component/Drivers/Interfaces/Geographic.php
Methods summary
public
mixed
|
#
addGeometryColumn( mixed $tableName, mixed $type, mixed $srid, string $geomFieldName = "geom", string $schemaName = "public", integer $dimensions = 2 )
Add geometry column |
public
mixed
|
|
public
mixed
|
|
public
string
|
#
getIntersectCondition( string $wkt, string $geomFieldName, string $srid, string $sridTo )
Get intersect SQL condition |
public
string
|
#
getGeomAttributeAsWkt( string $geometryAttribute, string $sridTo )
Get WKB geometry attribute as WKT |
public
string
|
#
findGeometryFieldSrid( string $tableName, string $geomFieldName )
Get WKB geometry attribute as WKT |