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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> EllipsoidSurfaceRegionCoverageGridCellParameters
- 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