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
  • Contact
  • Element
  • ElementRepository
  • Keyword
  • Layerset
  • RegionProperties
  • Source
  • SourceInstance
  • SourceInstanceItem
  • SourceItem
  • SRS
  • State

Class SRS

Layerset configuration entity

Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
ORM\Entity
ORM\Table(name="mb_core_srs")
Located at Mapbender/CoreBundle/Entity/SRS.php

Methods summary

public integer
# getId( )

Gets the id

Gets the id

Returns

integer
the id
public Mapbender\CoreBundle\Entity\SRS
# setId( integer $id )

Sets the id

Sets the id

Parameters

$id

Returns

Mapbender\CoreBundle\Entity\SRS
\Mapbender\CoreBundle\Entity\SRS
public string
# getName( )

Gets the name

Gets the name

Returns

string
the name
public Mapbender\CoreBundle\Entity\SRS
# setName( string $name )

Sets the srs name

Sets the srs name

Parameters

$name

Returns

Mapbender\CoreBundle\Entity\SRS
\Mapbender\CoreBundle\Entity\SRS
public string
# getTitle( )

Gets the title

Gets the title

Returns

string
the srs title
public Mapbender\CoreBundle\Entity\SRS
# setTitle( string $title )

Sets the srs title

Sets the srs title

Parameters

$title

Returns

Mapbender\CoreBundle\Entity\SRS
\Mapbender\CoreBundle\Entity\SRS
public string
# getDefinition( )

Gets the name

Gets the name

Returns

string
the srs definition
public Mapbender\CoreBundle\Entity\SRS
# setDefinition( string $definition )

Sets the srs definition

Sets the srs definition

Parameters

$definition

Returns

Mapbender\CoreBundle\Entity\SRS
\Mapbender\CoreBundle\Entity\SRS

Magic methods summary

Properties summary

protected integer $id

$id

$id

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

#
protected string $name

$name the name of the spatial reference system

$name the name of the spatial reference system

ORM\Column(type="string",

nullable=false, length=15, unique=true)
#
protected string $title

$title the title of the spatial reference system

$title the title of the spatial reference system

ORM\Column(type="string",

length=128)
#
protected string $definition

The definition of the spatial reference system

The definition of the spatial reference system

ORM\Column(type="string",

length=512)
#
Mapbender 3.0.6.1 API documenation API documentation generated by ApiGen 2.8.0