public interface SLDConverterManager
Modifier and Type | Field and Description |
---|---|
static int |
CAN_CONVERT_FULLY |
static int |
CAN_CONVERT_PARTIALLY |
static int |
CAN_NOT_CONVERT |
Modifier and Type | Method and Description |
---|---|
void |
registerLegendToSLDConverter(LegendToSLDConverterFactory fact) |
void |
registerSLDToLegendConverter(SLDToLegendConverterFactory fact) |
void |
registerSLDToSymbolConverter(SLDToSymbolConverterFactory fact) |
void |
registerSymbolToSLDConverter(SymbolToSLDConverterFactory fact) |
ILegend |
toLegend(SLDLayer sldLayer) |
SLDLayer |
toSLDLayer(ILegend legend) |
SLDSymbol |
toSLDSymbol(ISymbol sym) |
ISymbol |
toSymbol(SLDSymbol sldSym) |
static final int CAN_NOT_CONVERT
static final int CAN_CONVERT_PARTIALLY
static final int CAN_CONVERT_FULLY
SLDSymbol toSLDSymbol(ISymbol sym) throws UnsupportedSymbolException
UnsupportedSymbolException
ISymbol toSymbol(SLDSymbol sldSym) throws UnsupportedSLDObjectException
UnsupportedSLDObjectException
SLDLayer toSLDLayer(ILegend legend) throws UnsupportedLegendException, UnsupportedSymbolException
ILegend toLegend(SLDLayer sldLayer) throws UnsupportedSLDObjectException
UnsupportedSLDObjectException
void registerSLDToSymbolConverter(SLDToSymbolConverterFactory fact)
void registerSymbolToSLDConverter(SymbolToSLDConverterFactory fact)
void registerSLDToLegendConverter(SLDToLegendConverterFactory fact)
void registerLegendToSLDConverter(LegendToSLDConverterFactory fact)