Uses of Class
org.geotools.measure.Measure
- 
Packages that use Measure Package Description org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.cs Coordinate systems implementation.
- 
- 
Uses of Measure in org.geotools.referencing.crsMethods in org.geotools.referencing.crs that return Measure Modifier and Type Method Description MeasureAbstractCRS. distance(double[] coord1, double[] coord2)Computes the distance between two points.MeasureDefaultGeographicCRS. distance(double[] coord1, double[] coord2)Computes the orthodromic distance between two points.
- 
Uses of Measure in org.geotools.referencing.csMethods in org.geotools.referencing.cs that return Measure Modifier and Type Method Description MeasureAbstractCS. distance(double[] coord1, double[] coord2)Computes the distance between two points.MeasureDefaultCartesianCS. distance(double[] coord1, double[] coord2)Computes the distance between two points.MeasureDefaultLinearCS. distance(double[] coord1, double[] coord2)Computes the distance between two points.MeasureDefaultTimeCS. distance(double[] coord1, double[] coord2)Computes the time difference between two points.MeasureDefaultVerticalCS. distance(double[] coord1, double[] coord2)Computes the distance between two points.
 
-