Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • 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
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • Application
  • ApplicationState
  • Contact
  • Element
  • Keyword
  • Layerset
  • Source
  • SourceInstance
  • SRS
  • State
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class ApplicationState

Source entity

Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
#ORM\DiscriminatorColumn(name="discr",: type="string") #ORM\DiscriminatorMap({"mb_core_source" = "Source"})
#ORM\Entity
#ORM\InheritanceType("JOINED")
#ORM\Table(name="mb_core_applicationstate")
Located at Mapbender/CoreBundle/Entity/ApplicationState.php
Methods summary
public
# __construct( )
public integer
# getId( )

Get id

Get id

Returns

integer
public Mapbender\CoreBundle\Entity\ApplicationState
# setWindow( Size $size )

Set a window

Set a window

Parameters

$size
Size
$size

Returns

Mapbender\CoreBundle\Entity\ApplicationState
public Size
# getWindow( )

Returns a window

Returns a window

Returns

Size
public Mapbender\CoreBundle\Entity\ApplicationState
# setBbox( BoundingBox $bbox )

Set a bbox

Set a bbox

Parameters

$bbox
BoundingBox
$bbox

Returns

Mapbender\CoreBundle\Entity\ApplicationState
public BoundingBox
# getBbox( )

Returns a bbox

Returns a bbox

Returns

BoundingBox
public Mapbender\CoreBundle\Entity\ApplicationState
# setBboxMax( BoundingBox $bbox )

Set a bboxMax

Set a bboxMax

Parameters

$bbox
BoundingBox
$bbox

Returns

Mapbender\CoreBundle\Entity\ApplicationState
public BoundingBox
# getBboxMax( )

Returns a bboxMax

Returns a bboxMax

Returns

BoundingBox
public String
# __toString( )

Returns a Source as String

Returns a Source as String

Returns

String
Source as String
Properties summary
protected integer $id
#

$id

$id

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

protected string $window
#

$title The source title

$title The source title

ORM\Column(type="string",

nullable=true)
protected string $bboxMax
#

$bboxMax the max bbox

$bboxMax the max bbox

ORM\Column(type="string",

nullable=true)
protected string $bbox
#

$bbox the max bbox

$bbox the max bbox

ORM\Column(type="string",

nullable=true)
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0