Uses of Interface
com.luciad.format.database.ILcdDatabaseFactory
Packages that use ILcdDatabaseFactory
Package
Description
Provides classes to read and write geometries and features from generic
spatial databases.
-
Uses of ILcdDatabaseFactory in com.luciad.format.database
Methods in com.luciad.format.database that return ILcdDatabaseFactoryModifier and TypeMethodDescriptionTLcdDatabaseModelDecoder.getDatabaseFactory()
TLcdDatabaseModelEncoder.getDatabaseFactory()
Returns the database factory that has all the essential methods for accessing a particular database.Methods in com.luciad.format.database with parameters of type ILcdDatabaseFactoryModifier 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.Constructors in com.luciad.format.database with parameters of type ILcdDatabaseFactoryModifierConstructorDescriptionTLcdDatabaseModelDecoder
(boolean aReadOnly, ILcdDatabaseFactory aDatabaseFactory) Creates a new database decoder.TLcdDatabaseModelEncoder
(ILcdDatabaseFactory aDatabaseFactory) Creates a new database encoder.