ArcGIS Runtime SDK for WPF - Library Reference
Document Class Members
See Also  Fields  Properties  Methods  Events
ESRI.ArcGIS.Client.WebMap Namespace : Document Class


The following tables list the members exposed by Document.

Public Constructors

 NameDescription
public ConstructorDocument ConstructorInitializes a new instance of the Document class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)IsBaseMapPropertyIndicates whether the layer is a base map layer in the web map document.  
public Fieldstatic (Shared in Visual Basic)LayerUrlsPropertyThe dictionary of layer URL's used for all queries against each layer, which includes popups, attribute queiries, etc.  
public Fieldstatic (Shared in Visual Basic)PopupTemplatePropertyThe popup DataTemplate for a GraphicsLayer.  
public Fieldstatic (Shared in Visual Basic)PopupTemplatesPropertyThe popup DataTemplate for map service layers.  
public Fieldstatic (Shared in Visual Basic)WebMapDataPropertyThe data associated with the layer in the web map document.  
Top

Public Properties

 NameDescription
public PropertyBingTokenThe token for being used by Bing Maps. If this is not set, Bing maps layers will not load until the token has been set.  
public PropertyClientCertificateGets or sets the client certificate that is sent to the host and used to authenticate the request.  
public PropertyCredentialsGets or sets the network credentials that are sent to the host and used to authenticate the request.  
public PropertyGeometryServiceUrlGets or sets the geometry service URL.  
public PropertyProxyUrlURL to proxy the requests through when necessary. If this is not set, layers that require a proxy will not be loaded.  
public PropertyServerBaseUrlGets or sets the server base URL from where items can be loaded.  
public PropertyTokenGets or sets the token. If this property is not set, non-public documents will not be loaded.  
Top

Public Methods

 NameDescription
public Methodstatic (Shared in Visual Basic)GetIsBaseMapGets the IsBaseMap property.  
public MethodGetItemAsyncGets map item metadata.  
public MethodGetMapAsyncOverloaded. Creates a map from ArcGIS Online based on its Item ID.  
public MethodGetMapFromJsonAsyncCreates a map from a JSON Web Map Document.  
public MethodGetMapFromJsonTaskAsyncCreates a map from a JSON Web Map Document.  
public MethodGetMapTaskAsyncOverloaded. Creates a map from ArcGIS Online based on its Item ID.  
public Methodstatic (Shared in Visual Basic)SetIsBaseMapSets the IsBaseMap property.  
Top

Public Events

 NameDescription
public EventGetItemCompletedFired when the GetItemAsync completes.  
public EventGetMapCompletedFired when the GetMapAsync(String,Object) completes.  
Top

See Also

© ESRI, Inc. All Rights Reserved.