Package com.luciad.format.gml31.model
Class TLcdGML31Clothoid.RefLocation
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31Clothoid.RefLocation
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Enclosing class:
TLcdGML31Clothoid
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAffinePlacementelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAffinePlacementelement.voidSets the value of the property that maps to theAffinePlacementelement.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
AFFINE_PLACEMENT_PROPERTY
Data property that maps to theAffinePlacementelement. The possible values for this property are instances ofTLcdGML31AffinePlacement.
-
-
Constructor Details
-
RefLocation
public RefLocation() -
RefLocation
-
-
Method Details
-
getAffinePlacement
Returns the value of the property that maps to theAffinePlacementelement.- Returns:
- the value of the
AFFINE_PLACEMENT_PROPERTYproperty.
-
setAffinePlacement
Sets the value of the property that maps to theAffinePlacementelement.- Parameters:
aValue- the value to set for theAFFINE_PLACEMENT_PROPERTYproperty.
-