ExtrudedPolylineTriangulatorComputeSingleConstantAltitudeCartographic Method |
Name | Description | |
---|---|---|
ComputeSingleConstantAltitudeCartographic(CentralBody, IEnumerableCartographic, Double) |
For convenience. Computes an extrusion of positions on the specified
centralBody using Cartographic
positions. One side of the extrusion has a constant altitude
and the other has the original altitudes from positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to
converting each position in positions to
Cartesian and calling
ComputeSingleConstantAltitude(CentralBody, IEnumerableCartesian, Double) | |
ComputeSingleConstantAltitudeCartographic(CentralBody, IEnumerableCartographic, Double, WindingOrder) |
For convenience. Computes an extrusion of positions on the specified
centralBody using Cartographic
positions. One side of the extrusion has a constant altitude
and the other has the original altitudes from positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to
converting each position in positions to
Cartesian and calling
ComputeSingleConstantAltitude(CentralBody, IEnumerableCartesian, Double) |