Uses of Interface
org.locationtech.proj4j.CoordinateTransform
Packages that use CoordinateTransform
-
Uses of CoordinateTransform in org.locationtech.proj4j
Classes in org.locationtech.proj4j that implement CoordinateTransformModifier and TypeClassDescriptionclass
Represents the operation of transforming aProjCoordinate
from oneCoordinateReferenceSystem
into a different one, using reprojection and datum conversion as required.Methods in org.locationtech.proj4j that return CoordinateTransformModifier and TypeMethodDescriptionCoordinateTransformFactory.createTransform
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Creates a transformation from a source CRS to a target CRS, following the logic in PROJ.4.