Uses of Interface
org.meteoinfo.projection.proj4j.CoordinateTransform
-
Packages that use CoordinateTransform Package Description org.meteoinfo.projection.proj4j -
-
Uses of CoordinateTransform in org.meteoinfo.projection.proj4j
Classes in org.meteoinfo.projection.proj4j that implement CoordinateTransform Modifier and Type Class Description classBasicCoordinateTransformRepresents the operation of transforming aProjCoordinatefrom oneCoordinateReferenceSysteminto a different one, using reprojection and datum conversion as required.Methods in org.meteoinfo.projection.proj4j that return CoordinateTransform Modifier and Type Method Description CoordinateTransformCoordinateTransformFactory. createTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Creates a transformation from a source CRS to a target CRS, following the logic in PROJ.4.
-