Sensor.GetFootprintPoints(CelestialObject, Array, Array) Method

Top 

Description

Return the longitude and latitude points of the Sensor footprint mapped onto the surface of the specified CelestialObject.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Sensor.GetFootprintPoints(

CelestialObject celestialObject,


Array longitudePoints,


Array latitudePoints)

 

 

Arguments

celestialObject


Description:

CelestialObject used to map footprint onto

 

 

longitudePoints


Description:

Longitude points of the Footprint.

 

 

latitudePoints


Description:

Latitude points of the footprint.

 

 

 

Return Value

Type:

number

 

 

Returns the number of longitude and latitude points populated into the longitudePoints and latitudePoints arrays.

 

Syntax

myVariable1 = mySensor1.GetFootprintPoints(myCelestialObject1, myArray1, myArray2);

 

 

See also

Sensor Object

Sensor.GetFootprintPoints

Coverage and Contact Analysis Guide

Sensors Guide