Click or drag to resize
XDL

NXMilmapToolBox Methods

The NXMilmapToolBox type exposes the following members.

Methods
  Name Description
Public method Code example GetResultGeoPoints 측정에 사용된 위경도 정점 배열을 반환한다.
DistanceMeasurer : 시작점과 끝점
PathMeasurer : 폴리라인을 이루는 정점
AreaMeasurer : 영역을 이루는 정점
CircleMeasurer : 원형 측정 중심(첫번째 정점), 원형 측정 중심과 반지름을 결정하는 정점(두번째 정점)
AngleMeasurer : 각도 측정 줌심(첫번째 정점), 중심을 기준으로 azimuth를 결정하는 정점(두번째 정점)
Public method GetResultStrings 측정 결과 문자열을 반환한다.
DistanceMeasurer, AreaMeasurer, AngleMeasurer : 각 측정모드에 따른 결과 1개
CircleMeasurer : 면적(첫번째 문자열), 두 정점의 거리(반지름, 두번째 문자열)
PathMeasurer : 폴리라인을 이루는 각 선분으로 계산되는 거리
Top
See Also