Class AffineTransControlPointExtracter
java.lang.Object
com.vividsolutions.jump.plugin.edit.AffineTransControlPointExtracter
Uses geometry data in two
FeatureCollections 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.
- Version:
- 1.0
- Author:
- Martin Davis
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionAffineTransControlPointExtracter(FeatureCollection fcSrc, FeatureCollection fcDest) -
Method Summary
-
Field Details
-
TYPE_UNKNOWN
public static final int TYPE_UNKNOWN- See Also:
-
TYPE_VECTOR
public static final int TYPE_VECTOR- See Also:
-
TYPE_LINE_3
public static final int TYPE_LINE_3- See Also:
-
-
Constructor Details
-
AffineTransControlPointExtracter
-