| ArcGIS Explorer Component Help |
| Point Members |
| Point Class Constructors Methods Properties See Also |
The Point type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Point | Overloaded. Initializes a new instance of the Point class with the specified initial properties. |
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.) |
Properties
| Name | Description | |
|---|---|---|
| CoordinateSystem |
Gets or sets the coordinate system used by the Point.
(Overrides Geometry..::.CoordinateSystem.) | |
| GeometryType |
Gets the type of the geometry, indicating the underlying class.
(Overrides Geometry..::.GeometryType.) | |
| IsEmpty |
Indicates whether the Point contains any geometric information.
(Overrides Geometry..::.IsEmpty.) | |
| X | Gets or sets the X coordinate of the point. | |
| Y | Gets or sets the Y coordinate of the point. | |
| Z | Gets or sets the Z (elevation) value of the point. | |
| ZSpecified |
Gets a value indicating whether the geometry has Z values specified.
(Overrides Geometry..::.ZSpecified.) |