Envelope Class

Uses

GeoCalcNET.Serializable

 

Description

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.

 

Public Constructors

Constructor

Description

Envelope

Creates a new instance of the Envelope class

 

Public Properties

Property

Description

AlwaysAccept

Indicates if the InBounds method should always return true

Identifiers

Inherited from GeoCalcNET.Serializable

MaxPoint

Gives the maximum point values

MinPoint

Gives the minimum point values

Name

Inherited from GeoCalcNET.Serializable

Remarks

Inherited from GeoCalcNET.Serializable

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of an Envelope instance

Dispose

Releases the resources used by the current instance

HasIdentifiersIn

Inherited from GeoCalcNET.Serializable

InBounds

Indicates if the specified point is within the bounds of the Envelope

ValueEquals

Compares the value of two Envelope instances