Interface ILcdDatabaseEncoder2

All Superinterfaces:
ILcdDatabaseEncoder

public interface ILcdDatabaseEncoder2 extends ILcdDatabaseEncoder
This interface specifies methods to perform uncached updates on a database or a set of data files, based on query keys. It is more powerful than the basic ILcdDatabaseEncoder interface, in that it also allows objects to be updated.
  • Method Details

    • updateObjects

      void updateObjects(Enumeration aEnumeration) throws IOException
      Updates the given objects in the spatial table.
      Parameters:
      aEnumeration - an Enumeration of the objects to be updated.
      Throws:
      IOException