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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAffinePlacement
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAffinePlacement
element.void
Sets the value of the property that maps to theAffinePlacement
element.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 theAffinePlacement
element. 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 theAffinePlacement
element.- Returns:
- the value of the
AFFINE_PLACEMENT_PROPERTY
property.
-
setAffinePlacement
Sets the value of the property that maps to theAffinePlacement
element.- Parameters:
aValue
- the value to set for theAFFINE_PLACEMENT_PROPERTY
property.
-