Mapbender 3.0.6.2 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

Classes

  • Clipping
  • CommonProxy
  • ProxyQuery
  • SrsPoint
  • Utils
  • WfsProxy
  • WmsProxy

Class SrsPoint

Description of SrsPoint

Namespace: OwsProxy3\CoreBundle\Component
Author: Paul Schmidt
Located at OwsProxy3/CoreBundle/Component/SrsPoint.php

Methods summary

public
# __construct( float $lon, float $lat, integer $srs )

Parameters

$lon
the point's longitude
$lat
the point's latitude
$srs
the point's srs
public float
# getLon( )

Gets the point's longitude

Gets the point's longitude

Returns

float
the point's longitude
public float
# getLat( )

Gets the point's latitude

Gets the point's latitude

Returns

float
the point's latitude
public integer
# getSrs( )

Gets the point's srs

Gets the point's srs

Returns

integer
the point's srs
public string
# getGeomFromText( integer $databasetype )

Generates the "geomfromtext function"

Generates the "geomfromtext function"

Parameters

$databasetype
the databasa type

Returns

string
"geomfromtext function"
public static string
# getGeomFromTextMultiPoint( integer $databasetype, mixed $points )

Generates the "geomfromtext function" for multipoint object

Generates the "geomfromtext function" for multipoint object

Parameters

$databasetype
the databasa type
$points

Returns

string
"geomfromtext function"

Magic methods summary

Properties summary

public static string $POSTGIS
#"POSTGIS"
protected float $lon

the point's longitude

the point's longitude

#
protected float $lat

the point's latitude

the point's latitude

#
protected integer $srs

the point's srs

the point's srs

#
Mapbender 3.0.6.2 API documenation API documentation generated by ApiGen 2.8.0