Class TLcdOWSValuesReference

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

public class TLcdOWSValuesReference extends TLcdDataObject
Human-readable name of the list of values provided by the referenced document. Can be empty string when this list has no name.
  • 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

    • TLcdOWSValuesReference

      public TLcdOWSValuesReference()
    • TLcdOWSValuesReference

      public TLcdOWSValuesReference(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.