C# 클래스 MyDynamicLayer.MyDynamicLayerClass

상속: ESRI.ArcGIS.ADF.BaseClasses.BaseDynamicLayer
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
AddItem ( DataRow row ) : void
Connect ( ) : void
Disconnect ( ) : void
DrawDynamicLayer ( ESRI DynamicDrawPhase, ESRI Display, ESRI DynamicDisplay ) : void

The dynamic layer draw method

MyDynamicLayerClass ( ) : System
NewItem ( ) : DataRow

비공개 메소드들

메소드 설명
CreateDynamicSymbols ( IDynamicGlyphFactory2 pDynamicGlyphFactory ) : void

create the layer's glyphs used to set the symbol of the dynamic-layer items

GetLayerExtent ( ) : void

Calculates the layer extent

IntializeLayerData ( IDisplayTransformation displayTransformation ) : void

Initialize the synthetic data of the layer

OnLayerUpdateEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void

timer elapsed event handler, used to update the layer

This layer has synthetic data, and therefore need the timer in order to update the layers' items.

메소드 상세

AddItem() 공개 메소드

public AddItem ( DataRow row ) : void
row System.Data.DataRow
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

DrawDynamicLayer() 공개 메소드

The dynamic layer draw method
public DrawDynamicLayer ( ESRI DynamicDrawPhase, ESRI Display, ESRI DynamicDisplay ) : void
DynamicDrawPhase ESRI the current drawphase of the dynamic drawing
Display ESRI the ActiveView's display
DynamicDisplay ESRI the ActiveView's dynamic display
리턴 void

MyDynamicLayerClass() 공개 메소드

public MyDynamicLayerClass ( ) : System
리턴 System

NewItem() 공개 메소드

public NewItem ( ) : DataRow
리턴 System.Data.DataRow