Aggregate geometries
Description of aggregate geometries
.. include-document:: org.gvsig.fmap.geom/reference-links :rest: As ISO19107_ describes, an aggregate geometry is a geometry composed by a primitive geometry collection. The geometries of this set could be different because, in theory, it can be added some new and delete some existing geometries. In the next figure we show the aggregate geometry's diagram: .. figure:: img/aggregate.png :alt: TEXTO :align: center There're 5 sorts of aggregate geometries: MultiPrimitive_ is an aggregate geometry composed by primitives of any type, whereas the other types have primitive of a specific type. For that, a MultiPoint_ is an aggregate geometry built only by objects Point_. A MultiCurve_ is an aggregate geometry composed only by objects Curve_. And so on.