Click or drag to resize
XDL

XSpatialReferenceIsGeographic Method

this객체가 Geographic 좌표 시스템인지 여부를 확인한다.

Namespace:  Pixoneer.NXDL.NCC
Assembly:  NXDLcc (in NXDLcc.dll) Version: 1.2.817.72
Syntax
C#
public bool IsGeographic()

Return Value

Type: Boolean
Geographic 좌표 시스템이면 true, 아니면 false를 리턴.
See Also