Main Content

matlab.io.hdfeos.sw.inqIdxMaps

Namespace: matlab.io.hdfeos.sw

Information about swath indexed geolocation mapping

Syntax

[idxMap,idxSize] = inqIdxMaps(swathID)

Description

[idxMap,idxSize] = inqIdxMaps(swathID) retrieves all indexed geolocation/data mappings defined in the swath. idxMap is a cell array with each element consisting of the names of the dimensions of a mapping, separated by a '/'. idxSize contains the size of the index arrays corresponding to each mapping.

This function corresponds to the SWinqidxmaps routine in the HDF-EOS library.

See Also