public class TransverseMercatorSouthOriented extends AbstractCoordinatesProjection
| Constructor and Description |
|---|
TransverseMercatorSouthOriented(ProjectedCoordinateSystem cs) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
footPointLatitude(double y) |
void |
inverse(double x,
double y,
double[] targetCoordinates,
int targetOffset,
int targetAxisCount) |
void |
project(double lon,
double lat,
double[] targetCoordinates,
int targetOffset,
int targetAxisCount) |
getInverseOperation, getProjectOperationpublic TransverseMercatorSouthOriented(ProjectedCoordinateSystem cs)
protected double footPointLatitude(double y)
public void inverse(double x,
double y,
double[] targetCoordinates,
int targetOffset,
int targetAxisCount)
public void project(double lon,
double lat,
double[] targetCoordinates,
int targetOffset,
int targetAxisCount)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.