Class TLcdWMSDataSource.Layer

java.lang.Object
com.luciad.wms.client.model.TLcdWMSDataSource.Layer
Enclosing class:
TLcdWMSDataSource

public static final class TLcdWMSDataSource.Layer extends Object
Representation of a WMS layer. Keeps the layer name, the layer style name, visibility of the layer, and if the layer is part of querying (GetFeatureInfo).
Since:
2017.0
  • Method Details

    • getName

      public String getName()
      Returns the name of the layer.
      Returns:
      the name of the layer.
    • getLayerStyleName

      public String getLayerStyleName()
      Returns the name of the layer style, may be null. This is one of the published named layer styles.
      Returns:
      the name of the layer style, may be null.
      See Also:
    • isVisible

      public boolean isVisible()
      Returns if the layer is visible.
      Returns:
      if the layer is visible.
    • isQueryable

      public boolean isQueryable()
      Returns whether this layer is included in GetFeatureInfo requests.
      Returns:
      whether this layer is included in GetFeatureInfo requests.
    • equals

      public boolean equals(Object aObject)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object