C# 클래스 csCommon.Plugins.MgrsGrid.MgrsEsriLayer

상속: DynamicLayer, ISupportsDynamicImageByteRequests
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
Convert ( System.Windows.Media.Imaging.BitmapSource pBS ) : BitmapImage
GenerateImage ( FrameworkElement pFE, int pWidth, int pHeight ) : BitmapImage
GenerateImage1 ( int pWidth, int pHeight, double pDpi, Action pRender ) : System.Windows.Media.Imaging.BitmapSource
MgrsEsriLayer ( MgrsConfig pCfg ) : csShared

Initializes a new instance of the HeatMapLayer class.

보호된 메소드들

메소드 설명
GetSource ( DynamicLayer properties, DynamicLayer onComplete ) : void

Gets the source image to display in the dynamic layer. Override this to generate or modify images.

비공개 메소드들

메소드 설명
ISupportsDynamicImageByteRequests ( DynamicLayer properties, OnImageDataReceived onImageDataReceived ) : void

메소드 상세

Convert() 공개 정적인 메소드

public static Convert ( System.Windows.Media.Imaging.BitmapSource pBS ) : BitmapImage
pBS System.Windows.Media.Imaging.BitmapSource
리턴 System.Windows.Media.Imaging.BitmapImage

GenerateImage() 공개 정적인 메소드

public static GenerateImage ( FrameworkElement pFE, int pWidth, int pHeight ) : BitmapImage
pFE System.Windows.FrameworkElement
pWidth int
pHeight int
리턴 System.Windows.Media.Imaging.BitmapImage

GenerateImage1() 공개 정적인 메소드

public static GenerateImage1 ( int pWidth, int pHeight, double pDpi, Action pRender ) : System.Windows.Media.Imaging.BitmapSource
pWidth int
pHeight int
pDpi double
pRender Action
리턴 System.Windows.Media.Imaging.BitmapSource

GetSource() 보호된 메소드

Gets the source image to display in the dynamic layer. Override this to generate or modify images.
protected GetSource ( DynamicLayer properties, DynamicLayer onComplete ) : void
properties DynamicLayer The image export properties.
onComplete DynamicLayer The method to call when the image is ready.
리턴 void

MgrsEsriLayer() 공개 메소드

Initializes a new instance of the HeatMapLayer class.
public MgrsEsriLayer ( MgrsConfig pCfg ) : csShared
pCfg MgrsConfig
리턴 csShared