Uses of Interface
com.luciad.datamodel.ILcdDataObjectFactory
Packages that use ILcdDataObjectFactory
Package
Description
This package provides an API to access domain objects in a unified way.
-
Uses of ILcdDataObjectFactory in com.luciad.datamodel
Methods in com.luciad.datamodel that return ILcdDataObjectFactoryModifier and TypeMethodDescriptionTLcdDataModelBuilder.getDataObjectFactory()
Returns the data object factory of this builder.Methods in com.luciad.datamodel with parameters of type ILcdDataObjectFactoryModifier and TypeMethodDescriptionTLcdDataModelBuilder.dataModelBuilder
(String aModelName, ILcdDataObjectFactory aObjectFactory) Returns the data model builder for the model with the given name.TLcdDataTypeBuilder.dataObjectFactory
(ILcdDataObjectFactory aFactory) Sets the object factory to use for this type.Constructors in com.luciad.datamodel with parameters of type ILcdDataObjectFactoryModifierConstructorDescriptionTLcdDataModelBuilder
(String aName, ILcdDataObjectFactory aFactory) Creates a new builder with the given name andILcdDataObjectFactory
.