Class TLcdGML2FeatureAssociation

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

public class TLcdGML2FeatureAssociation extends TLcdFeaturedDataObject
An instance of this type (e.g. a featureMember) can either enclose or point to a feature (or feature collection); this type can be restricted in an application schema to allow only specified features as valid participants in the association. When serving as a simple link that references a remote feature instance, the value of the gml:remoteSchema attribute can be used to locate a schema fragment that constrains the target instance.
Since:
10.0
See Also:
  • 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.
    • 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.
    • FEATURE_PROPERTY

      public static final TLcdDataProperty FEATURE_PROPERTY
      Data property that maps to the _Feature element. The possible values for this property are instances of TLcdGML2AbstractFeature.
  • Constructor Details

    • TLcdGML2FeatureAssociation

      public TLcdGML2FeatureAssociation()
    • TLcdGML2FeatureAssociation

      public TLcdGML2FeatureAssociation(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.
    • 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.
    • getFeature

      public TLcdGML2AbstractFeature getFeature()
      Returns the value of the property that maps to the _Feature element.
      Returns:
      the value of the FEATURE_PROPERTY property.
    • setFeature

      public void setFeature(TLcdGML2AbstractFeature aValue)
      Sets the value of the property that maps to the _Feature element.
      Parameters:
      aValue - the value to set for the FEATURE_PROPERTY property.