| ArcGIS Explorer Component Help |
| Point Methods |
| Point Class See Also |
The Point type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns a new Point with properties equal to the current Point.
| |
| CreateFromLatitudeLongitude | Overloaded. Creates a new Point from a specified latitude and longitude. | |
| 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 representing the center of this Point.
(Overrides Geometry..::.GetCenter()()().) | |
| GetCoordinates | Overloaded. Gets the coordinates of the Point. | |
| 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 Point.
(Overrides Geometry..::.GetLabelPoint()()().) | |
| GetLatitude |
Gets the latitude of the Point in decimal degrees.
| |
| GetLatitudeLongitude |
Gets both the latitude and longitude of the Point, in decimal degrees.
| |
| GetLongitude |
Gets the longitude of the Point in decimal degrees.
| |
| 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).
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetCoordinates | Overloaded. Sets the coordinates of the Point. | |
| ToString |
Returns a string representation of this Point.
(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.) |