Package net.opengis.wcs20
Interface DimensionSubsetType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
DimensionSliceType
,DimensionTrimType
- All Known Implementing Classes:
DimensionSliceTypeImpl
,DimensionSubsetTypeImpl
,DimensionTrimTypeImpl
public interface DimensionSubsetType
extends EObject
A representation of the model object 'Dimension Subset Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCRS()
The CRS, which can only be specified in the WCS 2.0 KVP protocol (but not in the POST one!!!)Returns the value of the 'Dimension' attribute.void
Sets the value of the 'CRS
' attribute.void
setDimension
(String value) Sets the value of the 'Dimension
' attribute.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
-
getDimension
String getDimension()Returns the value of the 'Dimension' attribute.If the meaning of the 'Dimension' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Dimension' attribute.
- See Also:
-
setDimension
Sets the value of the 'Dimension
' attribute.- Parameters:
value
- the new value of the 'Dimension' attribute.- See Also:
-
getCRS
String getCRS()The CRS, which can only be specified in the WCS 2.0 KVP protocol (but not in the POST one!!!) -
setCRS
Sets the value of the 'CRS
' attribute.- Parameters:
value
- the new value of the 'CRS' attribute.- See Also:
-