|
MilmapScaleFDBCellDepth Property
|
Shape 파일 데이터를 담는 Cell 구조 깊이. 기본값은 0.
- 0 : 지정한 파일 경로에서 shape 파일 검사
- 1 : 한반도(E124, N32) ~(E132, N44) 영역을 1도씩 나누어 총 49개의 Cell 폴더 이름을 지정하여 검색
- 2 : CellDepth 1의 Cell 폴더를 가로방향으로 4, 세로방향으로 4개(0.25도)로 나누어 SubCell폴더를 지정하고 shape 파일을 검색(기본값 : 4x4)
SubCell개수는 SubCellNumber로 설정 가능
Namespace: Pixoneer.NXDL.NXMilmapAssembly: NXMilmap (in NXMilmap.dll) Version: 3.0.0.0
Syntaxpublic int CellDepth { get; set; }
Property Value
Int32
See Also