Uses of Class
com.luciad.format.nvg.nvg20.model.TLcdNVG20Model
Packages that use TLcdNVG20Model
Package
Description
This package contains a domain model to represent an NVG 2.0 data source.
-
Uses of TLcdNVG20Model in com.luciad.format.nvg.nvg20.model
Methods in com.luciad.format.nvg.nvg20.model that return TLcdNVG20ModelModifier and TypeMethodDescriptionTLcdNVG20FilteredModel.getUnfilteredModel()
Returns theTLcdNVG20Model
model which has all the data regardless of the filter.Constructors in com.luciad.format.nvg.nvg20.model with parameters of type TLcdNVG20ModelModifierConstructorDescriptionTLcdNVG20FilteredModel
(TLcdNVG20Model aDelegate) Creates a new model filtering the given NVG 2.0 model.