Package | Description |
---|---|
org.onebusaway.geospatial | |
org.onebusaway.geospatial.grid | |
org.onebusaway.geospatial.model | |
org.onebusaway.geospatial.services |
Modifier and Type | Method and Description |
---|---|
List<T> |
HierarchicalSTRtree.query(CoordinateBounds b) |
Modifier and Type | Method and Description |
---|---|
protected CoordinateBounds |
GridFactory.getIndexAsBounds(GridIndex index) |
Modifier and Type | Method and Description |
---|---|
List<CoordinateBounds> |
GridFactory.getGrid() |
Modifier and Type | Method and Description |
---|---|
void |
GridFactory.addBounds(CoordinateBounds bounds) |
Modifier and Type | Method and Description |
---|---|
CoordinateBounds |
CoordinateBounds.intersection(CoordinateBounds r) |
CoordinateBounds |
CoordinateBounds.union(CoordinateBounds r) |
Modifier and Type | Method and Description |
---|---|
void |
CoordinateBounds.addBounds(CoordinateBounds bounds) |
CoordinateBounds |
CoordinateBounds.intersection(CoordinateBounds r) |
boolean |
CoordinateBounds.intersects(CoordinateBounds r) |
CoordinateBounds |
CoordinateBounds.union(CoordinateBounds r) |
Constructor and Description |
---|
CoordinateBounds(CoordinateBounds bounds) |
Modifier and Type | Method and Description |
---|---|
static CoordinateBounds |
SphericalGeometryLibrary.bounds(CoordinateBounds b,
double distance) |
static CoordinateBounds |
SphericalGeometryLibrary.bounds(CoordinatePoint point,
double distance) |
static CoordinateBounds |
SphericalGeometryLibrary.bounds(double lat,
double lon,
double distance) |
static CoordinateBounds |
SphericalGeometryLibrary.bounds(double lat,
double lon,
double latDistance,
double lonDistance) |
static CoordinateBounds |
SphericalGeometryLibrary.boundsFromLatLonOffset(double lat,
double lon,
double latOffset,
double lonOffset) |
static CoordinateBounds |
SphericalGeometryLibrary.boundsFromLatLonSpan(double lat,
double lon,
double latSpan,
double lonSpan) |
Modifier and Type | Method and Description |
---|---|
static CoordinateBounds |
SphericalGeometryLibrary.bounds(CoordinateBounds b,
double distance) |
static CoordinatePoint |
SphericalGeometryLibrary.getCenterOfBounds(CoordinateBounds b) |
Copyright © 2014 OneBusAway. All Rights Reserved.