Click or drag to resize
XDL

NXMapLayerFeatureDisplay Class

피쳐(feature) 객체를 도시할 수 있는 컨트롤을 나타낸다.
Inheritance Hierarchy

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

The NXMapLayerFeatureDisplay type exposes the following members.

Constructors
  NameDescription
Public methodNXMapLayerFeatureDisplay
NXMapLayerFeatureDisplay 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Top
Properties
  NameDescription
Public propertyLayerVisible
레이어의 도시여부를 확인하거나 설정한다.
(Overrides NXMapLayerLayerVisible.)
Top
Methods
  NameDescription
Public methodHitTest
특정 위치에서의 객체 hit-testing을 수행한다.
Public methodSetDataSource
피쳐 객체를 갖는 데이터 소스(XftDataSource)를 설정한다.
Top
Events
  NameDescription
Public eventOnHitObj
마우스로 클릭하여 이 레이어의 feature가 선택되면 발생한다.
Public eventOnPreTranslateMessage
윈도우 메시지가 처리되면 발생한다.
Top
See Also