Interface | Description |
---|---|
CartographicSupport |
This interface enables Cartographic support for those graphical elements that require
additional runtime information rather than the feature itself geometric definitions.
|
IMultiLayerSymbol |
Allows to create multi layer symbols using the composition of
several symbols of the same type.Depending on the type of the symbols that are
used to compose the final symbol, the user will have MultiLayerMarkerSymbol,
MultiLayerLineSymbol,...
|
IPrintable | |
ISymbol |
Interface for symbols.It is the most general one which is implemented by other
specific symbols.For this reason this interface has a method to obtain the derived
version of a common symbol(apart from others).
|
ISymbol_v2 | |
ITextSymbol |
ITextSymbol.java
Represents an ISymbol that draws a text. |
IWarningSymbol | |
SymbolManager |
Symbols management: creation, registration, etc.
|
SymbolPreferences |
Preferences for symbol configuration and default values.
|
Exception | Description |
---|---|
SymbolDrawingException |
Exception thrown when a symbol cannot be drawn.
|
SymbolException |
Parent exception of symbol related exceptions.
|