netgis-client/docs/netgis.SearchParcel.html
2025-04-29 13:49:50 +02:00

420 lines
6.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: SearchParcel</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: SearchParcel</h1>
<section>
<header>
<h2><span class="attribs"><span class="type-signature"></span></span>
<span class="ancestors"><a href="netgis.html">netgis</a>.</span>SearchParcel<span class="signature">(config)</span><span class="type-signature"></span></h2>
</header>
<article>
<div class="container-overview">
<h4 class="name" id="SearchParcel"><span class="type-signature"></span>new SearchParcel<span class="signature">(config)</span><span class="type-signature"></span></h4>
<div class="description">
Search Parcels Module.
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>config</code></td>
<td class="type">
<span class="param-type">JSON</span>
</td>
<td class="description last"><a href="netgis.SearchParcel.html#.Config">SearchParcel.Config</a></td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</div>
<h3 class="subsection-title">Members</h3>
<h4 class="name" id=".Config"><span class="type-signature">(static) </span>Config<span class="type-signature"></span></h4>
<div class="description">
Config Section "searchparcel"
</div>
<h5 class="subsection-title">Properties:</h5>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>open</code></td>
<td class="type">
<span class="param-type">Boolean</span>
</td>
<td class="description last">Show panel at startup</td>
</tr>
<tr>
<td class="name"><code>name_url</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last">District (Gemarkung) search URL, should contain <code>{q}</code> placeholder</td>
</tr>
<tr>
<td class="name"><code>parcel_url</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last">Parcel (Flurstück) search URL, should contain <code>{district}, {field}, {parcelA}, {parcelB}</code> placeholders</td>
</tr>
<tr>
<td class="name"><code>districts_service</code></td>
<td class="type">
<span class="param-type">JSON</span>
</td>
<td class="description last">Layer settings for district features (Gemarkungen), see <a href="netgis.Map.html#.Layers">Map.Layers</a> for options, e.g. <a href="global.html#LayerTypes">LayerTypes.WFS</a></td>
</tr>
<tr>
<td class="name"><code>fields_service</code></td>
<td class="type">
<span class="param-type">JSON</span>
</td>
<td class="description last">Layer settings for field features (Fluren), see <a href="netgis.Map.html#.Layers">Map.Layers</a> for options, e.g. <a href="global.html#LayerTypes">LayerTypes.WFS</a></td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="netgis.html">netgis</a></li></ul><h3>Classes</h3><ul><li><a href="netgis.Attribution.html">Attribution</a></li><li><a href="netgis.Client.html">Client</a></li><li><a href="netgis.Controls.html">Controls</a></li><li><a href="netgis.Export.html">Export</a></li><li><a href="netgis.Geolocation.html">Geolocation</a></li><li><a href="netgis.Import.html">Import</a></li><li><a href="netgis.Info.html">Info</a></li><li><a href="netgis.LayerTree.html">LayerTree</a></li><li><a href="netgis.Legend.html">Legend</a></li><li><a href="netgis.Map.html">Map</a></li><li><a href="netgis.Menu.html">Menu</a></li><li><a href="netgis.OWS.html">OWS</a></li><li><a href="netgis.SearchParcel.html">SearchParcel</a></li><li><a href="netgis.SearchPlace.html">SearchPlace</a></li><li><a href="netgis.TimeSlider.html">TimeSlider</a></li><li><a href="netgis.Toolbox.html">Toolbox</a></li><li><a href="netgis.WMC.html">WMC</a></li></ul><h3>Global</h3><ul><li><a href="global.html#Commands">Commands</a></li><li><a href="global.html#LayerID">LayerID</a></li><li><a href="global.html#LayerTypes">LayerTypes</a></li><li><a href="global.html#Modules">Modules</a></li><li><a href="global.html#util">util</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Apr 29 2025 13:39:56 GMT+0200 (Mitteleuropäische Sommerzeit)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>