Uses of Class
com.luciad.model.TLcdFeaturedModelDescriptor
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.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Provides a
TLcdMSSQLModelDecoder
and a TLcdMSSQLModelEncoder
for geometries from Microsoft SQL
databases.Provides a decoder and an encoder for geometries from Oracle Locator/Spatial
databases with the Object-Relational model.
Handles the POL format.
Provides a decoder and an encoder for geometries from PostgreSQL
databases with the PostGIS spatial extension.
Handles the shp format.
Provides a decoder and an encoder for geometries from SQLite
databases with the SpatiaLite spatial extension.
The drawing domain objects are styled using SLD.
Model interfaces
Contains the domain model to represent military symbols from the APP-6A standard,
or optionally also from the TTA-106 V4 standard.
Military units (including modifiers) that can be represented by the MIL-STD 2525 military symbology standard.
-
Uses of TLcdFeaturedModelDescriptor in com.luciad.format.database
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a spatial database. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.format.db2.spatial
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from an DB2 Spatial database. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.format.informix.geodetic
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes an Informix Geodetic table from an Informix database. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.format.informix.spatial
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from an Informix Spatial database. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.format.mif
Modifier and TypeClassDescriptionclass
This ILcdModelDescriptor can be used to describe model constructed from MapInfo Interchange Format data. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.format.mssql
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from a Microsoft SQL database. -
Uses of TLcdFeaturedModelDescriptor 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 TLcdFeaturedModelDescriptor in com.luciad.format.pol
Modifier and TypeClassDescriptionclass
A featured model descriptor for models that contain POL objects. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.format.postgresql
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from a PostgreSQL PostGIS database. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.format.shp
Modifier and TypeClassDescriptionclass
ILcdModelDescriptor
,ILcdFeaturedDescriptor
andILcdClassContentDescriptor
implementation for models containing ESRI shape data decoded with theTLcdSHPModelDecoder
. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.format.sqlite.spatialite
Modifier and TypeClassDescriptionclass
ThisILcdDatabaseModelDescriptor
describes a layer from a SQLite SpatiaLite database. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.lucy.addons.drawing.model
Modifier and TypeClassDescriptionclass
Extension ofTLcyDrawingModelDescriptor
which also implementsILcdDataModelDescriptor
.class
TheILcdModelDescriptor
used by the models created by theTLcyDrawingFormat
when specified in the configuration file of the drawing add-on. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.model
Modifier and TypeClassDescriptionclass
Deprecated.This API is only here to support deprecated formats. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.symbology.app6a.model
Modifier and TypeClassDescriptionclass
This class is anILcdModelDescriptor
for models that containILcdAPP6ACoded
objects. -
Uses of TLcdFeaturedModelDescriptor in com.luciad.symbology.milstd2525b.model
Modifier and TypeClassDescriptionclass
This class is anILcdModelDescriptor
for models that containILcdMS2525bCoded
objects.