public interface RoverAreaIndex
Copyright 2009 Partner Software, Inc.
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Numeric ID for this index.
|
java.lang.String |
getName()
Name of this index.
|
java.util.List<java.lang.Integer> |
listIdsFor(XyPoint point)
Returns the dataIds of all RoverEntities with areas containing
the given point.
|
int |
size()
Number of entries in this index.
|
java.lang.String getName()
int getId()
int size()
java.util.List<java.lang.Integer> listIdsFor(XyPoint point)