Interface RecordHandler


public interface RecordHandler
This interface can be used to indicate records that are to be processed in some fashion. An intended use is to pass an instance of this interface to the record selecting mechanism in the GeoRelationalStore.processRecords(ca.spatial.table.Extent2D, ca.spatial.table.RecordHandler) method (possibly being call from the MapPanel object).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processRecord​(GeoRelationalStore store, int row)
    Indeicate that the record specified by the index should be processed.
  • Method Details

    • processRecord

      void processRecord(GeoRelationalStore store, int row)
      Indeicate that the record specified by the index should be processed.
      Parameters:
      store - The table of interest
      row - The record row number