Uses of Class
org.locationtech.jts.jump.io.GMLOutputTemplate
-
Packages that use GMLOutputTemplate Package Description org.locationtech.jts.jump.io -
-
Uses of GMLOutputTemplate in org.locationtech.jts.jump.io
Methods in org.locationtech.jts.jump.io that return GMLOutputTemplate Modifier and Type Method Description GMLOutputTemplate
FMEGMLWriter. createOutputTemplate(FeatureSchema fs)
Makes aGMLOutputTemplate
from a featureSchema.static GMLOutputTemplate
GMLWriter. makeOutputTemplate(FeatureSchema fcmd)
given a FEatureSchema, make an output template in the JCS formatMethods in org.locationtech.jts.jump.io with parameters of type GMLOutputTemplate Modifier and Type Method Description void
GMLWriter. setOutputTemplate(GMLOutputTemplate ot)
Attaches a GMLOuputTemplate
-