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 | |
|
Creates a new instance of the Envelope class |
|
Method |
Description |
|
Inherited from GeoCalcPBW::Serializable | |
|
Produces a deep-copy of an Envelope | |
|
Indicates if the InBounds method should always return true | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Returns the CoordPoint that defines the upper bound of this Envelope | |
|
Returns the CoordPoint that defines the lower bound of this Envelope | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Indicates if the specified CoordPoint is within this Envelope | |
|
Sets whether the InBounds method should always return true | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Sets the CoordPoint that defines the upper bound of this Envelope | |
|
Sets the CoordPoint that defines the lower bound of this Envelope | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Compares the value of two Envelopes |
|
Operator |
Description |
|
Assigns a new value to this Envelope | |
|
Compares the value of two Envelopes | |
|
Compares the value of two Envelopes |