Package net.opengis.wcs10
Interface RangeSetType
-
- All Superinterfaces:
AbstractDescriptionBaseType
,AbstractDescriptionType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
RangeSetTypeImpl
public interface RangeSetType extends AbstractDescriptionType
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:
Wcs10Package.getRangeSetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getAxisDescription()
Returns the value of the 'Axis Description' containment reference list.ValueEnumType
getNullValues()
Returns the value of the 'Null Values' containment reference.String
getRefSys()
Returns the value of the 'Ref Sys' attribute.String
getRefSysLabel()
Returns the value of the 'Ref Sys Label' attribute.String
getSemantic()
Returns the value of the 'Semantic' attribute.void
setNullValues(ValueEnumType value)
Sets the value of the 'Null Values
' containment reference.void
setRefSys(String value)
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
-
-
-
-
Method Detail
-
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:
Wcs10Package.getRangeSetType_AxisDescription()
-
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(ValueEnumType)
,Wcs10Package.getRangeSetType_NullValues()
-
setNullValues
void setNullValues(ValueEnumType value)
Sets the value of the 'Null Values
' containment reference.- Parameters:
value
- the new value of the 'Null Values' containment reference.- See Also:
getNullValues()
-
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(String)
,Wcs10Package.getRangeSetType_RefSys()
-
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:
getRefSys()
-
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(String)
,Wcs10Package.getRangeSetType_RefSysLabel()
-
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:
getRefSysLabel()
-
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(String)
,Wcs10Package.getRangeSetType_Semantic()
-
setSemantic
void setSemantic(String value)
Sets the value of the 'Semantic
' attribute.- Parameters:
value
- the new value of the 'Semantic' attribute.- See Also:
getSemantic()
-
-