Click or drag to resize

SpecifiedCoverageGrid Class

Wraps a previously generated set of GridPoints or accepts a specified list of Points and weights. The grid is stored in memory instead of being generated on demand.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Geometry.DiscreteSpecifiedCoverageGrid

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class SpecifiedCoverageGrid : ICoverageGrid

The SpecifiedCoverageGrid type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyReferenceFrame
Gets the reference frame in which this grid is defined.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGenerateGridPoints
Generate the set of grid points.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also