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

  • Application
  • ApplicationYAMLMapper
  • BoundingBox
  • Element
  • EntityHandler
  • InstanceConfiguration
  • InstanceConfigurationOptions
  • KeywordUpdater
  • MapbenderBundle
  • ProxyService
  • SecurityContext
  • Signer
  • Size
  • SourceEntityHandler
  • SourceInstanceEntityHandler
  • SourceInstanceItemEntityHandler
  • SourceItemEntityHandler
  • SourceMetadata
  • SQLSearchEngine
  • StateHandler
  • Template
  • Utils
  • XmlValidator

Interfaces

  • ContainingKeyword
  • ExtendedCollection
  • SearchEngine

Class BoundingBox

BoundingBox class.

Namespace: Mapbender\CoreBundle\Component
Author: Paul Schmidt
Located at Mapbender/CoreBundle/Component/BoundingBox.php

Methods summary

public static Mapbender\CoreBundle\Component\BoundingBox
# create( array $parameters )

Creates a BoundingBox from parameters

Creates a BoundingBox from parameters

Parameters

$parameters

Returns

Mapbender\CoreBundle\Component\BoundingBox
BoundingBox
public
# __construct( string $srs = null, float $minX = null, float $minY = null, float $maxX = null, float $maxY = null )

Creates a BoundingBox

Creates a BoundingBox

Parameters

$srs
srs
$minX
minx
$minY
miny
$maxX
maxx
$maxY
maxy
public string
# getSrs( )

Get srs

Get srs

Returns

string
string
public Mapbender\CoreBundle\Component\BoundingBox
# setSrs( string $value )

Set srs

Set srs

Parameters

$value

Returns

Mapbender\CoreBundle\Component\BoundingBox
BoundingBox
public float
# getMinx( )

Get minx

Get minx

Returns

float
float
public Mapbender\CoreBundle\Component\BoundingBox
# setMinx( float $value )

Set minx

Set minx

Parameters

$value

Returns

Mapbender\CoreBundle\Component\BoundingBox
BoundingBox
public float
# getMiny( )

Get miny

Get miny

Returns

float
float
public Mapbender\CoreBundle\Component\BoundingBox
# setMiny( float $value )

Set miny

Set miny

Parameters

$value

Returns

Mapbender\CoreBundle\Component\BoundingBox
BoundingBox
public float
# getMaxx( )

Get maxx

Get maxx

Returns

float
float
public Mapbender\CoreBundle\Component\BoundingBox
# setMaxx( float $value )

Set maxx

Set maxx

Parameters

$value

Returns

Mapbender\CoreBundle\Component\BoundingBox
BoundingBox
public float
# getMaxy( )

Get maxy

Get maxy

Returns

float
float
public Mapbender\CoreBundle\Component\BoundingBox
# setMaxy( float $value )

Set maxy

Set maxy

Parameters

$value

Returns

Mapbender\CoreBundle\Component\BoundingBox
BoundingBox
public array
# toArray( )

Get object as array

Get object as array

Returns

array
array

Magic methods summary

Properties summary

public string $srs

srs Spatial reference system

ORM\Column(type="string", nullable=false)

srs Spatial reference system

ORM\Column(type="string", nullable=false)

#
public float $minx

minx Minimum X of the Bounding Box ORM\Column(type="float", nullable=false)

minx Minimum X of the Bounding Box ORM\Column(type="float", nullable=false)

#
public float $miny

miny Minimum Y of the Bounding Box ORM\Column(type="float", nullable=false)

miny Minimum Y of the Bounding Box ORM\Column(type="float", nullable=false)

#
public float $maxx

maxx Maximum X of the Bounding Box ORM\Column(type="float", nullable=false)

maxx Maximum X of the Bounding Box ORM\Column(type="float", nullable=false)

#
public float $maxy

maxy Maximum Y of the Bounding Box ORM\Column(type="float", nullable=false)

maxy Maximum Y of the Bounding Box ORM\Column(type="float", nullable=false)

#
Mapbender 3.0.6.1 API documenation API documentation generated by ApiGen 2.8.0