Interface ScaleAxisType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    ScaleAxisTypeImpl

    public interface ScaleAxisType
    extends EObject
    Used in the WCS 2.0 scaling extension to specify the scale for a particular axis
    Author:
    Andrea Aime - GeoSolutions
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAxis()
      The axis to be scaled
      double getScaleFactor()
      The scale factory
      void setAxis​(String value)
      Sets the value of the 'Axis' attribute.
      void setScaleFactor​(double value)
      Sets the value of the 'Scale Factor' attribute.
      • 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 Detail

      • getAxis

        String getAxis()
        The axis to be scaled
      • setAxis

        void setAxis​(String value)
        Sets the value of the 'Axis' attribute.
        Parameters:
        value - the new value of the 'Axis' attribute.
        See Also:
        getAxis()
      • getScaleFactor

        double getScaleFactor()
        The scale factory
      • setScaleFactor

        void setScaleFactor​(double value)
        Sets the value of the 'Scale Factor' attribute.
        Parameters:
        value - the new value of the 'Scale Factor' attribute.
        See Also:
        getScaleFactor()