SpecifiedResolutionCoverageGriddingTechnique Constructor (Double) |
Initializes the gridding method with the specified resolution, both bounds explicitly included, and the gridding start point set to the lower bounds.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SpecifiedResolutionCoverageGriddingTechnique(
double resolution
)
Public Sub New (
resolution As Double
)
public:
SpecifiedResolutionCoverageGriddingTechnique(
double resolution
)
new :
resolution : float -> SpecifiedResolutionCoverageGriddingTechnique
Parameters
- resolution
- Type: SystemDouble
The spacing in this coordinate.
See Also