JPROJ4
Public Member Functions
Others Class Reference

class representing a generic projection, i.e. More...

Inheritance diagram for Others:
Inheritance graph
[legend]
Collaboration diagram for Others:
Collaboration graph
[legend]

Public Member Functions

 Others (String src)
 
void prepareData (ProjectionData dataTP)
 
void prepareTransformedData (ProjectionData dataTP)
 
- Public Member Functions inherited from Projections
String getProjInfo ()
 public method to call the native getProjInfo More...
 
String getEllipseInfo ()
 public method to call the native getEllispdInfo More...
 
void printProjInfo ()
 print to standard output the proj info in a nice format More...
 
LinkedHashMap mapProjInfo ()
 return all the proj info into a Linked Hashmap More...
 
abstract void prepareData (ProjectionData dataTP)
 if there is some operation to perform on the input data, this is the right moment (ex. More...
 
abstract void prepareTransformedData (ProjectionData dataTP)
 this takes care that the reprojected data are in the correct format (ex. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Projections
native String getProjInfo (String proj)
 get all the projection informations needed from the projection code (reproduces pj_get_def() of the proj api) More...
 
native String getEllipsInfo (String proj)
 get the ellipsoid parameters from the projection code More...
 
native void transform (double[] firstCoord, double[] secondCoord, double[] values, String srcCodeString, String destCodeString, long pointcount, int pointoffset)
 native call to the reprojections routines of proj More...
 
void doTheTransform (Projections srcProj, ProjectionData dataTP, long point_count, int point_offset)
 do the transform. More...
 
void degreeToRadiant (double[] la, double[] lo)
 transform latitude and longitude from degree to radiant format More...
 
void radiantToDegree (double[] la, double[] lo)
 transform latitude and longitude from radiant to degree format More...
 

Detailed Description

with no particular preprocessing needs.

Constructor & Destructor Documentation

Others ( String  src)

Member Function Documentation

void prepareData ( ProjectionData  dataTP)
void prepareTransformedData ( ProjectionData  dataTP)