이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
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.attach | Attach to swath data set |
matlab.io.hdfeos.sw.close | Close swath file |
matlab.io.hdfeos.sw.create | Create new swath structure |
matlab.io.hdfeos.sw.detach | Detach from swath |
matlab.io.hdfeos.sw.open | Open swath file |
정의
matlab.io.hdfeos.sw.defComp | Set grid field compression |
matlab.io.hdfeos.sw.defDataField | Define new data field within swath |
matlab.io.hdfeos.sw.defDim | Define new dimension within swath |
matlab.io.hdfeos.sw.defDimMap | Define mapping between geolocation and data dimensions |
matlab.io.hdfeos.sw.defGeoField | Define new data field within swath |
기본 I/O
matlab.io.hdfeos.sw.getFillValue | Fill value for specified field |
matlab.io.hdfeos.sw.readAttr | Read swath attribute |
matlab.io.hdfeos.sw.readField | Read data from swath field |
matlab.io.hdfeos.sw.setFillValue | Set fill value for the specified field |
matlab.io.hdfeos.sw.writeAttr | Write swath attribute |
matlab.io.hdfeos.sw.writeField | Write data to swath field |
조회
matlab.io.hdfeos.sw.compInfo | Compression information for field |
matlab.io.hdfeos.sw.dimInfo | Size of dimension |
matlab.io.hdfeos.sw.fieldInfo | Information about swath field |
matlab.io.hdfeos.sw.geoMapInfo | Type of dimension mapping for named dimension |
matlab.io.hdfeos.sw.idxMapInfo | Indexed array of geolocation mapping |
matlab.io.hdfeos.sw.inqAttrs | Names of swath attributes |
matlab.io.hdfeos.sw.inqDataFields | Information about geolocation fields |
matlab.io.hdfeos.sw.inqDims | Information about dimensions defined in swath |
matlab.io.hdfeos.sw.inqGeoFields | Information about geolocation fields |
matlab.io.hdfeos.sw.inqIdxMaps | Information about swath indexed geolocation mapping |
matlab.io.hdfeos.sw.inqMaps | Information about swath geolocation relations |
matlab.io.hdfeos.sw.inqSwath | Names of swaths in file |
matlab.io.hdfeos.sw.mapInfo | Offset and increment of specific geolocation mapping |
matlab.io.hdfeos.sw.nEntries | Number of entries for specific type |
서브셋 설정
matlab.io.hdfeos.sw.defBoxRegion | Define latitude-longitude region for swath |
matlab.io.hdfeos.sw.defTimePeriod | Define time period of interest |
matlab.io.hdfeos.sw.defVrtRegion | Subset on monotonic field or dimension |
matlab.io.hdfeos.sw.extractPeriod | Read data from subsetted time period |
matlab.io.hdfeos.sw.extractRegion | Read subsetted region |
matlab.io.hdfeos.sw.periodInfo | Information about subsetted period |
matlab.io.hdfeos.sw.regionInfo | Information about subsetted region |