Uses of Interface
com.luciad.format.database.ILcdDatabaseFactory
Package
Description
Provides classes to read and write geometries and features from generic
spatial databases.
-
Uses of ILcdDatabaseFactory in com.luciad.format.database
Modifier and TypeMethodDescriptionTLcdDatabaseModelDecoder.getDatabaseFactory()
TLcdDatabaseModelEncoder.getDatabaseFactory()
Returns the database factory that has all the essential methods for accessing a particular database.Modifier and TypeMethodDescriptionvoid
TLcdDatabaseModelDecoder.setDatabaseFactory
(ILcdDatabaseFactory aDatabaseFactory) Sets the database factory that has all the essential methods for accessing a particular database.void
TLcdDatabaseModelEncoder.setDatabaseFactory
(ILcdDatabaseFactory aDatabaseFactory) Sets the database factory that has all the essential methods for accessing a particular database.ModifierConstructorDescriptionTLcdDatabaseModelDecoder
(boolean aReadOnly, ILcdDatabaseFactory aDatabaseFactory) Creates a new database decoder.TLcdDatabaseModelEncoder
(ILcdDatabaseFactory aDatabaseFactory) Creates a new database encoder.