Package net.opengis.wcs10
Interface AxisDescriptionType
- All Superinterfaces:
AbstractDescriptionBaseType
,AbstractDescriptionType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
AxisDescriptionTypeImpl
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 Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Ref Sys' attribute.Returns the value of the 'Ref Sys Label' attribute.Returns the value of the 'Semantic' attribute.Returns the value of the 'Values' containment reference.void
Sets the value of the 'Ref Sys
' attribute.void
setRefSysLabel
(String value) Sets the value of the 'Ref Sys Label
' attribute.void
setSemantic
(String value) Sets the value of the 'Semantic
' attribute.void
setValues
(ValuesType value) Sets the value of the 'Values
' containment reference.Methods inherited from interface AbstractDescriptionType
getDescription1, getLabel, getMetadataLink, getName1, setDescription1, setLabel, setName1
Methods inherited from interface AbstractGMLType
getDescription, getMetaDataProperty, getName, setDescription
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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
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
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
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
Sets the value of the 'Semantic
' attribute.- Parameters:
value
- the new value of the 'Semantic' attribute.- See Also:
-