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
UnsupportedSLDVersionException
List<SLDReader> createReaders(String version) throws UnsupportedSLDVersionException
UnsupportedSLDVersionException
void write(SLDObject obj, String version, File outfile) throws IOException, SLDException
IOException
SLDException
SLDObject read(File infile) throws SLDException, IOException
SLDException
IOException
SLDFilter createFilter()