Class TLcdOWSDomainMetadata

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSDomainMetadata
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdOWSDomainMetadata extends TLcdDataObject
References metadata about a quantity, and provides a name for this metadata. (Informative: This element was simplified from the metaDataProperty element in GML 3.0.)

Human-readable name of the metadata described by associated referenced document.

  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of String.
    • REFERENCE_PROPERTY

      public static final TLcdDataProperty REFERENCE_PROPERTY
      Data property that maps to the reference attribute. The possible values for this property are instances of URI.
  • Constructor Details

    • TLcdOWSDomainMetadata

      public TLcdOWSDomainMetadata()
    • TLcdOWSDomainMetadata

      public TLcdOWSDomainMetadata(TLcdDataType aType)
  • Method Details

    • getValueObject

      public String getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject

      public void setValueObject(String aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getReference

      public URI getReference()
      Returns the value of the property that maps to the reference attribute.

      Reference to data or metadata recorded elsewhere, either external to this XML document or within it. Whenever practical, this attribute should be a URL from which this metadata can be electronically retrieved. Alternately, this attribute can reference a URN for well-known metadata. For example, such a URN could be a URN defined in the "ogc" URN namespace.

      Returns:
      the value of the REFERENCE_PROPERTY property.
    • setReference

      public void setReference(URI aValue)
      Sets the value of the property that maps to the reference attribute.

      Reference to data or metadata recorded elsewhere, either external to this XML document or within it. Whenever practical, this attribute should be a URL from which this metadata can be electronically retrieved. Alternately, this attribute can reference a URN for well-known metadata. For example, such a URN could be a URN defined in the "ogc" URN namespace.

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