Class WmsDataSource.Layer

java.lang.Object
com.luciad.formats.wms.WmsDataSource.Layer
All Implemented Interfaces:
AutoCloseable
Enclosing class:
WmsDataSource

public static final class WmsDataSource.Layer extends Object implements AutoCloseable
Represents a WMS layer with an optional style.
See Also:
  • Method Details

    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • getName

      @NotNull public String getName()
      Returns the name of the WMS layer.
      Returns:
      the name of the WMS layer.
    • getStyleName

      @Nullable public String getStyleName()
      Returns the style for the WMS layer, if any is set.
      Returns:
      the style for the WMS layer, if any is set.