Package net.opengis.wcs20
Interface DimensionTrimType
- All Superinterfaces:
DimensionSubsetType
,EObject
,Notifier
- All Known Implementing Classes:
DimensionTrimTypeImpl
A representation of the model object 'Dimension Trim Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Trim High' attribute.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
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
-
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
Sets the value of the 'Trim Low
' attribute.- Parameters:
value
- the new value of the 'Trim Low' attribute.- See Also:
-
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
Sets the value of the 'Trim High
' attribute.- Parameters:
value
- the new value of the 'Trim High' attribute.- See Also:
-