Uses of Class
org.hortonmachine.gears.utils.coverage.ProfilePoint
-
Packages that use ProfilePoint Package Description org.hortonmachine.gears.utils.coverage -
-
Uses of ProfilePoint in org.hortonmachine.gears.utils.coverage
Methods in org.hortonmachine.gears.utils.coverage that return types with arguments of type ProfilePoint Modifier and Type Method Description static List<ProfilePoint>CoverageUtilities. doProfile(javax.media.jai.iterator.RandomIter mapIter, org.geotools.coverage.grid.GridGeometry2D gridGeometry, org.locationtech.jts.geom.Coordinate... coordinates)Calculates the profile of a raster map between givencoordinates.static List<ProfilePoint>CoverageUtilities. doProfile(org.geotools.coverage.grid.GridCoverage2D coverage, org.locationtech.jts.geom.Coordinate... coordinates)Calculates the profile of a raster map between givencoordinates.Methods in org.hortonmachine.gears.utils.coverage with parameters of type ProfilePoint Modifier and Type Method Description intProfilePoint. compareTo(ProfilePoint o)Method parameters in org.hortonmachine.gears.utils.coverage with type arguments of type ProfilePoint Modifier and Type Method Description static double[]ProfilePoint. getLastVisiblePointData(List<ProfilePoint> profile)Return last visible point data for a profile points list.static doubleProfilePoint. getMeanSlope(List<ProfilePoint> points)Calculates the mean slope of a given set of profilepoints.
-