Class MathTransformRegistry

java.lang.Object
org.apache.jena.geosparql.implementation.registry.MathTransformRegistry

public class MathTransformRegistry extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final void
     
    static final org.opengis.referencing.operation.MathTransform
    getMathTransform(org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MathTransformRegistry

      public MathTransformRegistry()
  • Method Details

    • getMathTransform

      public static final org.opengis.referencing.operation.MathTransform getMathTransform(org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS) throws org.opengis.util.FactoryException, org.opengis.geometry.MismatchedDimensionException, org.opengis.referencing.operation.TransformException
      Throws:
      org.opengis.util.FactoryException
      org.opengis.geometry.MismatchedDimensionException
      org.opengis.referencing.operation.TransformException
    • clear

      public static final void clear()