public class Proj4 extends Object implements Proj4Factory
Constructor and Description |
---|
Proj4(String proj)
constructor used to instatiate a single projection.
|
Proj4(String srcProj,
String destProj)
constructor used to instantiate the object for a further reproiection.
|
Modifier and Type | Method and Description |
---|---|
LinkedHashMap |
getDestProjInfo() |
LinkedHashMap |
getProjInfo() |
LinkedHashMap |
getSrcProjInfo() |
void |
printDestProjInfo()
print the destination projection info to standard output
|
void |
printProjInfo()
print the projection info to standard output
|
void |
printSrcProjInfo()
print the source projection info to standard output
|
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
|
public Proj4(String proj)
proj
- the projection definitionpublic void transform(ProjectionData dataTP, long point_count, int point_offset)
transform
in interface Proj4Factory
dataTP
- the data set to reprojectpoint_count
- point_offset
- public LinkedHashMap getProjInfo()
getProjInfo
in interface Proj4Factory
public LinkedHashMap getSrcProjInfo()
getSrcProjInfo
in interface Proj4Factory
public LinkedHashMap getDestProjInfo()
getDestProjInfo
in interface Proj4Factory
public void printProjInfo()
public void printSrcProjInfo()
public void printDestProjInfo()
Copyright © 2014. All rights reserved.