Uses of Interface
org.opengis.util.Cloneable

Packages that use Cloneable
org.geotools.coverage.grid GridCoverage2D implementation. 
org.geotools.parameter Parameter implementation. 
org.geotools.referencing.operation.matrix Matrix implementations on top of the javax.vecmath package. 
org.opengis.coverage.grid Quadrilateral grid coverages. 
org.opengis.parameter Description and storage of parameter values
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of Cloneable in org.geotools.coverage.grid
 

Classes in org.geotools.coverage.grid that implement Cloneable
 class GeneralGridCoordinates
          Holds the set of grid coordinates that specifies the location of the grid point within the grid.
static class GeneralGridCoordinates.Immutable
          An immutable GridCoordinates.
 class GridCoordinates2D
          Holds the set of two-dimensional grid coordinates that specifies the location of the grid point within the grid.
 

Uses of Cloneable in org.geotools.parameter
 

Classes in org.geotools.parameter that implement Cloneable
 class AbstractParameter
          Abstract parameter value or group of parameter values.
 class FloatParameter
          A parameter value as a floating point (double precision) number.
 class ImagingParameters
          Wraps a JAI's ParameterList.
 class MatrixParameters
          The values for a group of matrix parameters.
 class Parameter<T>
          A parameter value used by an operation method.
 class ParameterGroup
          A group of related parameter values.
 

Uses of Cloneable in org.geotools.referencing.operation.matrix
 

Subinterfaces of Cloneable in org.geotools.referencing.operation.matrix
 interface XMatrix
          A matrix capables to perform some matrix operations.
 

Classes in org.geotools.referencing.operation.matrix that implement Cloneable
 class AffineTransform2D
          An affine matrix of fixed 3×3 size.
 class GeneralMatrix
          A two dimensional array of numbers.
 class Matrix1
          A matrix of fixed 1×1 size.
 class Matrix2
          A matrix of fixed 2×2 size.
 class Matrix3
          A matrix of fixed 3×3 size.
 class Matrix4
          A matrix of fixed 4×4 size.
 

Uses of Cloneable in org.opengis.coverage.grid
 

Subinterfaces of Cloneable in org.opengis.coverage.grid
 interface GridCoordinates
          Holds the set of grid coordinates that specifies the location of the grid point within the grid.
 

Uses of Cloneable in org.opengis.parameter
 

Subinterfaces of Cloneable in org.opengis.parameter
 interface GeneralParameterValue
          Abstract parameter value or group of parameter values.
 interface ParameterValue<T>
          A parameter value used by an operation method.
 interface ParameterValueGroup
          A group of related parameter values.
 

Uses of Cloneable in org.opengis.referencing.operation
 

Subinterfaces of Cloneable in org.opengis.referencing.operation
 interface Matrix
          A two dimensional array of numbers.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.