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

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

Class TileMatrix

TileMatrix class

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

Create an instance of TileMatrix

Create an instance of TileMatrix

Parameters

$tilematrix
array
$tilematrix
public string
# getIdentifier( )

Get identifier

Get identifier

Returns

string
public
# setIdentifier( string $value )

Set identifier

Set identifier

Parameters

$value
string
$value
public string
# getScaledenominator( )

Get scaledenominator

Get scaledenominator

Returns

string
public
# setScaledenominator( string $value )

Set scaledenominator

Set scaledenominator

Parameters

$value
string
$value
public string
# getTopleftcorner( )

Get topleftcorner

Get topleftcorner

Returns

string
public
# setTopleftcorner( string $value )

Set topleftcorner

Set topleftcorner

Parameters

$value
string
$value
public string
# getTilewidth( )

Get tilewidth

Get tilewidth

Returns

string
public
# setTilewidth( string $value )

Set tilewidth

Set tilewidth

Parameters

$value
string
$value
public string
# getTileheight( )

Get tileheight

Get tileheight

Returns

string
public
# setTileheight( string $value )

Set tileheight

Set tileheight

Parameters

$value
string
$value
public string
# getMatrixwidth( )

Get matrixwidth

Get matrixwidth

Returns

string
public
# setMatrixwidth( string $value )

Set matrixwidth

Set matrixwidth

Parameters

$value
string
$value
public string
# getMatrixheight( )

Get matrixheight

Get matrixheight

Returns

string
public
# setMatrixheight( string $value )

Set matrixheight

Set matrixheight

Parameters

$value
string
$value
public array
# getAsArray( )

Get Tilematrix as array of string

Get Tilematrix as array of string

Returns

array
Properties summary
protected string $identifier
#

identifier

identifier

protected string $scaledenominator
#

scaledenominator

scaledenominator

protected string $topleftcorner
#

topleftcorner

topleftcorner

protected string $tilewidth
#

tilewidth

tilewidth

protected string $tileheight
#

tileheight

tileheight

protected string $matrixwidth
#

matrixwidth

matrixwidth

protected string $matrixheight
#

matrixheight

matrixheight

Mapbender3 API documenation API documentation generated by ApiGen 2.8.0