Class CoordinateTransform
java.lang.Object
com.vividsolutions.jump.warp.CoordinateTransform
- Direct Known Subclasses:
AffineTransform, BilinearInterpolatedTransform, DummyTransform, ProjectiveTransform
A function that maps one Coordinate to another.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransform(FeatureCollection featureCollection) abstract org.locationtech.jts.geom.Coordinatetransform(org.locationtech.jts.geom.Coordinate c) Maps one Coordinate to another.org.locationtech.jts.geom.Geometrytransform(org.locationtech.jts.geom.Geometry oldGeometry)
-
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
- Throws:
JUMPException
-
transform
public org.locationtech.jts.geom.Geometry transform(org.locationtech.jts.geom.Geometry oldGeometry)
-