ArcGIS Explorer Component Help |
Envelope Members |
Envelope Class Constructors Methods Properties See Also |
The Envelope type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Envelope | Overloaded.
Initializes a new instance of the Envelope class with the specified initial properties.
|
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.) |
Properties
Name | Description | |
---|---|---|
Area |
Returns the area of the Envelope, in square units of the CoordinateSystem.
| |
CoordinateSystem |
Gets or sets the coordinate system used by this Geometry.
(Inherited from Geometry.) | |
Depth |
The depth of the Envelope along the Z axis.
| |
GeometryType |
Gets the type of the geometry, indicating the underlying class.
(Inherited from Geometry.) | |
Height |
The height of the Envelope along the Y axis.
| |
IsEmpty |
Indicates whether the Geometry contains any geometric information.
(Inherited from Geometry.) | |
Width |
The width of the Envelope along the X axis.
| |
XMax | Gets or sets the maximum X coordinate of the Envelope. | |
XMin | Gets or sets the minimum X coordinate of the Envelope. | |
YMax | Gets or sets the maximum Y coordinate of the Envelope. | |
YMin | Gets or sets the minimum Y coordinate of the Envelope. | |
ZMax | Gets or sets the maximum Z (elevation) value of the Envelope. | |
ZMin | Gets or sets the minimum Z (elevation) value of the Envelope. | |
ZSpecified |
Gets a value indicating whether the geometry has Z values specified.
(Inherited from Geometry.) |