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

  • Theme
  • TileMatrix
  • TileMatrixSet
  • WmtsSource
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class TileMatrixSet

TileMatrixSet class

Namespace: Mapbender\WmtsBundle\Entity
Author: Paul Schmidt
Located at Mapbender/WmtsBundle/Entity/TileMatrixSet.php
Methods summary
public
# __construct( type $tilematrixset = null )

Create an instance of TileMatrixSet

Create an instance of TileMatrixSet

Parameters

$tilematrixset
type
$tilematrixset
public string
# getTitle( )

Get title

Get title

Returns

string
public
# setTitle( string $value )

Set title

Set title

Parameters

$value
string
$value
public string
# getAbstract( )

Get abstract

Get abstract

Returns

string
public
# setAbstract( string $value )

Set abstract

Set abstract

Parameters

$value
string
$value
public string
# getIdentifier( )

Get identifier

Get identifier

Returns

string
public
# setIdentifier( string $value )

Set identifier

Set identifier

Parameters

$value
string
$value
public string
# getKeyword( )

Get keyword

Get keyword

Returns

string
public
# setKeyword( string $value )

Set keyword

Set keyword

Parameters

$value
string
$value
public string
# getSupportedSRS( )

Get suppertedsrs

Get suppertedsrs

Returns

string
public
# setSupportedSRS( string $value )

Set supportedsrs

Set supportedsrs

Parameters

$value
string
$value
public
# addSupportedSRS( string $value )

Add supportedsrs

Add supportedsrs

Parameters

$value
string
$value
public
# getSRS( )

Get simple supportedsrs

Get simple supportedsrs

return array

public string
# getWellknowscaleset( )

Get wellknowscaleset

Get wellknowscaleset

Returns

string
public
# setWellknowscaleset( string $value )

Set wellknowscaleset

Set wellknowscaleset

Parameters

$value
string
$value
public array
# getTilematrix( )

Get Tilematrix as ArrayCollection of Tilematrix

Get Tilematrix as ArrayCollection of Tilematrix

Returns

array
public
# setTilematrix( Doctrine\Common\Collections\ArrayCollection $tilematrixes )

Set tilematrix: ArrayCollection of Tilematrix

Set tilematrix: ArrayCollection of Tilematrix

Parameters

$tilematrixes
Doctrine\Common\Collections\ArrayCollection
$tilematrixes
public
# addTilematrix( mixed $tilematrix )

Add to tilematrix TileMatrix or Tilematrix as array

Add to tilematrix TileMatrix or Tilematrix as array

Parameters

$tilematrix
mixed
$tilematrix
public array
# getAsArray( )

Get TilematrixSet as array of string inc. TileMatrixes

Get TilematrixSet as array of string inc. TileMatrixes

Returns

array
Properties summary
protected string $title
#

title

title

protected string $abstract
#

abstract

abstract

protected string $identifier
#

identifier

identifier

protected string $keyword
#

keyword ???

keyword ???

protected array $supportedsrs array()
#

supportedsrs

supportedsrs

protected string $wellknowscaleset
#

wellknowscaleset

wellknowscaleset

protected array $tilematrixes
#

$tilematrixes

$tilematrixes

Mapbender3 API documenation API documentation generated by ApiGen 2.8.0