EllipsoidGridPoint Constructor (Cartographic, Double, IEnumerableCartographic) |
Creates a new instance based on the given planetodetic position, area, and boundary vertices.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 19.1.398.0 (19.1.398.0)
Syntaxpublic EllipsoidGridPoint(
Cartographic position,
double area,
IEnumerable<Cartographic> boundaryVertices
)
Public Sub New (
position As Cartographic,
area As Double,
boundaryVertices As IEnumerable(Of Cartographic)
)
public:
EllipsoidGridPoint(
Cartographic position,
double area,
IEnumerable<Cartographic>^ boundaryVertices
)
new :
position : Cartographic *
area : float *
boundaryVertices : IEnumerable<Cartographic> -> EllipsoidGridPoint
Parameters
- position
- Type: AGI.Foundation.CoordinatesCartographic
The planetodetic position of the grid point. - area
- Type: SystemDouble
The area represented by the grid point. - boundaryVertices
- Type: System.Collections.GenericIEnumerableCartographic
A set of vertices representing the boundary of the region of the grid which this
grid point represents.
See Also