Class WmsSource
A WmsSource entity presents an OGC WMS.
- Mapbender\CoreBundle\Entity\Source
-
Mapbender\WmsBundle\Entity\WmsSource implements Mapbender\CoreBundle\Component\ContainingKeyword
ORM\Entity
ORM\Table(name="mb_wms_wmssource"): ORM\DiscriminatorMap({"mb_wms_wmssource" = "WmsSource"})
Located at Mapbender/WmsBundle/Entity/WmsSource.php
Methods summary
Methods inherited from Mapbender\CoreBundle\Entity\Source
__toString()
,
generateUuid()
,
getAlias()
,
getClassname()
,
getDescription()
,
getId()
,
getManagertype()
,
getStatus()
,
getTitle()
,
getUuid()
,
getValid()
,
setAlias()
,
setDescription()
,
setId()
,
setStatus()
,
setTitle()
,
setType()
,
setValid()
Magic methods summary
Constants summary
Constants inherited from Mapbender\CoreBundle\Entity\Source
STATUS_OK
,
STATUS_UNREACHABLE
,
TYPE_TMS
,
TYPE_WMS
,
TYPE_WMTS
Properties summary
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
A list of supported exception formats |
# array() |
protected
boolean
|
$supportSld
A SLD support |
# false |
protected
boolean
|
$userLayer
A user layer |
# false |
protected
boolean
|
$userStyle
A user layer |
# false |
protected
boolean
|
$remoteWfs
A remote WFS |
# false |
protected
boolean
|
$inlineFeature
A inline feature |
# false |
protected
boolean
|
$remoteWcs
A remote WCS |
# false |
protected
|
$getCapabilities
A request information for the GetCapabilities operation |
# null |
protected
|
$getMap
A request information for the GetMap operation |
# null |
protected
|
$getFeatureInfo
A request information for the GetFeatureInfo operation |
# null |
protected
|
$describeLayer
A request information for the DescribeLayer operation |
# null |
protected
|
$getLegendGraphic
A request information for the GetLegendGraphic operation |
# null |
protected
|
$getStyles
A request information for the GetStyles operation |
# null |
protected
|
$putStyles
A request information for the PutStyles operation |
# null |
protected
string
|
$username
a user name |
# null |
protected
string
|
$password
a user password |
# null |
protected
|
$layers
A list of WMS layers |
|
protected
Doctrine\Common\Collections\ArrayCollection
|
$keywords
A list of WMS keywords |
|
protected
Doctrine\Common\Collections\ArrayCollection
|
$instances
A list of WMS instances |
Properties inherited from Mapbender\CoreBundle\Entity\Source
$alias
,
$description
,
$id
,
$identifier
,
$status
,
$title
,
$type
,
$uuid
,
$valid