ArcGIS Explorer Component Help |
Envelope Methods |
Envelope Class See Also |
The Envelope type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone |
Returns a new Envelope with properties equal to the current Envelope.
| |
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.) | |
GetCoordinates | Overloaded. Gets the location properties of the Envelope. | |
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 Envelope.
(Overrides Geometry..::.GetLabelPoint()()().) | |
GetPerimeter |
Returns a Polyline representing the perimeter of the Envelope.
| |
GetPolygon |
Returns a Polygon representing the area covered by the Envelope.
| |
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. Gets the location properties of the Envelope. | |
ToString |
Returns a string representation of this Envelope.
(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.) |