Uses of Interface
org.locationtech.proj4j.CoordinateTransform
-
Packages that use CoordinateTransform Package Description org.locationtech.proj4j -
-
Uses of CoordinateTransform in org.locationtech.proj4j
Classes in org.locationtech.proj4j that implement CoordinateTransform Modifier and Type Class Description class
BasicCoordinateTransform
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 CoordinateTransform Modifier and Type Method Description CoordinateTransform
CoordinateTransformFactory. createTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
Creates a transformation from a source CRS to a target CRS, following the logic in PROJ.4.
-