주요 콘텐츠

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

matlab.io.hdfeos.sw

HDF-EOS 주사(Swath) 파일에 대한 로우 레벨 액세스(Low-level Access)

설명

이 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