Package com.luciad.formats.wms
Class WmsLayer
java.lang.Object
com.luciad.formats.wms.WmsLayer
- All Implemented Interfaces:
AutoCloseable
Contains information about a layer as described in a WMS GetCapabilities response.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanprotected voidfinalize()Returns the layer's abstract.Returns the layer's children.Returns the layer's keywords.getName()Returns the layer's name.List<@NotNull WmsLayerStyle> Returns the layer's styles and the inherited ones if specified.List<@NotNull WmsLayerStyle> getStyles(boolean withInheritedStyles) Returns the layer's styles and the inherited ones if specified.getTitle()Returns the layer's title.inthashCode()booleanisOpaque()Returns whether the layer is opaque.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
getName
Returns the layer's name.- Returns:
- the layer's name.
-
getTitle
Returns the layer's title.- Returns:
- the layer's title.
-
getAbstract
Returns the layer's abstract.- Returns:
- the layer's abstract.
-
getKeywords
Returns the layer's keywords.Returns an empty vector when the layer doesn't have a keyword.
- Returns:
- the layer's keywords. Returns an empty vector when the layer doesn't have a keyword.
-
getStyles
Returns the layer's styles and the inherited ones if specified.- Parameters:
withInheritedStyles- specify if the returned style list should contain styles inherited from parent layers. default value is false.- Returns:
- the layer's styles and the inherited ones if specified.
-
getStyles
Returns the layer's styles and the inherited ones if specified.- Returns:
- the layer's styles and the inherited ones if specified.
-
getChildLayers
Returns the layer's children.Returns an empty vector if the layer has no child.
- Returns:
- the layer's children.
-
isOpaque
public boolean isOpaque()Returns whether the layer is opaque.- Returns:
- whether the layer is opaque.
-
hashCode
public int hashCode() -
equals
-