Package com.luciad.ogc.sld.model
Class TLcdSLDLinePlacement
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.TLcdSLDLinePlacement
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
A "LinePlacement" specifies how a text label should be rendered relative to a linear geometry.
A perpendicular offset gives the perpendicular distance away from a line to
draw a label.
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor.TLcdSLDLinePlacement(TLcdDataType aDataType) Empty constructor.TLcdSLDLinePlacement(TLcdSLDParameterValue aPerpendicularOffset) Constructor for a given perpendicular offset. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thePerpendicularOffsetelement.voidSets the value of the property that maps to thePerpendicularOffsetelement.
-
Constructor Details
-
TLcdSLDLinePlacement
public TLcdSLDLinePlacement()Empty constructor. -
TLcdSLDLinePlacement
Constructor for a given perpendicular offset.- Parameters:
aPerpendicularOffset- the given perpendicular offset.
-
TLcdSLDLinePlacement
Empty constructor.
-
-
Method Details
-
getPerpendicularOffset
Returns the value of the property that maps to thePerpendicularOffsetelement.A "PerpendicularOffset" specifies a perpendicular distance away from a line before rendering.
- Returns:
- the value of the
PERPENDICULAR_OFFSET_PROPERTYproperty.
-
setPerpendicularOffset
Sets the value of the property that maps to thePerpendicularOffsetelement.A "PerpendicularOffset" specifies a perpendicular distance away from a line before rendering.
- Parameters:
aValue- the value to set for thePERPENDICULAR_OFFSET_PROPERTYproperty.
-