JPROJ4
Public Member Functions | Data Fields
ProjectionData Class Reference

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
 

Detailed Description

Constructor & Destructor Documentation

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.

Field Documentation

double [] x = null
double [] y = null
double [] z = null
int rows = 0