Uses of Package
org.geotools.referencing.operation
Packages that use org.geotools.referencing.operation
Package
Description
Reference systems implementation.
Coordinate operation implementation.
Basic implementations of map projections.
Basic implementations of math transforms.
-
Classes in org.geotools.referencing.operation used by org.geotools.coverage.io.netcdf.crs
-
Classes in org.geotools.referencing.operation used by org.geotools.referencingClassDescriptionEstablishes an association between a source and a target coordinate reference system, and provides a transform for transforming coordinates in the source CRS to coordinates in the target CRS.
-
Classes in org.geotools.referencing.operation used by org.geotools.referencing.operationClassDescriptionEstablishes an association between a source and a target coordinate reference system, and provides a transform for transforming coordinates in the source CRS to coordinates in the target CRS.Base class for coordinate operation factories.An operation on coordinates that does not include any change of Datum.Creates coordinate operations.A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.Definition of an algorithm used to perform a coordinate operation.A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).A single (not concatenated) coordinate operation.
-
Classes in org.geotools.referencing.operation used by org.geotools.referencing.operation.projectionClassDescriptionDefinition of an algorithm used to perform a coordinate operation.
-
Classes in org.geotools.referencing.operation used by org.geotools.referencing.operation.transformClassDescriptionDefinition of an algorithm used to perform a coordinate operation.Interface for linear
MathTransform
s.