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 availableDefaultConcatenatedOperationfrom sourceCRS to targetCRS -
Uses of AbstractCoordinateOperation in org.geotools.referencing.operation
Subclasses of AbstractCoordinateOperation in org.geotools.referencing.operationModifier and TypeClassDescriptionclassAn ordered sequence of two or more single coordinate operations.classBase class for conical map projections.classAn operation on coordinates that does not include any change of Datum.classBase class for cylindrical map projections.classA parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.classA pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.classBase class for for azimuthal (or planar) map projections.classA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).classA single (not concatenated) coordinate operation.classAn operation on coordinates that usually includes a change of Datum.classA conversion used for the definition of a derived CRS (including projections).