Interface ILcdWFSModelObjectFactory


public interface ILcdWFSModelObjectFactory
Deprecated.
This interface is no longer used - instead, ILcdDataObject is used to create new domain object instances.
A factory interface used during WFS transactions to create domain objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    createModelObject(ILcdShape[] aShapes, ILcdFeatured aFeatured)
    Deprecated.
    Creates a domain object with the given geometry and features.
  • Method Details

    • createModelObject

      Object createModelObject(ILcdShape[] aShapes, ILcdFeatured aFeatured)
      Deprecated.
      Creates a domain object with the given geometry and features.
      Parameters:
      aShapes - An array of ILcdShape objects that represent the domain object's geometry.
      aFeatured - An ILcdFeatured that represents the attributes of the domain object.
      Returns:
      a domain object to be added to an ILcdModel.