|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jump.io.JMLWriter
public class JMLWriter
JMLWriter is a JUMPWriter 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 compatible GMLOutputTemplate.
DataProperties for the JMLWriter write(DataProperties) interface:
| Parameter | Meaning |
|---|---|
| OutputFile or DefaultValue | File name for the output JML file |
| Constructor Summary | |
|---|---|
JMLWriter()
Creates new JMLWriter |
|
| Method Summary | |
|---|---|
void |
write(FeatureCollection featureCollection,
DriverProperties dp)
Writes the feature collection to the specified file in JML format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMLWriter()
| Method Detail |
|---|
public void write(FeatureCollection featureCollection,
DriverProperties dp)
throws IllegalParametersException,
java.lang.Exception
write in interface JUMPWriterfeatureCollection - features to writedp - 'OutputFile' or 'DefaultValue' to specify what file to write.
IllegalParametersException
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||