Package net.opengis.wmts.v_1
Interface LayerType
- All Superinterfaces:
DatasetDescriptionSummaryBaseType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
LayerTypeImpl
A representation of the model object 'Layer Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<DimensionType>
Returns the value of the 'Dimension' containment reference list.EList<String>
Returns the value of the 'Format' attribute list.EList<String>
Returns the value of the 'Info Format' attribute list.EList<URLTemplateType>
Returns the value of the 'Resource URL' containment reference list.EList<StyleType>
getStyle()
Returns the value of the 'Style' containment reference list.EList<TileMatrixSetLinkType>
Returns the value of the 'Tile Matrix Set Link' containment reference list.Methods inherited from interface DatasetDescriptionSummaryBaseType
getBoundingBox, getBoundingBoxGroup, getDatasetDescriptionSummary, getIdentifier, getMetadata, getWGS84BoundingBox, setIdentifier
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getStyle
EList<StyleType> getStyle()Returns the value of the 'Style' containment reference list. The list contents are of typeStyleType
. Metadata about the styles of this layer- Returns:
- the value of the 'Style' containment reference list.
- See Also:
-
getFormat
EList<String> getFormat()Returns the value of the 'Format' attribute list. The list contents are of typeString
. Supported valid output MIME types for a tile- Returns:
- the value of the 'Format' attribute list.
- See Also:
-
getInfoFormat
EList<String> getInfoFormat()Returns the value of the 'Info Format' attribute list. The list contents are of typeString
. Supported valid output MIME types for a FeatureInfo. If there isn't any, The server do not support FeatureInfo requests for this layer.- Returns:
- the value of the 'Info Format' attribute list.
- See Also:
-
getDimension
EList<DimensionType> getDimension()Returns the value of the 'Dimension' containment reference list. The list contents are of typeDimensionType
. Extra dimensions for a tile and FeatureInfo requests.- Returns:
- the value of the 'Dimension' containment reference list.
- See Also:
-
getTileMatrixSetLink
EList<TileMatrixSetLinkType> getTileMatrixSetLink()Returns the value of the 'Tile Matrix Set Link' containment reference list. The list contents are of typeTileMatrixSetLinkType
. Reference to a tileMatrixSet and limits- Returns:
- the value of the 'Tile Matrix Set Link' containment reference list.
- See Also:
-
getResourceURL
EList<URLTemplateType> getResourceURL()Returns the value of the 'Resource URL' containment reference list. The list contents are of typeURLTemplateType
. URL template to a tile or a FeatureInfo resource on resource oriented architectural style- Returns:
- the value of the 'Resource URL' containment reference list.
- See Also:
-