EllipsoidSurfaceRegionCoverageGridCell Constructor |
Initializes this 2D grid cell with the specified parameters.
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 EllipsoidSurfaceRegionCoverageGridCell(
ICollection<Cartographic> gridBoundaryVertices,
double area,
Ellipsoid shape
)
Public Sub New (
gridBoundaryVertices As ICollection(Of Cartographic),
area As Double,
shape As Ellipsoid
)
public:
EllipsoidSurfaceRegionCoverageGridCell(
ICollection<Cartographic>^ gridBoundaryVertices,
double area,
Ellipsoid^ shape
)
new :
gridBoundaryVertices : ICollection<Cartographic> *
area : float *
shape : Ellipsoid -> EllipsoidSurfaceRegionCoverageGridCell
Parameters
- gridBoundaryVertices
- Type: System.Collections.GenericICollectionCartographic
The vertices for this cell as computed by the gridding algorithm. - area
- Type: SystemDouble
The surface area of this region as computed by the gridding algorithm. - shape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid on which this grid cell is defined.
Exceptions See Also