#include <mi32/trans2dc.h>
Definition at line 520 of file trans2dc.h.
|
|
Transformation direction.
Definition at line 524 of file trans2dc.h. |
|
|
Default constructor, create identity transformation.
Definition at line 530 of file trans2dc.h. |
|
|
Copy constructor.
Definition at line 534 of file trans2dc.h. |
|
|
Construct from TRANSPARM (allows implicit conversion).
Definition at line 542 of file trans2dc.h. |
|
|
Destructor.
Definition at line 550 of file trans2dc.h. |
|
|
Definition at line 575 of file trans2dc.h. |
|
||||||||||||||||
|
Perform forward transformation on rectangle.
Definition at line 613 of file trans2dc.h. |
|
||||||||||||||||||||
|
Perform forward transformation on generic point array.
Definition at line 605 of file trans2dc.h. |
|
||||||||||||||||
|
Perform forward transformation on DPOINT3D array.
Definition at line 598 of file trans2dc.h. |
|
||||||||||||||||
|
Perform forward transformation on DPOINT2D array.
Definition at line 591 of file trans2dc.h. |
|
||||||||||||
|
Perform forward transformation on DPOINT3D.
Definition at line 585 of file trans2dc.h. |
|
||||||||||||
|
Perform forward transformation on DPOINT2D.
Definition at line 579 of file trans2dc.h. |
|
||||||||||||||||
|
Perform forward transformation on DPOINT3D array with possible densification. Returns number of output points or error < 0
Definition at line 632 of file trans2dc.h. |
|
||||||||||||||||
|
Perform forward transformation on DPOINT2D array with possible densification. Returns number of output points or error < 0
Definition at line 620 of file trans2dc.h. |
|
||||||||||||||||
|
Perform inverse transformation on rectangle.
Definition at line 678 of file trans2dc.h. |
|
||||||||||||||||||||
|
Perform inverse transformation on generic point array.
Definition at line 670 of file trans2dc.h. |
|
||||||||||||||||
|
Perform inverse transformation on DPOINT3D array.
Definition at line 663 of file trans2dc.h. |
|
||||||||||||||||
|
Perform inverse transformation on DPOINT2D array.
Definition at line 656 of file trans2dc.h. |
|
||||||||||||
|
Perform inverse transformation on DPOINT3D.
Definition at line 650 of file trans2dc.h. |
|
||||||||||||
|
Perform inverse transformation on DPOINT2D.
Definition at line 644 of file trans2dc.h. |
|
||||||||||||||||
|
Perform inverse transformation on DPOINT3D array with possible densification. Returns number of output points or error < 0
Definition at line 697 of file trans2dc.h. |
|
||||||||||||||||
|
Perform inverse transformation on DPOINT2D array with possible densification. Returns number of output points or error < 0
Definition at line 685 of file trans2dc.h. |
|
||||||||||||
|
Convert from input map coordinates to output map coordinates.
Definition at line 709 of file trans2dc.h. |
|
||||||||||||
|
Convert from output map coordinates to input map coordinates.
Definition at line 715 of file trans2dc.h. |
|
||||||||||||
|
Convert from "output" to "map" coordinates.
Definition at line 721 of file trans2dc.h. |
|
|
Copy MAPGEN "input" parameters to "input" parameters.
Definition at line 738 of file trans2dc.h. |
|
|
Copy TRANSPARM "input" parameters to "input" parameters. XXX throw an exception Definition at line 727 of file trans2dc.h. |
|
|
Copy MAPGEN "input" parameters to "output" parameters.
Definition at line 754 of file trans2dc.h. |
|
|
Copy TRANSPARM "input" parameters to "output" parameters. XXX throw an exception Definition at line 743 of file trans2dc.h. |
|
|
Copy MAPGEN "output" parameters to "input" parameters.
Definition at line 770 of file trans2dc.h. |
|
|
Copy TRANSPARM "output" parameters to "input" parameters. XXX throw an exception Definition at line 759 of file trans2dc.h. |
|
|
Copy MAPGEN "output" parameters to "output" parameters.
Definition at line 786 of file trans2dc.h. |
|
|
Copy TRANSPARM "output" parameters to "output" parameters. XXX throw an exception Definition at line 775 of file trans2dc.h. |
|
||||||||||||||||||||||||||||
|
Determine scale/rotation/shear at specified point for forward transformation.
Definition at line 791 of file trans2dc.h. |
|
||||||||||||||||||||||||||||
|
Determine scale/rotation/shear at specified point for inverse transformation.
Definition at line 803 of file trans2dc.h. |
|
|
Get affine transformation if available. Will return error if transformation is not affine.
Definition at line 823 of file trans2dc.h. |
|
||||||||||||
|
Get affine transformation if available. Will return error if transformation is not affine.
Definition at line 816 of file trans2dc.h. |
|
|
Get 'input' map coordinate reference system.
Definition at line 828 of file trans2dc.h. |
|
|
Get input model.
Definition at line 832 of file trans2dc.h. |
|
|
Get "input" map projection parameters. Returns projection parameters Definition at line 838 of file trans2dc.h. |
|
|
Get input transformation as control points. Will return number of points if any or error Definition at line 858 of file trans2dc.h. |
|
||||||||||||
|
Get input transformation as affine.
Definition at line 851 of file trans2dc.h. |
|
|
Get input transformation as affine.
Definition at line 846 of file trans2dc.h. |
|
||||||||||||||||||||
|
Get local affine transformation.
Definition at line 872 of file trans2dc.h. |
|
||||||||||||||||||||||||
|
Get local affine transformation.
Definition at line 863 of file trans2dc.h. |
|
|
Get 'output' map coordinate reference system.
Definition at line 880 of file trans2dc.h. |
|
|
Get output model.
Definition at line 884 of file trans2dc.h. |
|
|
Get "output" map projection parameters. Returns projection parameters Definition at line 890 of file trans2dc.h. |
|
|
Get output transformation as control points. Will return number of points if any or error Definition at line 910 of file trans2dc.h. |
|
||||||||||||
|
Get output transformation as affine.
Definition at line 903 of file trans2dc.h. |
|
|
Get output transformation as affine.
Definition at line 898 of file trans2dc.h. |
|
|
Definition at line 914 of file trans2dc.h. |
|
|
Determine if transformation is "affine".
Definition at line 918 of file trans2dc.h. |
|
|
Determine if transformation is "identity".
Definition at line 922 of file trans2dc.h. |
|
|
Determine if 'input' transformation is 'identity'.
Definition at line 926 of file trans2dc.h. |
|
|
Determine if 'output' transformation is 'identity'.
Definition at line 930 of file trans2dc.h. |
|
|
Determine if transformation is "reversible".
Definition at line 934 of file trans2dc.h. |
|
|
Cast to (const TRANSPARM *).
Definition at line 572 of file trans2dc.h. |
|
|
Assignment from TRANSPARM.
Definition at line 564 of file trans2dc.h. |
|
|
Assignment from TRANS2D_MAPGEN.
Definition at line 554 of file trans2dc.h. |
|
||||||||||||||||
|
Read georeference from RVC object.
Definition at line 938 of file trans2dc.h. |
|
||||||||||||||||
|
Set full transformation to approximated affine if within specified tolerance. The approximate affine transformation will be retained until the next "Set" method is used at which time the transformation will revert to its "exact" mode (which may also be affine).
Definition at line 949 of file trans2dc.h. |
|
|
Set whether to perform extrapolation outside specified bounds. If extrapolation is not enabled then an exception -may- occur if and attempt is made to convert points outside the previously-specified input/output bounds. This is the default condition and will generally be much faster than extrapolating.
Definition at line 959 of file trans2dc.h. |
|
|
Set entire transformation as affine.
Definition at line 964 of file trans2dc.h. |
|
|
Set boundaries for valid transformation in input coordinates.
Definition at line 969 of file trans2dc.h. |
|
|
Set input map coordinate reference system.
Definition at line 982 of file trans2dc.h. |
|