XyEnvelope Class |
It is created with a Cartography object, defining the local grid coordinate system.
It is possible to move the origin of the local grid coordinate system using the MoveGridOrigin(Double, Double), which will also move and update the Cartography object to the new origin.
Namespace: DHI.Projections
The XyEnvelope type exposes the following members.
Name | Description | |
---|---|---|
XyEnvelope |
Create a new XyEnvelope object
|
Name | Description | |
---|---|---|
Cartography |
Cartography object currently used by object
| |
XMax |
Returns the Envelopes maximum x-value. min x > max x
indicates that this is a null Envelope.
| |
XMin |
Returns the Envelopes minimum x-value. min x > max x
indicates that this is a null Envelope.
| |
YMax |
Returns the Envelopes maximum y-value. min y > max y
indicates that this is a null Envelope.
| |
YMin |
Returns the Envelopes minimum y-value. min y > max y
indicates that this is a null Envelope.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (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.) |