Class TLcdGML32AffinePlacement

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AffinePlacement
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32AffinePlacement extends TLcdDataObject
location, refDirection, inDimension and outDimension have the same meaning as specified in ISO 19107:2003, 6.4.21.
Since:
10.0
  • Field Details

    • LOCATION_PROPERTY

      public static final TLcdDataProperty LOCATION_PROPERTY
      Data property that maps to the location element. The possible values for this property are instances of TLcdGML32DirectPosition.
    • REF_DIRECTION_PROPERTY

      public static final TLcdDataProperty REF_DIRECTION_PROPERTY
      Data property that maps to the refDirection element. The possible values for this property are instances of List<TLcdGML32Vector>.
    • IN_DIMENSION_PROPERTY

      public static final TLcdDataProperty IN_DIMENSION_PROPERTY
      Data property that maps to the inDimension element. The possible values for this property are instances of long.
    • OUT_DIMENSION_PROPERTY

      public static final TLcdDataProperty OUT_DIMENSION_PROPERTY
      Data property that maps to the outDimension element. The possible values for this property are instances of long.
  • Constructor Details

    • TLcdGML32AffinePlacement

      public TLcdGML32AffinePlacement()
    • TLcdGML32AffinePlacement

      public TLcdGML32AffinePlacement(TLcdDataType aType)
  • Method Details

    • getLocation

      public TLcdGML32DirectPosition getLocation()
      Returns the value of the property that maps to the location element.
      Returns:
      the value of the LOCATION_PROPERTY property.
    • setLocation

      public void setLocation(TLcdGML32DirectPosition aValue)
      Sets the value of the property that maps to the location element.
      Parameters:
      aValue - the value to set for the LOCATION_PROPERTY property.
    • getRefDirection

      public List<TLcdGML32Vector> getRefDirection()
      Returns the value of the property that maps to the refDirection element.
      Returns:
      the value of the REF_DIRECTION_PROPERTY property.
    • getInDimension

      public long getInDimension()
      Returns the value of the property that maps to the inDimension 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 the inDimension element.
      Parameters:
      aValue - the value to set for the IN_DIMENSION_PROPERTY property.
    • getOutDimension

      public long getOutDimension()
      Returns the value of the property that maps to the outDimension 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 the outDimension element.
      Parameters:
      aValue - the value to set for the OUT_DIMENSION_PROPERTY property.