Package | Description |
---|---|
org.proj4 |
Modifier and Type | Method and Description |
---|---|
protected void |
Projections.doTheTransform(Projections srcProj,
ProjectionData dataTP,
long point_count,
int point_offset)
do the transform.
|
abstract void |
Projections.prepareData(ProjectionData dataTP)
if there is some operation to perform on the input data, this is
the right moment (ex.
|
void |
Others.prepareData(ProjectionData dataTP) |
void |
LatLong.prepareData(ProjectionData dataTP) |
abstract void |
Projections.prepareTransformedData(ProjectionData dataTP)
this takes care that the reprojected data are in the correct format
(ex.
|
void |
Others.prepareTransformedData(ProjectionData dataTP) |
void |
LatLong.prepareTransformedData(ProjectionData dataTP) |
void |
Proj4Factory.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
|
void |
Proj4.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
|
Copyright © 2014. All rights reserved.