Uses of Class
com.luciad.model.ALcdModel
Package
Description
Provides classes and interfaces for decoding and displaying ASTERIX data.
Provides classes to read and write geometries and features from generic
spatial databases.
This package and its subpackages provide a domain model for the KML 2.2 data format.
Contains all classes to create a chart of the magnetic north declination and to perform magnetic north calculations.
Provides support for decoding NetCDF files.
Provides the model and model decoder abstraction for a Tile Store.
Model interfaces
Client API for an OGC Web Feature Service (WFS).
Handles simulation of dynamic data.
Classes to work with rectangular axis aligned grids consisting of multiple uniform levels, called multilevel grids.
-
Uses of ALcdModel in com.luciad.format.asterix
Modifier and TypeClassDescriptionclass
Implements date filtering for ASTERIX Category 8 weather models. -
Uses of ALcdModel in com.luciad.format.database
Modifier and TypeClassDescriptionclass
This class presents the contents of a database table containing geometries, as anILcd2DBoundsIndexedModel
.class
This class presents the contents of a database table containing geometries, as anILcd2DBoundsIndexedModel
. -
Uses of ALcdModel in com.luciad.format.kml22.model
Modifier and TypeClassDescriptionclass
Model wrapper around static KML models (TLcdKML22Kml, TLcdKML22Document, TLcdKML22Folder, TLcdKML22NetworkLink
), resolving the dynamic contents of KML data.class
Wrapper model aroundTLcdKML22DynamicModel
that prepares the model for rendering. -
Uses of ALcdModel in com.luciad.format.magneticnorth
Modifier and TypeClassDescriptionclass
This class is anILcdModel
for the lines of constant declination of the magnetic field with respect to the true North. -
Uses of ALcdModel in com.luciad.format.netcdf
Modifier and TypeClassDescriptionclass
This model wrapper around a NetCDF model makes it possible to filter NetCDF data. -
Uses of ALcdModel in com.luciad.fusion.tilestore.model
Modifier and TypeClassDescriptionclass
A Tile Store model logically groups a number of coverages into a single model. -
Uses of ALcdModel in com.luciad.model
Modifier and TypeClassDescriptionclass
An implementation ofILcd2DBoundsIndexedModel
that is also anILcdIntegerIndexedModel
.class
ATLcdModelList
that also implementsILcd2DBoundsIndexedModel
.class
An implementation ofILcdModelTreeNode
based on aTLcd2DBoundsIndexedModel
.class
Deprecated.This API is only here to support deprecated formats.class
Deprecated.class
AnILcdModel
that is composed of an ordered list of otherILcdModel
objects.class
An implementation ofILcdModelTreeNode
based on aTLcdVectorModel
.class
An implementation ofILcd2DBoundsIndexedModel
andILcdIntegerIndexedModel
that can be used to represent the same data at different levels of detail.class
Deprecated.This API is only here to support deprecated formats.class
Default implementation ofILcdIntegerIndexedModel
.Modifier and TypeMethodDescriptionfinal void
ALcdModel.setModelMetadataFunction
(Function<ALcdModel, TLcdModelMetadata> aModelMetadataFunction) Sets the function that is used to collect the model metadata returned bygetModelMetadata()
. -
Uses of ALcdModel in com.luciad.ogc.wfs.client
Modifier and TypeClassDescriptionclass
A client for OGC Web Feature Services (WFS). -
Uses of ALcdModel in com.luciad.realtime
Modifier and TypeClassDescriptionclass
This extension ofALcdModel
was designed to store (large) data sets of moving point objects, for example tracks. -
Uses of ALcdModel in com.luciad.view.map.multilevelgrid
Modifier and TypeClassDescriptionclass
AnILcd2DBoundsIndexedModel
implementation to containILcdMultilevelGridCoordinate
objects.