For convenience. Computes boundary positions for a circle on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Circle.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsSurfaceShapesResult ComputeCircleCartographic( string CentralBody, System.Array Center, double Radius ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeCircleCartographic( String __gc ^ CentralBody, System::Array ^ Center, double Radius ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsSurfaceShapesResult computeCircleCartographic( String CentralBody, AgSafeArray Center, double Radius ); |
[Python - STK API ] |
|---|
def ComputeCircleCartographic(self, CentralBody:str, Center:list, Radius:float) -> "IAgStkGraphicsSurfaceShapesResult": |
- 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.
Shows the format of the Center parameter when computing a circle with a cartographic position.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Center parameter when computing a circle with a cartographic position.
| [Visual Basic .NET] | ||
|---|---|---|
| ||






