C# Class Gbdx.GbdxHelper

The gbdx cloud helper.
Mostrar archivo Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
AddIdahoWms ( List idahoIds, string groupLayerName, string token ) : void
AddIdahoWms ( string idahoId, string groupLayerName, string token ) : void

Private Methods

Method Description
GetAuthenticationEndpoint ( GbdxSettings userSettings ) : string

Manages which authentication endpoint gets returned based on user settings

GetEndpointBase ( GbdxSettings userSettings ) : string

Manages which base url gets returned based on user settings.

SublayerVisibleOn ( ILayer layer ) : void

Recursively iterate through the layers and turn their visbility to true

Method Details

AddIdahoWms() public static method

public static AddIdahoWms ( List idahoIds, string groupLayerName, string token ) : void
idahoIds List
groupLayerName string
token string
return void

AddIdahoWms() public static method

public static AddIdahoWms ( string idahoId, string groupLayerName, string token ) : void
idahoId string
groupLayerName string
token string
return void