Interface Gml3ToWkt


public interface Gml3ToWkt
  • Method Details

    • convert

      String convert(String xml) throws ddf.catalog.validation.ValidationException
      Convert a GML3 XML snippet String to a WKT String
      Parameters:
      xml - String of GML XML
      Returns:
      a WKT String representation of the input
      Throws:
      ddf.catalog.validation.ValidationException
    • convert

      String convert(InputStream xml) throws ddf.catalog.validation.ValidationException
      Convert a GML3 XML snippet Input Stream to a WKT String
      Parameters:
      xml - an Input Stream of GML XML
      Returns:
      a WKT String representation of the input
      Throws:
      ddf.catalog.validation.ValidationException
    • parseXml

      Object parseXml(InputStream xml) throws ddf.catalog.validation.ValidationException
      Parses XML through the Geotools parser
      Parameters:
      xml - InputStream of GML XML
      Returns:
      Object parsed from the Geotools parser
      Throws:
      ddf.catalog.validation.ValidationException