 | XSpatialReferenceSetUTM Method |
this객체에 대하여 입력된 Zone 및 North정보를 이용하여 UTM 좌표계를 설정한다.
Namespace:
Pixoneer.NXDL.NCC
Assembly:
NXDLcc (in NXDLcc.dll) Version: 1.2.817.72
Syntaxpublic eCCErr SetUTM(
int Zone,
bool bNorth
)
Parameters
- Zone
- Type: SystemInt32
[In] UTM zone - bNorth
- Type: SystemBoolean
[In] 선정하는 영역이 북반구이면 true, 남반구이면 false를 입력.
Return Value
Type:
eCCErr 에러 코드.
See Also