Uses of Class
com.luciad.model.TLcdModelMetadata
Package
Description
This package provides the classes that correspond to AIXM 5.1 data types.
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
This package contains the classes that are needed to work with the Binz format.
Provides support for decoding CADRG files.
This package contains a model decoder for decoding point cloud data from E57 (
.e57
) files.
Provides domain model classes and utility classes for modeling GML 2 data.
Provides domain model classes and utility classes for modeling GML 3.1 data.
Provides domain model classes and utility classes for modeling GML 3.2 data.
This package contains the classes that are needed to work with the IFC format.
This package and its subpackages provide a domain model for the KML 2.2 data format.
This package contains all feature classes of KML.
This package contains a model decoder for LASer (
.las
) and LASzip (.laz
) files.This package contains a model decoder capable of decoding data of files in accordance with the
MGCP 2.0 Portrayal Standard.
Provides support for decoding NetCDF files.
This package contains a domain model to represent an NVG 1.4/1.5 data source.
This package contains a domain model to represent an NVG 2.0 data source.
Provides representations, decoders, and encoders for rasters.
This package contains the classes that are needed to work with the Revit format.
Handles the S-57 format.
Handles the S-63 format.
Handles the shp format.
Provides support for decoding USRP files.
Model interfaces
Client API for an OGC Web Coverage Service (WCS).
-
Uses of TLcdModelMetadata in com.luciad.format.aixm51.model.abstractfeature
-
Uses of TLcdModelMetadata in com.luciad.format.aixm51.xml
Modifier and TypeMethodDescriptionTLcdAIXM51ModelDecoder.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified data source. -
Uses of TLcdModelMetadata in com.luciad.format.binz
Modifier and TypeMethodDescriptionTLcdBinzModelDecoder.decodeModelMetadata
(ILcdDataSource aDataSource) TLcdBinzModelDecoder.decodeModelMetadata
(String aSourceName) -
Uses of TLcdModelMetadata in com.luciad.format.cadrg
Modifier and TypeMethodDescriptionTLcdCADRGModelDecoder.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified data source. -
Uses of TLcdModelMetadata in com.luciad.format.e57
Modifier and TypeMethodDescriptionTLcdE57ModelDecoder.decodeModelMetadata
(ILcdDataSource aDataSource) TLcdE57ModelDecoder.decodeModelMetadata
(String aSourceName) Decodes the model metadata of a E57 file. -
Uses of TLcdModelMetadata in com.luciad.format.gml2.model
-
Uses of TLcdModelMetadata in com.luciad.format.gml31.model
Modifier and TypeMethodDescriptionTLcdGML31AbstractFeatureCollection.getModelMetadata()
Deprecated.TLcdGML31Model.getModelMetadata()
-
Uses of TLcdModelMetadata in com.luciad.format.gml32.model
Modifier and TypeMethodDescriptionTLcdGML32AbstractFeatureCollection.getModelMetadata()
Deprecated.TLcdGML32Model.getModelMetadata()
-
Uses of TLcdModelMetadata in com.luciad.format.ifc
Modifier and TypeMethodDescriptionTLcdIFCModelDecoder.decodeModelMetadata
(ILcdDataSource aDataSource) TLcdIFCModelDecoder.decodeModelMetadata
(String aSourceName) -
Uses of TLcdModelMetadata in com.luciad.format.kml22.model
-
Uses of TLcdModelMetadata in com.luciad.format.kml22.model.feature
Modifier and TypeMethodDescriptionTLcdKML22AbstractContainer.getModelMetadata()
TLcdKML22NetworkLink.getModelMetadata()
-
Uses of TLcdModelMetadata in com.luciad.format.las
Modifier and TypeMethodDescriptionTLcdLASModelDecoder.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified data source. -
Uses of TLcdModelMetadata in com.luciad.format.mgcp
-
Uses of TLcdModelMetadata in com.luciad.format.netcdf
Modifier and TypeMethodDescriptionTLcdNetCDFModelDecoder.decodeModelMetadata
(ILcdDataSource aDataSource) Decodes the model metadata of a NetCDF source. -
Uses of TLcdModelMetadata in com.luciad.format.nvg.nvg15.model
-
Uses of TLcdModelMetadata in com.luciad.format.nvg.nvg20.model
Modifier and TypeMethodDescriptionTLcdNVG20FilteredModel.getModelMetadata()
TLcdNVG20Model.getModelMetadata()
-
Uses of TLcdModelMetadata in com.luciad.format.raster
Modifier and TypeMethodDescriptionTLcdDMEDModelDecoder.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified DMED file.TLcdDTEDDirectoryModelDecoder.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified DTED directory.TLcdDTEDModelDecoder.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified DTED file. -
Uses of TLcdModelMetadata in com.luciad.format.revit
Modifier and TypeMethodDescriptionTLcdRevitModelDecoder.decodeModelMetadata
(ILcdDataSource aDataSource) TLcdRevitModelDecoder.decodeModelMetadata
(String aSourceName) -
Uses of TLcdModelMetadata in com.luciad.format.s57
Modifier and TypeMethodDescriptionTLcdS57CatalogueModelDecoder.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified data source.TLcdS57UnifiedModelDecoder.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified data source. -
Uses of TLcdModelMetadata in com.luciad.format.s63
Modifier and TypeMethodDescriptionTLcdS63CatalogueModelDecoder.decodeModelMetadata
(String aSourceName) TLcdS63UnifiedModelDecoder.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified data source. -
Uses of TLcdModelMetadata in com.luciad.format.shp
Modifier and TypeMethodDescriptionTLcdSHPModelDecoder2.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified data source. -
Uses of TLcdModelMetadata in com.luciad.format.usrp
-
Uses of TLcdModelMetadata in com.luciad.model
Modifier and TypeMethodDescriptionTLcdModelMetadata.Builder.build()
Creates a new model metadata object.default TLcdModelMetadata
ILcdModelDecoder.decodeModelMetadata
(ILcdDataSource aDataSource) Decodes metadata for the specified data source.default TLcdModelMetadata
ILcdModelDecoder.decodeModelMetadata
(String aSourceName) Decodes metadata for the specified data source.TLcdCompositeModelDecoder.decodeModelMetadata
(ILcdDataSource aDataSource) Decodes the model metadata of the given data source through a suitable delegate model decoder.TLcdCompositeModelDecoder.decodeModelMetadata
(String aSourceName) Decodes the model metadata of the given data source through a suitable delegate model decoder.ALcdModel.getModelMetadata()
Collects and returns metadata about the model, using this model's model metadata function.default TLcdModelMetadata
ILcdModel.getModelMetadata()
Collects and returns metadata about the model.Modifier and TypeMethodDescriptionTLcdModelMetadata.discoverDataSeries()
Discovers metadata about the datasets that are aggregated by this dataset, if any.Modifier and TypeMethodDescriptionTLcdModelMetadata.Builder.dataSeries
(Callable<List<TLcdModelMetadata>> aDataSeries) Sets the callable for discoveringdata series
children of the model.TLcdModelMetadata.Builder.dataSeries
(List<TLcdModelMetadata> aDataSeries) Sets thedata series
children of the model.final void
ALcdModel.setModelMetadataFunction
(Function<ALcdModel, TLcdModelMetadata> aModelMetadataFunction) Sets the function that is used to collect the model metadata returned byALcdModel.getModelMetadata()
. -
Uses of TLcdModelMetadata in com.luciad.ogc.wcs.client