Uses of Package
org.opengis.referencing.operation

Packages that use org.opengis.referencing.operation
org.geotools.arcsde.raster.info   
org.geotools.coverage Coverage implementation. 
org.geotools.coverage.grid GridCoverage2D implementation. 
org.geotools.coverage.grid.io   
org.geotools.coverage.grid.io.imageio.geotiff   
org.geotools.coverage.processing Coverage processing implementations. 
org.geotools.coverage.processing.operation List of coverage operations
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.store   
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.feature   
org.geotools.gce.geotiff A grid coverage exchange to manage the GeoTIFF Revision 1.0 format. 
org.geotools.gce.grassraster GRASS input/output drivers In this package the I/O drivers for reading and writing GRASS raster maps are placed. 
org.geotools.gce.imagemosaic   
org.geotools.gce.imagemosaic.jdbc   
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.geotools.geometry.jts   
org.geotools.geometry.jts.coordinatesequence   
org.geotools.legend   
org.geotools.map List of layers to be rendered. 
org.geotools.metadata.iso.extent Extent implementation. 
org.geotools.metadata.iso.spatial Spatial representation implementation. 
org.geotools.parameter Parameter implementation. 
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.cs Coordinate systems implementation. 
org.geotools.referencing.datum Datum implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.factory.epsg Authority factories for the EPSG database. 
org.geotools.referencing.operation Coordinate operation implementation. 
org.geotools.referencing.operation.builder A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets. 
org.geotools.referencing.operation.matrix Matrix implementations on top of the javax.vecmath package. 
org.geotools.referencing.operation.projection Basic implementations of map projections
org.geotools.referencing.operation.transform Basic implementations of math transforms
org.geotools.referencing.piecewise   
org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. 
org.geotools.renderer Basic interface for rendering of features. 
org.geotools.renderer.crs   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.swing.tool Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. 
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.coverage.grid Quadrilateral grid coverages. 
org.opengis.geometry Root package for geometries
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Classes in org.opengis.referencing.operation used by org.geotools.arcsde.raster.info
MathTransform
          Transforms multi-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.geotools.coverage
MathTransform1D
          Transforms one-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.geotools.coverage.grid
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransform1D
          Transforms one-dimensional coordinate points.
MathTransform2D
          Transforms two-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.coverage.grid.io
MathTransform
          Transforms multi-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.coverage.grid.io.imageio.geotiff
MathTransform
          Transforms multi-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.geotools.coverage.processing
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransform1D
          Transforms one-dimensional coordinate points.
MathTransform2D
          Transforms two-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.geotools.coverage.processing.operation
MathTransform
          Transforms multi-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.data
MathTransform
          Transforms multi-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.geotools.data.crs
MathTransform
          Transforms multi-dimensional coordinate points.
OperationNotFoundException
          Thrown when a coordinate operation is not found.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.data.store
MathTransform
          Transforms multi-dimensional coordinate points.
OperationNotFoundException
          Thrown when a coordinate operation is not found.
 

Classes in org.opengis.referencing.operation used by org.geotools.factory
CoordinateOperationAuthorityFactory
          Creates coordinate transformation objects from codes.
CoordinateOperationFactory
          Creates coordinate operations.
 

Classes in org.opengis.referencing.operation used by org.geotools.feature
MathTransform
          Transforms multi-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.gce.geotiff
MathTransform
          Transforms multi-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.geotools.gce.grassraster
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.gce.imagemosaic
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransform2D
          Transforms two-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.geotools.gce.imagemosaic.jdbc
CoordinateOperationFactory
          Creates coordinate operations.
 

Classes in org.opengis.referencing.operation used by org.geotools.geometry
MathTransform
          Transforms multi-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.geometry.jts
MathTransform
          Transforms multi-dimensional coordinate points.
OperationNotFoundException
          Thrown when a coordinate operation is not found.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.geometry.jts.coordinatesequence
MathTransform
          Transforms multi-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.legend
MathTransform
          Transforms multi-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.geotools.map
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.metadata.iso.extent
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.metadata.iso.spatial
MathTransform
          Transforms multi-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.geotools.parameter
Matrix
          A two dimensional array of numbers.
OperationMethod
          Definition of an algorithm used to perform a coordinate operation.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing
CoordinateOperation
          A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
CoordinateOperationAuthorityFactory
          Creates coordinate transformation objects from codes.
CoordinateOperationFactory
          Creates coordinate operations.
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransform2D
          Transforms two-dimensional coordinate points.
MathTransformFactory
          Low level factory for creating math transforms.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.crs
Conversion
          An operation on coordinates that does not include any change of Datum.
MathTransform
          Transforms multi-dimensional coordinate points.
OperationMethod
          Definition of an algorithm used to perform a coordinate operation.
Projection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.cs
Matrix
          A two dimensional array of numbers.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.datum
Matrix
          A two dimensional array of numbers.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.factory
Conversion
          An operation on coordinates that does not include any change of Datum.
CoordinateOperation
          A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
CoordinateOperationAuthorityFactory
          Creates coordinate transformation objects from codes.
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransformFactory
          Low level factory for creating math transforms.
OperationMethod
          Definition of an algorithm used to perform a coordinate operation.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.factory.epsg
CoordinateOperation
          A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
CoordinateOperationAuthorityFactory
          Creates coordinate transformation objects from codes.
OperationMethod
          Definition of an algorithm used to perform a coordinate operation.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.operation
ConcatenatedOperation
          An ordered sequence of two or more single coordinate operations.
ConicProjection
          Base interface for conical map projections.
Conversion
          An operation on coordinates that does not include any change of Datum.
CoordinateOperation
          A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
CoordinateOperationAuthorityFactory
          Creates coordinate transformation objects from codes.
CoordinateOperationFactory
          Creates coordinate operations.
CylindricalProjection
          Base interface for cylindrical map projections.
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransformFactory
          Low level factory for creating math transforms.
Matrix
          A two dimensional array of numbers.
NoninvertibleTransformException
          Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
Operation
          A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
OperationMethod
          Definition of an algorithm used to perform a coordinate operation.
OperationNotFoundException
          Thrown when a coordinate operation is not found.
PassThroughOperation
          A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
PlanarProjection
          Base interface for for azimuthal (or planar) map projections.
Projection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
SingleOperation
          A single (not concatenated) coordinate operation.
Transformation
          An operation on coordinates that usually includes a change of Datum.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.operation.builder
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransform2D
          Transforms two-dimensional coordinate points.
MathTransformFactory
          Low level factory for creating math transforms.
Transformation
          An operation on coordinates that usually includes a change of Datum.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.operation.matrix
Matrix
          A two dimensional array of numbers.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.operation.projection
ConicProjection
          Base interface for conical map projections.
CylindricalProjection
          Base interface for cylindrical map projections.
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransform2D
          Transforms two-dimensional coordinate points.
NoninvertibleTransformException
          Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
OperationMethod
          Definition of an algorithm used to perform a coordinate operation.
PlanarProjection
          Base interface for for azimuthal (or planar) map projections.
Projection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.operation.transform
Conversion
          An operation on coordinates that does not include any change of Datum.
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransform1D
          Transforms one-dimensional coordinate points.
MathTransform2D
          Transforms two-dimensional coordinate points.
MathTransformFactory
          Low level factory for creating math transforms.
Matrix
          A two dimensional array of numbers.
NoninvertibleTransformException
          Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
OperationMethod
          Definition of an algorithm used to perform a coordinate operation.
Transformation
          An operation on coordinates that usually includes a change of Datum.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.piecewise
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransform1D
          Transforms one-dimensional coordinate points.
Matrix
          A two dimensional array of numbers.
NoninvertibleTransformException
          Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.referencing.wkt
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransformFactory
          Low level factory for creating math transforms.
 

Classes in org.opengis.referencing.operation used by org.geotools.renderer
MathTransform
          Transforms multi-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.renderer.crs
MathTransform
          Transforms multi-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.renderer.lite
MathTransform
          Transforms multi-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.renderer.lite.gridcoverage2d
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransform1D
          Transforms one-dimensional coordinate points.
Matrix
          A two dimensional array of numbers.
NoninvertibleTransformException
          Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.geotools.swing.tool
MathTransform
          Transforms multi-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.opengis.coverage
MathTransform1D
          Transforms one-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.opengis.coverage.grid
MathTransform
          Transforms multi-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.opengis.geometry
MathTransform
          Transforms multi-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.opengis.referencing.crs
Conversion
          An operation on coordinates that does not include any change of Datum.
Projection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
 

Classes in org.opengis.referencing.operation used by org.opengis.referencing.operation
Conversion
          An operation on coordinates that does not include any change of Datum.
CoordinateOperation
          A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
MathTransform
          Transforms multi-dimensional coordinate points.
MathTransform1D
          Transforms one-dimensional coordinate points.
MathTransform2D
          Transforms two-dimensional coordinate points.
Matrix
          A two dimensional array of numbers.
NoninvertibleTransformException
          Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
Operation
          A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
OperationMethod
          Definition of an algorithm used to perform a coordinate operation.
OperationNotFoundException
          Thrown when a coordinate operation is not found.
Projection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
SingleOperation
          A single (not concatenated) coordinate operation.
TransformException
          Common superclass for a number of transformation-related exceptions.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.