Package com.luciad.wms.client.model
Class TLcdWMSDataSource.Layer
java.lang.Object
com.luciad.wms.client.model.TLcdWMSDataSource.Layer
- Enclosing class:
TLcdWMSDataSource
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
Returns the name of the layer.- Returns:
- the name of the layer.
-
getLayerStyleName
Returns the name of the layer style, may benull
. 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
-
hashCode
public int hashCode()
-