Uses of Class
com.luciad.model.ALcdModel
Packages that use 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
Subclasses of ALcdModel in com.luciad.format.asterixModifier and TypeClassDescriptionclassImplements date filtering for ASTERIX Category 8 weather models. -
Uses of ALcdModel in com.luciad.format.database
Subclasses of ALcdModel in com.luciad.format.databaseModifier and TypeClassDescriptionclassThis class presents the contents of a database table containing geometries, as anILcd2DBoundsIndexedModel.classThis class presents the contents of a database table containing geometries, as anILcd2DBoundsIndexedModel. -
Uses of ALcdModel in com.luciad.format.kml22.model
Subclasses of ALcdModel in com.luciad.format.kml22.modelModifier and TypeClassDescriptionclassModel wrapper around static KML models (TLcdKML22Kml, TLcdKML22Document, TLcdKML22Folder, TLcdKML22NetworkLink), resolving the dynamic contents of KML data.classWrapper model aroundTLcdKML22DynamicModelthat prepares the model for rendering. -
Uses of ALcdModel in com.luciad.format.magneticnorth
Subclasses of ALcdModel in com.luciad.format.magneticnorthModifier and TypeClassDescriptionclassThis class is anILcdModelfor the lines of constant declination of the magnetic field with respect to the true North. -
Uses of ALcdModel in com.luciad.format.netcdf
Subclasses of ALcdModel in com.luciad.format.netcdfModifier and TypeClassDescriptionclassThis model wrapper around a NetCDF model makes it possible to filter NetCDF data. -
Uses of ALcdModel in com.luciad.fusion.tilestore.model
Subclasses of ALcdModel in com.luciad.fusion.tilestore.modelModifier and TypeClassDescriptionclassA Tile Store model logically groups a number of coverages into a single model. -
Uses of ALcdModel in com.luciad.model
Subclasses of ALcdModel in com.luciad.modelModifier and TypeClassDescriptionclassAn implementation ofILcd2DBoundsIndexedModelthat is also anILcdIntegerIndexedModel.classATLcdModelListthat also implementsILcd2DBoundsIndexedModel.classAn implementation ofILcdModelTreeNodebased on aTLcd2DBoundsIndexedModel.classDeprecated.This API is only here to support deprecated formats.classDeprecated.classAnILcdModelthat is composed of an ordered list of otherILcdModelobjects.classAn implementation ofILcdModelTreeNodebased on aTLcdVectorModel.classAn implementation ofILcd2DBoundsIndexedModelandILcdIntegerIndexedModelthat can be used to represent the same data at different levels of detail.classDeprecated.This API is only here to support deprecated formats.classDefault implementation ofILcdIntegerIndexedModel.Method parameters in com.luciad.model with type arguments of type ALcdModelModifier and TypeMethodDescriptionfinal voidALcdModel.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
Subclasses of ALcdModel in com.luciad.ogc.wfs.clientModifier and TypeClassDescriptionclassA client for OGC Web Feature Services (WFS). -
Uses of ALcdModel in com.luciad.realtime
Subclasses of ALcdModel in com.luciad.realtimeModifier and TypeClassDescriptionclassThis extension ofALcdModelwas designed to store (large) data sets of moving point objects, for example tracks. -
Uses of ALcdModel in com.luciad.view.map.multilevelgrid
Subclasses of ALcdModel in com.luciad.view.map.multilevelgridModifier and TypeClassDescriptionclassAnILcd2DBoundsIndexedModelimplementation to containILcdMultilevelGridCoordinateobjects.