STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsSurfaceShapesInitializer Interface

Description

Computes boundary positions for shapes on the surface such as circles, ellipses, and sectors.

Public Methods

Public Method ComputeCircleComputes boundary positions for a circle on the specified centralBody with the specified center and radius. This is equivalent to calling Compute Circle with a granularity of 1 degree.
Public Method ComputeCircleCartographicFor 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.
Public Method ComputeCircleCartographicWithGranularityFor 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.
Public Method ComputeCircleWithGranularityComputes boundary positions for a circle on the specified centralBody with the specified center, radius and granularity.
Public Method ComputeEllipseComputes boundary positions for an ellipse on the specified centralBody. This is equivalent to calling Compute Ellipse with a granularity of 1 degree.
Public Method ComputeEllipseCartographicFor convenience. Computes boundary positions for an ellipse on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Ellipse.
Public Method ComputeEllipseCartographicWithGranularityFor convenience. Computes boundary positions for an ellipse on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Ellipse.
Public Method ComputeEllipseWithGranularityComputes boundary positions for an ellipse on the specified centralBody.
Public Method ComputeSectorComputes boundary positions for a sector on the specified centralBody. This is equivalent to calling Compute Sector with a granularity of 1 degree.
Public Method ComputeSectorCartographicFor convenience. Computes boundary positions for a sector on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Sector.
Public Method ComputeSectorCartographicWithGranularityFor convenience. Computes boundary positions for a sector on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Sector.
Public Method ComputeSectorWithGranularityComputes boundary positions for a sector on the specified centralBody.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.