Package | Description |
---|---|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.cs |
Coordinate systems implementation.
|
Modifier and Type | Method and Description |
---|---|
Measure |
DefaultGeographicCRS.distance(double[] coord1,
double[] coord2)
Computes the orthodromic distance between two points.
|
Measure |
AbstractCRS.distance(double[] coord1,
double[] coord2)
Computes the distance between two points.
|
Modifier and Type | Method and Description |
---|---|
Measure |
AbstractCS.distance(double[] coord1,
double[] coord2)
Computes the distance between two points.
|
Measure |
DefaultLinearCS.distance(double[] coord1,
double[] coord2)
Computes the distance between two points.
|
Measure |
DefaultCartesianCS.distance(double[] coord1,
double[] coord2)
Computes the distance between two points.
|
Measure |
DefaultVerticalCS.distance(double[] coord1,
double[] coord2)
Computes the distance between two points.
|
Measure |
DefaultTimeCS.distance(double[] coord1,
double[] coord2)
Computes the time difference between two points.
|
Copyright © 1996–2019 Geotools. All rights reserved.