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

public static class TLcdGML32Clothoid.RefLocation extends TLcdDataObject
Since:
10.0
  • Field Details Link icon

    • AFFINE_PLACEMENT_PROPERTY Link icon

      public static final TLcdDataProperty AFFINE_PLACEMENT_PROPERTY
      Data property that maps to the AffinePlacement element. The possible values for this property are instances of TLcdGML32AffinePlacement.
  • Constructor Details Link icon

    • RefLocation Link icon

      public RefLocation()
    • RefLocation Link icon

      public RefLocation(TLcdDataType aType)
  • Method Details Link icon

    • getAffinePlacement Link icon

      public TLcdGML32AffinePlacement getAffinePlacement()
      Returns the value of the property that maps to the AffinePlacement 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 Link icon

      public void setAffinePlacement(TLcdGML32AffinePlacement aValue)
      Sets the value of the property that maps to the AffinePlacement 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 the AFFINE_PLACEMENT_PROPERTY property.