Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • EventListener
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • Application
  • ApplicationYAMLMapper
  • BoundingBox
  • Element
  • InstanceConfiguration
  • InstanceConfigurationOptions
  • MapbenderBundle
  • ProxyService
  • Size
  • SQLSearchEngine
  • StateHandler
  • Template
  • Utils

Interfaces

  • InstanceLayerIn
  • SearchEngine
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class BoundingBox

BoundingBox class.

Namespace: Mapbender\CoreBundle\Component
Author: Paul Schmidt
Located at Mapbender/CoreBundle/Component/BoundingBox.php
Methods summary
public static
# create( array $parameters )

Creates a BoundingBox from parameters

Creates a BoundingBox from parameters

Parameters

$parameters
array
$parameters
public
# __construct( type $srs = null, type $minx = null, type $miny = null, type $maxx = null, type $maxy = null )

Creates a BoundingBox

Creates a BoundingBox

Parameters

$srs
type
$srs srs
$minx
type
$minx minx
$miny
type
$miny miny
$maxx
type
$maxx maxx
$maxy
type
$maxy maxy
public string
# getSrs( )

Get srs

Get srs

Returns

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

Set srs

Set srs

Parameters

$value
string
$value

Returns

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

Get minx

Get minx

Returns

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

Set minx

Set minx

Parameters

$value
float
$value

Returns

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

Get miny

Get miny

Returns

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

Set miny

Set miny

Parameters

$value
float
$value

Returns

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

Get maxx

Get maxx

Returns

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

Set maxx

Set maxx

Parameters

$value
float
$value

Returns

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

Get maxy

Get maxy

Returns

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

Set maxy

Set maxy

Parameters

$value
float
$value

Returns

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

Get object as array

Get object as array

Returns

array
Properties summary
public mixed $srs
#
public mixed $minx
#
public mixed $miny
#
public mixed $maxx
#
public mixed $maxy
#
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0