Package net.opengis.wcs10
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:
Wcs10Package.getAxisDescriptionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRefSys()Returns the value of the 'Ref Sys' attribute.StringgetRefSysLabel()Returns the value of the 'Ref Sys Label' attribute.StringgetSemantic()Returns the value of the 'Semantic' attribute.ValuesTypegetValues()Returns the value of the 'Values' containment reference.voidsetRefSys(String value)Sets the value of the 'Ref Sys' attribute.voidsetRefSysLabel(String value)Sets the value of the 'Ref Sys Label' attribute.voidsetSemantic(String value)Sets the value of the 'Semantic' attribute.voidsetValues(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
-
-
-
-
Method Detail
-
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(ValuesType),Wcs10Package.getAxisDescriptionType_Values()
-
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:
getValues()
-
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(String),Wcs10Package.getAxisDescriptionType_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 RangeSetType.- Returns:
- the value of the 'Ref Sys Label' attribute.
- See Also:
setRefSysLabel(String),Wcs10Package.getAxisDescriptionType_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.getAxisDescriptionType_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()
-
-