com.partnersoft.maps.rover
Interface RoverAreaIndex


public interface RoverAreaIndex

A geographic index that maps input points to RoverEntity objects.

Copyright 2009 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Method Summary
 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.
 

Method Detail

getName

java.lang.String getName()
Name of this index.

Returns:

getId

int getId()
Numeric ID for this index.

Returns:

size

int size()
Number of entries in this index.

Returns:

listIdsFor

java.util.List<java.lang.Integer> listIdsFor(XyPoint point)
Returns the dataIds of all RoverEntities with areas containing the given point.