com.luciad.format.gml2.xml
, com.luciad.format.gml31.xml
and
com.luciad.format.gml32.xml
.public interface ILcdGMLModelObjectFactory
Modifier and Type | Method and Description |
---|---|
Object |
createModelObject(ILcdShape[] aShapes,
ILcdFeatured aFeatured)
Deprecated.
Creates a domain object with the given geometry and features.
|
Object createModelObject(ILcdShape[] aShapes, ILcdFeatured aFeatured)
aShapes
- An array of ILcdShape
objects that represent the domain object's geometry.aFeatured
- An ILcdFeatured
that represents the attributes of the domain object.ILcdModel
.