Class TLcdGML32GeometricComplexProperty

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

public class TLcdGML32GeometricComplexProperty extends TLcdDataObject
A property that has a geometric complex as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.
Since:
10.0
  • Field Details

    • LINKED_OBJECT_PROPERTY

      public static final TLcdDataProperty LINKED_OBJECT_PROPERTY
      Data linkedObject property. The possible values for this property are instances of Object.
    • NIL_REASON_PROPERTY

      public static final TLcdDataProperty NIL_REASON_PROPERTY
      Data property that maps to the nilReason attribute. The possible values for this property are instances of
    • OWNS_PROPERTY

      public static final TLcdDataProperty OWNS_PROPERTY
      Data property that maps to the owns attribute. The possible values for this property are instances of boolean.
    • REMOTE_SCHEMA_PROPERTY

      public static final TLcdDataProperty REMOTE_SCHEMA_PROPERTY
      Data property that maps to the remoteSchema attribute. The possible values for this property are instances of URI.
    • GEOMETRY_PROPERTY

      public static final TLcdDataProperty GEOMETRY_PROPERTY
      Data property that maps to the choice between the GeometricComplex and CompositeCurve and CompositeSurface and CompositeSolid elements. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML32GeometricComplexProperty

      public TLcdGML32GeometricComplexProperty()
    • TLcdGML32GeometricComplexProperty

      public TLcdGML32GeometricComplexProperty(TLcdDataType aType)
  • Method Details