Name | Description | |
---|---|---|
MultipointBuilderEx Constructor | Overloaded. |
The following tables list the members exposed by MultipointBuilderEx.
Name | Description | |
---|---|---|
MultipointBuilderEx Constructor | Overloaded. |
Name | Description | |
---|---|---|
Coordinate2Ds | Gets or sets the list of coordinates that define this geometry. | |
GeometryType | Overridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Multipoint. | |
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 Coordinate2Ds.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 | Overloaded. | |
AddPoints | Overloaded. | |
CreateMultipoint | Overloaded. | |
FromEsriShape | Creates a new instance of a Multipoint class from an Esri shape buffer. | |
FromJson | Creates a new instance of a Multipoint class from a JSON representation. | |
FromXml | Creates a new instance of a Multipoint class from an XML string representation. | |
GetPoint | Gets the MapPoint at the specified point index. | |
InsertPoint | Overloaded. | |
InsertPoints | Overloaded. | |
IsEqual | Overloaded. | |
RemovePoint | Remove a point at the specified index. | |
RemovePoints | Remove a range of points. | |
SetEmpty | Overridden. Sets this instance to empty. | |
SetPoint | Overloaded. | |
ToGeometry | Returns a Multipoint instance representing the current state of the builder. |