Class WmsSource
A WmsSource entity presents an OGC WMS.
- Mapbender\CoreBundle\Entity\Source
-
Mapbender\WmsBundle\Entity\WmsSource
Namespace: Mapbender\WmsBundle\Entity
ORM\Entity
ORM\Table(name="mb_wms_wmssource"): ORM\DiscriminatorMap({"mb_wms_wmssource" = "WmsSource"})
Located at Mapbender/WmsBundle/Entity/WmsSource.php
ORM\Entity
ORM\Table(name="mb_wms_wmssource"): ORM\DiscriminatorMap({"mb_wms_wmssource" = "WmsSource"})
Located at Mapbender/WmsBundle/Entity/WmsSource.php
getAlias(),
getClassname(),
getDescription(),
getId(),
getTitle(),
setAlias(),
setDescription(),
setTitle()
|
protected
string
|
$originUrl | "" |
#
An origin WMS URL |
protected
string
|
$name | "" |
#
A WMS name |
protected
string
|
$version | "" |
#
A WMS version |
protected
string
|
$onlineResource |
|
#
A WMS online resource |
protected
|
$contact |
|
#
A contact. |
protected
string
|
$fees | "" |
#
A fees. |
protected
string
|
$accessConstraints | "" |
#
An access constraints. |
protected
integer
|
$layerLimit |
|
#
A limit of the layers |
protected
integer
|
$maxWidth |
|
#
A maximum width of the GetMap image |
protected
integer
|
$maxHeight |
|
#
A maximum height of the GetMap image |
protected
array
|
$exceptionFormats | array() |
#
A list of supported exception formats |
protected
boolean
|
$supportSld | false |
#
A SLD support |
protected
boolean
|
$userLayer | false |
#
A user layer |
protected
boolean
|
$userStyle | false |
#
A user layer |
protected
boolean
|
$remoteWfs | false |
#
A remote WFS |
protected
boolean
|
$inlineFeature | false |
#
A inline feature |
protected
boolean
|
$remoteWcs | false |
#
A remote WCS |
public
mixed
|
$getCapabilities | null |
|
public
mixed
|
$getMap | null |
|
public
mixed
|
$getFeatureInfo | null |
|
public
mixed
|
$describeLayer | null |
|
public
mixed
|
$getLegendGraphic | null |
|
public
mixed
|
$getStyles | null |
|
public
mixed
|
$putStyles | null |
|
protected
|
$username | null |
#
A request information for the PutStyles operation |
protected
string
|
$password | null |
#
A password |
protected
ArrayCollections
|
$layers |
|
#
A list of WMS layers |
protected
ArrayCollections
|
$keywords |
|
#
A list of WMS keywords |
protected
ArrayCollections
|
$wmsinstance |
|
#
A list of WMS instances |
$alias,
$description,
$id,
$title
|