Class WmsLayerInfo

All Implemented Interfaces:
ILayer, IRasterLayer, IWmsLayer, LayerConstants, Serializable, Cloneable

public class WmsLayerInfo extends RasterLayerInfo implements IWmsLayer
See Also:
  • Field Details

    • CONNECTION_TYPE_DIRECT

      public static final byte CONNECTION_TYPE_DIRECT
      See Also:
    • CONNECTION_TYPE_SERVER

      public static final byte CONNECTION_TYPE_SERVER
      See Also:
  • Constructor Details

    • WmsLayerInfo

      public WmsLayerInfo()
  • Method Details

    • getLayerClassName

      public String getLayerClassName()
      Overrides:
      getLayerClassName in class RasterLayerInfo
      Returns:
      the layer class name
    • clone

      public Object clone()
      Returns a deep clone of the current LayerInfo instance.
      Specified by:
      clone in interface ILayer
      Overrides:
      clone in class RasterLayerInfo
      Returns:
      a clone of the current instance.
    • clone

      protected void clone(LayerInfo layerInfo)
      Clones all properties from this LayerInfo into the specified LayerInfo instance.
      Overrides:
      clone in class RasterLayerInfo
      Parameters:
      layerInfo - the instance that will receive cloned properties.