VehicleImpactLocationDetic ========================== .. py:class:: ansys.stk.core.stkobjects.VehicleImpactLocationDetic Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleImpact` Class defining geodetic impact latitude, longitude and altitude for a Missile. .. py:currentmodule:: VehicleImpactLocationDetic Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleImpactLocationDetic.latitude` - Geodetic impact latitude. Uses Latitude Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleImpactLocationDetic.longitude` - Geodetic impact longitude. Uses Longitude Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleImpactLocationDetic.altitude` - Geodetic impact altitude. Uses Distance Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleImpactLocationDetic Property detail --------------- .. py:property:: latitude :canonical: ansys.stk.core.stkobjects.VehicleImpactLocationDetic.latitude :type: float Geodetic impact latitude. Uses Latitude Dimension. .. py:property:: longitude :canonical: ansys.stk.core.stkobjects.VehicleImpactLocationDetic.longitude :type: float Geodetic impact longitude. Uses Longitude Dimension. .. py:property:: altitude :canonical: ansys.stk.core.stkobjects.VehicleImpactLocationDetic.altitude :type: float Geodetic impact altitude. Uses Distance Dimension.