Package com.vividsolutions.jump.io
Class JMLWriter
- java.lang.Object
-
- com.vividsolutions.jump.io.GMLWriter
-
- com.vividsolutions.jump.io.JMLWriter
-
- All Implemented Interfaces:
JUMPWriter
,TaskMonitorSupport
public class JMLWriter extends GMLWriter
JMLWriter is aJUMPWriter
specialized to write JML.This is a simple class that passes the work off to the
GMLWriter
class that knows how to auto-generate a JML compatibleGMLOutputTemplate
.DataProperties for the JMLWriter write(DataProperties) interface:
Parameter Meaning OutputFile or DefaultValue File name for the output JML file
-
-
Constructor Summary
Constructors Constructor Description JMLWriter()
-