Interface ISinglePointRenderer
public interface ISinglePointRenderer
- Author:
- michael.spinelli
-
Method Summary
Modifier and TypeMethodDescriptionDetermines if the renderer can draw the symbol given the provided info.Returns the unique ID of the renderer.Attempts to render the symbol given the provided info.
-
Method Details
-
getRendererID
String getRendererID()Returns the unique ID of the renderer. This is used to identify which renderer is to be used by the renderer service for a given render call.- Returns:
-
canRender
Determines if the renderer can draw the symbol given the provided info.- Parameters:
symbolID-params-- Returns:
-
render
Attempts to render the symbol given the provided info.- Parameters:
symbolID-params-- Returns:
-