ArcGIS Explorer Component Help |
Multipoint Members |
Multipoint Class Constructors Methods Properties See Also |
The Multipoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Multipoint | Overloaded. Initializes a new instance of the Multipoint class with the specified initial properties. |
Methods
Name | Description | |
---|---|---|
AddPoint |
Adds a copy of the specified Point to the end of the set of existing Points in the Multipoint.
| |
AddPoints |
Adds a copy of the specified enumerable set of Points to the end of the set of existing Points
in the Multipoint.
| |
Clone |
Returns a new Multipoint with properties equal to the current Multipoint.
| |
CreateFromXmlString | Helper method to generate an object from its XML representation, used to deserialize an object passed to a worker thread. | |
Equals | Tests whether the specified object and the current object refer to the same underlying object. (Inherited from Geometry.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetCenter |
Gets a new Point object located at the center of this Geometry.
(Inherited from Geometry.) | |
GetEnvelope | Returns a new Envelope indicating the geographical extent of the Geometry. (Inherited from Geometry.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetLabelPoint |
Returns a Point suitable for labeling the Multipoint.
(Overrides Geometry..::.GetLabelPoint()()().) | |
GetPoint |
Gets a copy of the Point at the specified index.
| |
GetPoints |
Gets an enumerable list of copies of all of Points in the Multipoint.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
GetXmlSchema |
Creates a schema for this class (required by the serialization implementation for this class).
| |
InsertPoint |
Inserts a new Point into the Multipoint by copying the specified Point.
| |
InsertPoints |
Inserts a new set of Points into the Multipoint starting at the specified index, by copying
the specified enumerable set of Points.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
RemoveAllPoints |
Removes all of the existing Points from the Multipoint.
| |
RemovePointAt |
Removes the Point at the specified index.
| |
RemovePointsAt |
Removes the specified number of Points, starting at the specified index.
| |
SetPoint |
Sets the value of a single Point in the Multipoint by copying the specified Point,
leaving all the other Points unchanged.
| |
SetPoints |
Sets the value of a subset of Points in the Multipoint by copying in the specified Points, starting
at a specified index, leaving all other Points unchanged.
| |
ToString |
Returns a string representation of this Multipoint.
(Overrides Object..::.ToString()()().) | |
ToXmlString | Helper method to serialize an object to its XML representation, used to serialize an object to pass to a worker thread. (Inherited from Geometry.) |
Properties
Name | Description | |
---|---|---|
CoordinateSystem |
Gets or sets the coordinate system used by this Geometry.
(Inherited from Geometry.) | |
GeometryType |
Gets the type of the geometry, indicating the underlying class.
(Inherited from Geometry.) | |
IsEmpty |
Indicates whether the Geometry contains any geometric information.
(Inherited from Geometry.) | |
PointCount |
Gets the number of existing Points in the Multipoint.
| |
ZSpecified |
Gets a value indicating whether the geometry has Z values specified.
(Inherited from Geometry.) |