ArcGIS API for Windows Phone - Library Reference
KmlLayer Class Members
See Also  Properties  Methods  Events Send comments on this topic
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 Properties

 NameDescription
public PropertyClusterer Gets or sets the clusterer that is applied to the features. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public PropertyCredentials Gets or sets the network credentials that are sent to the host and used to authenticate the request.  
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyFullExtent The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyGraphics Gets or sets the graphics collection. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public PropertyGraphicsSourceGets or sets a collection used to contain the graphics of the ESRI.ArcGIS.Client.GraphicsLayer. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public PropertyID Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyInitializationFailure Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsHitTestVisibleGets or sets whether the contained area of this ESRI.ArcGIS.Client.GraphicsLayer can return true values for hit testing. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public PropertyIsInitialized Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMaximumResolution Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMinimumResolution Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyOpacity Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyProxyUrl Optional. Gets or sets the URL to a proxy service that brokers Web requests between the Silverlight client 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 PropertyRenderer Gets or sets the renderer used for generating symbols. If a renderer is specified, any symbol set on the graphic will be ignored. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public PropertyRendererTakesPrecedenceIf false, the graphic symbol takes precedence over the renderer. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public PropertySelectedGraphics The list of selected graphics. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public PropertySelectionCount The selection count (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public PropertySpatialReference Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyUrl Gets or sets the Url to the KML document.  
public PropertyVisible Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Methods

 NameDescription
public MethodClearGraphics Clears the graphics. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodFindGraphicsInHostCoordinatesOverloaded. Retrieves a set of ESRI.ArcGIS.Client.GraphicsLayer.Graphics that are located within a specified System.Windows.Point of the applications coordinate space. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetEnumerator Returns an enumerator that iterates through the collection. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInitializeOverridden.  Initializes the resource.  
public MethodQueryLegendInfos Queries for the legend infos of the layer. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodRefresh Forces a full redraw of all graphic features. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public MethodSetSource Sets the KML stream source.  
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodToBitmapRenders the layer to a System.Windows.Media.Imaging.WriteableBitmap. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Protected Methods

 NameDescription
protected MethodCancel Stops loading of any pending images (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnGraphicsSourceChangedOverridden.  Called when the GraphicsSource property changes.  
protected MethodOnLayerChanged Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnLegendChanged Called when the legend changes. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
protected MethodOnMapChangedOverride to know when a layer's ESRI.ArcGIS.Client.Layer.Map property changes. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnPropertyChanged (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Events

 NameDescription
public EventInitializationFailed Raised when the layer has been initialized and encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer)
public EventInitialized Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer)
public EventLegendChanged Occurs when the legend of the layer changed (e.g. when the renderer changed) (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseEnterOccurs when the mouse (or a stylus) enters the bounding area of a System.Windows.UIElement. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseLeaveOccurs when the mouse (or the stylus) leaves the bounding area of a System.Windows.UIElement. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseLeftButtonDownOccurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet PC) while the mouse pointer is over a ESRI.ArcGIS.Client.Graphic. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseLeftButtonUpOccurs when the left mouse button is released (or the tip of the stylus is removed from the tablet PC) while the mouse (or the stylus) is over a ESRI.ArcGIS.Client.Graphic. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseMoveOccurs when the coordinate position of the mouse (or stylus) changes while over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture). (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventPropertyChanged Property changed event (Inherited from ESRI.ArcGIS.Client.Layer)
Top

See Also

© ESRI, Inc. All Rights Reserved.