Name | Description | |
---|---|---|
GeometryBagBuilder Constructor | Overloaded. |
The following tables list the members exposed by GeometryBagBuilder.
Name | Description | |
---|---|---|
GeometryBagBuilder Constructor | Overloaded. |
Name | Description | |
---|---|---|
CountGeometries | Gets the number of geometries contained in this GeometryBag. This method must be called on the MCT. Use QueuedTask.Run. | |
GeometryType | Overridden. Gets the geometry type. Always returns GeometryType.GeometryBag. | |
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
HasID | Gets or sets the HasID flag of the instance. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>) | |
HasM | Gets or sets the HasM flag of the instance. This indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>) | |
HasZ | Gets or sets the HasZ flag of the instance. This indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>) | |
IsEmpty | Gets if the instance is an empty geometry. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>) | |
SpatialReference | Gets or sets the SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<GeometryBag>) |
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. |