com.partnersoft.maps.app
Class MapQueryLogic

java.lang.Object
  extended by com.partnersoft.maps.app.MapQueryLogic

public class MapQueryLogic
extends java.lang.Object

Methods that allow GIS-like queries and other data operations.

Copyright 2002-2008 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Constructor Summary
MapQueryLogic(MapApp app)
           
 
Method Summary
 void initialize()
           
 java.util.List<MapDataItem> listItemsNear(XyPoint location, double scale)
           
 java.util.List<MapDataItem> query(MapQuery query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapQueryLogic

public MapQueryLogic(MapApp app)
Method Detail

initialize

public void initialize()

listItemsNear

public java.util.List<MapDataItem> listItemsNear(XyPoint location,
                                                 double scale)

query

public java.util.List<MapDataItem> query(MapQuery query)