The following tables list the members exposed by KmlLayer.
Name | Description | |
---|---|---|
KmlLayer Constructor | Initializes a new instance of the KmlLayer class. |
Name | Description | |
---|---|---|
ClientCertificateProperty | Identifies the ClientCertificateProperty dependency property. | |
CredentialsProperty | Identifies the Credentials dependency property. | |
ProjectionServiceProperty | Identifies the ProjectionService dependency property. |
Name | Description | |
---|---|---|
ChildLayers | Gets or sets the child layers. (Inherited from ESRI.ArcGIS.Client.GroupLayerBase) | |
ClientCertificate | Gets or sets the client certificate that is sent to the host and used to authenticate the request. | |
Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
DisableClientCaching | Disables caching an KLM document on the client. | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
DisplayName | Gets or sets the display name. Display name is used in printing and legend control. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Effect | Gets or sets the pixel shader effect to use for rendering this ESRI.ArcGIS.Client.Layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
FullExtent | Overridden. The full extent of the layer | |
Graphics | Gets the graphics from all sublayers of this KML layer. | |
ID | Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer) | |
InitializationFailure | Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer) | |
IsInitialized | Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
MapTip | Gets or sets the MapTip displayed when the mouse hovers on a Graphic in the KmlLayer (or its sub-layers). | |
MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
MinimumResolution | Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Name | Gets the name of the KML document. | |
Opacity | Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer) | |
ProjectionService | Gets or sets the projection service used for projecting geometry in the data source to the map's spatial reference. | |
ProxyUrl | Optional. 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). | |
RefreshInterval | Gets or sets the refresh interval. | |
ShowLegend | Gets or sets a value indicating whether to show legend. (Inherited from ESRI.ArcGIS.Client.Layer) | |
SpatialReference | Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Url | Gets or sets the Url to the KML document. | |
Visible | Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer) | |
VisibleLayers | Gets 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. | |
VisibleTimeExtent | Gets or sets the time extent where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
ClearValue | Overloaded. 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) | |
CoerceValue | Coerces 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) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GenerateVisibilityIDs | Generate the IDs of the folder that are currently visible. | |
GetEnumerator | Gets the enumerator. (Inherited from ESRI.ArcGIS.Client.GroupLayerBase) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Initialize | Overridden. Initializes the resource. | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
QueryLegendInfos | Overridden. Queries for the legend infos of the layer. | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
Refresh | Refreshes the KML layer by downloading and parsing the KML document. | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetSource | Sets the KML stream source. | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) | |
SetVisibilityByIDs | Set the folders visibility from an enumeration of Ids. These Ids are those used by the webmaps. |
Name | Description | |
---|---|---|
Cancel | Stops loading of any pending images (Inherited from ESRI.ArcGIS.Client.GroupLayerBase) | |
OnChildLayersChanged | Called when the ChildLayers property changes. (Inherited from ESRI.ArcGIS.Client.GroupLayer) | |
OnChildLayersCollectionChanged | Called when the ChildLayers's System.Collections.Specialized.INotifyCollectionChanged event fires. (Inherited from ESRI.ArcGIS.Client.GroupLayer) | |
OnChildLayersCollectionClearing | Called when the ESRI.ArcGIS.Client.GroupLayerBase.ChildLayers collection is about to clear its collection. (Inherited from ESRI.ArcGIS.Client.GroupLayer) | |
OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnLoaded | Overridden. Occurs when this layer is rendered. | |
OnMapChanged | Overridden. Override to know when a layer's ESRI.ArcGIS.Client.Map property changes. | |
OnPropertyChanged | Overloaded. Raises the ESRI.ArcGIS.Client.Layer.PropertyChanged event. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnUnloaded | Overridden. Occurs when this layer is no longer connected to the main object tree. |
Name | Description | |
---|---|---|
InitializationFailed | This Event fires when a Layer has been initialized and has encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Initialized | Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer) | |
LegendChanged | Occurs when the legend of the layer changed (e.g. when the renderer changed) (Inherited from ESRI.ArcGIS.Client.GroupLayer) | |
PropertyChanged | Property changed event (Inherited from ESRI.ArcGIS.Client.Layer) |