For convenience. Computes boundary positions
for a circle on the specified centralBody using a Cartographic
center. Longitude and latitude are in radians, and altitude is in
meters. This is equivalent to converting center to Cartesian and
calling Compute
Circle
[Visual Basic .NET] |
---|
Public Function ComputeCircleCartographic( _
ByVal CentralBody As String, _
ByRef Center As System.Array, _
ByVal Radius As Double _
) As IAgStkGraphicsSurfaceShapesResult
|
[C#] |
---|
public IAgStkGraphicsSurfaceShapesResult ComputeCircleCartographic(
|
[Managed C++] |
---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeCircleCartographic(
|
[Java] |
---|
public IAgStkGraphicsSurfaceShapesResult computeCircleCartographic(
|
[Unmanaged C++] |
---|
public: HRESULT ComputeCircleCartographic(
|
- CentralBody
- The central body to compute the circle on.
- Center
- An array containing the center of the circle, in the order latitude, longitude, altitude.
- Radius
- The radius of the circle, in meters.
Shows the format of
the Center parameter when computing a circle with a cartographic
position.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Center parameter when computing a circle with a cartographic
position.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|