Uses of Interface
com.luciad.model.ILcdModelFactory
Packages that use ILcdModelFactory
Package
Description
Provides support for transforming domain objects and model to and from GML.
Handles the shp format.
Provides support facilities for adding a new data format to Lucy.
Provides classes to deal with the models ( that store the actual data ) behind a map.
-
Uses of ILcdModelFactory in com.luciad.format.gmlcommon.transformation
Methods in com.luciad.format.gmlcommon.transformation that return ILcdModelFactoryModifier and TypeMethodDescriptionTLcdGMLApplicationModelDecoder.getModelFactory()
Returns the model factory that is used to create the new model that is returned as the decoding result.Methods in com.luciad.format.gmlcommon.transformation with parameters of type ILcdModelFactoryModifier and TypeMethodDescriptionvoid
TLcdGMLApplicationModelDecoder.setModelFactory
(ILcdModelFactory aModelFactory) Sets the model factory that should be used to create the models that are returned by this decoder. -
Uses of ILcdModelFactory in com.luciad.format.shp
Methods in com.luciad.format.shp that return ILcdModelFactoryModifier and TypeMethodDescriptionTLcdSHPModelDecoder.getModelFactory()
Returns the factory object used for creating the output model.Methods in com.luciad.format.shp with parameters of type ILcdModelFactoryModifier and TypeMethodDescriptionvoid
TLcdSHPModelDecoder.setModelFactory
(ILcdModelFactory aModelFactory) Sets the factory object used for creating the output model. -
Uses of ILcdModelFactory in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ILcdModelFactoryModifier and TypeMethodDescriptionprotected ILcdModelFactory
ALcyFormat.createModelFactory()
Creates theILcdModelFactory
for this data format.protected ILcdModelFactory
ALcyFormatWrapper.createModelFactory()
protected ILcdModelFactory
TLcyModelListToTreeNodeFormatWrapper.createModelFactory()
protected ILcdModelFactory
TLcySafeGuardFormatWrapper.createModelFactory()
final ILcdModelFactory
ALcyFormat.getModelFactory()
Returns theILcdModelFactory
created by this format. -
Uses of ILcdModelFactory in com.luciad.lucy.model
Classes in com.luciad.lucy.model that implement ILcdModelFactoryModifier and TypeClassDescriptionclass
A composite implementation ofILcdModelFactory
according to the composite design pattern.Methods in com.luciad.lucy.model that return ILcdModelFactoryModifier and TypeMethodDescriptionTLcyCompositeModelFactory.getModelFactory
(int aIndex) Returns the model factory at the given index.Methods in com.luciad.lucy.model with parameters of type ILcdModelFactoryModifier and TypeMethodDescriptionvoid
TLcyCompositeModelFactory.addModelFactory
(ILcdModelFactory aModelFactory) Adds the given model content type provider to the list of registered content type providers.void
TLcyCompositeModelFactory.removeModelFactory
(ILcdModelFactory aModelFactory) Removes the given model factory from the list of registered model factories.