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


The following tables list the members exposed by KmlLayer.

Public Constructors

 NameDescription
public ConstructorKmlLayer ConstructorInitializes a new instance of the KmlLayer class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)ClientCertificatePropertyIdentifies the ClientCertificateProperty dependency property.  
public Fieldstatic (Shared in Visual Basic)CredentialsPropertyIdentifies the Credentials dependency property.  
public Fieldstatic (Shared in Visual Basic)ProjectionServicePropertyIdentifies the ProjectionService dependency property.  
Top

Public Properties

 NameDescription
public PropertyChildLayersGets or sets the child layers. (Inherited from ESRI.ArcGIS.Client.GroupLayerBase)
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 PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
public PropertyDisableClientCachingDisables caching an KLM document on the client.  
public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyDisplayNameGets or sets the display name. Display name is used in printing and legend control. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyEffectGets or sets the pixel shader effect to use for rendering this ESRI.ArcGIS.Client.Layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyFullExtentOverridden. The full extent of the layer  
public PropertyGraphicsGets the graphics from all sublayers of this KML layer.  
public PropertyIDGets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyInitializationFailureGets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsInitializedReturns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
public PropertyMapTipGets or sets the MapTip displayed when the mouse hovers on a Graphic in the KmlLayer (or its sub-layers).  
public PropertyMaximumResolutionGets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMinimumResolutionGets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyNameGets the name of the KML document.  
public PropertyOpacityGets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyProjectionServiceGets or sets the projection service used for projecting geometry in the data source to the map's spatial reference.  
public PropertyProxyUrlOptional. Gets or sets the URL to a proxy service that brokers Web requests between the client application and a KML file. Use a proxy service when the KML file is not hosted on a site that provides a cross domain policy file (clientaccesspolicy.xml or crossdomain.xml).  
public PropertyRefreshIntervalGets or sets the refresh interval.  
public PropertyShowLegendGets or sets a value indicating whether to show legend. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertySpatialReferenceGets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyUrlGets or sets the Url to the KML document.  
public PropertyVisibleGets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyVisibleLayersGets or sets the names of the KML sublayers that have to be initialized as visible. If this property is not set, the visibility defined in the KML document is used.  
public PropertyVisibleTimeExtentGets or sets the time extent where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodEquals (Inherited from System.Windows.DependencyObject)
public MethodGenerateVisibilityIDsGenerate the IDs of the folder that are currently visible.  
public MethodGetEnumeratorGets the enumerator. (Inherited from ESRI.ArcGIS.Client.GroupLayerBase)
public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodInitializeOverridden. Initializes the resource.  
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodQueryLegendInfosOverridden. Queries for the legend infos of the layer.  
public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
public MethodRefreshRefreshes the KML layer by downloading and parsing the KML document.  
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetSourceSets the KML stream source.  
public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
public MethodSetVisibilityByIDsSet the folders visibility from an enumeration of Ids. These Ids are those used by the webmaps.  
Top

Protected Methods

 NameDescription
protected MethodCancelStops loading of any pending images (Inherited from ESRI.ArcGIS.Client.GroupLayerBase)
protected MethodOnChildLayersChangedCalled when the ChildLayers property changes. (Inherited from ESRI.ArcGIS.Client.GroupLayer)
protected MethodOnChildLayersCollectionChangedCalled when the ChildLayers's System.Collections.Specialized.INotifyCollectionChanged event fires. (Inherited from ESRI.ArcGIS.Client.GroupLayer)
protected MethodOnChildLayersCollectionClearingCalled when the ESRI.ArcGIS.Client.GroupLayerBase.ChildLayers collection is about to clear its collection. (Inherited from ESRI.ArcGIS.Client.GroupLayer)
protected MethodOnLayerChangedNotifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnLoadedOverridden. Occurs when this layer is rendered.  
protected MethodOnMapChangedOverridden. Override to know when a layer's ESRI.ArcGIS.Client.Map property changes.  
protected MethodOnPropertyChangedOverloaded. Raises the ESRI.ArcGIS.Client.Layer.PropertyChanged event. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnUnloadedOverridden. Occurs when this layer is no longer connected to the main object tree.  
Top

Public Events

 NameDescription
public EventInitializationFailedThis Event fires when a Layer has been initialized and has encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer)
public EventInitializedRaised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer)
public EventLegendChangedOccurs when the legend of the layer changed (e.g. when the renderer changed) (Inherited from ESRI.ArcGIS.Client.GroupLayer)
public EventPropertyChangedProperty changed event (Inherited from ESRI.ArcGIS.Client.Layer)
Top

See Also

© ESRI, Inc. All Rights Reserved.