Package net.opengis.wcs20
Interface ScaleAxisByFactorType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ScaleAxisByFactorTypeImpl
public interface ScaleAxisByFactorType
extends EObject
Used in the WCS 2.0 scaling extension to specify a different rescaling for each axis
- Author:
- Andrea Aime - GeoSolutions
-
Method Summary
Modifier and TypeMethodDescriptionEList<ScaleAxisType>
The scale factor to be applied on all axisMethods 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
-
getScaleAxis
EList<ScaleAxisType> getScaleAxis()The scale factor to be applied on all axis
-