See: Description
| Interface | Description |
|---|---|
| ICoverageGrid |
The base interface for grids used in the coverage system.
|
| ICoverageGridCell |
Describes an interface for a grid cell in the coverage system.
|
| ICoverageGriddingTechnique |
Describes a gridding technique that can be used with a
GeometricPrimitiveCoverageGrid. |
| Class | Description |
|---|---|
| BoxTriangulator |
Triangulates a box.
|
| CentralBodyCoverageGrid |
The abstract base class for a
ICoverageGrid that produces grid points defined relative to a CentralBody (get / set). |
| ConeCoverageGrid |
A cone grid with (0,0,0) defined as the apex of the cone.
|
| CoverageGridPoint |
Represents a grid point for use with the coverage system.
|
| CuboidCoverageGrid |
A cuboid grid in
Cartesian coordinates. |
| CylinderCoverageGrid |
A cylinder grid with (0,0,0) defined to be at the center of the cylinder for the constructors that take length as parameters.
|
| CylinderFill |
Cylinder faces that can be filled.
|
| CylinderTriangulator |
Triangulates a cylinder.
|
| EllipsoidSurfaceRegionCoverageGridCell |
An ellipsoid surface region grid cell that does not vary in time.
|
| EllipsoidTriangulator |
Triangulates an ellipsoid.
|
| ExtrudedCentralBodyCoverageGrid |
A
CentralBodyCoverageGrid that takes as input an existing CentralBodyCoverageGrid
type and extrudes it in the specified manner to become a three dimensional grid. |
| ExtrudedPolylineTriangulator |
Triangulates a polyline into an extrusion with bottom and top boundaries.
|
| ExtrudedPolylineTriangulatorResult |
The result from extruded polyline triangulation: a triangle mesh defined using
an indexed triangle list with top and bottom boundary positions.
|
| GeometricPrimitiveCoverageGrid |
The abstract base for simple grids used in the coverage system.
|
| GlobalCoverageGrid | |
| IntersectionWithSurfaceRegionsCoverageGrid |
Represents a set of grid points created by a given
CentralBodyCoverageGrid and lying inside a set of
EllipsoidSurfaceRegions. |
| LatitudeBoundsCoverageGrid |
Represents a set of grid points bounded by two lines of planetodetic latitude.
|
| LatitudeLineCoverageGrid |
Represents a set of grid points along a line of planetodetic latitude.
|
| LongitudeLineCoverageGrid |
Represents a set of grid points along a line of longitude.
|
| RectangularPyramidCoverageGrid |
A rectangular pyramid grid.
|
| SolidTriangulatorResult |
The result from a triangulation of a solid: a triangle mesh defined using an
indexed triangle list and positions outlining the solid.
|
| SpecifiedCentralBodyCoverageGrid |
Wraps a previously generated set of grid points with their respective boundaries or
accepts a specified list of
Cartographic grid point locations. |
| SpecifiedCollectionCoverageGriddingTechnique |
Grids a given coordinate by the specified collection.
|
| SpecifiedCoverageGrid |
Wraps a previously generated set of
GridPoints or
accepts a specified list of Points and weights. |
| SpecifiedNumberOfPointsCoverageGriddingTechnique |
Grids a given coordinate with a specified number of points.
|
| SpecifiedResolutionCoverageGriddingTechnique |
Grids a given coordinate with a specified resolution.
|
| SpheroidCoverageGrid |
A spheroid grid in spherical coordinates with the center at (0,0,0), the axis defined as right-handed at that location with positive z pointing north.
|
| SurfaceExtentTriangulator |
Triangulates an extent on a central body into a triangle mesh and a surrounding boundary.
|
| SurfacePolygonTriangulator |
Triangulates a polygon, with an optional hole, on a central body, into a
triangle mesh and a surrounding boundary.
|
| SurfaceRegionsCoverageGrid |
Represents a regular grid inside the boundaries of a specified set of surface regions, based on a given resolution.
|
| SurfaceShapes |
Computes boundary positions for shapes on the surface such as circles,
ellipses, and sectors.
|
| SurfaceShapesResult |
Represents the boundary positions of a shape on the surface computed from by a
SurfaceShapes method. |
| SurfaceTriangulatorResult |
The result from a triangulation on the surface of a central body:
a triangle mesh defined using an indexed triangle list and boundary
positions surrounding the mesh.
|
| TorusCoverageGrid |
A torus grid with the origin at the center of the torus.
|
| TriangulatorResult |
The result from triangulation: a triangle mesh defined using an indexed triangle list.
|
| VolumeElementCoverageGridCell<T> |
A three dimensional grid cell that contains the volume and coordinate bounds.
|
| Enum | Description |
|---|---|
| WindingOrder |
Specifies the order for positions or front facing triangles.
|