|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.customdb.v0_6.impl.BoundingBoxContext
public class BoundingBoxContext
Contains the data associated with a bounding box iteration call on a dataset.
Field Summary | |
---|---|
java.awt.geom.Rectangle2D |
boundingBox
The coordinates of the box represented as an AWT box for use in AWT API calls. |
IdTracker |
externalNodeIdTracker
All nodes outside the bounding box are stored within this tracker. |
int |
maximumTile
The maximum tile value for the box. |
int |
minimumTile
The minimum tile value for the box. |
IdTracker |
nodeIdTracker
All node ids are stored within this tracker. |
IdTracker |
relationIdTracker
All relation ids are stored within this tracker. |
IdTracker |
wayIdTracker
All way ids are stored within this tracker. |
Constructor Summary | |
---|---|
BoundingBoxContext(double left,
double right,
double top,
double bottom)
Creates a new instance. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.awt.geom.Rectangle2D boundingBox
public final int maximumTile
public final int minimumTile
public final IdTracker nodeIdTracker
public final IdTracker wayIdTracker
public final IdTracker relationIdTracker
public final IdTracker externalNodeIdTracker
Constructor Detail |
---|
public BoundingBoxContext(double left, double right, double top, double bottom)
left
- The longitude marking the left edge of the bounding box.right
- The longitude marking the right edge of the bounding box.top
- The latitude marking the top edge of the bounding box.bottom
- The latitude marking the bottom edge of the bounding box.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |