Uses of Class
org.h2gis.functions.io.gpx.model.GPXPoint
Packages that use GPXPoint
-
Uses of GPXPoint in org.h2gis.functions.io.gpx.model
Methods in org.h2gis.functions.io.gpx.model that return GPXPointModifier and TypeMethodDescriptionAbstractGpxParser.getCurrentPoint()Gives the point which is being parsed.Methods in org.h2gis.functions.io.gpx.model with parameters of type GPXPointModifier and TypeMethodDescriptionvoidAbstractGpxParser.setCurrentPoint(GPXPoint currentPoint) Set the point which will be parsed.