Package net.opengis.wcs10
Interface RangeSetType
- All Superinterfaces:
AbstractDescriptionBaseType
,AbstractDescriptionType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
RangeSetTypeImpl
A representation of the model object 'Range Set Type'.
Defines the properties (categories, measures, or values) assigned to each location in the domain. Any such property may be a scalar (numeric or text) value, such as population density, or a compound (vector or tensor) value, such as incomes by race, or radiances by wavelength. The semantic of the range set is typically an observable and is referenced by a URI. A rangeSet also has a reference system that is reffered by the URI in the refSys attribute. The refSys is either qualitative (classification) or quantitative (uom). The three attributes can be included either here and in each axisDescription. If included in both places, the values in the axisDescription over-ride those included in the RangeSet.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
Returns the value of the 'Axis Description' containment reference list.Returns the value of the 'Null Values' containment reference.Returns the value of the 'Ref Sys' attribute.Returns the value of the 'Ref Sys Label' attribute.Returns the value of the 'Semantic' attribute.void
setNullValues
(ValueEnumType value) Sets the value of the 'Null 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.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
-
getAxisDescription
EList getAxisDescription()Returns the value of the 'Axis Description' containment reference list. The list contents are of typeAxisDescriptionType1
. Defines a range provided by a coverage. Multiple occurences are used for compound observations, to descibe an additional parameter (that is, an independent variable besides space and time), plus the valid values of this parameter (which GetCoverage requests can use to select subsets of a coverage offering).- Returns:
- the value of the 'Axis Description' containment reference list.
- See Also:
-
getNullValues
ValueEnumType getNullValues()Returns the value of the 'Null Values' containment reference. Values used when valid values are not available. (The coverage encoding may specify a fixed value for null (e.g. "-99999" or "N/A"), but often the choice is up to the provider and must be communicated to the client outside of the coverage itself.)- Returns:
- the value of the 'Null Values' containment reference.
- See Also:
-
setNullValues
Sets the value of the 'Null Values
' containment reference.- Parameters:
value
- the new value of the 'Null 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 each AxisDescriptionType.- 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 each AxisDescriptionType.- 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:
-