Uses of Class
net.opengis.wcs.scaling.v_1_0.ScaleAxisType

Uses of ScaleAxisType in net.opengis.wcs.scaling.v_1_0
 

Fields in net.opengis.wcs.scaling.v_1_0 with type parameters of type ScaleAxisType
protected  List<ScaleAxisType> ScaleAxesByFactorType.scaleAxis
           
 

Methods in net.opengis.wcs.scaling.v_1_0 that return ScaleAxisType
 ScaleAxisType ObjectFactory.createScaleAxisType()
          Create an instance of ScaleAxisType
 ScaleAxisType ScaleAxisType.withAxis(String value)
           
 ScaleAxisType ScaleAxisType.withScaleFactor(BigDecimal value)
           
 

Methods in net.opengis.wcs.scaling.v_1_0 that return types with arguments of type ScaleAxisType
 List<ScaleAxisType> ScaleAxesByFactorType.getScaleAxis()
          Gets the value of the scaleAxis property.
 

Methods in net.opengis.wcs.scaling.v_1_0 with parameters of type ScaleAxisType
 ScaleAxesByFactorType ScaleAxesByFactorType.withScaleAxis(ScaleAxisType... values)
           
 

Method parameters in net.opengis.wcs.scaling.v_1_0 with type arguments of type ScaleAxisType
 void ScaleAxesByFactorType.setScaleAxis(List<ScaleAxisType> value)
           
 ScaleAxesByFactorType ScaleAxesByFactorType.withScaleAxis(Collection<ScaleAxisType> values)
           
 ScaleAxesByFactorType ScaleAxesByFactorType.withScaleAxis(List<ScaleAxisType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.