Package net.opengis.wcs11
Interface AxisType
- 
- All Superinterfaces:
- DescriptionType,- EObject,- Notifier
 - All Known Implementing Classes:
- AxisTypeImpl
 
 public interface AxisType extends DescriptionType A representation of the model object 'Axis Type'. Definition of one axis in a field for which there are a vector of values. This type is largely a subset of the ows:DomainType as needed for a range field axis.The following features are supported: - See Also:
- Wcs111Package.getAxisType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AvailableKeysTypegetAvailableKeys()Returns the value of the 'Available Keys' containment reference.DomainMetadataTypegetDataType()Returns the value of the 'Data Type' containment reference.StringgetIdentifier()Returns the value of the 'Identifier' attribute.DomainMetadataTypegetMeaning()Returns the value of the 'Meaning' containment reference.EListgetMetadata()Returns the value of the 'Metadata' containment reference list.DomainMetadataTypegetReferenceSystem()Returns the value of the 'Reference System' containment reference.DomainMetadataTypegetUOM()Returns the value of the 'UOM' containment reference.voidsetAvailableKeys(AvailableKeysType value)Sets the value of the 'Available Keys' containment reference.voidsetDataType(DomainMetadataType value)Sets the value of the 'Data Type' containment reference.voidsetIdentifier(String value)Sets the value of the 'Identifier' attribute.voidsetMeaning(DomainMetadataType value)Sets the value of the 'Meaning' containment reference.voidsetReferenceSystem(DomainMetadataType value)Sets the value of the 'Reference System' containment reference.voidsetUOM(DomainMetadataType value)Sets the value of the 'UOM' containment reference.- 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getAvailableKeysAvailableKeysType getAvailableKeys() Returns the value of the 'Available Keys' containment reference. List of all the available (valid) key values for this axis. For numeric keys, signed values should be ordered from negative infinity to positive infinity.- Returns:
- the value of the 'Available Keys' containment reference.
- See Also:
- setAvailableKeys(AvailableKeysType),- Wcs111Package.getAxisType_AvailableKeys()
 
 - 
setAvailableKeysvoid setAvailableKeys(AvailableKeysType value) Sets the value of the 'Available Keys' containment reference.- Parameters:
- value- the new value of the 'Available Keys' containment reference.
- See Also:
- getAvailableKeys()
 
 - 
getMeaningDomainMetadataType getMeaning() Returns the value of the 'Meaning' containment reference. Meaning metadata, which should be referenced for this axis.- Returns:
- the value of the 'Meaning' containment reference.
- See Also:
- setMeaning(DomainMetadataType),- Wcs111Package.getAxisType_Meaning()
 
 - 
setMeaningvoid setMeaning(DomainMetadataType value) Sets the value of the 'Meaning' containment reference.- Parameters:
- value- the new value of the 'Meaning' containment reference.
- See Also:
- getMeaning()
 
 - 
getDataTypeDomainMetadataType getDataType() Returns the value of the 'Data Type' containment reference. Data type metadata, which may be referenced for this axis.- Returns:
- the value of the 'Data Type' containment reference.
- See Also:
- setDataType(DomainMetadataType),- Wcs111Package.getAxisType_DataType()
 
 - 
setDataTypevoid setDataType(DomainMetadataType value) Sets the value of the 'Data Type' containment reference.- Parameters:
- value- the new value of the 'Data Type' containment reference.
- See Also:
- getDataType()
 
 - 
getUOMDomainMetadataType getUOM() Returns the value of the 'UOM' containment reference. Identifier of unit of measure of this set of values. Should be included then this set of values has units (and not a more complete reference system).- Returns:
- the value of the 'UOM' containment reference.
- See Also:
- setUOM(DomainMetadataType),- Wcs111Package.getAxisType_UOM()
 
 - 
setUOMvoid setUOM(DomainMetadataType value) Sets the value of the 'UOM' containment reference.- Parameters:
- value- the new value of the 'UOM' containment reference.
- See Also:
- getUOM()
 
 - 
getReferenceSystemDomainMetadataType getReferenceSystem() Returns the value of the 'Reference System' containment reference. Identifier of reference system used by this set of values. Should be included then this set of values has a reference system (not just units).- Returns:
- the value of the 'Reference System' containment reference.
- See Also:
- setReferenceSystem(DomainMetadataType),- Wcs111Package.getAxisType_ReferenceSystem()
 
 - 
setReferenceSystemvoid setReferenceSystem(DomainMetadataType value) Sets the value of the 'Reference System' containment reference.- Parameters:
- value- the new value of the 'Reference System' containment reference.
- See Also:
- getReferenceSystem()
 
 - 
getMetadataEList getMetadata() Returns the value of the 'Metadata' containment reference list. The list contents are of typeMetadataType. Optional unordered list of other metadata elements about this axis. A list of required and optional other metadata elements for this quantity can be specified in a WCS Application Profile.- Returns:
- the value of the 'Metadata' containment reference list.
- See Also:
- Wcs111Package.getAxisType_Metadata()
 
 - 
getIdentifierString getIdentifier() Returns the value of the 'Identifier' attribute. Name or identifier of this axis.- Returns:
- the value of the 'Identifier' attribute.
- See Also:
- setIdentifier(String),- Wcs111Package.getAxisType_Identifier()
 
 - 
setIdentifiervoid setIdentifier(String value) Sets the value of the 'Identifier' attribute.- Parameters:
- value- the new value of the 'Identifier' attribute.
- See Also:
- getIdentifier()
 
 
- 
 
-