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:
  • Method Details

    • getStyle

      EList<StyleType> getStyle()
      Returns the value of the 'Style' containment reference list. The list contents are of type StyleType. 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 type String. 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 type String. 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 type DimensionType. 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 type TileMatrixSetLinkType. 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 type URLTemplateType. 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: