Package | Description |
---|---|
org.tinfour.utils.loaders |
Defines interfaces and provides utilities for loading data
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleGeographicTransform.forward(double xSource,
double ySource,
CoordinatePair c) |
boolean |
ICoordinateTransform.forward(double xSource,
double ySource,
CoordinatePair transformedCoordinates)
Transforms a point in a source coordinate system to the equivalent output.
|
boolean |
SimpleGeographicTransform.inverse(double xOutput,
double yOutput,
CoordinatePair c) |
boolean |
ICoordinateTransform.inverse(double xTransformed,
double yTransformed,
CoordinatePair sourceCoordinates)
Transforms a point in an output coordinate system to the equivalent point
in the source coordinate system.
|
Copyright © 2021. All rights reserved.