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

  • Attribution
  • Authority
  • Dimension
  • DimensionInst
  • DimTime
  • Identifier
  • IdentifierAuthority
  • LegendUrl
  • MetadataUrl
  • MinMax
  • OnlineResource
  • RequestInformation
  • Style
  • VendorSpecific
  • VendorSpecificHandler
  • WmsCapabilitiesParser
  • WmsCapabilitiesParser111
  • WmsCapabilitiesParser130
  • WmsInstanceConfiguration
  • WmsInstanceConfigurationOptions
  • WmsInstanceEntityHandler
  • WmsInstanceLayerEntityHandler
  • WmsLayerSourceEntityHandler
  • WmsMetadata
  • WmsSourceEntityHandler

Class Dimension

Dimension class.

Direct known subclasses

Mapbender\WmsBundle\Component\DimensionInst, Mapbender\WmsBundle\Component\DimTime

Indirect known subclasses

Mapbender\WmsBundle\Component\VendorSpecific

Namespace: Mapbender\WmsBundle\Component
Author: Paul Schmidt
Located at Mapbender/WmsBundle/Component/Dimension.php

Methods summary

public
# setName( string $value )

Set name

Set name

Parameters

$value
public string
# getName( )

Get name

Get name

Returns

string
string
public
# setUnits( string $value )

Set units

Set units

Parameters

$value
public string
# getUnits( )

Get units

Get units

Returns

string
string
public
# setUnitSymbol( string $value )

Set unitSymbol

Set unitSymbol

Parameters

$value
public string
# getUnitSymbol( )

Get unitSymbol

Get unitSymbol

Returns

string
string
public
# setDefault( string $value )

Set default

Set default

Parameters

$value
public
# getDefault( )

Get default

Get default

public
# setMultipleValues( boolean $value )

Set multipleValues

Set multipleValues

Parameters

$value
public boolean
# getMultipleValues( )

Get multipleValues

Get multipleValues

Returns

boolean
boolean
public
# setNearestValue( boolean $value )

Set nearestValue

Set nearestValue

Parameters

$value
public boolean
# getNearestValue( )

Get nearestValue

Get nearestValue

Returns

boolean
boolean
public
# setCurrent( boolean $value )

Set current

Set current

Parameters

$value
public boolean
# getCurrent( )

Get current

Get current

Returns

boolean
boolean
public
# setExtent( string $value )

Set extent

Set extent

Parameters

$value
public Mapbender\WmsBundle\Component\Dimension
# getExtent( )

Get extent

Get extent

Returns

Mapbender\WmsBundle\Component\Dimension
Dimension
public string
# getParameterName( )

Generates a GET parameter name for this dimension.

Generates a GET parameter name for this dimension.

Returns

string
parameter name

Magic methods summary

Constants summary

string NAME_TIME
#'time'
string NAME_ELEVATION
#'elevation'
string NAME_PREFIX
#'dim_'

Properties summary

public mixed $name

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

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

#
public mixed $units

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

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

#
public mixed $unitSymbol

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

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

#
public mixed $default

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

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

#
public boolean $multipleValues

ORM\Column(type="boolean", nullable=true)

ORM\Column(type="boolean", nullable=true)

#false
public boolean $nearestValue

ORM\Column(type="boolean", nullable=true)

ORM\Column(type="boolean", nullable=true)

#false
public boolean $current

ORM\Column(type="boolean", nullable=true)

ORM\Column(type="boolean", nullable=true)

#false
public mixed $extent

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

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

#
Mapbender 3.0.6.0 API documenation API documentation generated by ApiGen 2.8.0