SiteWaypoint#

class ansys.stk.core.stkobjects.aviator.SiteWaypoint#

Bases: ISite

Class defining a waypoint site.

Overview#

get_as_site

Get the site interface.

latitude

Get or set the waypoint latitude.

longitude

Get or set the waypoint longitude.

Import detail#

from ansys.stk.core.stkobjects.aviator import SiteWaypoint

Property detail#

property SiteWaypoint.latitude: Any#

Get or set the waypoint latitude.

property SiteWaypoint.longitude: Any#

Get or set the waypoint longitude.

Method detail#

SiteWaypoint.get_as_site(self) ISite#

Get the site interface.

Returns:

ISite