Envelope Class

Uses

GeoCalcCOM.IEnvelope

GeoCalcCOM.ICloneable

 

Description

The Envelope class represents a region of space in an ICoordSys.  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 Properties

Property

Description

AlwaysAccept

Indicates if the InBounds method should always return true

Identifiers

The IdentifierCollection that stores all identifiers for this object

MaxPoint

Gives the maximum point values

MinPoint

Gives the minimum point values

Name

The name of this object

PointClass

Indicates the type of the points that define the bounds

Remarks

Various remarks about this object

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of an Envelope instance

HasIdentifiersIn

Indicates if this object has an identifier that is also present in the specified object

InBounds

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

ValueEquals

Compares the value of two Envelope instances