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:
Wcs20Package.getDimensionSubsetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCRS()
The CRS, which can only be specified in the WCS 2.0 KVP protocol (but not in the POST one!!!)String
getDimension()
Returns the value of the 'Dimension' attribute.void
setCRS(String value)
Sets the value of the 'CRS
' attribute.void
setDimension(String value)
Sets the value of the 'Dimension
' attribute.
-
-
-
Method Detail
-
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(String)
,Wcs20Package.getDimensionSubsetType_Dimension()
-
setDimension
void setDimension(String value)
Sets the value of the 'Dimension
' attribute.- Parameters:
value
- the new value of the 'Dimension' attribute.- See Also:
getDimension()
-
getCRS
String getCRS()
The CRS, which can only be specified in the WCS 2.0 KVP protocol (but not in the POST one!!!)
-
-