XyEnvelope Methods |
The XyEnvelope type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IncludeGeo |
Include the Geographic coordinate (lon,lat) in the envelope
| |
IncludeProj |
Include the projection coordinate (east,north) in the envelope
| |
IncludeXy |
Include the local grid coordinate (x,y) in the envelope
| |
MoveGridOrigin |
Move the origin of the local grid (x,y) coordinate system to
the specified (x,y) coordinates, i.e. the specified (x,y)
coordinate will match (0,0) in the new local grid coordinate system.
Also the Cartography object is updated to new origin | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |