Package com.luciad.format.gml32.model
Class TLcdGML32Clothoid.RefLocation
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Clothoid.RefLocation
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Enclosing class:
TLcdGML32Clothoid
- Since:
- 10.0
-
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.
-
Field Details
-
AFFINE_PLACEMENT_PROPERTY
Data property that maps to theAffinePlacement
element. The possible values for this property are instances ofTLcdGML32AffinePlacement
.
-
-
Constructor Details
-
RefLocation
public RefLocation() -
RefLocation
-
-
Method Details
-
getAffinePlacement
Returns the value of the property that maps to theAffinePlacement
element.location, refDirection, inDimension and outDimension have the same meaning as specified in ISO 19107:2003, 6.4.21.
- Returns:
- the value of the
AFFINE_PLACEMENT_PROPERTY
property.
-
setAffinePlacement
Sets the value of the property that maps to theAffinePlacement
element.location, refDirection, inDimension and outDimension have the same meaning as specified in ISO 19107:2003, 6.4.21.
- Parameters:
aValue
- the value to set for theAFFINE_PLACEMENT_PROPERTY
property.
-