Name | Description | |
---|---|---|
PolygonBuilderEx Constructor | Overloaded. |
The following tables list the members exposed by PolygonBuilderEx.
Name | Description | |
---|---|---|
PolygonBuilderEx Constructor | Overloaded. |
Name | Description | |
---|---|---|
GeometryType | Overridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Polygon. | |
HasID | Gets or sets the HasID flag which indicates whether the geometry contains IDs. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
HasM | Gets or sets the HasM flag which indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
HasZ | Gets or sets the HasZ flag which indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
IsEmpty | Gets a boolean which indicates if this instance is empty or not. This instance is empty if it has zero parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
PartCount | Gets the number of parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
Parts | Gets or sets the list of parts that define this builder. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
SpatialReference | Gets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx) |
Name | Description | |
---|---|---|
AddPart | Overloaded. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
AddParts | Adds the parts constructed from the set of enumeration of segments to the MultipartBuilderEx. The parts will be added to the end of the Parts list. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
AddSegment | Overloaded. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
AddSegments | Overloaded. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
CreatePolygon | Overloaded. | |
FromEsriShape | Creates a new instance of a Polygon class from an Esri shape buffer. | |
FromJson | Creates a new instance of a Polygon class from a JSON string representation. | |
FromXml | Creates a new instance of a Polygon class from an XML string representation. | |
GetSegment | Gets the segment at the specified index. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
GetSegmentCount | Gets the number of segments in the specified part. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
InsertPart | Overloaded. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
InsertParts | Inserts parts constructed from the set of enumeration of segments to the MultipartBuilderEx. The parts will be inserted to the Parts list before the specified index. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
InsertSegment | Overloaded. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
InsertSegments | Inserts a range of segments into an existing part. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
IsEqual | Overloaded. | |
RemovePart | Remove the part specified by partIndex. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
RemoveParts | Removes a range of parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
RemoveSegment | Remove the segment at the specified index from the part specified by partIndex. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
ReplaceSegment | Replace the segment at the specified index from the part specified by partIndex.
Note: Values of partIndex = -1, segmentIndex = -1 replaces the last segment from the last part of the multipart. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
ReverseOrientation | Changes the direction of the parts without changing the spatial position of the parts. The start point and end point of each segment in each part are interchanged. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
SetEmpty | Sets this instance to empty by clearing the Parts list. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
SplitAtDistance | Introduces a new vertex into the multipart at a specified distance from the beginning of the multipart. For a split to happen, the split distance must be between the start and end points of the multipart. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
SplitPartAtDistance | Introduces a new vertex to the part specified by partIndex at a specified distance from the start point of the first segment in the part. For a split to happen, the split distance must be between the start and end points of the part. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) | |
ToGeometry | Returns a Polygon instance representing the current state of the builder. |