Class CachedCRSTransformFinder

java.lang.Object
org.apache.sedona.common.utils.CachedCRSTransformFinder

public class CachedCRSTransformFinder extends Object
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 Type
    Method
    Description
    static org.geotools.api.referencing.operation.MathTransform
    findTransform(org.geotools.api.referencing.crs.CoordinateReferenceSystem sourceCRS, org.geotools.api.referencing.crs.CoordinateReferenceSystem targetCRS)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)