Click or drag to resize
XDL

NXMapEngine Class

MapView에 대한 정정 객체인 엔진을 나타낸다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXMapNXMapEngine

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public class NXMapEngine : IDisposable

The NXMapEngine type exposes the following members.

Constructors
  NameDescription
Public methodNXMapEngine
NXMapEngine 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Top
Methods
  NameDescription
Public methodAddMapView
정적 NXMapEngine 객체에 NXMapView 객체를 추가한다.
Public methodDestoryView
NXMapView 클래스 인스턴스를 나타내는 특정 객체를 소멸시킨다.
Public methodPreTranslateMessage
윈도우 메시지를 보내기 전에 맵 엔진에서 메시지를 처리하기 위해 사용된다.
Top
Remarks

NXMapEngine 인스턴스는 사용자가 생성하는 것이 아니고, NXMapView가 어플리케이션에서 최초 생성될 때 자동 생성된다. 이 클래스는 NXMapView 인스턴스를 추가하여 하나의 RenderTarget을 이용해 여러개의 NXMapView가 렌더링되게 한다.

See Also