public class IntHashGrid extends Object
Constructor and Description |
---|
IntHashGrid()
Create a HashGrid with the default grid dimensions.
|
IntHashGrid(double binSizeDegrees) |
Modifier and Type | Method and Description |
---|---|
void |
insert(com.vividsolutions.jts.geom.Envelope envelope,
int item) |
void |
insert(com.vividsolutions.jts.geom.LineString geom,
int item) |
gnu.trove.set.TIntSet |
query(com.vividsolutions.jts.geom.Envelope envelope) |
boolean |
remove(com.vividsolutions.jts.geom.Envelope envelope,
int item) |
String |
toString() |
public IntHashGrid(double binSizeDegrees)
public IntHashGrid()
public final void insert(com.vividsolutions.jts.geom.Envelope envelope, int item)
public final void insert(com.vividsolutions.jts.geom.LineString geom, int item)
public final gnu.trove.set.TIntSet query(com.vividsolutions.jts.geom.Envelope envelope)
public final boolean remove(com.vividsolutions.jts.geom.Envelope envelope, int item)
Copyright © 2015. All rights reserved.