Package com.luciad.formats.wms
Class WmsDataSource.Layer
java.lang.Object
com.luciad.formats.wms.WmsDataSource.Layer
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
WmsDataSource
Represents a WMS layer with an optional style.
- See Also:
-
Method Summary
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getName
Returns the name of the WMS layer.- Returns:
- the name of the WMS layer.
-
getStyleName
Returns the style for the WMS layer, if any is set.- Returns:
- the style for the WMS layer, if any is set.
-