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 ofILcdShapeobjects that represent the domain object's geometry.aFeatured- AnILcdFeaturedthat represents the attributes of the domain object.- Returns:
- a domain object to be added to an
ILcdModel.
-
ILcdDataObjectis used to create new domain object instances.