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 Summary
All 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
-
getScaleByFactor
ScaleByFactorType getScaleByFactor()
Scales by uniform factor
-
setScaleByFactor
void 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()
-
getScaleAxesByFactor
ScaleAxisByFactorType getScaleAxesByFactor()
Scales each axis by a different value
-
setScaleAxesByFactor
void 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()
-
getScaleToSize
ScaleToSizeType getScaleToSize()
Scales each axis to a specific size
-
setScaleToSize
void 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()
-
getScaleToExtent
ScaleToExtentType getScaleToExtent()
Scales each axis to a specific extent
-
setScaleToExtent
void 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()
-
-