The Envelope class represents a region of space in a CoordSys. An Envelope is defined by a maximum and a minimum point that give a bounding rectangle, if the points have two dimensions, or rectangular prism, if the points have three dimensions. The bounds of the Envelope are considered to be in the envelope.
|
Constructor |
Description |
|
Creates a new instance of the Envelope class |
|
Property |
Description |
|
Indicates if the InBounds method should always return true | |
|
Inherited from GeoCalcNET.Serializable | |
|
Gives the maximum point values | |
|
Gives the minimum point values | |
|
Inherited from GeoCalcNET.Serializable | |
|
Inherited from GeoCalcNET.Serializable |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of an Envelope instance | |
|
Releases the resources used by the current instance | |
|
Inherited from GeoCalcNET.Serializable | |
|
Indicates if the specified point is within the bounds of the Envelope | |
|
Compares the value of two Envelope instances |