C# 클래스 Gbdx.CatalogTokenRefresh

상속: ESRI.ArcGIS.Desktop.AddIns.Button
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

공개 메소드들

메소드 설명
CatalogTokenRefresh ( ) : System

보호된 메소드들

메소드 설명
OnClick ( ) : void
OnUpdate ( ) : void

비공개 메소드들

메소드 설명
CheckLayers ( IMap map ) : List>.Dictionary

Sort through the layers and find which ones came from adding Idaho IDs to the map.

CheckSubLayers ( ICompositeLayer layer ) : List

Check for sub layers that have a idaho id for a layer name

CreateWmsMapLayer ( string id, int attempt ) : WMSMapLayerClass
GetLayers ( ) : List
GetToken ( ) : void

Get GBDX Authentication Token to be used in refreshing the WMS layers

RefreshLayer ( string catId, List idahoIds, bool &unRecoverableError ) : IGroupLayer
RemoveLayer ( string layerName ) : void

Search for and delete provided layer.

SublayerVisibleOn ( ILayer layer ) : void

Recursively iterate through the layers and turn their visbility to true

UpdateToken ( ) : void
UpdateTokens ( IMap map ) : void

메소드 상세

CatalogTokenRefresh() 공개 메소드

public CatalogTokenRefresh ( ) : System
리턴 System

OnClick() 보호된 메소드

protected OnClick ( ) : void
리턴 void

OnUpdate() 보호된 메소드

protected OnUpdate ( ) : void
리턴 void