Click or drag to resize
XDL

XvcMeasurePoint Class

위치(점)을 측정한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NVCXvcObj
    Pixoneer.NXDL.NVCXvcMeasurePoint

Namespace: Pixoneer.NXDL.NVC
Assembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntax
C#
public class XvcMeasurePoint : XvcObj

The XvcMeasurePoint type exposes the following members.

Constructors
 NameDescription
Public methodXvcMeasurePoint XvcMeasurePoint 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXvcMeasurePoint(XvcObj*) XvcMeasurePoint의 새로운 인스턴스를 입력 값(C++ XvcMeasurePoint)을 통해 초기화한다.
Top
Properties
 NameDescription
Public propertyCoordType 위치 측정 결과 문자열을 표시하기 위한 좌표계 타입을 가져오거나 설정한다.
Public propertyDisplayUserCalcCoord 수동으로 설정한 위치 측정값 표시 여부를 가져오거나 설정한다.
Public propertyFontName 위치 측정 결과 문자열의 글꼴 이름을 가져오거나 설정한다.
Public propertyFontSize 위치 측정 결과 문자열의 글꼴 크기를 가져오거나 설정한다.
Public propertyPointSize 점 크기를 가져오거나 설정한다.
Public propertyPointType 점 형식을 가져오거나 설정한다.
Public propertyShowText 위치 측정 결과를 도시할지 여부를 확인하거나 설정한다.
Top
Methods
 NameDescription
Public methodGetUserCalcCoord 수동으로 설정한 위치 측정값을 가져온다.
Public methodGetVertex 위치 점을 가져온다.
Public methodSetSR 지리 참조 좌표계를 설정한다.
Public methodSetUserCalcCoord 표시할 위치 측정값을 수동으로 설정한다(degree 단위의 위경도 좌표를 입력한다).
Public methodSetVertex 측정하려는 위치를 설정한다.
Top
See Also