| java.lang.Object com.vividsolutions.jump.plugin.edit.AffineTransControlPointExtracter
AffineTransControlPointExtracter | public class AffineTransControlPointExtracter (Code) | | Uses geometry data in two
FeatureCollection s to
extract parameters for an affine transformation.
The contents of the layers determines how the
parameters are extracted.
The layers can contain:
- A 2-point vector - parameters will have isometric scaling and no shear
- A 3-point LineString - a general affine transformation will be computed
- (FUTURE) 1, 2 or 3 points, each with a tag value - the affine transformation will be
computed from the mappings between the points.
author: Martin Davis version: 1.0 |
TYPE_LINE_3 | final public static int TYPE_LINE_3(Code) | | |
TYPE_UNKNOWN | final public static int TYPE_UNKNOWN(Code) | | |
TYPE_VECTOR | final public static int TYPE_VECTOR(Code) | | |
getDestControlPoints | public Coordinate[] getDestControlPoints()(Code) | | |
getInputType | public int getInputType()(Code) | | |
getParseErrorMessage | public String getParseErrorMessage()(Code) | | |
getSrcControlPoints | public Coordinate[] getSrcControlPoints()(Code) | | |
|
|