- GeoHash - Class in com.github.davidmoten.geo
-
- Geomem<T,R> - Class in com.github.davidmoten.geo.mem
-
Provides fast concurrent querying using in memory
ConcurrentSkipListMaps and geohash to store data with time and
position.
- Geomem() - Constructor for class com.github.davidmoten.geo.mem.Geomem
-
- getAlt() - Method in class com.github.davidmoten.geo.Position
-
Returns the altitue in metres.
- getBearingDegrees(Position) - Method in class com.github.davidmoten.geo.Position
-
Returns the Great Circle bearing to the given position from this.
- getBearingDifferenceDegrees(double, double) - Static method in class com.github.davidmoten.geo.Position
-
Returns difference in degrees in the range -180 to 180
- getClosestIntersectionWithSegment(Position, Position) - Method in class com.github.davidmoten.geo.Position
-
- getDistanceToKm(Position) - Method in class com.github.davidmoten.geo.Position
-
returns distance between two WGS84 positions according to Vincenty's
formula from Wikipedia
- getDistanceToPathKm(List<Position>) - Method in class com.github.davidmoten.geo.Position
-
- getDistanceToSegmentKm(Position, Position) - Method in class com.github.davidmoten.geo.Position
-
- getHashes() - Method in class com.github.davidmoten.geo.Coverage
-
Returns the hashes which are expected to be all of the same length.
- getHashLength() - Method in class com.github.davidmoten.geo.Coverage
-
Returns the length in characters of the first hash returned by an
iterator on the hash set.
- getLat() - Method in class com.github.davidmoten.geo.LatLong
-
Returns the latitude in decimal degrees.
- getLat() - Method in class com.github.davidmoten.geo.Position
-
Returns the latitude in decimal degrees.
- getLon() - Method in class com.github.davidmoten.geo.LatLong
-
Returns the longitude in decimal degrees.
- getLon() - Method in class com.github.davidmoten.geo.Position
-
Returns the longitude in decimal degrees.
- getPositionAlongPath(Position, double) - Method in class com.github.davidmoten.geo.Position
-
Returns a position along a path according to the proportion value
- getRatio() - Method in class com.github.davidmoten.geo.Coverage
-
Returns the measure of how well the hashes cover a region.
- gridAsString(String, int, Set<String>) - Static method in class com.github.davidmoten.geo.GeoHash
-
Returns a String of lines of hashes to represent the relative positions
of hashes on a map.
- gridAsString(String, int, int, int, int) - Static method in class com.github.davidmoten.geo.GeoHash
-
Returns a String of lines of hashes to represent the relative positions
of hashes on a map.
- gridAsString(String, int, int, int, int, Set<String>) - Static method in class com.github.davidmoten.geo.GeoHash
-
Returns a String of lines of hashes to represent the relative positions
of hashes on a map.