Represents a layer which may be rendered to MapView. This class must be inherited to provide additional functionality and thus create "Drawing Adapters" for additional data sources and formats. Any class which inherits from RenderableLayer may be added to the map and displayed (assuming it does something in Render()). This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustInherit Class RenderableLayer |
| C# |
|---|
| public abstract class RenderableLayer |
| C++ |
|---|
| ref class RenderableLayer abstract |
| J# |
|---|
| public class RenderableLayer |
| JScript |
|---|
| public class RenderableLayer |
Inheritance Hierarchy
System.Object
MapWinView.RenderableLayer
MapWinView.RenderableDrawingLayer
MapWinView.RenderableLabelLayer
MapWinView.RenderableRasterLayer
MapWinView.RenderableSimpleImageLayer
MapWinView.RenderableVectorLayer
MapWinView.RenderableLayer
MapWinView.RenderableDrawingLayer
MapWinView.RenderableLabelLayer
MapWinView.RenderableRasterLayer
MapWinView.RenderableSimpleImageLayer
MapWinView.RenderableVectorLayer
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.