Class TLcdSLDExtent

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.wms.sld.model.TLcdSLDExtent
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdSLDExtent extends TLcdDataObject
An Extent gives feature/coverage/raster/matrix dimension extent.
  • Constructor Details

    • TLcdSLDExtent

      public TLcdSLDExtent()
      Creates a new TLcdSLDExtent instance.
    • TLcdSLDExtent

      public TLcdSLDExtent(String aName, String aValue)
      Creates a new TLcdSLDExtent instance with the given name and value.
    • TLcdSLDExtent

      public TLcdSLDExtent(TLcdDataType aDataType)
      Creates a new TLcdSLDExtent instance.
  • Method Details

    • getName

      public String getName()
      Returns the value of the property that maps to the Name element.
      Returns:
      the value of the NAME_PROPERTY property.
    • setName

      public void setName(String aValue)
      Sets the value of the property that maps to the Name element.
      Parameters:
      aValue - the value to set for the NAME_PROPERTY property.
    • getValue

      public String getValue()
      Returns the value of the property that maps to the Value element.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValue

      public void setValue(String aValue)
      Sets the value of the property that maps to the Value element.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.