Interface LayerType

    • Method Detail

      • 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:
        wmtsv_1Package.getLayerType_Style()
      • 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:
        wmtsv_1Package.getLayerType_Format()
      • 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:
        wmtsv_1Package.getLayerType_InfoFormat()
      • 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:
        wmtsv_1Package.getLayerType_Dimension()
      • 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:
        wmtsv_1Package.getLayerType_ResourceURL()