Package net.opengis.wcs20
Interface DimensionTrimType
-
- All Superinterfaces:
DimensionSubsetType
,EObject
,Notifier
- All Known Implementing Classes:
DimensionTrimTypeImpl
public interface DimensionTrimType extends DimensionSubsetType
A representation of the model object 'Dimension Trim Type'.The following features are supported:
- See Also:
Wcs20Package.getDimensionTrimType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTrimHigh()
Returns the value of the 'Trim High' attribute.String
getTrimLow()
Returns the value of the 'Trim Low' attribute.void
setTrimHigh(String value)
Sets the value of the 'Trim High
' attribute.void
setTrimLow(String value)
Sets the value of the 'Trim Low
' attribute.-
Methods inherited from interface DimensionSubsetType
getCRS, getDimension, setCRS, setDimension
-
-
-
-
Method Detail
-
getTrimLow
String getTrimLow()
Returns the value of the 'Trim Low' attribute.If the meaning of the 'Trim Low' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Trim Low' attribute.
- See Also:
setTrimLow(String)
,Wcs20Package.getDimensionTrimType_TrimLow()
-
setTrimLow
void setTrimLow(String value)
Sets the value of the 'Trim Low
' attribute.- Parameters:
value
- the new value of the 'Trim Low' attribute.- See Also:
getTrimLow()
-
getTrimHigh
String getTrimHigh()
Returns the value of the 'Trim High' attribute.If the meaning of the 'Trim High' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Trim High' attribute.
- See Also:
setTrimHigh(String)
,Wcs20Package.getDimensionTrimType_TrimHigh()
-
setTrimHigh
void setTrimHigh(String value)
Sets the value of the 'Trim High
' attribute.- Parameters:
value
- the new value of the 'Trim High' attribute.- See Also:
getTrimHigh()
-
-