Uses of Interface
com.luciad.lucy.model.ILcyModelDecoderContainer
Package
Description
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.Provides classes to deal with the models ( that store the actual data ) behind a map.
-
Uses of ILcyModelDecoderContainer in com.luciad.lucy
Modifier and TypeInterfaceDescriptioninterface
This is the central backend of Lucy where all add-ons are registered, to which add-ons can add functionality and from which already added functionality can be retrieved. -
Uses of ILcyModelDecoderContainer in com.luciad.lucy.model
Modifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdModelDecoder
.