public static class SpatialIndex.Entry
extends java.lang.Object
Constructor and Description |
---|
SpatialIndex.Entry(double xMin,
double yMin,
double xMax,
double yMax,
int byteOffset) |
Modifier and Type | Method and Description |
---|---|
void |
addToBounds(ESRIBoundingBox bounds) |
int |
getByteOffset() |
boolean |
intersects(double xmin,
double ymin,
double xmax,
double ymax) |
public SpatialIndex.Entry(double xMin, double yMin, double xMax, double yMax, int byteOffset)
public boolean intersects(double xmin, double ymin, double xmax, double ymax)
public int getByteOffset()
public void addToBounds(ESRIBoundingBox bounds)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details