Uses of Interface
ca.spatial.table.RecordHandler
Packages that use RecordHandler
Package
Description
The MapViewer application and supporting classes
Classes for accessing spatial and tabular data
-
Uses of RecordHandler in ca.spatial.mapview
Methods in ca.spatial.mapview with parameters of type RecordHandlerModifier and TypeMethodDescriptionvoid
GeoRelLayer.processRecords(Extent2D box, RecordHandler handler)
void
ImageLayer.processRecords(Extent2D box, RecordHandler handler)
abstract void
Layer.processRecords(Extent2D box, RecordHandler handler)
void
LayerList.processRecords(Extent2D box, RecordHandler handler)
Invoke a method on the currently selected layer to identify records in the vicinity of the point and call a custom processing method for each record.void
MapPanel.setMouseMode(RecordHandler recordHandler)
Set the mouse motion mode to a ClickHandler -
Uses of RecordHandler in ca.spatial.table
Methods in ca.spatial.table with parameters of type RecordHandlerModifier and TypeMethodDescriptionvoid
GeoRelationalStore.processRecords(Extent2D box, RecordHandler handler)