Name | Description | |
---|---|---|
AddGeometries | Adds the given list of geometries to the end of the list of geometries in this GeometryBag. | |
AddGeometry | Adds the given geometry to the end of the list of geometries in this GeometryBag. | |
CreateGeometryBag | Overloaded. | |
FromJson | Creates a new instance of a GeometryBag class from a JSON string representation. | |
FromXml | Creates a new instance of a GeometryBag class from an XML string representation. | |
InsertGeometries | Inserts the given list of geometries before the specified index. | |
InsertGeometry | Inserts the given geometry before the specified index. | |
IsEqual | Overloaded. | |
RemoveGeometry | Remove the geometry specified by the given index. | |
SetEmpty | Overridden. Sets this instance to empty by clearing the Geometries list. | |
ToGeometry | Returns a GeometryBag instance representing the current state of the builder. |