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
ConstructorDescriptionDefault 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 theDisplacementX
element.Returns the value of the property that maps to theDisplacementY
element.void
Sets the value of the property that maps to theDisplacementX
element.void
Sets the value of the property that maps to theDisplacementY
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
Default constructor.
-
-
Method Details
-
getDisplacementX
Returns the value of the property that maps to theDisplacementX
element.- Returns:
- the value of the
DISPLACEMENT_X_PROPERTY
property.
-
setDisplacementX
Sets the value of the property that maps to theDisplacementX
element.- Parameters:
aValue
- the value to set for theDISPLACEMENT_X_PROPERTY
property.
-
getDisplacementY
Returns the value of the property that maps to theDisplacementY
element.- Returns:
- the value of the
DISPLACEMENT_Y_PROPERTY
property.
-
setDisplacementY
Sets the value of the property that maps to theDisplacementY
element.- Parameters:
aValue
- the value to set for theDISPLACEMENT_Y_PROPERTY
property.
-