Class CoordinateTransform

java.lang.Object
com.vividsolutions.jump.warp.CoordinateTransform
Direct Known Subclasses:
AffineTransform, BilinearInterpolatedTransform, DummyTransform, ProjectiveTransform

public abstract class CoordinateTransform extends Object
A function that maps one Coordinate to another.
  • Constructor Details

    • CoordinateTransform

      public CoordinateTransform()
  • Method Details

    • transform

      public abstract org.locationtech.jts.geom.Coordinate transform(org.locationtech.jts.geom.Coordinate c)
      Maps one Coordinate to another.
      Parameters:
      c - the Coordinate to map
      Returns:
      a new Coordinate
    • transform

      public FeatureCollection transform(FeatureCollection featureCollection) throws JUMPException
      Throws:
      JUMPException
    • transform

      public org.locationtech.jts.geom.Geometry transform(org.locationtech.jts.geom.Geometry oldGeometry)