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 Summary
ConstructorsConstructorDescriptionGml3ToWktImpl(Supplier<org.geotools.xsd.XSDParserDelegate> gmlParserDelegateSupplier) -
Method Summary
Modifier and TypeMethodDescriptionconvert(InputStream xml) static org.codice.ddf.transformer.xml.streaming.Gml3ToWktstatic org.codice.ddf.transformer.xml.streaming.Gml3ToWktstatic org.codice.ddf.transformer.xml.streaming.Gml3ToWktparseXml(InputStream xml)
-
Constructor Details
-
Gml3ToWktImpl
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.codice.ddf.transformer.xml.streaming.Gml3ToWkt- Throws:
ddf.catalog.validation.ValidationException
-
convert
- Specified by:
convertin interfaceorg.codice.ddf.transformer.xml.streaming.Gml3ToWkt- Throws:
ddf.catalog.validation.ValidationException
-
parseXml
- Specified by:
parseXmlin interfaceorg.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()
-