Method | Description | |
---|---|---|
Inverse ( ) : IMathTransform |
Creates the inverse transform of this object. This method will fail. |
|
Invert ( ) : void |
Inverts this transform. This method will fail. |
|
RubberSheetingTransform ( ICoordinate sourceControlPoints, ICoordinate destinationControlPoints ) : System |
Initializes a new instance of the MapAround.CoordinateSystems.Transformations.RubberSheetingTransform
|
|
Transform ( double point ) : double[] |
|
|
TransformList ( List |
|
Method | Description | |
---|---|---|
calcControlPointsShifts ( ) : void | ||
calculateOptimalAffineTransformPoints ( ) : int[] | ||
getAffineTransformMatrix ( ICoordinate p01, ICoordinate p02, ICoordinate p03, ICoordinate p11, ICoordinate p12, ICoordinate p13 ) : Matrix |
public RubberSheetingTransform ( ICoordinate sourceControlPoints, ICoordinate destinationControlPoints ) : System | ||
sourceControlPoints | ICoordinate | An array containing coordinates of the source control points |
destinationControlPoints | ICoordinate | An array containing coordinates of the destination control points |
return | System |