Uses of Class
org.geotools.referencing.operation.AbstractCoordinateOperation
Packages that use AbstractCoordinateOperation
-
Uses of AbstractCoordinateOperation in org.geotools.referencing
Methods in org.geotools.referencing that return types with arguments of type AbstractCoordinateOperationModifier and TypeMethodDescriptionstatic Map<String,
AbstractCoordinateOperation> CRS.getTransforms
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) List the availableDefaultConcatenatedOperation
from sourceCRS to targetCRS -
Uses of AbstractCoordinateOperation in org.geotools.referencing.operation
Subclasses of AbstractCoordinateOperation in org.geotools.referencing.operationModifier and TypeClassDescriptionclass
An ordered sequence of two or more single coordinate operations.class
Base class for conical map projections.class
An operation on coordinates that does not include any change of Datum.class
Base class for cylindrical map projections.class
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.class
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.class
Base class for for azimuthal (or planar) map projections.class
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).class
A single (not concatenated) coordinate operation.class
An operation on coordinates that usually includes a change of Datum.class
A conversion used for the definition of a derived CRS (including projections).