The following tables list the members exposed by MapLayer.
Name | Description | |
---|---|---|
![]() | FullExtent | Gets the MapLayer full extent. |
![]() | InitialExtent | Gets the MapLayer initial extent. |
![]() | Map | Gets the Map that owns the MapLayer |
![]() | MaxScale | The maximum scale this Maplayer will render at. |
![]() | MinScale | The minimum scale this Maplayer will render at. |
![]() | Name | Gets or sets the MapLayer name. |
![]() | Opacity | The value of the Opacity property is expressed as a value between 0.0 and 1.0. The default value is 1.0. |
![]() | SpatialReference | Gets the data source's spatial reference. |
![]() | SupportPartialRedraw | Indicates if the MapLayer supports partial redraw. This property is consumed by the Map. |
![]() | Visible | Gets or sets the visibility flag for the MapLayer. |
Name | Description | |
---|---|---|
![]() | InScaleRange | Returns true if the MapLayer is visible at the specified scale. |
![]() | ToString | Overridden. Returns the name of the MapLayer in Map control. |
Name | Description | |
---|---|---|
![]() | Dispose | Dispose the object. |
![]() | Draw | Invoked by the Map during a drawing process. |
![]() | Finalize | Overridden. Finalizes the object. |
![]() | OnDataChanged | Informed the Map the MapLayer data have changed. |
![]() | OnMapChanging | Invoked when the MapLayer is attached or detached from a Map. |
![]() | OnPropertyChanged | Raises the PropertyChanged event. |
![]() | RaiseDataSynchronizationFinished | Indicates the Map that data synchronization finished for this MapLayer. |
![]() | RaiseDataSynchronizationStarted | Indicates the Map that data synchronization started for this MapLayer. |
Name | Description | |
---|---|---|
![]() | DataChanged | Occurs when the MapLayer Data has changed. |
![]() | PropertyChanged | Occurs when a property value changes. |