The following tables list the members exposed by Layer.
Name | Description | |
---|---|---|
DisplayNameProperty | Identifies the DisplayName dependency property | |
EffectProperty | Identifies the Effect dependency property. | |
IDProperty | Identifies the ID dependency property | |
MaximumResolutionProperty | Identifies the MaximumResolution dependency property | |
MinimumResolutionProperty | Identifies the MinimumResolution dependency property | |
OpacityProperty | Identifies the Opacity dependency property | |
ShowLegendProperty | Identifies the ShowLegend dependency property | |
VisibleProperty | Identifies the Visible dependency property | |
VisibleTimeExtentProperty | Identifies the VisibleTimeExtent dependency property. |
Name | Description | |
---|---|---|
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DisplayName | Gets or sets the display name. Display name is used in printing and legend control. | |
Effect | Gets or sets the pixel shader effect to use for rendering this Layer. | |
FullExtent | The full extent of the layer | |
ID | Gets or sets the layer ID | |
InitializationFailure | Gets or sets the initialization failure if the initialization failed. | |
IsInitialized | Returns true if the layer has been initialized. | |
MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. | |
MinimumResolution | Gets or sets the minimum resolution (map units per pixel) where this layer is visible. | |
Opacity | Gets or sets the layer opacity | |
ShowLegend | Gets or sets a value indicating whether to show legend. | |
SpatialReference | Gets the default spatial reference of the layer. | |
Visible | Gets or sets the visibility of the layer | |
VisibleTimeExtent | Gets or sets the time extent where this layer is visible. |
Name | Description | |
---|---|---|
ClearValue | (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
Initialize | Initializes the resource. | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
ToBitmap | Renders the layer to a System.Windows.Media.Imaging.WriteableBitmap. |
Name | Description | |
---|---|---|
Cancel | Stops loading of any pending images | |
OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. | |
OnMapChanged | Override to know when a layer's Layer.Map property changes. | |
OnPropertyChanged | Raises the PropertyChanged event. |
Name | Description | |
---|---|---|
InitializationFailed | This Event fires when a Layer has been initialized and has encountered a problem. | |
Initialized | Raised when the layer has been initialized | |
PropertyChanged | Property changed event |