public interface Gml3ToWkt
Modifier and Type | Method and Description |
---|---|
String |
convert(InputStream xml)
Convert a GML3 XML snippet Input Stream to a WKT String
|
String |
convert(String xml)
Convert a GML3 XML snippet String to a WKT String
|
Object |
parseXml(InputStream xml)
Parses XML through the Geotools parser
|
String convert(String xml) throws ValidationException
xml
- String of GML XMLValidationException
String convert(InputStream xml) throws ValidationException
xml
- an Input Stream of GML XMLValidationException
Object parseXml(InputStream xml) throws ValidationException
xml
- InputStream of GML XMLValidationException
This work is licensed under a Creative Commons Attribution 4.0 International License.