public class ISymbolToMapserverConverter extends java.lang.Object implements ToMapserverConverter
Modifier and Type | Class and Description |
---|---|
static class |
ISymbolToMapserverConverter.Factory |
Modifier and Type | Field and Description |
---|---|
static Logger |
logger |
Constructor and Description |
---|
ISymbolToMapserverConverter() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
addImageUrl(java.lang.String url) |
MapserverSymbol |
convert(ISymbol symbol) |
MapserverSymbol |
convert(ISymbol symbol,
MapserverSymbol tempSymbol) |
protected java.lang.String |
getCorrectPath(java.lang.String fileFormat) |
MapServer |
getMapserverService() |
PublishProperties |
getPublishProperties() |
void |
setMapserverService(MapServer mapserverService) |
protected MapserverSymbol |
toMapserver(ISymbol sym,
MapserverSymbol tempSymbol) |
public MapserverSymbol convert(ISymbol symbol)
convert
in interface PublishSymbolConverter<MapserverSymbol>
protected MapserverSymbol toMapserver(ISymbol sym, MapserverSymbol tempSymbol)
public MapserverSymbol convert(ISymbol symbol, MapserverSymbol tempSymbol)
convert
in interface ToMapserverConverter
protected java.lang.String addImageUrl(java.lang.String url)
public void setMapserverService(MapServer mapserverService)
setMapserverService
in interface ToMapserverConverter
public MapServer getMapserverService()
public PublishProperties getPublishProperties()
protected java.lang.String getCorrectPath(java.lang.String fileFormat)