-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
5aacfd5
commit d2e1c82
Showing
186 changed files
with
60,308 additions
and
71,672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 86740a9d7a3dd16182013951050f0c57 | ||
config: 173ec9d40572f3e83ee7650b0a6db955 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
|
||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>GXARCPY class — Geosoft GX Python API 9.6.0 documentation</title> | ||
<link rel="stylesheet" href="_static/maki.css" type="text/css" /> | ||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> | ||
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> | ||
<script type="text/javascript" src="_static/jquery.js"></script> | ||
<script type="text/javascript" src="_static/underscore.js"></script> | ||
<script type="text/javascript" src="_static/doctools.js"></script> | ||
<script type="text/javascript" src="_static/language_data.js"></script> | ||
<link rel="index" title="Index" href="genindex.html" /> | ||
<link rel="search" title="Search" href="search.html" /> | ||
|
||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-87443115-1']); | ||
_gaq.push(['_trackPageview']); | ||
</script> | ||
|
||
</head><body> | ||
<div class="related" role="navigation" aria-label="related navigation"> | ||
<h3>Navigation</h3> | ||
<ul> | ||
<li class="right" style="margin-right: 10px"> | ||
<a href="genindex.html" title="General Index" | ||
accesskey="I">index</a></li> | ||
<li class="nav-item nav-item-0"><a href="index.html">Geosoft GX Python API 9.6.0 documentation</a> »</li> | ||
</ul> | ||
</div> | ||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation"> | ||
<div class="sphinxsidebarwrapper"> | ||
<div id="searchbox" style="display: none" role="search"> | ||
<h3 id="searchlabel">Quick search</h3> | ||
<div class="searchformwrapper"> | ||
<form class="search" action="search.html" method="get"> | ||
<input type="text" name="q" aria-labelledby="searchlabel" /> | ||
<input type="submit" value="Go" /> | ||
</form> | ||
</div> | ||
</div> | ||
<script type="text/javascript">$('#searchbox').show(0);</script> | ||
<div role="note" aria-label="source link"> | ||
<h3>This Page</h3> | ||
<ul class="this-page-menu"> | ||
<li><a href="_sources/GXARCPY.rst.txt" | ||
rel="nofollow">Show Source</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="document"> | ||
<div class="documentwrapper"> | ||
<div class="bodywrapper"> | ||
<div class="body" role="main"> | ||
|
||
<div class="section" id="gxarcpy-class"> | ||
<span id="gxarcpy"></span><h1>GXARCPY class<a class="headerlink" href="#gxarcpy-class" title="Permalink to this headline">¶</a></h1> | ||
<dl class="class"> | ||
<dt id="geosoft.gxapi.GXARCPY"> | ||
<em class="property">class </em><code class="sig-name descname">GXARCPY</code><span class="sig-paren">(</span><em class="sig-param">handle=0</em><span class="sig-paren">)</span><a class="headerlink" href="#geosoft.gxapi.GXARCPY" title="Permalink to this definition">¶</a></dt> | ||
<dd><p>GXARCPY class.</p> | ||
<p>This library allows legacy GX code to call back into | ||
arcpy methods in the Geosoft AddIn for ArcGIS Pro.</p> | ||
<dl class="method"> | ||
<dt id="geosoft.gxapi.GXARCPY.add_error"> | ||
<em class="property">classmethod </em><code class="sig-name descname">add_error</code><span class="sig-paren">(</span><em class="sig-param">message</em><span class="sig-paren">)</span><a class="headerlink" href="#geosoft.gxapi.GXARCPY.add_error" title="Permalink to this definition">¶</a></dt> | ||
<dd><p>Add error message to output of current script</p> | ||
<dl class="field-list simple"> | ||
<dt class="field-odd">Parameters</dt> | ||
<dd class="field-odd"><p><strong>message</strong> (<em>str</em>) – Message</p> | ||
</dd> | ||
</dl> | ||
<div class="versionadded"> | ||
<p><span class="versionmodified added">New in version 9.6.</span></p> | ||
</div> | ||
<p><strong>License:</strong> <a class="reference external" href="https://geosoftgxdev.atlassian.net/wiki/spaces/GD/pages/2359406/License#License-open-lic">Geosoft Open License</a></p> | ||
</dd></dl> | ||
|
||
<dl class="method"> | ||
<dt id="geosoft.gxapi.GXARCPY.add_message"> | ||
<em class="property">classmethod </em><code class="sig-name descname">add_message</code><span class="sig-paren">(</span><em class="sig-param">message</em><span class="sig-paren">)</span><a class="headerlink" href="#geosoft.gxapi.GXARCPY.add_message" title="Permalink to this definition">¶</a></dt> | ||
<dd><p>Add informational message to output of current script</p> | ||
<dl class="field-list simple"> | ||
<dt class="field-odd">Parameters</dt> | ||
<dd class="field-odd"><p><strong>message</strong> (<em>str</em>) – Message</p> | ||
</dd> | ||
</dl> | ||
<div class="versionadded"> | ||
<p><span class="versionmodified added">New in version 9.6.</span></p> | ||
</div> | ||
<p><strong>License:</strong> <a class="reference external" href="https://geosoftgxdev.atlassian.net/wiki/spaces/GD/pages/2359406/License#License-open-lic">Geosoft Open License</a></p> | ||
</dd></dl> | ||
|
||
<dl class="method"> | ||
<dt id="geosoft.gxapi.GXARCPY.add_warning"> | ||
<em class="property">classmethod </em><code class="sig-name descname">add_warning</code><span class="sig-paren">(</span><em class="sig-param">message</em><span class="sig-paren">)</span><a class="headerlink" href="#geosoft.gxapi.GXARCPY.add_warning" title="Permalink to this definition">¶</a></dt> | ||
<dd><p>Add warning message to output of current script</p> | ||
<dl class="field-list simple"> | ||
<dt class="field-odd">Parameters</dt> | ||
<dd class="field-odd"><p><strong>message</strong> (<em>str</em>) – Message</p> | ||
</dd> | ||
</dl> | ||
<div class="versionadded"> | ||
<p><span class="versionmodified added">New in version 9.6.</span></p> | ||
</div> | ||
<p><strong>License:</strong> <a class="reference external" href="https://geosoftgxdev.atlassian.net/wiki/spaces/GD/pages/2359406/License#License-open-lic">Geosoft Open License</a></p> | ||
</dd></dl> | ||
|
||
<dl class="method"> | ||
<dt id="geosoft.gxapi.GXARCPY.is_null"> | ||
<code class="sig-name descname">is_null</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#geosoft.gxapi.GXARCPY.is_null" title="Permalink to this definition">¶</a></dt> | ||
<dd><p>Check if this is a null (undefined) instance</p> | ||
<dl class="field-list simple"> | ||
<dt class="field-odd">Returns</dt> | ||
<dd class="field-odd"><p>True if this is a null (undefined) instance, False otherwise.</p> | ||
</dd> | ||
<dt class="field-even">Return type</dt> | ||
<dd class="field-even"><p>bool</p> | ||
</dd> | ||
</dl> | ||
</dd></dl> | ||
|
||
<dl class="method"> | ||
<dt id="geosoft.gxapi.GXARCPY.null"> | ||
<em class="property">classmethod </em><code class="sig-name descname">null</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#geosoft.gxapi.GXARCPY.null" title="Permalink to this definition">¶</a></dt> | ||
<dd><p>A null (undefined) instance of <a class="reference internal" href="#geosoft.gxapi.GXARCPY" title="geosoft.gxapi.GXARCPY"><code class="xref py py-obj docutils literal notranslate"><span class="pre">GXARCPY</span></code></a></p> | ||
<dl class="field-list simple"> | ||
<dt class="field-odd">Returns</dt> | ||
<dd class="field-odd"><p>A null <a class="reference internal" href="#geosoft.gxapi.GXARCPY" title="geosoft.gxapi.GXARCPY"><code class="xref py py-obj docutils literal notranslate"><span class="pre">GXARCPY</span></code></a></p> | ||
</dd> | ||
<dt class="field-even">Return type</dt> | ||
<dd class="field-even"><p><a class="reference internal" href="#geosoft.gxapi.GXARCPY" title="geosoft.gxapi.GXARCPY">GXARCPY</a></p> | ||
</dd> | ||
</dl> | ||
</dd></dl> | ||
|
||
</dd></dl> | ||
|
||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="clearer"></div> | ||
</div> | ||
<div class="related" role="navigation" aria-label="related navigation"> | ||
<h3>Navigation</h3> | ||
<ul> | ||
<li class="right" style="margin-right: 10px"> | ||
<a href="genindex.html" title="General Index" | ||
>index</a></li> | ||
<li class="nav-item nav-item-0"><a href="index.html">Geosoft GX Python API 9.6.0 documentation</a> »</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="footer" role="contentinfo"> | ||
© Copyright 2019, Geosoft Inc. | ||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2. | ||
</div> | ||
<div class="footer">This page uses <a href="http://analytics.google.com/"> | ||
Google Analytics</a> to collect statistics. You can disable it by blocking | ||
the JavaScript coming from www.google-analytics.com. | ||
<script type="text/javascript"> | ||
(function() { | ||
var ga = document.createElement('script'); | ||
ga.src = ('https:' == document.location.protocol ? | ||
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
ga.setAttribute('async', 'true'); | ||
document.documentElement.firstChild.appendChild(ga); | ||
})(); | ||
</script> | ||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.