Uses of Class
rgu.transport.geospatial.Longitude
Packages that use Longitude
Package
Description
Geospatial data.
Implementation of OpenStreetMap (OSM) data loading.
-
Uses of Longitude in rgu.transport.geospatial
Classes in rgu.transport.geospatial that implement interfaces with type arguments of type LongitudeModifier and TypeClassDescriptionfinal classRepresents a Longitude from -180 degrees (exclusive) to +180 degrees (inclusive) to 7 decimal places.Fields in rgu.transport.geospatial declared as LongitudeMethods in rgu.transport.geospatial that return LongitudeModifier and TypeMethodDescriptionGeoLocation.longitude()Returns the longitude of this location.static LongitudeLongitude.of(BigDecimal decimal) Returns a longitude of the specified decimal value.static LongitudeLongitude.ofRounded(double value) Rounds the specified double to a longitude.static LongitudeLongitude.parseLongitude(String string) Parses the specified string to a longitude.static LongitudeLongitude.parseLongitudeTruncate(String string) Parses the specified string to a longitude.static LongitudeLongitude.read(ObjectInputStream in) Reads a longitude from the specified input stream.Methods in rgu.transport.geospatial with parameters of type LongitudeModifier and TypeMethodDescriptionintCompares two longitudes 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 Longitude in rgu.transport.geospatial.osm
Methods in rgu.transport.geospatial.osm with parameters of type LongitudeModifier and TypeMethodDescriptionvoiddefault voidCalled on loading the map bounds information.void