|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Measure | |
org.geotools.referencing.crs | Coordinate reference systems implementation. |
org.geotools.referencing.cs | Coordinate systems implementation. |
Uses of Measure in org.geotools.referencing.crs |
Methods in org.geotools.referencing.crs that return Measure | |
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. |
Uses of Measure in org.geotools.referencing.cs |
Methods in org.geotools.referencing.cs that return Measure | |
Measure |
DefaultTimeCS.distance(double[] coord1,
double[] coord2)
Computes the time difference 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 |
AbstractCS.distance(double[] coord1,
double[] coord2)
Computes the distance between two points. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |