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

    • AFFINE_PLACEMENT_PROPERTY

      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

    • RefLocation

      public RefLocation()
    • RefLocation

      public RefLocation(TLcdDataType aType)
  • Method Details

    • getAffinePlacement

      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

      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.