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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTrimHigh()Returns the value of the 'Trim High' attribute.StringgetTrimLow()Returns the value of the 'Trim Low' attribute.voidsetTrimHigh(String value)Sets the value of the 'Trim High' attribute.voidsetTrimLow(String value)Sets the value of the 'Trim Low' attribute.- 
Methods inherited from interface DimensionSubsetTypegetCRS, getDimension, setCRS, setDimension
 
- 
 
- 
- 
- 
Method Detail- 
getTrimLowString 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()
 
 - 
setTrimLowvoid setTrimLow(String value) Sets the value of the 'Trim Low' attribute.- Parameters:
- value- the new value of the 'Trim Low' attribute.
- See Also:
- getTrimLow()
 
 - 
getTrimHighString 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()
 
 - 
setTrimHighvoid setTrimHigh(String value) Sets the value of the 'Trim High' attribute.- Parameters:
- value- the new value of the 'Trim High' attribute.
- See Also:
- getTrimHigh()
 
 
- 
 
-