Package | Description |
---|---|
com.bbn.openmap.dataAccess.shape |
This package provides read and write access to ESRI shape files,
including the .shp, .dbf and .shx files.
|
com.bbn.openmap.geo |
Package that contains classes to do calculations in lat/lon space.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
ShapeGeoIndex.getIntersections(GeoExtent extent,
MatchFilter filter,
MatchCollector collector)
Get an iterator with all of the objects in this ShapeGeoIndex that
intersect with the given extent.
|
Modifier and Type | Class and Description |
---|---|
static class |
BoundaryCrossing.Collector
A Collector is an object that organizes boundary crossings, as
discovered by CrossingIntersection class.
|
static class |
MatchCollector.CollectionMatchCollector |
static class |
MatchCollector.PairArrayMatchCollector
A MatchCollector that collects a list of pairs of the matching objects
|
static class |
MatchCollector.SetMatchCollector |
Modifier and Type | Field and Description |
---|---|
protected MatchCollector |
Intersection.collector |
Modifier and Type | Method and Description |
---|---|
MatchCollector |
Intersection.getCollector()
Retrieve the MatchCollector that contains the results from the
Intersection query.
|
Modifier and Type | Method and Description |
---|---|
static Intersection |
Intersection.intersector(MatchFilter filter,
MatchCollector collector)
Create an Intersection class that will use the provided MatchFilter class
and the provided MatchCollector.
|
Constructor and Description |
---|
Intersection(MatchFilter filter,
MatchCollector collector)
Create an Intersection class that will use the provided MatchFilter and
MatchCollector.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details