Uses of Class
rgu.transport.geospatial.Latitude
Packages that use Latitude
Package
Description
Geospatial data.
Implementation of OpenStreetMap (OSM) data loading.
-
Uses of Latitude in rgu.transport.geospatial
Classes in rgu.transport.geospatial that implement interfaces with type arguments of type LatitudeModifier and TypeClassDescriptionfinal classRepresents a Latitude from -90 degrees (inclusive) to +90 degrees (inclusive) to 7 decimal places.Fields in rgu.transport.geospatial declared as LatitudeMethods in rgu.transport.geospatial that return LatitudeModifier and TypeMethodDescriptionGeoLocation.latitude()Returns the latitude of this location.static LatitudeLatitude.of(BigDecimal decimal) Returns a latitude of the specified decimal value.static LatitudeLatitude.ofRounded(double value) Rounds the specified double to a latitude.static LatitudeLatitude.parseLatitude(String string) Parses the specified string to a latitude.static LatitudeLatitude.parseLatitudeTruncate(String string) Parses the specified string to a latitude.static LatitudeLatitude.read(ObjectInputStream in) Reads a latitude from the specified input stream.Methods in rgu.transport.geospatial with parameters of type LatitudeModifier and TypeMethodDescriptionintCompares two latitudes numerically.static Iterable<GeoLocation> GeoLocation.grid(Latitude latMin, Latitude latMax, BigDecimal latDelta, Longitude lonMin, Longitude lonMax, BigDecimal lonDelta) Returns a grid of locations in a rectangle bounded by latitude and longitude, with given increments.static GeoLocationReturns an instance of location for the specified latitude and longitude.static Predicate<GeoLocation> Returns a predicate which tests whether a point is contained within a given rectangle. -
Uses of Latitude in rgu.transport.geospatial.osm
Methods in rgu.transport.geospatial.osm with parameters of type LatitudeModifier and TypeMethodDescriptionvoiddefault voidCalled on loading the map bounds information.void