Package net.opengis.wcs20
Interface ScalingType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ScalingTypeImpl
public interface ScalingType extends EObject
The root object for wcs 2.0 scaling- Author:
- Andrea Aime - GeoSolutions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleAxisByFactorType
getScaleAxesByFactor()
Scales each axis by a different valueScaleByFactorType
getScaleByFactor()
Scales by uniform factorScaleToExtentType
getScaleToExtent()
Scales each axis to a specific extentScaleToSizeType
getScaleToSize()
Scales each axis to a specific sizevoid
setScaleAxesByFactor(ScaleAxisByFactorType value)
Sets the value of the 'Scale Axes By Factor
' reference.void
setScaleByFactor(ScaleByFactorType value)
Sets the value of the 'Scale By Factor
' reference.void
setScaleToExtent(ScaleToExtentType value)
Sets the value of the 'Scale To Extent
' reference.void
setScaleToSize(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()
-
-