Uses of Interface
com.luciad.model.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
Modifier and TypeMethodDescriptionTLcdGMLApplicationModelDecoder.getModelFactory()
Returns the model factory that is used to create the new model that is returned as the decoding result.Modifier 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
Modifier and TypeMethodDescriptionTLcdSHPModelDecoder.getModelFactory()
Returns the factory object used for creating the output model.Modifier and TypeMethodDescriptionvoid
TLcdSHPModelDecoder.setModelFactory
(ILcdModelFactory aModelFactory) Sets the factory object used for creating the output model. -
Uses of ILcdModelFactory in com.luciad.lucy.format
Modifier 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
Modifier and TypeClassDescriptionclass
A composite implementation ofILcdModelFactory
according to the composite design pattern.Modifier and TypeMethodDescriptionTLcyCompositeModelFactory.getModelFactory
(int aIndex) Returns the model factory at the given index.Modifier 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.