Package com.luciad.format.gml32.model
Class TLcdGML32AffinePlacement
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AffinePlacement
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
location, refDirection, inDimension and outDimension have the same meaning as specified in ISO 19107:2003, 6.4.21.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theinDimensionelement.static final TLcdDataPropertyData property that maps to thelocationelement.static final TLcdDataPropertyData property that maps to theoutDimensionelement.static final TLcdDataPropertyData property that maps to therefDirectionelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the value of the property that maps to theinDimensionelement.Returns the value of the property that maps to thelocationelement.longReturns the value of the property that maps to theoutDimensionelement.Returns the value of the property that maps to therefDirectionelement.voidsetInDimension(long aValue) Sets the value of the property that maps to theinDimensionelement.voidsetLocation(TLcdGML32DirectPosition aValue) Sets the value of the property that maps to thelocationelement.voidsetOutDimension(long aValue) Sets the value of the property that maps to theoutDimensionelement.
-
Field Details
-
LOCATION_PROPERTY
Data property that maps to thelocationelement. The possible values for this property are instances ofTLcdGML32DirectPosition. -
REF_DIRECTION_PROPERTY
Data property that maps to therefDirectionelement. The possible values for this property are instances ofList<TLcdGML32Vector>. -
IN_DIMENSION_PROPERTY
Data property that maps to theinDimensionelement. The possible values for this property are instances oflong. -
OUT_DIMENSION_PROPERTY
Data property that maps to theoutDimensionelement. The possible values for this property are instances oflong.
-
-
Constructor Details
-
TLcdGML32AffinePlacement
public TLcdGML32AffinePlacement() -
TLcdGML32AffinePlacement
-
-
Method Details
-
getLocation
Returns the value of the property that maps to thelocationelement.- Returns:
- the value of the
LOCATION_PROPERTYproperty.
-
setLocation
Sets the value of the property that maps to thelocationelement.- Parameters:
aValue- the value to set for theLOCATION_PROPERTYproperty.
-
getRefDirection
Returns the value of the property that maps to therefDirectionelement.- Returns:
- the value of the
REF_DIRECTION_PROPERTYproperty.
-
getInDimension
public long getInDimension()Returns the value of the property that maps to theinDimensionelement.- Returns:
- the value of the
IN_DIMENSION_PROPERTYproperty.
-
setInDimension
public void setInDimension(long aValue) Sets the value of the property that maps to theinDimensionelement.- Parameters:
aValue- the value to set for theIN_DIMENSION_PROPERTYproperty.
-
getOutDimension
public long getOutDimension()Returns the value of the property that maps to theoutDimensionelement.- Returns:
- the value of the
OUT_DIMENSION_PROPERTYproperty.
-
setOutDimension
public void setOutDimension(long aValue) Sets the value of the property that maps to theoutDimensionelement.- Parameters:
aValue- the value to set for theOUT_DIMENSION_PROPERTYproperty.
-