Class TLcdGML2LineStringProperty

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML2LineStringProperty extends TLcdGML2GeometryAssociation
Encapsulates a single LineString to represent centerLineOf or edgeOf properties.
Since:
10.0
See Also:
  • Field Details

    • TYPE_PROPERTY

      public static final TLcdDataProperty TYPE_PROPERTY
      Data property that holds the type of this instance. The possible values for this property are the public QName constants defined in this class.
    • CENTER_LINE_OF

      public static final QName CENTER_LINE_OF
    • EDGE_OF

      public static final QName EDGE_OF
    • LINE_STRING_PROPERTY

      public static final QName LINE_STRING_PROPERTY
  • Constructor Details

    • TLcdGML2LineStringProperty

      public TLcdGML2LineStringProperty()
    • TLcdGML2LineStringProperty

      public TLcdGML2LineStringProperty(TLcdDataType aType)
    • TLcdGML2LineStringProperty

      public TLcdGML2LineStringProperty(QName aType)
      Creates a new instance and initializes its type property to the given QName.
      See Also:
    • TLcdGML2LineStringProperty

      public TLcdGML2LineStringProperty(QName aType, TLcdDataType aDataObjectType)
      Creates a new instance and initializes its type property to the given QName.
      See Also:
  • Method Details

    • getType

      public QName getType()
      Returns the value of the property that holds the type of this instance.

      The possible values for this property are the public QName constants defined in this class.

      Returns:
      the value of the TYPE_PROPERTY property.
    • setType

      public void setType(QName aValue)
      Sets the value of the property that holds the type of this instance.

      The possible values for this property are the public QName constants defined in this class.

      Parameters:
      aValue - the value to set for the TYPE_PROPERTY property.