Class TLcdSLDDisplacement

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

public class TLcdSLDDisplacement extends TLcdDataObject
Displacement contains the delta in two dimensions with regard to the original position of the enclosing element.
  • Constructor Details

    • TLcdSLDDisplacement

      public TLcdSLDDisplacement()
      Default constructor.
    • TLcdSLDDisplacement

      public TLcdSLDDisplacement(TLcdSLDParameterValue aDisplacementX, TLcdSLDParameterValue aDisplacementY)
      Creates an instance for given displacements.
      Parameters:
      aDisplacementX - the given displacement along X axis.
      aDisplacementY - the given displacement along Y axis.
    • TLcdSLDDisplacement

      public TLcdSLDDisplacement(TLcdDataType aDataType)
      Default constructor.
  • Method Details