Package net.opengis.wmts.v_1
Interface LayerType
-
- All Superinterfaces:
DatasetDescriptionSummaryBaseType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
LayerTypeImpl
public interface LayerType extends DatasetDescriptionSummaryBaseType
A representation of the model object 'Layer Type'.The following features are supported:
- See Also:
wmtsv_1Package.getLayerType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DimensionType>
getDimension()
Returns the value of the 'Dimension' containment reference list.EList<String>
getFormat()
Returns the value of the 'Format' attribute list.EList<String>
getInfoFormat()
Returns the value of the 'Info Format' attribute list.EList<URLTemplateType>
getResourceURL()
Returns the value of the 'Resource URL' containment reference list.EList<StyleType>
getStyle()
Returns the value of the 'Style' containment reference list.EList<TileMatrixSetLinkType>
getTileMatrixSetLink()
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
-
-
-
-
Method Detail
-
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:
wmtsv_1Package.getLayerType_Style()
-
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:
wmtsv_1Package.getLayerType_Format()
-
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:
wmtsv_1Package.getLayerType_InfoFormat()
-
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:
wmtsv_1Package.getLayerType_Dimension()
-
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:
wmtsv_1Package.getLayerType_TileMatrixSetLink()
-
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:
wmtsv_1Package.getLayerType_ResourceURL()
-
-