Mapbender 3.0.6.3 API documenation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • FOM
    • CoreBundle
      • Component
      • DependencyInjection
      • Doctrine
        • Types
      • Form
        • DataTransformer
        • Type
    • ManagerBundle
      • Component
      • Configuration
      • Controller
      • DependencyInjection
        • Compiler
      • Form
        • Type
      • Routing
    • UserBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
        • Factory
      • Entity
      • EventListener
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Firewall
  • Mapbender
    • Component
    • CoreBundle
      • Asset
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
          • Application
      • DependencyInjection
        • Compiler
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
      • Tests
        • Controller
      • Utils
      • Validator
        • Constraints
    • DataSourceBundle
      • Component
        • Drivers
          • Interfaces
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Extension
      • Tests
    • DigitizerBundle
      • Component
      • Element
        • Type
      • Entity
      • Utils
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Component
        • Exception
      • Controller
      • Form
        • DataTransformer
        • Type
      • Template
    • MobileBundle
      • DependencyInjection
      • Template
    • PrintBundle
      • Component
      • Element
        • Type
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
      • Tests
        • Component
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • Event
      • Form
        • DataTransformer
        • EventListener
        • Type
  • None
  • OwsProxy3
    • CoreBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Entity
      • Event
      • EventListener
      • Worker
  • PHP

Interfaces

  • Base
  • Geographic
  • Manageble
  • Routable

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

Methods summary

public mixed
# addGeometryColumn( mixed $tableName, mixed $type, mixed $srid, string $geomFieldName = "geom", string $schemaName = "public", integer $dimensions = 2 )

Add geometry column

Add geometry column

Parameters

$tableName
$type
$srid
$geomFieldName
$schemaName
$dimensions

Returns

mixed
mixed
public mixed
# getTableGeomType( mixed $tableName, string $schema = null )

Get table geometry type

Get table geometry type

Parameters

$tableName
$schema

Returns

mixed
mixed
public mixed
# transformEwkt( mixed $ewkt, null $srid = null )

Parameters

$ewkt
$srid

Returns

mixed
mixed
public string
# getIntersectCondition( string $wkt, string $geomFieldName, string $srid, string $sridTo )

Get intersect SQL condition

Get intersect SQL condition

Parameters

$wkt
WKT
$geomFieldName
geometry field name
$srid
SRID convert from
$sridTo
SRID convert to

Returns

string
SQL
public string
# getGeomAttributeAsWkt( string $geometryAttribute, string $sridTo )

Get WKB geometry attribute as WKT

Get WKB geometry attribute as WKT

Parameters

$geometryAttribute
$sridTo
SRID convert to

Returns

string
SQL
public string
# findGeometryFieldSrid( string $tableName, string $geomFieldName )

Get WKB geometry attribute as WKT

Get WKB geometry attribute as WKT

Parameters

$tableName
$geomFieldName

Returns

string
SQL

Magic methods summary

Mapbender 3.0.6.3 API documenation API documentation generated by ApiGen 2.8.0