Uses of Class
org.cts.op.transformation.grids.Grid.InterpolationMethod

Packages that use Grid.InterpolationMethod
org.cts.op.transformation.grids   
 

Uses of Grid.InterpolationMethod in org.cts.op.transformation.grids
 

Methods in org.cts.op.transformation.grids that return Grid.InterpolationMethod
static Grid.InterpolationMethod Grid.InterpolationMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Grid.InterpolationMethod[] Grid.InterpolationMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cts.op.transformation.grids with parameters of type Grid.InterpolationMethod
 double[] GeographicGrid.getValue(double x, double y, Grid.InterpolationMethod method)
          Get the value corrsponding to the x,y position.
 double[] Grid.getValue(double x, double y, Grid.InterpolationMethod method)
          Get the value corrsponding to the x,y position.
 

Constructors in org.cts.op.transformation.grids with parameters of type Grid.InterpolationMethod
InterpolationMethodException(Grid.InterpolationMethod method)
          Create a new InterpolationMethodException.
InterpolationMethodException(Grid.InterpolationMethod method, Class gridClass)
          Create a new InterpolationMethodException.
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.