Click or drag to resize
XDL

NXImageLayerGrid Class

지도 격자 도시를 위한 NXImageView의 레이어 클래스이다.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Pixoneer.NXDL.NXImageNXImageLayer
                Pixoneer.NXDL.NXImageNXImageLayerGrid

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public class NXImageLayerGrid : NXImageLayer

The NXImageLayerGrid type exposes the following members.

Constructors
 NameDescription
Public methodNXImageLayerGrid 
Top
Properties
 NameDescription
Public propertyAutoGrid 지도 격자 자동할당.
화면에 도시되는 영역을 기준으로 지도 격자 및 자릿수를 자동 생성하여 렌더링할 수 있도록 한다.
Public propertyGeoGrid 위경도 지도 격자로 설정.
렌더링 화면의 좌표계가 위경도가 아닌 경우, 내부적으로 계산하여 위경도 지도 격자로 도시할 수 있도록 한다.
Public propertyLayerVisible 레이어의 도시여부를 확인하거나 설정한다.
(Overrides NXImageLayerLayerVisible)
Top
Methods
 NameDescription
Public methodAddProperty 지도 격자 속성을 추가한다.
Public methodResetProperty 지도 격자 속성을 초기화한다.
Public methodSetAutoPropertyHorizontal 자동 할당되는 가로축 지도 격자 속성을 설정한다.
Public methodSetAutoPropertyVertical 자동 할당되는 세로축 지도 격자 속성을 설정한다.
Top
See Also