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 SummaryModifier 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.voidSets the value of the 'CRS' attribute.voidsetDimension(String value) Sets the value of the 'Dimension' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getDimensionString 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:
 
- 
setDimensionSets the value of the 'Dimension' attribute.- Parameters:
- value- the new value of the 'Dimension' attribute.
- See Also:
 
- 
getCRSString getCRS()The CRS, which can only be specified in the WCS 2.0 KVP protocol (but not in the POST one!!!)
- 
setCRSSets the value of the 'CRS' attribute.- Parameters:
- value- the new value of the 'CRS' attribute.
- See Also:
 
 
-