Package net.opengis.wcs20
Interface DimensionSliceType
- All Superinterfaces:
DimensionSubsetType
,EObject
,Notifier
- All Known Implementing Classes:
DimensionSliceTypeImpl
A representation of the model object 'Dimension Slice Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Slice Point' attribute.void
setSlicePoint
(String value) Sets the value of the 'Slice Point
' attribute.Methods inherited from interface DimensionSubsetType
getCRS, getDimension, setCRS, setDimension
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
-
getSlicePoint
String getSlicePoint()Returns the value of the 'Slice Point' attribute.If the meaning of the 'Slice Point' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Slice Point' attribute.
- See Also:
-
setSlicePoint
Sets the value of the 'Slice Point
' attribute.- Parameters:
value
- the new value of the 'Slice Point' attribute.- See Also:
-