Class GeometryTransformation

java.lang.Object
org.apache.jena.geosparql.implementation.jts.GeometryTransformation

public class GeometryTransformation extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final org.locationtech.jts.geom.Geometry
    transform(org.locationtech.jts.geom.Geometry sourceGeometry, org.opengis.referencing.operation.MathTransform transform)
     

    Methods inherited from class java.lang.Object

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

    • GeometryTransformation

      public GeometryTransformation()
  • Method Details

    • transform

      public static final org.locationtech.jts.geom.Geometry transform(org.locationtech.jts.geom.Geometry sourceGeometry, org.opengis.referencing.operation.MathTransform transform) throws org.opengis.referencing.operation.TransformException
      Throws:
      org.opengis.referencing.operation.TransformException