Uses of Class
org.locationtech.jts.jump.io.GMLInputTemplate
-
Packages that use GMLInputTemplate Package Description org.locationtech.jts.jump.io -
-
Uses of GMLInputTemplate in org.locationtech.jts.jump.io
Methods in org.locationtech.jts.jump.io that return GMLInputTemplate Modifier and Type Method Description GMLInputTemplate
FMEGMLReader. getGMLInputTemplate(Reader r, String fname)
Parse the input file and make a GMLInputTemplate out of itMethods in org.locationtech.jts.jump.io with parameters of type GMLInputTemplate Modifier and Type Method Description void
GMLReader. setInputTemplate(GMLInputTemplate template)
Attach a GMLInputTemplate information class.
-