JPROJ4
Public Member Functions
Proj4Factory Interface Reference
Inheritance diagram for Proj4Factory:
Inheritance graph
[legend]

Public Member Functions

void transform (ProjectionData dataTP, long point_count, int point_offset)
 method to reproject a dataset from the source projection to the destination projection as defined in the constructor More...
 
LinkedHashMap getProjInfo ()
 
LinkedHashMap getSrcProjInfo ()
 
LinkedHashMap getDestProjInfo ()
 

Detailed Description

Member Function Documentation

void transform ( ProjectionData  dataTP,
long  point_count,
int  point_offset 
)
Parameters
dataTPthe data set to reproject
point_count
point_offset

Implemented in Proj4.

LinkedHashMap getProjInfo ( )
Returns
the projection info as a hashmap

Implemented in Proj4.

LinkedHashMap getSrcProjInfo ( )
Returns
the source projection info as a hashmap

Implemented in Proj4.

LinkedHashMap getDestProjInfo ( )
Returns
the destination projection info as a hashmap

Implemented in Proj4.