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.crs
Methods in org.geotools.referencing.crs that return Measure Modifier and Type Method Description Measure
AbstractCRS. distance(double[] coord1, double[] coord2)
Computes the distance between two points.Measure
DefaultGeographicCRS. distance(double[] coord1, double[] coord2)
Computes the orthodromic distance between two points. -
Uses of Measure in org.geotools.referencing.cs
Methods in org.geotools.referencing.cs that return Measure Modifier and Type Method Description Measure
AbstractCS. 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
DefaultLinearCS. 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.Measure
DefaultVerticalCS. distance(double[] coord1, double[] coord2)
Computes the distance between two points.
-