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 Link icon

    • TYPE_PROPERTY Link icon

      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 Link icon

      public static final QName CENTER_LINE_OF
    • EDGE_OF Link icon

      public static final QName EDGE_OF
    • LINE_STRING_PROPERTY Link icon

      public static final QName LINE_STRING_PROPERTY
  • Constructor Details Link icon

    • TLcdGML2LineStringProperty Link icon

      public TLcdGML2LineStringProperty()
    • TLcdGML2LineStringProperty Link icon

      public TLcdGML2LineStringProperty(TLcdDataType aType)
    • TLcdGML2LineStringProperty Link icon

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

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

    • getType Link icon

      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 Link icon

      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.