Package net.opengis.wcs20
Interface ScalingType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ScalingTypeImpl
 
 public interface ScalingType extends EObjectThe root object for wcs 2.0 scaling- Author:
- Andrea Aime - GeoSolutions
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleAxisByFactorTypegetScaleAxesByFactor()Scales each axis by a different valueScaleByFactorTypegetScaleByFactor()Scales by uniform factorScaleToExtentTypegetScaleToExtent()Scales each axis to a specific extentScaleToSizeTypegetScaleToSize()Scales each axis to a specific sizevoidsetScaleAxesByFactor(ScaleAxisByFactorType value)Sets the value of the 'Scale Axes By Factor' reference.voidsetScaleByFactor(ScaleByFactorType value)Sets the value of the 'Scale By Factor' reference.voidsetScaleToExtent(ScaleToExtentType value)Sets the value of the 'Scale To Extent' reference.voidsetScaleToSize(ScaleToSizeType value)Sets the value of the 'Scale To Size' reference.
 
- 
- 
- 
Method Detail- 
getScaleByFactorScaleByFactorType getScaleByFactor() Scales by uniform factor
 - 
setScaleByFactorvoid setScaleByFactor(ScaleByFactorType value) Sets the value of the 'Scale By Factor' reference.- Parameters:
- value- the new value of the 'Scale By Factor' reference.
- See Also:
- getScaleByFactor()
 
 - 
getScaleAxesByFactorScaleAxisByFactorType getScaleAxesByFactor() Scales each axis by a different value
 - 
setScaleAxesByFactorvoid setScaleAxesByFactor(ScaleAxisByFactorType value) Sets the value of the 'Scale Axes By Factor' reference.- Parameters:
- value- the new value of the 'Scale Axes By Factor' reference.
- See Also:
- getScaleAxesByFactor()
 
 - 
getScaleToSizeScaleToSizeType getScaleToSize() Scales each axis to a specific size
 - 
setScaleToSizevoid setScaleToSize(ScaleToSizeType value) Sets the value of the 'Scale To Size' reference.- Parameters:
- value- the new value of the 'Scale To Size' reference.
- See Also:
- getScaleToSize()
 
 - 
getScaleToExtentScaleToExtentType getScaleToExtent() Scales each axis to a specific extent
 - 
setScaleToExtentvoid setScaleToExtent(ScaleToExtentType value) Sets the value of the 'Scale To Extent' reference.- Parameters:
- value- the new value of the 'Scale To Extent' reference.
- See Also:
- getScaleToExtent()
 
 
- 
 
-