Interface AxisDescriptionType

All Superinterfaces:
AbstractDescriptionBaseType, AbstractDescriptionType, AbstractGMLType, EObject, Notifier
All Known Implementing Classes:
AxisDescriptionTypeImpl

public interface AxisDescriptionType extends AbstractDescriptionType
A representation of the model object 'Axis Description Type'. Description of a measured or observed quantity, and list of the "valid" quantity values (values for which measurements are available or "by which" aggregate values are available). The semantic is the URI of the quantity (for example observable or mathematical variable). The refSys attribute is a URI to a reference system, and the refSysLabel is the label used by client to refer the reference system.

The following features are supported:

See Also:
  • Method Details

    • getValues

      ValuesType getValues()
      Returns the value of the 'Values' containment reference. The type and value constraints for the values of this axis.
      Returns:
      the value of the 'Values' containment reference.
      See Also:
    • setValues

      void setValues(ValuesType value)
      Sets the value of the 'Values' containment reference.
      Parameters:
      value - the new value of the 'Values' containment reference.
      See Also:
    • getRefSys

      String getRefSys()
      Returns the value of the 'Ref Sys' attribute. Pointer to the reference system in which values are expressed. This attribute shall be included either here or in RangeSetType.
      Returns:
      the value of the 'Ref Sys' attribute.
      See Also:
    • setRefSys

      void setRefSys(String value)
      Sets the value of the 'Ref Sys' attribute.
      Parameters:
      value - the new value of the 'Ref Sys' attribute.
      See Also:
    • getRefSysLabel

      String getRefSysLabel()
      Returns the value of the 'Ref Sys Label' attribute. Short human-readable label denoting the reference system, for human interface display. This attribute shall be included either here or in RangeSetType.
      Returns:
      the value of the 'Ref Sys Label' attribute.
      See Also:
    • setRefSysLabel

      void setRefSysLabel(String value)
      Sets the value of the 'Ref Sys Label' attribute.
      Parameters:
      value - the new value of the 'Ref Sys Label' attribute.
      See Also:
    • getSemantic

      String getSemantic()
      Returns the value of the 'Semantic' attribute. Definition of the semantics or meaning of the values in the XML element it belongs to. The value of this "semantic" attribute can be a RDF Property or Class of a taxonomy or ontology.
      Returns:
      the value of the 'Semantic' attribute.
      See Also:
    • setSemantic

      void setSemantic(String value)
      Sets the value of the 'Semantic' attribute.
      Parameters:
      value - the new value of the 'Semantic' attribute.
      See Also: