|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridIndex | |
---|---|
org.onebusaway.geospatial.grid |
Uses of GridIndex in org.onebusaway.geospatial.grid |
---|
Methods in org.onebusaway.geospatial.grid that return GridIndex | |
---|---|
GridIndex |
GridEntryImpl.getIndex()
|
GridIndex |
Grid.Entry.getIndex()
|
GridIndex |
BoundaryPath.getIndex(int index)
|
Methods in org.onebusaway.geospatial.grid that return types with arguments of type GridIndex | |
---|---|
List<GridIndex> |
BoundaryPath.getIndices()
|
Methods in org.onebusaway.geospatial.grid with parameters of type GridIndex | |
---|---|
protected void |
GridFactory.addCell(GridIndex index,
Object value)
|
void |
BoundaryPath.addEdge(GridIndex index,
EDirection direction)
|
boolean |
Grid.contains(GridIndex index)
|
boolean |
AbstractGrid.contains(GridIndex index)
|
T |
Grid.get(GridIndex index)
|
T |
AbstractGrid.get(GridIndex index)
|
protected void |
GridFactory.getIndexAndDirectionAsPoint(GridIndex index,
EDirection direction,
GridFactory.DoublePoint point)
|
protected CoordinateBounds |
GridFactory.getIndexAsBounds(GridIndex index)
|
void |
Grid.set(GridIndex index,
T element)
|
void |
AbstractGrid.set(GridIndex index,
T element)
|
Constructors in org.onebusaway.geospatial.grid with parameters of type GridIndex | |
---|---|
GridEntryImpl(GridIndex index,
T value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |