Uses of Class
org.geotoolkit.referencing.operation.transform.GridType

Packages that use GridType
org.geotoolkit.referencing.operation.transform Math transform implementations. 
 

Uses of GridType in org.geotoolkit.referencing.operation.transform
 

Methods in org.geotoolkit.referencing.operation.transform that return GridType
static GridType GridType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GridType[] GridType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.geotoolkit.referencing.operation.transform with parameters of type GridType
static GridTransform GridTransform.create(GridType type, DataBuffer grid, Dimension size, Rectangle2D area)
          Constructs a grid using the specified data.
 

Constructors in org.geotoolkit.referencing.operation.transform with parameters of type GridType
GridTransform(GridType type, DataBuffer grid, Dimension size, Rectangle2D area)
          Constructs a grid using the specified data.
GridTransform2D(GridType type, DataBuffer grid, Dimension size, Rectangle2D area)
          Constructs a grid using the specified data.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.