Package com.luciad.lucy.util.context
package com.luciad.lucy.util.context
Contains context classes that, for instance, describe a domain object, its model, layer and view.
Regularly an object is meaningless without its context. For instance, a domain object representing a lon-lat point needs the model reference to define its location. This package provides the classes that combine the object with its context.
These classes are used, for instance, in conjunction with ILcyCustomizerPanel
objects.
-
ClassDescriptionThis context object defines everything related to a domain object: the
ILcdModel
in which it is contained, and theILcdLayer
and theILcdView
in which it is displayed.This context object defines everything related to a layer, more specifically theILcdView
in which it is displayed.This context object defines everything related to anILcdModel
, more specifically theILcdLayer
and theILcdView
in which it is displayed.This context object defines everything related to anILcdModelEncoder
, more specifically it defines theILcdModel
it is about to encode.This context object defines everything related to the meta data of anILcdModel
.