Package com.luciad.format.database
Interface ILcdDatabaseEncoder2
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptionvoid
updateObjects
(Enumeration aEnumeration) Updates the given objects in the spatial table.Methods inherited from interface com.luciad.format.database.ILcdDatabaseEncoder
deleteAllObjects, deleteObjects, insertObjects, setDatabaseModelDescriptor
-
Method Details
-
updateObjects
Updates the given objects in the spatial table.- Parameters:
aEnumeration
- anEnumeration
of the objects to be updated.- Throws:
IOException
-