Class TLcdGML32DomainSet

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

public class TLcdGML32DomainSet extends TLcdDataObject
The gml:domainSet property element describes the spatio-temporal region of interest, within which the coverage is defined. Its content model is given by gml:DomainSetType. The value of the domain is thus a choice between a gml:AbstractGeometry and a gml:AbstractTimeObject. In the instance these abstract elements will normally be substituted by a geometry complex or temporal complex, to represent spatial coverages and time-series, respectively. The presence of the gml:AssociationAttributeGroup means that domainSet follows the usual GML property model and may use the xlink:href attribute to point to the domain, as an alternative to describing the domain inline. Ownership semantics may be provided using the gml:OwnershipAttributeGroup.
Since:
2017.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.
    • CONTENT_PROPERTY

      public static final TLcdDataProperty CONTENT_PROPERTY
      Data property that maps to the choice between the AbstractGeometry and AbstractTimeObject elements. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML32DomainSet

      public TLcdGML32DomainSet()
    • TLcdGML32DomainSet

      public TLcdGML32DomainSet(TLcdDataType aType)
  • Method Details

    • getLinkInfo

      public Object getLinkInfo()
      Returns the value of the linkInfo property.
      Returns:
      the value of the LINK_INFO_PROPERTY property.
    • setLinkInfo

      public void setLinkInfo(Object aValue)
      Sets the value of the linkInfo property.
      Parameters:
      aValue - the value to set for the LINK_INFO_PROPERTY property.
    • getLinkedObject

      public Object getLinkedObject()
      Returns the value of the linkedObject property.
      Returns:
      the value of the LINKED_OBJECT_PROPERTY property.
    • setLinkedObject

      public void setLinkedObject(Object aValue)
      Sets the value of the linkedObject property.
      Parameters:
      aValue - the value to set for the LINKED_OBJECT_PROPERTY property.
    • getNilReason

      public Object getNilReason()
      Returns the value of the property that maps to the nilReason attribute.

      The possible values for this property are instances of

      Returns:
      the value of the NIL_REASON_PROPERTY property.
    • setNilReason

      public void setNilReason(Object aValue)
      Sets the value of the property that maps to the nilReason attribute.

      The possible values for this property are instances of

      Parameters:
      aValue - the value to set for the NIL_REASON_PROPERTY property.
    • getOwns

      public boolean getOwns()
      Returns the value of the property that maps to the owns attribute.
      Returns:
      the value of the OWNS_PROPERTY property.
    • setOwns

      public void setOwns(boolean aValue)
      Sets the value of the property that maps to the owns attribute.
      Parameters:
      aValue - the value to set for the OWNS_PROPERTY property.
    • getRemoteSchema

      public URI getRemoteSchema()
      Returns the value of the property that maps to the remoteSchema attribute.
      Returns:
      the value of the REMOTE_SCHEMA_PROPERTY property.
    • setRemoteSchema

      public void setRemoteSchema(URI aValue)
      Sets the value of the property that maps to the remoteSchema attribute.
      Parameters:
      aValue - the value to set for the REMOTE_SCHEMA_PROPERTY property.
    • getContent

      public TLcdGML32AbstractGML getContent()
      Returns the value of the property that maps to the choice between the AbstractGeometry and AbstractTimeObject elements.

      The possible values for this property are instances of

      Returns:
      the value of the CONTENT_PROPERTY property.
    • setContent

      public void setContent(TLcdGML32AbstractGML aValue)
      Sets the value of the property that maps to the choice between the AbstractGeometry and AbstractTimeObject elements.

      The possible values for this property are instances of

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