Uses of Interface
com.luciad.format.database.ILcdDatabaseModelDescriptor
Package
Description
Provides classes to read and write geometries and features from generic
spatial databases.
Provides a decoder and an encoder for geometries from DB2 Spatial
databases.
Provides a decoder and an encoder for geometries from Informix databases with
the Geodetic Datablade.
Provides a decoder and an encoder for geometries from Informix Spatial
databases.
Provides a
TLcdMSSQLModelDecoder
and a TLcdMSSQLModelEncoder
for geometries from Microsoft SQL
databases.Provides a decoder for raster data stored in Oracle Spatial databases.
Provides a decoder and an encoder for geometries from Oracle Locator/Spatial
databases with the Object-Relational model.
Provides a decoder and an encoder for geometries from PostgreSQL
databases with the PostGIS spatial extension.
This package provides support for Luciad Vector data (LVDB).
Provides a decoder and an encoder for geometries from SQLite
databases with the SpatiaLite spatial extension.
-
Uses of ILcdDatabaseModelDescriptor in com.luciad.format.database
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a spatial database.Modifier and TypeMethodDescriptionILcdDatabaseFactory.createDatabaseModelDescriptor
(String aPrefix, Properties aProperties) Creates aILcdDatabaseModelDescriptor
based on the given Properties.
Modifier and TypeMethodDescriptionILcdDatabaseFactory.createDatabaseDecoder
(ILcdDatabaseModelDescriptor aDatabaseModelDescriptor) Creates a properILcdDatabaseDecoder
for the model.ILcdDatabaseFactory.createDatabaseEncoder
(ILcdDatabaseModelDescriptor aDatabaseModelDescriptor) Creates a properILcdDatabaseEncoder
for the model.ILcdDatabaseFactory.createModelReference
(ILcdDatabaseModelDescriptor aDatabaseModelDescriptor) Creates a newILcdModelReference
object, based on theILcdDatabaseModelDescriptor
.void
ILcdDatabaseFactory.createTable
(ILcdDatabaseModelDescriptor aDatabaseModelDescriptor) Connects to the database and creates a new empty spatial table, based on the information in the givenILcdDatabaseModelDescriptor
.void
ILcdDatabaseFactory.decodeInfo
(ILcdDatabaseModelDescriptor aDatabaseModelDescriptor) Opens the givenILcdDatabaseModelDescriptor
by connecting to the Database database and retrieving necessary information on the spatial table.void
ILcdDatabaseDecoder.setDatabaseModelDescriptor
(ILcdDatabaseModelDescriptor aDatabaseModelDescriptor) Sets the database model descriptor to be used by this encoder.void
ILcdDatabaseEncoder.setDatabaseModelDescriptor
(ILcdDatabaseModelDescriptor aDatabaseModelDescriptor) Sets the database model descriptor to be used by this decoder. -
Uses of ILcdDatabaseModelDescriptor in com.luciad.format.db2.spatial
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from an DB2 Spatial database. -
Uses of ILcdDatabaseModelDescriptor in com.luciad.format.informix.geodetic
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes an Informix Geodetic table from an Informix database. -
Uses of ILcdDatabaseModelDescriptor in com.luciad.format.informix.spatial
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from an Informix Spatial database. -
Uses of ILcdDatabaseModelDescriptor in com.luciad.format.mssql
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from a Microsoft SQL database. -
Uses of ILcdDatabaseModelDescriptor in com.luciad.format.oracle.georaster
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a spatial georaster database. -
Uses of ILcdDatabaseModelDescriptor in com.luciad.format.oracle.spatial
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from an Oracle Spatial database in the Object-Relational Model. -
Uses of ILcdDatabaseModelDescriptor in com.luciad.format.postgresql
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from a PostgreSQL PostGIS database. -
Uses of ILcdDatabaseModelDescriptor in com.luciad.format.sqlite.lvdb
Modifier and TypeClassDescriptionclass
Model descriptor for Luciad Vector Databases (LVDB). -
Uses of ILcdDatabaseModelDescriptor in com.luciad.format.sqlite.spatialite
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from a SQLite SpatiaLite database.