Class Gml3ToWktImpl

java.lang.Object
org.codice.ddf.transformer.xml.streaming.impl.Gml3ToWktImpl
All Implemented Interfaces:
org.codice.ddf.transformer.xml.streaming.Gml3ToWkt

public class Gml3ToWktImpl extends Object implements org.codice.ddf.transformer.xml.streaming.Gml3ToWkt
  • Constructor Details

    • Gml3ToWktImpl

      public Gml3ToWktImpl(Supplier<org.geotools.xsd.XSDParserDelegate> gmlParserDelegateSupplier)
  • Method Details

    • convert

      public String convert(String xml) throws ddf.catalog.validation.ValidationException
      Specified by:
      convert in interface org.codice.ddf.transformer.xml.streaming.Gml3ToWkt
      Throws:
      ddf.catalog.validation.ValidationException
    • convert

      public String convert(InputStream xml) throws ddf.catalog.validation.ValidationException
      Specified by:
      convert in interface org.codice.ddf.transformer.xml.streaming.Gml3ToWkt
      Throws:
      ddf.catalog.validation.ValidationException
    • parseXml

      public Object parseXml(InputStream xml) throws ddf.catalog.validation.ValidationException
      Specified by:
      parseXml in interface org.codice.ddf.transformer.xml.streaming.Gml3ToWkt
      Throws:
      ddf.catalog.validation.ValidationException
    • newGml2ToWkt

      public static org.codice.ddf.transformer.xml.streaming.Gml3ToWkt newGml2ToWkt()
    • newGml3ToWkt

      public static org.codice.ddf.transformer.xml.streaming.Gml3ToWkt newGml3ToWkt()
    • newGml32ToWkt

      public static org.codice.ddf.transformer.xml.streaming.Gml3ToWkt newGml32ToWkt()