Package com.luciad.lucy.model
package com.luciad.lucy.model
Provides classes to deal with the models ( that store the actual data ) behind a map.
-
ClassDescriptionHandler for any type of data source.Factory to create
ILcdModelDescriptor
s.Abstract class which groups methods to create adapter objects for domain objects, and to convert domain objects to new domain objects for the same or another model.Descriptor that provides more information about the file types a certain ILcdModelEncoder/ILcdModelDecoder/ALcyDataSourceHandler can handle.Interface containing all possibleILcyModelContentType
s.Provider for model content types.Deprecated.Deprecated.UseTLcyCompositeModelEncoder
insteadComposite implementation (see composite design pattern) ofALcyDataSourceHandler
.Composite implementation ofALcyDomainObjectConverter
.Composite implementation (see composite design pattern) ofALcyFileTypeDescriptor
.A composite implementation ofILcyModelContentTypeProvider
according to the composite design pattern.Composite implementation (see composite design pattern) ofILcdModelDecoder
.Composite implementation (see composite design pattern) ofILcdModelEncoder
.A composite implementation ofILcdModelFactory
according to the composite design pattern.Composite implementation (see composite design pattern) ofILcdModelReferenceDecoder
.Composite implementation (see composite design pattern) ofILcdModelReferenceParser
.Extension ofALcyFileTypeDescriptorHolder
which associates anALcyDataSourceHandler
to anALcyFileTypeDescriptor
.Implementation of ALcyFileTypeDescriptor that allows a list of valid extensions.Implementation of ALcyFileTypeDescriptor that allows a list of valid filters (*.ext or prefix*).Extension ofALcyFileTypeDescriptorHolder
which associates anILcdModelDecoder
to anALcyFileTypeDescriptor
.Extension ofALcyFileTypeDescriptorHolder
which associates anILcdModelEncoder
to anALcyFileTypeDescriptor
.
TLcyCompositeModelDecoder
instead