<h2>org.autoplot.state.EmbedDataExperiment</h2><p>Embed data and vap in a zip file.  Now that we have PWD, this will
 be straight-forward.</p>
<h2>EmbedDataExperiment( )</h2>
<p></p>

<hr>
<a name="isLocal-java.net.URI"></a>
<h2>isLocal</h2>
isLocal( <a href='https://docs.oracle.com/javase/8/docs/api/java/net/URI.html'>java.net.URI</a> uri ) &rarr; boolean

<p>return true if the URI is only resolved on the local machine.</p>

<h3>Parameters</h3>
uri - the uri

<h3>Returns:</h3>
true if the URI is only resolved on the local machine.
<br><br>
<a href="https://github.com/autoplot/dev/search?q=isLocal&unscoped_q=isLocal">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/state/EmbedDataExperiment.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/autoplot/state/EmbedDataExperiment.html#isLocal-java.net.URI">[view on old javadoc]</a>
<br>
<br>
<hr>
<a name="save-org.autoplot.dom.Application-java.io.File"></a>
<h2>save</h2>
save( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/autoplot/dom/Application.html'>org.autoplot.dom.Application</a> dom3, <a href='https://docs.oracle.com/javase/8/docs/api/java/io/File.html'>java.io.File</a> f ) &rarr; void

<p>save the application, but embed data file resources within the 
 zip, along with the .vap.  The vap is saved with the name default.vap.
 When the data source contains a dataset that was created internally (with
 the Jython plot command, for example), it will be formatted as a QStream and 
 embedded within the vap.</p>

<h3>Parameters</h3>
dom3 - the state to save.
<br>
f - the zip file output name.

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=save&unscoped_q=save">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/state/EmbedDataExperiment.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/autoplot/state/EmbedDataExperiment.html#save-org.autoplot.dom.Application-java.io.File">[view on old javadoc]</a>
<br>
<br>
<hr>
<a name="save-org.autoplot.dom.Application-java.io.File-boolean"></a>
<h2>save</h2>
save( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/autoplot/dom/Application.html'>org.autoplot.dom.Application</a> dom3, <a href='https://docs.oracle.com/javase/8/docs/api/java/io/File.html'>java.io.File</a> f, boolean onlyLocal ) &rarr; void

<p>save the application, but embed data file resources within the 
 zip, along with the .vap.  The vap is saved with the name default.vap.
 When the data source contains a dataset that was created internally (with
 the Jython plot command, for example), it will be formatted as a QStream and 
 embedded within the vap.</p>

<h3>Parameters</h3>
dom3 - the state to save.
<br>
f - the zip file output name.
<br>
onlyLocal - if true, then don't embed data from remote references.

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=save&unscoped_q=save">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/state/EmbedDataExperiment.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/autoplot/state/EmbedDataExperiment.html#save-org.autoplot.dom.Application-java.io.File-boolean">[view on old javadoc]</a>
<br>
<br>