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
ConstructorDescriptionEmpty 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 thePerpendicularOffset
element.void
Sets the value of the property that maps to thePerpendicularOffset
element.
-
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 thePerpendicularOffset
element.A "PerpendicularOffset" specifies a perpendicular distance away from a line before rendering.
- Returns:
- the value of the
PERPENDICULAR_OFFSET_PROPERTY
property.
-
setPerpendicularOffset
Sets the value of the property that maps to thePerpendicularOffset
element.A "PerpendicularOffset" specifies a perpendicular distance away from a line before rendering.
- Parameters:
aValue
- the value to set for thePERPENDICULAR_OFFSET_PROPERTY
property.
-