Package net.opengis.wcs20
Interface DimensionSliceType
-
- All Superinterfaces:
DimensionSubsetType,EObject,Notifier
- All Known Implementing Classes:
DimensionSliceTypeImpl
public interface DimensionSliceType extends DimensionSubsetType
A representation of the model object 'Dimension Slice Type'.The following features are supported:
- See Also:
Wcs20Package.getDimensionSliceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSlicePoint()Returns the value of the 'Slice Point' attribute.voidsetSlicePoint(String value)Sets the value of the 'Slice Point' attribute.-
Methods inherited from interface DimensionSubsetType
getCRS, getDimension, setCRS, setDimension
-
-
-
-
Method Detail
-
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(String),Wcs20Package.getDimensionSliceType_SlicePoint()
-
setSlicePoint
void setSlicePoint(String value)
Sets the value of the 'Slice Point' attribute.- Parameters:
value- the new value of the 'Slice Point' attribute.- See Also:
getSlicePoint()
-
-