Package com.luciad.ogc.wfs
Interface ILcdWFSModelObjectFactory
public interface ILcdWFSModelObjectFactory
Deprecated.
A factory interface used during WFS transactions to create domain objects.
-
Method Summary
Modifier and TypeMethodDescriptioncreateModelObject
(ILcdShape[] aShapes, ILcdFeatured aFeatured) Deprecated.Creates a domain object with the given geometry and features.
-
Method Details
-
createModelObject
Deprecated.Creates a domain object with the given geometry and features.- Parameters:
aShapes
- An array ofILcdShape
objects that represent the domain object's geometry.aFeatured
- AnILcdFeatured
that represents the attributes of the domain object.- Returns:
- a domain object to be added to an
ILcdModel
.
-
ILcdDataObject
is used to create new domain object instances.