Class WMTSTileSource.Layer

    • Method Detail

      • getUserTitle

        public java.lang.String getUserTitle()
        Get title of the layer for user display.

        This is either the content of the Title element (if available) or the layer identifier (as fallback)

        Returns:
        title of the layer for user display
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getIdentifier

        public java.lang.String getIdentifier()
        Returns identifier of this layer.
        Returns:
        identifier of this layer
      • getStyle

        public java.lang.String getStyle()
        Returns style of this layer.
        Returns:
        style of this layer
      • getMaxZoom

        public int getMaxZoom()
        Returns layer max zoom.
        Returns:
        layer max zoom
        Since:
        15409
      • getBbox

        public BBox getBbox()
        Returns the WGS84 bounding box.
        Returns:
        WGS84 bounding box
        Since:
        15410