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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theinDimension
element.static final TLcdDataProperty
Data property that maps to thelocation
element.static final TLcdDataProperty
Data property that maps to theoutDimension
element.static final TLcdDataProperty
Data property that maps to therefDirection
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the value of the property that maps to theinDimension
element.Returns the value of the property that maps to thelocation
element.long
Returns the value of the property that maps to theoutDimension
element.Returns the value of the property that maps to therefDirection
element.void
setInDimension
(long aValue) Sets the value of the property that maps to theinDimension
element.void
setLocation
(TLcdGML32DirectPosition aValue) Sets the value of the property that maps to thelocation
element.void
setOutDimension
(long aValue) Sets the value of the property that maps to theoutDimension
element.
-
Field Details
-
LOCATION_PROPERTY
Data property that maps to thelocation
element. The possible values for this property are instances ofTLcdGML32DirectPosition
. -
REF_DIRECTION_PROPERTY
Data property that maps to therefDirection
element. The possible values for this property are instances ofList<TLcdGML32Vector>
. -
IN_DIMENSION_PROPERTY
Data property that maps to theinDimension
element. The possible values for this property are instances oflong
. -
OUT_DIMENSION_PROPERTY
Data property that maps to theoutDimension
element. 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 thelocation
element.- Returns:
- the value of the
LOCATION_PROPERTY
property.
-
setLocation
Sets the value of the property that maps to thelocation
element.- Parameters:
aValue
- the value to set for theLOCATION_PROPERTY
property.
-
getRefDirection
Returns the value of the property that maps to therefDirection
element.- Returns:
- the value of the
REF_DIRECTION_PROPERTY
property.
-
getInDimension
public long getInDimension()Returns the value of the property that maps to theinDimension
element.- Returns:
- the value of the
IN_DIMENSION_PROPERTY
property.
-
setInDimension
public void setInDimension(long aValue) Sets the value of the property that maps to theinDimension
element.- Parameters:
aValue
- the value to set for theIN_DIMENSION_PROPERTY
property.
-
getOutDimension
public long getOutDimension()Returns the value of the property that maps to theoutDimension
element.- Returns:
- the value of the
OUT_DIMENSION_PROPERTY
property.
-
setOutDimension
public void setOutDimension(long aValue) Sets the value of the property that maps to theoutDimension
element.- Parameters:
aValue
- the value to set for theOUT_DIMENSION_PROPERTY
property.
-