Class TLcdGML32MultiGeometry

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdEditableShapeList, ILcdShape, ILcdShapeList, ILcdCloneable, ILcdDeepCloneable, ILcdInvalidateable, Serializable, Cloneable

public class TLcdGML32MultiGeometry extends TLcdGML32AbstractGeometricAggregate implements ILcdEditableShapeList

gml:MultiGeometry is a collection of one or more GML geometry objects of arbitrary type.

The members of the geometric aggregate may be specified either using the "standard" property (gml:geometryMember) or the array property (gml:geometryMembers). It is also valid to use both the "standard" and the array properties in the same collection.

Since:
10.0
See Also: