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. | |
Clone | Returns a clone of the builder. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateGeometryBag | Overloaded. | |
Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
FromEsriShape | Creates a new instance of a GeometryBag class from an Esri shape buffer. | |
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. This method must be called on the MCT. Use QueuedTask.Run. | |
InsertGeometry | Inserts the given geometry before the specified index. This method must be called on the MCT. Use QueuedTask.Run. | |
RemoveGeometry | Remove the geometry specified by the given index. | |
SetEmpty | Sets the geometry of this builder to empty. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>) | |
ToGeometry | Overridden. Returns a GeometryBag instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run. |