Main Content

matlab.io.hdfeos.sw

HDF-EOS swath ファイルへの低水準アクセス

説明

これらの MATLAB® 関数を使用するには、HDF-EOS ライブラリ C インターフェイスに関する知識が必要です。ほとんどの場合、MATLAB 関数の構文は、対応する HDF-EOS ライブラリ関数の構文と類似しています。関数は、名前空間 matlab.io.hdfeos.sw として実装されています。この名前空間を使用するには、関数名の前に名前空間のパスを指定するか、関数を呼び出す前に、インポート関数を使用して現在のインポート リストに名前空間を追加します。たとえば、次のようにします。

import matlab.io.hdfeos.*
fileId = sw.open(filename);

アクセス

matlab.io.hdfeos.sw.attachAttach to swath data set
matlab.io.hdfeos.sw.closeClose swath file
matlab.io.hdfeos.sw.createCreate new swath structure
matlab.io.hdfeos.sw.detachDetach from swath
matlab.io.hdfeos.sw.openOpen swath file

定義

matlab.io.hdfeos.sw.defCompSet grid field compression
matlab.io.hdfeos.sw.defDataFieldDefine new data field within swath
matlab.io.hdfeos.sw.defDimDefine new dimension within swath
matlab.io.hdfeos.sw.defDimMapDefine mapping between geolocation and data dimensions
matlab.io.hdfeos.sw.defGeoFieldDefine new data field within swath

基本 I/O

matlab.io.hdfeos.sw.getFillValueFill value for specified field
matlab.io.hdfeos.sw.readAttrRead swath attribute
matlab.io.hdfeos.sw.readFieldRead data from swath field
matlab.io.hdfeos.sw.setFillValueSet fill value for the specified field
matlab.io.hdfeos.sw.writeAttrWrite swath attribute
matlab.io.hdfeos.sw.writeFieldWrite data to swath field

問い合わせ

matlab.io.hdfeos.sw.compInfoCompression information for field
matlab.io.hdfeos.sw.dimInfoSize of dimension
matlab.io.hdfeos.sw.fieldInfoInformation about swath field
matlab.io.hdfeos.sw.geoMapInfoType of dimension mapping for named dimension
matlab.io.hdfeos.sw.idxMapInfoIndexed array of geolocation mapping
matlab.io.hdfeos.sw.inqAttrsNames of swath attributes
matlab.io.hdfeos.sw.inqDataFieldsInformation about geolocation fields
matlab.io.hdfeos.sw.inqDimsInformation about dimensions defined in swath
matlab.io.hdfeos.sw.inqGeoFieldsInformation about geolocation fields
matlab.io.hdfeos.sw.inqIdxMapsInformation about swath indexed geolocation mapping
matlab.io.hdfeos.sw.inqMapsInformation about swath geolocation relations
matlab.io.hdfeos.sw.inqSwathNames of swaths in file
matlab.io.hdfeos.sw.mapInfoOffset and increment of specific geolocation mapping
matlab.io.hdfeos.sw.nEntriesNumber of entries for specific type

サブセット化

matlab.io.hdfeos.sw.defBoxRegionDefine latitude-longitude region for swath
matlab.io.hdfeos.sw.defTimePeriodDefine time period of interest
matlab.io.hdfeos.sw.defVrtRegionSubset on monotonic field or dimension
matlab.io.hdfeos.sw.extractPeriodRead data from subsetted time period
matlab.io.hdfeos.sw.extractRegionRead subsetted region
matlab.io.hdfeos.sw.periodInfoInformation about subsetted period
matlab.io.hdfeos.sw.regionInfoInformation about subsetted region