Package org.apache.sedona.common.utils
Class CachedCRSTransformFinder
java.lang.Object
org.apache.sedona.common.utils.CachedCRSTransformFinder
A utility class for finding CRS transforms. It avoids the expensive equals() call on CRS objects
in the CRS.findTransform method.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.geotools.api.referencing.operation.MathTransformfindTransform(org.geotools.api.referencing.crs.CoordinateReferenceSystem sourceCRS, org.geotools.api.referencing.crs.CoordinateReferenceSystem targetCRS)
-
Method Details
-
findTransform
public static org.geotools.api.referencing.operation.MathTransform findTransform(org.geotools.api.referencing.crs.CoordinateReferenceSystem sourceCRS, org.geotools.api.referencing.crs.CoordinateReferenceSystem targetCRS)
-