Package net.opengis.wcs20
Interface TargetAxisSizeType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TargetAxisSizeTypeImpl
 
 public interface TargetAxisSizeType extends EObjectUsed in the WCS 2.0 scaling extension to specify the scale for a particular axis- Author:
- Andrea Aime - GeoSolutions
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAxis()The axis to be scaleddoublegetTargetSize()The target axis sizevoidsetAxis(String value)Sets the value of the 'Axis' attribute.voidsetTargetSize(double value)Sets the value of the 'Target Size' attribute.
 
- 
- 
- 
Method Detail- 
getAxisString getAxis() The axis to be scaled
 - 
setAxisvoid setAxis(String value) Sets the value of the 'Axis' attribute.- Parameters:
- value- the new value of the 'Axis' attribute.
- See Also:
- getAxis()
 
 - 
getTargetSizedouble getTargetSize() The target axis size
 - 
setTargetSizevoid setTargetSize(double value) Sets the value of the 'Target Size' attribute.- Parameters:
- value- the new value of the 'Target Size' attribute.
- See Also:
- getTargetSize()
 
 
- 
 
-