public interface SLDSupportManager
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_EXTENSION |
| Modifier and Type | Method and Description |
|---|---|
SLDFilter |
createFilter() |
List<SLDReader> |
createReaders(String version) |
List<SLDWriter> |
createWriters(String version) |
SLDObject |
read(File infile) |
void |
registerReader(SLDReaderFactory fact) |
void |
registerWriter(SLDWriterFactory fact) |
void |
write(SLDObject obj,
String version,
File outfile) |
static final String FILE_EXTENSION
void registerReader(SLDReaderFactory fact)
void registerWriter(SLDWriterFactory fact)
List<SLDWriter> createWriters(String version) throws UnsupportedSLDVersionException
UnsupportedSLDVersionExceptionList<SLDReader> createReaders(String version) throws UnsupportedSLDVersionException
UnsupportedSLDVersionExceptionvoid write(SLDObject obj, String version, File outfile) throws IOException, SLDException
IOExceptionSLDExceptionSLDObject read(File infile) throws SLDException, IOException
SLDExceptionIOExceptionSLDFilter createFilter()