Package com.vividsolutions.wms
Interface IParser
-
- All Known Implementing Classes:
AbstractParser
,ParserWMS1_0
,ParserWMS1_1
,ParserWMS1_3
public interface IParser
Pulls WMS objects out of the XML- Author:
- Chris Hodgson chodgson@refractions.net, Michael Michaud michael.michaud@free.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Capabilities
parseCapabilities(WMService service, InputStream inStream)
-
-
-
Method Detail
-
parseCapabilities
Capabilities parseCapabilities(WMService service, InputStream inStream) throws IOException
- Throws:
IOException
-
-