Query Data Member Function

Returns information about the ImageMapEntry at the specified index.

Prototype

int32 Query( int32 p_nIndex, Float64Array p_adCoords, Str p_sFile )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexAn <int32> representing the index of the ImageMapEntry object to query.
<Float64Array>p_adCoordsA pointer to a <Float64Array> that stores the coordinates of the GEOTIFF visual imagery file at the index to query.
<Str>p_sFileA string that will contain the filename of the GEOTIFF visual imagery file represented by this object.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.