Uses of Class
org.tinfour.utils.loaders.CoordinatePair
-
Packages that use CoordinatePair Package Description org.tinfour.utils.loaders Defines interfaces and provides utilities for loading data -
-
Uses of CoordinatePair in org.tinfour.utils.loaders
Methods in org.tinfour.utils.loaders with parameters of type CoordinatePair Modifier and Type Method Description booleanICoordinateTransform. forward(double xSource, double ySource, CoordinatePair transformedCoordinates)Transforms a point in a source coordinate system to the equivalent output.booleanSimpleGeographicTransform. forward(double xSource, double ySource, CoordinatePair c)booleanICoordinateTransform. inverse(double xTransformed, double yTransformed, CoordinatePair sourceCoordinates)Transforms a point in an output coordinate system to the equivalent point in the source coordinate system.booleanSimpleGeographicTransform. inverse(double xOutput, double yOutput, CoordinatePair c)
-