| java.lang.Object com.vividsolutions.jump.warp.CoordinateTransform com.vividsolutions.jump.warp.BilinearInterpolatedTransform
BilinearInterpolatedTransform | public class BilinearInterpolatedTransform extends CoordinateTransform (Code) | | Bilinear interpolated triangulation transform, also known as "rubber sheeting".
See Saalfeld, Alan. 1985. A Fast Rubber-Sheeting Transformation Using
Simplical Coordinates. "The American Cartographer" 12:2, 169-173.
|
Method Summary | |
public Coordinate | transform(Coordinate c) Maps one Coordinate to another. |
BilinearInterpolatedTransform | public BilinearInterpolatedTransform(Map triangleMap, TaskMonitor monitor)(Code) | | Creates a RubberSheetTransform using the given triangulation.
Parameters: triangleMap - a map of source Triangle to destination Triangle |
transform | public Coordinate transform(Coordinate c)(Code) | | Maps one Coordinate to another.
Parameters: c - a Coordinate which must be inside one of the triangle keys passedinto the constructor the transformed Coordinate |
|
|