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
Modifier and TypeMethodDescriptionScales each axis by a different valueScales by uniform factorScales each axis to a specific extentScales each axis to a specific sizevoid
Sets the value of the 'Scale Axes By Factor
' reference.void
Sets the value of the 'Scale By Factor
' reference.void
Sets the value of the 'Scale To Extent
' reference.void
setScaleToSize
(ScaleToSizeType value) Sets the value of the 'Scale To Size
' reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getScaleByFactor
ScaleByFactorType getScaleByFactor()Scales by uniform factor -
setScaleByFactor
Sets the value of the 'Scale By Factor
' reference.- Parameters:
value
- the new value of the 'Scale By Factor' reference.- See Also:
-
getScaleAxesByFactor
ScaleAxisByFactorType getScaleAxesByFactor()Scales each axis by a different value -
setScaleAxesByFactor
Sets the value of the 'Scale Axes By Factor
' reference.- Parameters:
value
- the new value of the 'Scale Axes By Factor' reference.- See Also:
-
getScaleToSize
ScaleToSizeType getScaleToSize()Scales each axis to a specific size -
setScaleToSize
Sets the value of the 'Scale To Size
' reference.- Parameters:
value
- the new value of the 'Scale To Size' reference.- See Also:
-
getScaleToExtent
ScaleToExtentType getScaleToExtent()Scales each axis to a specific extent -
setScaleToExtent
Sets the value of the 'Scale To Extent
' reference.- Parameters:
value
- the new value of the 'Scale To Extent' reference.- See Also:
-