Package com.luciad.ogc.sld.model
Class TLcdSLDDisplacement
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.TLcdSLDDisplacement
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Displacement contains the delta in two dimensions with regard to the original position of
the enclosing element.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.TLcdSLDDisplacement(TLcdDataType aDataType) Default constructor.TLcdSLDDisplacement(TLcdSLDParameterValue aDisplacementX, TLcdSLDParameterValue aDisplacementY) Creates an instance for given displacements. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theDisplacementXelement.Returns the value of the property that maps to theDisplacementYelement.voidSets the value of the property that maps to theDisplacementXelement.voidSets the value of the property that maps to theDisplacementYelement.
-
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
Default constructor.
-
-
Method Details
-
getDisplacementX
Returns the value of the property that maps to theDisplacementXelement.- Returns:
- the value of the
DISPLACEMENT_X_PROPERTYproperty.
-
setDisplacementX
Sets the value of the property that maps to theDisplacementXelement.- Parameters:
aValue- the value to set for theDISPLACEMENT_X_PROPERTYproperty.
-
getDisplacementY
Returns the value of the property that maps to theDisplacementYelement.- Returns:
- the value of the
DISPLACEMENT_Y_PROPERTYproperty.
-
setDisplacementY
Sets the value of the property that maps to theDisplacementYelement.- Parameters:
aValue- the value to set for theDISPLACEMENT_Y_PROPERTYproperty.
-