Name | Description | |
---|---|---|
![]() | MultipointBuilderEx Constructor | Overloaded. |
The following tables list the members exposed by MultipointBuilderEx.
Name | Description | |
---|---|---|
![]() | MultipointBuilderEx Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Coords | Gets or sets the list of coordinates that define this geometry. |
![]() | HasID | Overridden. Gets or sets a value indicating if this instance recognizes ID-values, also known as ID-awareness. |
![]() | HasM | Overridden. Gets or sets a value indicating if this instance recognizes M-values, also known as M-awareness. |
![]() | HasZ | Overridden. Gets or sets a value indicating if this instance recognizes Z-values, also known as Z-awareness. |
![]() | IDs | Gets or sets the list of ID-values. |
![]() | IsEmpty | Overridden. Gets a value which determines if this instance is empty. This instance is empty if Coords.Count = 0. |
![]() | Ms | Gets or sets the list of M-values. |
![]() | PointCount | Gets the number of points in this instance. |
![]() | SpatialReference | Gets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx) |
![]() | Zs | Gets or sets the list of Z-values. |
Name | Description | |
---|---|---|
![]() | AddPoint | A convenience method to add a MapPoint. |
![]() | AddPoints | A convenience method to add an enumeration of points. |
![]() | GetPoint | A convenience method to get the MapPoint at the specified point index. |
![]() | InsertPoint | A convenience method to insert a MapPoint. |
![]() | InsertPoints | Inserts a range of points at the specified index. |
![]() | RemovePoint | Removes a point at the specified index. |
![]() | RemovePoints | Removes a range of points. |
![]() | SetEmpty | Overridden. Sets this instance to empty. |
![]() | SetPoint | A convenience method to update the components of a point. |
![]() | ToGeometry | Overridden. |