|
JPROJ4
|
class representing the dataset to be reprojected More...
Public Member Functions | |
| ProjectionData (double[][] _coord, double[] _values) | |
| object to hold the data to be transformed. More... | |
Data Fields | |
| double[] | x = null |
| double[] | y = null |
| double[] | z = null |
| int | rows = 0 |
| ProjectionData | ( | double | _coord[][], |
| double[] | _values | ||
| ) |
This will be passed from the starting projection object to the destinantion projection passing through the transformation.
References ProjectionData.rows, ProjectionData.x, ProjectionData.y, and ProjectionData.z.
| double [] x = null |
| double [] y = null |
| double [] z = null |
Referenced by Projections.doTheTransform(), and ProjectionData.ProjectionData().
| int rows = 0 |
Referenced by ProjectionData.ProjectionData().
1.8.7