Click or drag to resize

SpecifiedResolutionCoverageGriddingTechnique Constructor (Double, NullableDouble, Boolean)

Initializes the gridding method.

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 SpecifiedResolutionCoverageGriddingTechnique(
	double resolution,
	double? griddingStartPoint,
	bool includeExactBounds
)

Parameters

resolution
Type: SystemDouble
The space between points in the coordinate.
griddingStartPoint
Type: SystemNullableDouble
The optional starting point for the gridding algorithm. If this is then gridding will begin at the lower bound. Gridding proceeds in both directions from this point.
includeExactBounds
Type: SystemBoolean
A boolean indicating if the exact upper and lower bounds are to be included.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if resolution is not positive.
Remarks
The griddingStartPoint must lie within the coordinate bounds.
See Also