CartographicExtent Methods |
The CartographicExtent type exposes the following members.
Name | Description | |
---|---|---|
Equals(CartographicExtent) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).) | |
EqualsEpsilon |
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance. A negative tolerance effectively contracts the extent;
a positive tolerance effectively expands the extent.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsInsideExtent |
Determines if the specified location is inside the extent.
| |
IsInsideExtentEpsilon |
Determines if the specified location is inside the extent.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns the string representation of the value of this instance.
(Overrides ObjectToString.) | |
Union |
Computes the union of this extent with another extent. The union of two extents is
the smallest extent that includes both.
|