Class TLcdGML32AbstractMetadataProperty

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractMetadataProperty
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdAIXM51FeatureMetadataProperty, TLcdAIXM51FeatureTimeSliceMetadataProperty, TLcdAIXM51MessageMetadataProperty

public class TLcdGML32AbstractMetadataProperty extends TLcdDataObject
To associate metadata described by any XML Schema with a GML object, a property element shall be defined whose content model is derived by extension from gml:AbstractMetadataPropertyType. The value of such a property shall be metadata. The content model of such a property type, i.e. the metadata application schema shall be specified by the GML Application Schema. By default, this abstract property type does not imply any ownership of the metadata. The owns attribute of gml:OwnershipAttributeGroup may be used on a metadata property element instance to assert ownership of the metadata. If metadata following the conceptual model of ISO 19115 is to be encoded in a GML document, the corresponding Implementation Specification specified in ISO/TS 19139 shall be used to encode the metadata information.
Since:
10.0
  • Field Details Link icon

    • OWNS_PROPERTY Link icon

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

    • TLcdGML32AbstractMetadataProperty Link icon

      public TLcdGML32AbstractMetadataProperty()
    • TLcdGML32AbstractMetadataProperty Link icon

      public TLcdGML32AbstractMetadataProperty(TLcdDataType aType)
  • Method Details Link icon

    • getOwns Link icon

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

      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.