@vertigis/arcgis-extensions 32.8.5 → 32.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AppConfig.schema.json +43 -11
- package/docs/html/assets/js/search.js +1 -1
- package/docs/html/classes/mapping_grouplayerextension.grouplayerextensioncollection.html +13 -13
- package/docs/html/classes/mapping_mapextension.mapextension.html +7 -7
- package/docs/html/classes/mapping_support__layerextensioncollection.layerextensioncollectionbase.html +19 -19
- package/docs/html/enums/portal_featurelayer.featurelayermode.html +4 -4
- package/docs/html/index.html +9 -0
- package/docs/html/interfaces/data__tableextension.tableproperties.html +51 -9
- package/docs/html/interfaces/mapping_featurelayerextension.featurelayerproperties.html +76 -13
- package/docs/html/interfaces/mapping_featurelayerextensionbase.featurelayerbaseproperties.html +76 -13
- package/docs/html/interfaces/mapping_support__layerextensioncollection.layerextensioncollection.html +3 -3
- package/docs/html/interfaces/portal_applicationproperties.applicationproperties.html +32 -2
- package/docs/html/interfaces/portal_bookmark.bookmark.html +18 -3
- package/docs/html/interfaces/portal_csvlayer.csvlayer-1.html +27 -7
- package/docs/html/interfaces/portal_drawinginfo.drawinginfo-1.html +29 -8
- package/docs/html/interfaces/portal_featurelayer.featurelayer-1.html +73 -13
- package/docs/html/interfaces/portal_forminfo.formattachmentelement.html +351 -0
- package/docs/html/interfaces/portal_forminfo.formbarcodescannerinput.html +257 -0
- package/docs/html/interfaces/portal_forminfo.formcomboboxinput.html +254 -0
- package/docs/html/interfaces/portal_forminfo.formdatetimepickerinput.html +274 -0
- package/docs/html/interfaces/portal_forminfo.formexpressioninfo.html +273 -0
- package/docs/html/interfaces/portal_forminfo.formfieldelement.html +386 -0
- package/docs/html/interfaces/portal_forminfo.formgroupelement.html +315 -0
- package/docs/html/interfaces/portal_forminfo.forminfo.html +271 -0
- package/docs/html/interfaces/portal_forminfo.formradiobuttonsinput.html +253 -0
- package/docs/html/interfaces/portal_forminfo.formrelationshipelement.html +334 -0
- package/docs/html/interfaces/portal_forminfo.formswitchinput.html +252 -0
- package/docs/html/interfaces/portal_forminfo.formtextareainput.html +254 -0
- package/docs/html/interfaces/portal_forminfo.formtextboxinput.html +255 -0
- package/docs/html/interfaces/portal_grouplayer.grouplayer-1.html +7 -4
- package/docs/html/interfaces/portal_grouplayer.subtypegrouplayer.html +501 -0
- package/docs/html/interfaces/portal_imageservicelayer.imageservicelayer-1.html +33 -13
- package/docs/html/interfaces/portal_imageservicevectorlayer.imageservicevectorlayer.html +28 -8
- package/docs/html/interfaces/portal_item.item-1.html +158 -41
- package/docs/html/interfaces/portal_labelinginfo.labelinginfo-1.html +19 -10
- package/docs/html/interfaces/portal_layerdefinition.fieldoverride.html +241 -0
- package/docs/html/interfaces/portal_layerdefinition.layerdefinition-1.html +116 -31
- package/docs/html/interfaces/portal_layerdefinition.layerdefinitiondefaults.html +12 -0
- package/docs/html/interfaces/portal_layerdefinition.layertimeinfo.html +381 -0
- package/docs/html/interfaces/portal_layerdefinition.timeinfoexportoptions.html +262 -0
- package/docs/html/interfaces/portal_mapfloorinfo.facilitylayerinfo.html +254 -0
- package/docs/html/interfaces/portal_mapfloorinfo.levellayerinfo.html +315 -0
- package/docs/html/interfaces/portal_mapfloorinfo.mapfloorinfo-1.html +233 -0
- package/docs/html/interfaces/portal_mapfloorinfo.sitelayerinfo.html +231 -0
- package/docs/html/interfaces/portal_mapservicelayer.mapservicelayer-1.html +26 -6
- package/docs/html/interfaces/portal_renderer.authoringinfo.html +28 -5
- package/docs/html/interfaces/portal_renderer.colorramp.html +291 -0
- package/docs/html/interfaces/portal_renderer.rendererbase.html +3 -0
- package/docs/html/interfaces/portal_streamlayer.streamlayer-1.html +75 -12
- package/docs/html/interfaces/portal_symbol.font.html +4 -4
- package/docs/html/interfaces/portal_table.table.html +49 -9
- package/docs/html/interfaces/portal_tiledimageservicelayer.tiledimageservicelayer-1.html +23 -3
- package/docs/html/interfaces/portal_tiledmapservicelayer.tiledmapservicelayer-1.html +27 -7
- package/docs/html/interfaces/portal_utilitynetwork.traceconfiguration.html +201 -0
- package/docs/html/interfaces/portal_utilitynetwork.utilitynetwork.html +243 -0
- package/docs/html/interfaces/portal_vectortilelayer.vectortilelayer-1.html +24 -4
- package/docs/html/interfaces/portal_webmap.webmap-1.html +71 -13
- package/docs/html/interfaces/portal_webscene.webscene-1.html +34 -15
- package/docs/html/interfaces/portal_webtilelayer.webtilelayer-1.html +8 -8
- package/docs/html/interfaces/portal_widgets.floorfilter.html +310 -0
- package/docs/html/interfaces/portal_widgets.range.html +6 -3
- package/docs/html/interfaces/portal_widgets.timeslider.html +4 -1
- package/docs/html/interfaces/portal_widgets.widgets.html +22 -0
- package/docs/html/modules/mapping_mapextension.html +1 -1
- package/docs/html/modules/portal_applicationproperties.html +2 -2
- package/docs/html/modules/portal_featurelayer.featurelayer.html +8 -8
- package/docs/html/modules/portal_featurelayer.html +1 -1
- package/docs/html/modules/portal_forminfo.html +178 -0
- package/docs/html/modules/portal_grouplayer.grouplayer.html +3 -3
- package/docs/html/modules/portal_grouplayer.html +5 -1
- package/docs/html/modules/portal_labelinginfo.html +1 -1
- package/docs/html/modules/portal_labelinginfo.labelplacement.html +2 -2
- package/docs/html/modules/portal_layerdefinition.html +32 -1
- package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
- package/docs/html/modules/portal_mapfloorinfo.html +153 -0
- package/docs/html/modules/portal_mapfloorinfo.mapfloorinfo.html +209 -0
- package/docs/html/modules/portal_renderer.html +10 -6
- package/docs/html/modules/portal_table.html +5 -5
- package/docs/html/modules/portal_tiledmapservicelayer.tiledmapservicelayer.html +1 -1
- package/docs/html/modules/portal_utilitynetwork.html +134 -0
- package/docs/html/modules/portal_webmap.webmap.html +3 -3
- package/docs/html/modules/portal_webscene.webscene.html +3 -3
- package/docs/html/modules/portal_webtilelayer.webtilelayer.html +1 -1
- package/docs/html/modules/portal_widgets.html +5 -1
- package/docs/html/modules/version.html +1 -1
- package/docs/html/modules.html +12 -0
- package/mapping/MapExtension.js +1 -1
- package/mapping/support/_LayerExtensionCollection.js +1 -1
- package/package.json +1 -1
- package/portal/ApplicationProperties.d.ts +25 -0
- package/portal/Bookmark.d.ts +8 -2
- package/portal/CSVLayer.d.ts +5 -0
- package/portal/DrawingInfo.d.ts +9 -3
- package/portal/FeatureLayer.d.ts +16 -0
- package/portal/FormInfo.d.ts +391 -0
- package/portal/FormInfo.js +1 -0
- package/portal/GroupLayer.d.ts +25 -0
- package/portal/ImageServiceLayer.d.ts +5 -0
- package/portal/ImageServiceVectorLayer.d.ts +5 -0
- package/portal/Item.d.ts +37 -10
- package/portal/LabelingInfo.d.ts +7 -2
- package/portal/LayerDefinition.d.ts +121 -0
- package/portal/MapFloorInfo.d.ts +130 -0
- package/portal/MapFloorInfo.js +1 -0
- package/portal/MapServiceLayer.d.ts +5 -0
- package/portal/MapServiceLayer.js +1 -1
- package/portal/Renderer.d.ts +32 -0
- package/portal/Symbol.d.ts +4 -4
- package/portal/Table.d.ts +11 -0
- package/portal/TiledImageServiceLayer.d.ts +5 -0
- package/portal/TiledMapServiceLayer.d.ts +5 -0
- package/portal/TiledMapServiceLayer.js +1 -1
- package/portal/UtilityNetwork.d.ts +42 -0
- package/portal/UtilityNetwork.js +1 -0
- package/portal/VectorTileLayer.d.ts +5 -0
- package/portal/WebMap.d.ts +16 -0
- package/portal/WebMap.js +1 -1
- package/portal/WebScene.d.ts +5 -0
- package/portal/WebScene.js +1 -1
- package/portal/WebTileLayer.js +1 -1
- package/portal/Widgets.d.ts +45 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>portal/MapFloorInfo | @vertigis/arcgis-extensions</title>
|
|
7
|
+
<meta name="description" content="Documentation for @vertigis/arcgis-extensions">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<header>
|
|
14
|
+
<div class="tsd-page-toolbar">
|
|
15
|
+
<div class="container">
|
|
16
|
+
<div class="table-wrap">
|
|
17
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
+
<div class="field">
|
|
19
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
+
<input id="tsd-search-field" type="text" />
|
|
21
|
+
</div>
|
|
22
|
+
<ul class="results">
|
|
23
|
+
<li class="state loading">Preparing search index...</li>
|
|
24
|
+
<li class="state failure">The search index is not available</li>
|
|
25
|
+
</ul>
|
|
26
|
+
<a href="../index.html" class="title">@vertigis/arcgis-extensions</a>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="table-cell" id="tsd-widgets">
|
|
29
|
+
<div id="tsd-filter">
|
|
30
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
+
<div class="tsd-filter-group">
|
|
32
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
+
<span class="tsd-select-label">All</span>
|
|
34
|
+
<ul class="tsd-select-list">
|
|
35
|
+
<li data-value="public">Public</li>
|
|
36
|
+
<li data-value="protected">Public/Protected</li>
|
|
37
|
+
<li data-value="private" class="selected">All</li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
<div class="tsd-page-title">
|
|
50
|
+
<div class="container">
|
|
51
|
+
<ul class="tsd-breadcrumb">
|
|
52
|
+
<li>
|
|
53
|
+
<a href="../modules.html">@vertigis/arcgis-extensions</a>
|
|
54
|
+
</li>
|
|
55
|
+
<li>
|
|
56
|
+
<a href="portal_mapfloorinfo.html">portal/MapFloorInfo</a>
|
|
57
|
+
</li>
|
|
58
|
+
</ul>
|
|
59
|
+
<h1>Module portal/MapFloorInfo</h1>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
</header>
|
|
63
|
+
<div class="container container-main">
|
|
64
|
+
<div class="row">
|
|
65
|
+
<div class="col-8 col-content">
|
|
66
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
67
|
+
<h2>Index</h2>
|
|
68
|
+
<section class="tsd-panel tsd-index-panel">
|
|
69
|
+
<div class="tsd-index-content">
|
|
70
|
+
<section class="tsd-index-section ">
|
|
71
|
+
<h3>Namespaces</h3>
|
|
72
|
+
<ul class="tsd-index-list">
|
|
73
|
+
<li class="tsd-kind-namespace tsd-parent-kind-module"><a href="portal_mapfloorinfo.mapfloorinfo.html" class="tsd-kind-icon">Map<wbr>Floor<wbr>Info</a></li>
|
|
74
|
+
</ul>
|
|
75
|
+
</section>
|
|
76
|
+
<section class="tsd-index-section ">
|
|
77
|
+
<h3>Interfaces</h3>
|
|
78
|
+
<ul class="tsd-index-list">
|
|
79
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/portal_mapfloorinfo.facilitylayerinfo.html" class="tsd-kind-icon">Facility<wbr>Layer<wbr>Info</a></li>
|
|
80
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/portal_mapfloorinfo.levellayerinfo.html" class="tsd-kind-icon">Level<wbr>Layer<wbr>Info</a></li>
|
|
81
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/portal_mapfloorinfo.mapfloorinfo-1.html" class="tsd-kind-icon">Map<wbr>Floor<wbr>Info</a></li>
|
|
82
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/portal_mapfloorinfo.sitelayerinfo.html" class="tsd-kind-icon">Site<wbr>Layer<wbr>Info</a></li>
|
|
83
|
+
</ul>
|
|
84
|
+
</section>
|
|
85
|
+
</div>
|
|
86
|
+
</section>
|
|
87
|
+
</section>
|
|
88
|
+
</div>
|
|
89
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
90
|
+
<nav class="tsd-navigation primary">
|
|
91
|
+
<ul>
|
|
92
|
+
<li class=" ">
|
|
93
|
+
<a href="../modules.html">Exports</a>
|
|
94
|
+
</li>
|
|
95
|
+
<li class="current tsd-kind-module">
|
|
96
|
+
<a href="portal_mapfloorinfo.html">portal/<wbr>Map<wbr>Floor<wbr>Info</a>
|
|
97
|
+
<ul>
|
|
98
|
+
<li class=" tsd-kind-namespace tsd-parent-kind-module">
|
|
99
|
+
<a href="portal_mapfloorinfo.mapfloorinfo.html">Map<wbr>Floor<wbr>Info</a>
|
|
100
|
+
</li>
|
|
101
|
+
</ul>
|
|
102
|
+
</li>
|
|
103
|
+
</ul>
|
|
104
|
+
</nav>
|
|
105
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
106
|
+
<ul class="before-current">
|
|
107
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
108
|
+
<a href="../interfaces/portal_mapfloorinfo.facilitylayerinfo.html" class="tsd-kind-icon">Facility<wbr>Layer<wbr>Info</a>
|
|
109
|
+
</li>
|
|
110
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
111
|
+
<a href="../interfaces/portal_mapfloorinfo.levellayerinfo.html" class="tsd-kind-icon">Level<wbr>Layer<wbr>Info</a>
|
|
112
|
+
</li>
|
|
113
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
114
|
+
<a href="../interfaces/portal_mapfloorinfo.mapfloorinfo-1.html" class="tsd-kind-icon">Map<wbr>Floor<wbr>Info</a>
|
|
115
|
+
</li>
|
|
116
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
117
|
+
<a href="../interfaces/portal_mapfloorinfo.sitelayerinfo.html" class="tsd-kind-icon">Site<wbr>Layer<wbr>Info</a>
|
|
118
|
+
</li>
|
|
119
|
+
</ul>
|
|
120
|
+
</nav>
|
|
121
|
+
</div>
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
<footer>
|
|
125
|
+
<div class="container">
|
|
126
|
+
<h2>Legend</h2>
|
|
127
|
+
<div class="tsd-legend-group">
|
|
128
|
+
<ul class="tsd-legend">
|
|
129
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
130
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
131
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
132
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
133
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
134
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
135
|
+
</ul>
|
|
136
|
+
<ul class="tsd-legend">
|
|
137
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
138
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
139
|
+
</ul>
|
|
140
|
+
<ul class="tsd-legend">
|
|
141
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
142
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
143
|
+
</ul>
|
|
144
|
+
<ul class="tsd-legend">
|
|
145
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
146
|
+
</ul>
|
|
147
|
+
</div>
|
|
148
|
+
</div>
|
|
149
|
+
</footer>
|
|
150
|
+
<div class="overlay"></div>
|
|
151
|
+
<script src="../assets/js/main.js"></script>
|
|
152
|
+
</body>
|
|
153
|
+
</html>
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>MapFloorInfo | @vertigis/arcgis-extensions</title>
|
|
7
|
+
<meta name="description" content="Documentation for @vertigis/arcgis-extensions">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<header>
|
|
14
|
+
<div class="tsd-page-toolbar">
|
|
15
|
+
<div class="container">
|
|
16
|
+
<div class="table-wrap">
|
|
17
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
+
<div class="field">
|
|
19
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
+
<input id="tsd-search-field" type="text" />
|
|
21
|
+
</div>
|
|
22
|
+
<ul class="results">
|
|
23
|
+
<li class="state loading">Preparing search index...</li>
|
|
24
|
+
<li class="state failure">The search index is not available</li>
|
|
25
|
+
</ul>
|
|
26
|
+
<a href="../index.html" class="title">@vertigis/arcgis-extensions</a>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="table-cell" id="tsd-widgets">
|
|
29
|
+
<div id="tsd-filter">
|
|
30
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
+
<div class="tsd-filter-group">
|
|
32
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
+
<span class="tsd-select-label">All</span>
|
|
34
|
+
<ul class="tsd-select-list">
|
|
35
|
+
<li data-value="public">Public</li>
|
|
36
|
+
<li data-value="protected">Public/Protected</li>
|
|
37
|
+
<li data-value="private" class="selected">All</li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
<div class="tsd-page-title">
|
|
50
|
+
<div class="container">
|
|
51
|
+
<ul class="tsd-breadcrumb">
|
|
52
|
+
<li>
|
|
53
|
+
<a href="../modules.html">@vertigis/arcgis-extensions</a>
|
|
54
|
+
</li>
|
|
55
|
+
<li>
|
|
56
|
+
<a href="portal_mapfloorinfo.html">portal/MapFloorInfo</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<a href="portal_mapfloorinfo.mapfloorinfo.html">MapFloorInfo</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Namespace MapFloorInfo</h1>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
</header>
|
|
66
|
+
<div class="container container-main">
|
|
67
|
+
<div class="row">
|
|
68
|
+
<div class="col-8 col-content">
|
|
69
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
70
|
+
<h2>Index</h2>
|
|
71
|
+
<section class="tsd-panel tsd-index-panel">
|
|
72
|
+
<div class="tsd-index-content">
|
|
73
|
+
<section class="tsd-index-section ">
|
|
74
|
+
<h3>Functions</h3>
|
|
75
|
+
<ul class="tsd-index-list">
|
|
76
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="portal_mapfloorinfo.mapfloorinfo.html#fromesriapifloorinfo" class="tsd-kind-icon">from<wbr>Esri<wbr>Api<wbr>Floor<wbr>Info</a></li>
|
|
77
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="portal_mapfloorinfo.mapfloorinfo.html#toesriapifloorinfo" class="tsd-kind-icon">to<wbr>Esri<wbr>Api<wbr>Floor<wbr>Info</a></li>
|
|
78
|
+
</ul>
|
|
79
|
+
</section>
|
|
80
|
+
</div>
|
|
81
|
+
</section>
|
|
82
|
+
</section>
|
|
83
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
84
|
+
<h2>Functions</h2>
|
|
85
|
+
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-namespace">
|
|
86
|
+
<a name="fromesriapifloorinfo" class="tsd-anchor"></a>
|
|
87
|
+
<h3>from<wbr>Esri<wbr>Api<wbr>Floor<wbr>Info</h3>
|
|
88
|
+
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace">
|
|
89
|
+
<li class="tsd-signature tsd-kind-icon">from<wbr>Esri<wbr>Api<wbr>Floor<wbr>Info<span class="tsd-signature-symbol">(</span>floorInfo<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EsriApiFloorInfo</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/portal_mapfloorinfo.mapfloorinfo-1.html" class="tsd-signature-type" data-tsd-kind="Interface">MapFloorInfo</a></li>
|
|
90
|
+
</ul>
|
|
91
|
+
<ul class="tsd-descriptions">
|
|
92
|
+
<li class="tsd-description">
|
|
93
|
+
<aside class="tsd-sources">
|
|
94
|
+
<ul>
|
|
95
|
+
<li>Defined in src/portal/MapFloorInfo.ts:23</li>
|
|
96
|
+
</ul>
|
|
97
|
+
</aside>
|
|
98
|
+
<div class="tsd-comment tsd-typography">
|
|
99
|
+
<div class="lead">
|
|
100
|
+
<p>Converts an Esri JavaScript API MapFloorInfo object to its ArcGIS Portal JSON
|
|
101
|
+
representation.</p>
|
|
102
|
+
</div>
|
|
103
|
+
</div>
|
|
104
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
105
|
+
<ul class="tsd-parameters">
|
|
106
|
+
<li>
|
|
107
|
+
<h5>floorInfo: <span class="tsd-signature-type">EsriApiFloorInfo</span></h5>
|
|
108
|
+
<div class="tsd-comment tsd-typography">
|
|
109
|
+
<p>The MapFloorInfo object to convert.</p>
|
|
110
|
+
</div>
|
|
111
|
+
</li>
|
|
112
|
+
</ul>
|
|
113
|
+
<h4 class="tsd-returns-title">Returns <a href="../interfaces/portal_mapfloorinfo.mapfloorinfo-1.html" class="tsd-signature-type" data-tsd-kind="Interface">MapFloorInfo</a></h4>
|
|
114
|
+
</li>
|
|
115
|
+
</ul>
|
|
116
|
+
</section>
|
|
117
|
+
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-namespace">
|
|
118
|
+
<a name="toesriapifloorinfo" class="tsd-anchor"></a>
|
|
119
|
+
<h3>to<wbr>Esri<wbr>Api<wbr>Floor<wbr>Info</h3>
|
|
120
|
+
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace">
|
|
121
|
+
<li class="tsd-signature tsd-kind-icon">to<wbr>Esri<wbr>Api<wbr>Floor<wbr>Info<span class="tsd-signature-symbol">(</span>floorInfo<span class="tsd-signature-symbol">: </span><a href="../interfaces/portal_mapfloorinfo.mapfloorinfo-1.html" class="tsd-signature-type" data-tsd-kind="Interface">MapFloorInfo</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EsriApiFloorInfo</span></li>
|
|
122
|
+
</ul>
|
|
123
|
+
<ul class="tsd-descriptions">
|
|
124
|
+
<li class="tsd-description">
|
|
125
|
+
<aside class="tsd-sources">
|
|
126
|
+
<ul>
|
|
127
|
+
<li>Defined in src/portal/MapFloorInfo.ts:12</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</aside>
|
|
130
|
+
<div class="tsd-comment tsd-typography">
|
|
131
|
+
<div class="lead">
|
|
132
|
+
<p>Converts an ArcGIS Portal JSON representation of a MapFloorInfo object to its Esri
|
|
133
|
+
JavaScript API equivalent.</p>
|
|
134
|
+
</div>
|
|
135
|
+
</div>
|
|
136
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
137
|
+
<ul class="tsd-parameters">
|
|
138
|
+
<li>
|
|
139
|
+
<h5>floorInfo: <a href="../interfaces/portal_mapfloorinfo.mapfloorinfo-1.html" class="tsd-signature-type" data-tsd-kind="Interface">MapFloorInfo</a></h5>
|
|
140
|
+
<div class="tsd-comment tsd-typography">
|
|
141
|
+
<p>The MapFloorInfo JSON to convert.</p>
|
|
142
|
+
</div>
|
|
143
|
+
</li>
|
|
144
|
+
</ul>
|
|
145
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">EsriApiFloorInfo</span></h4>
|
|
146
|
+
</li>
|
|
147
|
+
</ul>
|
|
148
|
+
</section>
|
|
149
|
+
</section>
|
|
150
|
+
</div>
|
|
151
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
152
|
+
<nav class="tsd-navigation primary">
|
|
153
|
+
<ul>
|
|
154
|
+
<li class=" ">
|
|
155
|
+
<a href="../modules.html">Exports</a>
|
|
156
|
+
</li>
|
|
157
|
+
<li class="current tsd-kind-module">
|
|
158
|
+
<a href="portal_mapfloorinfo.html">portal/<wbr>Map<wbr>Floor<wbr>Info</a>
|
|
159
|
+
<ul>
|
|
160
|
+
<li class="current tsd-kind-namespace tsd-parent-kind-module">
|
|
161
|
+
<a href="portal_mapfloorinfo.mapfloorinfo.html">Map<wbr>Floor<wbr>Info</a>
|
|
162
|
+
</li>
|
|
163
|
+
</ul>
|
|
164
|
+
</li>
|
|
165
|
+
</ul>
|
|
166
|
+
</nav>
|
|
167
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
168
|
+
<ul class="before-current">
|
|
169
|
+
<li class=" tsd-kind-function tsd-parent-kind-namespace">
|
|
170
|
+
<a href="portal_mapfloorinfo.mapfloorinfo.html#fromesriapifloorinfo" class="tsd-kind-icon">from<wbr>Esri<wbr>Api<wbr>Floor<wbr>Info</a>
|
|
171
|
+
</li>
|
|
172
|
+
<li class=" tsd-kind-function tsd-parent-kind-namespace">
|
|
173
|
+
<a href="portal_mapfloorinfo.mapfloorinfo.html#toesriapifloorinfo" class="tsd-kind-icon">to<wbr>Esri<wbr>Api<wbr>Floor<wbr>Info</a>
|
|
174
|
+
</li>
|
|
175
|
+
</ul>
|
|
176
|
+
</nav>
|
|
177
|
+
</div>
|
|
178
|
+
</div>
|
|
179
|
+
</div>
|
|
180
|
+
<footer>
|
|
181
|
+
<div class="container">
|
|
182
|
+
<h2>Legend</h2>
|
|
183
|
+
<div class="tsd-legend-group">
|
|
184
|
+
<ul class="tsd-legend">
|
|
185
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
186
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
187
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
188
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
189
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
190
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
191
|
+
</ul>
|
|
192
|
+
<ul class="tsd-legend">
|
|
193
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
194
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
195
|
+
</ul>
|
|
196
|
+
<ul class="tsd-legend">
|
|
197
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
198
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
199
|
+
</ul>
|
|
200
|
+
<ul class="tsd-legend">
|
|
201
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
202
|
+
</ul>
|
|
203
|
+
</div>
|
|
204
|
+
</div>
|
|
205
|
+
</footer>
|
|
206
|
+
<div class="overlay"></div>
|
|
207
|
+
<script src="../assets/js/main.js"></script>
|
|
208
|
+
</body>
|
|
209
|
+
</html>
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
<h3>Interfaces</h3>
|
|
78
78
|
<ul class="tsd-index-list">
|
|
79
79
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/portal_renderer.authoringinfo.html" class="tsd-kind-icon">Authoring<wbr>Info</a></li>
|
|
80
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/portal_renderer.colorramp.html" class="tsd-kind-icon">Color<wbr>Ramp</a></li>
|
|
80
81
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/portal_renderer.rendererbase.html" class="tsd-kind-icon">Renderer<wbr>Base</a></li>
|
|
81
82
|
</ul>
|
|
82
83
|
</section>
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
<div class="tsd-signature tsd-kind-icon">Authoring<wbr>Info<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"classedColor"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"classedSize"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"predominance"</span></div>
|
|
110
111
|
<aside class="tsd-sources">
|
|
111
112
|
<ul>
|
|
112
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
113
|
+
<li>Defined in src/portal/Renderer.ts:242</li>
|
|
113
114
|
</ul>
|
|
114
115
|
</aside>
|
|
115
116
|
<div class="tsd-comment tsd-typography">
|
|
@@ -124,7 +125,7 @@
|
|
|
124
125
|
<div class="tsd-signature tsd-kind-icon">Classification<wbr>Method<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"esriClassifyNaturalBreaks"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriClassifyEqualInterval"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriClassifyQuantile"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriClassifyStandardDeviation"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriClassifyManual"</span></div>
|
|
125
126
|
<aside class="tsd-sources">
|
|
126
127
|
<ul>
|
|
127
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
128
|
+
<li>Defined in src/portal/Renderer.ts:232</li>
|
|
128
129
|
</ul>
|
|
129
130
|
</aside>
|
|
130
131
|
<div class="tsd-comment tsd-typography">
|
|
@@ -155,7 +156,7 @@
|
|
|
155
156
|
<div class="tsd-signature tsd-kind-icon">Renderer<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"simple"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"uniqueValue"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"classBreaks"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"temporal"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"predominance"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"heatmap"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"pointCloudRGBRenderer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"pointCloudClassBreaksRenderer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"pointCloudStretchRenderer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"pointCloudUniqueValueRenderer"</span></div>
|
|
156
157
|
<aside class="tsd-sources">
|
|
157
158
|
<ul>
|
|
158
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
159
|
+
<li>Defined in src/portal/Renderer.ts:247</li>
|
|
159
160
|
</ul>
|
|
160
161
|
</aside>
|
|
161
162
|
<div class="tsd-comment tsd-typography">
|
|
@@ -188,7 +189,7 @@
|
|
|
188
189
|
<div class="tsd-signature tsd-kind-icon">default<wbr>Line<wbr>Renderer<span class="tsd-signature-symbol">:</span> <a href="../interfaces/portal_simplerenderer.simplerenderer.html" class="tsd-signature-type" data-tsd-kind="Interface">SimpleRenderer</a><span class="tsd-signature-symbol"> = ...</span></div>
|
|
189
190
|
<aside class="tsd-sources">
|
|
190
191
|
<ul>
|
|
191
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
192
|
+
<li>Defined in src/portal/Renderer.ts:284</li>
|
|
192
193
|
</ul>
|
|
193
194
|
</aside>
|
|
194
195
|
<div class="tsd-comment tsd-typography">
|
|
@@ -203,7 +204,7 @@
|
|
|
203
204
|
<div class="tsd-signature tsd-kind-icon">default<wbr>Point<wbr>Renderer<span class="tsd-signature-symbol">:</span> <a href="../interfaces/portal_simplerenderer.simplerenderer.html" class="tsd-signature-type" data-tsd-kind="Interface">SimpleRenderer</a><span class="tsd-signature-symbol"> = ...</span></div>
|
|
204
205
|
<aside class="tsd-sources">
|
|
205
206
|
<ul>
|
|
206
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
207
|
+
<li>Defined in src/portal/Renderer.ts:262</li>
|
|
207
208
|
</ul>
|
|
208
209
|
</aside>
|
|
209
210
|
<div class="tsd-comment tsd-typography">
|
|
@@ -218,7 +219,7 @@
|
|
|
218
219
|
<div class="tsd-signature tsd-kind-icon">default<wbr>Polygon<wbr>Renderer<span class="tsd-signature-symbol">:</span> <a href="../interfaces/portal_simplerenderer.simplerenderer.html" class="tsd-signature-type" data-tsd-kind="Interface">SimpleRenderer</a><span class="tsd-signature-symbol"> = ...</span></div>
|
|
219
220
|
<aside class="tsd-sources">
|
|
220
221
|
<ul>
|
|
221
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
222
|
+
<li>Defined in src/portal/Renderer.ts:297</li>
|
|
222
223
|
</ul>
|
|
223
224
|
</aside>
|
|
224
225
|
<div class="tsd-comment tsd-typography">
|
|
@@ -250,6 +251,9 @@
|
|
|
250
251
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
251
252
|
<a href="../interfaces/portal_renderer.authoringinfo.html" class="tsd-kind-icon">Authoring<wbr>Info</a>
|
|
252
253
|
</li>
|
|
254
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
255
|
+
<a href="../interfaces/portal_renderer.colorramp.html" class="tsd-kind-icon">Color<wbr>Ramp</a>
|
|
256
|
+
</li>
|
|
253
257
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
254
258
|
<a href="../interfaces/portal_renderer.rendererbase.html" class="tsd-kind-icon">Renderer<wbr>Base</a>
|
|
255
259
|
</li>
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
<div class="tsd-signature tsd-kind-icon">Capabilities<wbr>Enum<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Create"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Delete"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Query"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Update"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Editing"</span></div>
|
|
100
100
|
<aside class="tsd-sources">
|
|
101
101
|
<ul>
|
|
102
|
-
<li>Defined in src/portal/Table.ts:
|
|
102
|
+
<li>Defined in src/portal/Table.ts:20</li>
|
|
103
103
|
</ul>
|
|
104
104
|
</aside>
|
|
105
105
|
<div class="tsd-comment tsd-typography">
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
<div class="tsd-signature tsd-kind-icon">Table<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"ArcGISServiceTable"</span></div>
|
|
115
115
|
<aside class="tsd-sources">
|
|
116
116
|
<ul>
|
|
117
|
-
<li>Defined in src/portal/Table.ts:
|
|
117
|
+
<li>Defined in src/portal/Table.ts:15</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</aside>
|
|
120
120
|
<div class="tsd-comment tsd-typography">
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
<li class="tsd-description">
|
|
137
137
|
<aside class="tsd-sources">
|
|
138
138
|
<ul>
|
|
139
|
-
<li>Defined in src/portal/Table.ts:
|
|
139
|
+
<li>Defined in src/portal/Table.ts:111</li>
|
|
140
140
|
</ul>
|
|
141
141
|
</aside>
|
|
142
142
|
<div class="tsd-comment tsd-typography">
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
<li class="tsd-description">
|
|
174
174
|
<aside class="tsd-sources">
|
|
175
175
|
<ul>
|
|
176
|
-
<li>Defined in src/portal/Table.ts:
|
|
176
|
+
<li>Defined in src/portal/Table.ts:151</li>
|
|
177
177
|
</ul>
|
|
178
178
|
</aside>
|
|
179
179
|
<div class="tsd-comment tsd-typography">
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
<li class="tsd-description">
|
|
206
206
|
<aside class="tsd-sources">
|
|
207
207
|
<ul>
|
|
208
|
-
<li>Defined in src/portal/Table.ts:
|
|
208
|
+
<li>Defined in src/portal/Table.ts:99</li>
|
|
209
209
|
</ul>
|
|
210
210
|
</aside>
|
|
211
211
|
<div class="tsd-comment tsd-typography">
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
<li class="tsd-description">
|
|
176
176
|
<aside class="tsd-sources">
|
|
177
177
|
<ul>
|
|
178
|
-
<li>Defined in src/portal/TiledMapServiceLayer.ts:
|
|
178
|
+
<li>Defined in src/portal/TiledMapServiceLayer.ts:119</li>
|
|
179
179
|
</ul>
|
|
180
180
|
</aside>
|
|
181
181
|
<div class="tsd-comment tsd-typography">
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>portal/UtilityNetwork | @vertigis/arcgis-extensions</title>
|
|
7
|
+
<meta name="description" content="Documentation for @vertigis/arcgis-extensions">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<header>
|
|
14
|
+
<div class="tsd-page-toolbar">
|
|
15
|
+
<div class="container">
|
|
16
|
+
<div class="table-wrap">
|
|
17
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
+
<div class="field">
|
|
19
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
+
<input id="tsd-search-field" type="text" />
|
|
21
|
+
</div>
|
|
22
|
+
<ul class="results">
|
|
23
|
+
<li class="state loading">Preparing search index...</li>
|
|
24
|
+
<li class="state failure">The search index is not available</li>
|
|
25
|
+
</ul>
|
|
26
|
+
<a href="../index.html" class="title">@vertigis/arcgis-extensions</a>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="table-cell" id="tsd-widgets">
|
|
29
|
+
<div id="tsd-filter">
|
|
30
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
+
<div class="tsd-filter-group">
|
|
32
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
+
<span class="tsd-select-label">All</span>
|
|
34
|
+
<ul class="tsd-select-list">
|
|
35
|
+
<li data-value="public">Public</li>
|
|
36
|
+
<li data-value="protected">Public/Protected</li>
|
|
37
|
+
<li data-value="private" class="selected">All</li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
<div class="tsd-page-title">
|
|
50
|
+
<div class="container">
|
|
51
|
+
<ul class="tsd-breadcrumb">
|
|
52
|
+
<li>
|
|
53
|
+
<a href="../modules.html">@vertigis/arcgis-extensions</a>
|
|
54
|
+
</li>
|
|
55
|
+
<li>
|
|
56
|
+
<a href="portal_utilitynetwork.html">portal/UtilityNetwork</a>
|
|
57
|
+
</li>
|
|
58
|
+
</ul>
|
|
59
|
+
<h1>Module portal/UtilityNetwork</h1>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
</header>
|
|
63
|
+
<div class="container container-main">
|
|
64
|
+
<div class="row">
|
|
65
|
+
<div class="col-8 col-content">
|
|
66
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
67
|
+
<h2>Index</h2>
|
|
68
|
+
<section class="tsd-panel tsd-index-panel">
|
|
69
|
+
<div class="tsd-index-content">
|
|
70
|
+
<section class="tsd-index-section ">
|
|
71
|
+
<h3>Interfaces</h3>
|
|
72
|
+
<ul class="tsd-index-list">
|
|
73
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/portal_utilitynetwork.traceconfiguration.html" class="tsd-kind-icon">Trace<wbr>Configuration</a></li>
|
|
74
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/portal_utilitynetwork.utilitynetwork.html" class="tsd-kind-icon">Utility<wbr>Network</a></li>
|
|
75
|
+
</ul>
|
|
76
|
+
</section>
|
|
77
|
+
</div>
|
|
78
|
+
</section>
|
|
79
|
+
</section>
|
|
80
|
+
</div>
|
|
81
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
82
|
+
<nav class="tsd-navigation primary">
|
|
83
|
+
<ul>
|
|
84
|
+
<li class=" ">
|
|
85
|
+
<a href="../modules.html">Exports</a>
|
|
86
|
+
</li>
|
|
87
|
+
<li class="current tsd-kind-module">
|
|
88
|
+
<a href="portal_utilitynetwork.html">portal/<wbr>Utility<wbr>Network</a>
|
|
89
|
+
</li>
|
|
90
|
+
</ul>
|
|
91
|
+
</nav>
|
|
92
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
93
|
+
<ul class="before-current">
|
|
94
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
95
|
+
<a href="../interfaces/portal_utilitynetwork.traceconfiguration.html" class="tsd-kind-icon">Trace<wbr>Configuration</a>
|
|
96
|
+
</li>
|
|
97
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
98
|
+
<a href="../interfaces/portal_utilitynetwork.utilitynetwork.html" class="tsd-kind-icon">Utility<wbr>Network</a>
|
|
99
|
+
</li>
|
|
100
|
+
</ul>
|
|
101
|
+
</nav>
|
|
102
|
+
</div>
|
|
103
|
+
</div>
|
|
104
|
+
</div>
|
|
105
|
+
<footer>
|
|
106
|
+
<div class="container">
|
|
107
|
+
<h2>Legend</h2>
|
|
108
|
+
<div class="tsd-legend-group">
|
|
109
|
+
<ul class="tsd-legend">
|
|
110
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
111
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
112
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
113
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
114
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
115
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
116
|
+
</ul>
|
|
117
|
+
<ul class="tsd-legend">
|
|
118
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
119
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
120
|
+
</ul>
|
|
121
|
+
<ul class="tsd-legend">
|
|
122
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
123
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
124
|
+
</ul>
|
|
125
|
+
<ul class="tsd-legend">
|
|
126
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
127
|
+
</ul>
|
|
128
|
+
</div>
|
|
129
|
+
</div>
|
|
130
|
+
</footer>
|
|
131
|
+
<div class="overlay"></div>
|
|
132
|
+
<script src="../assets/js/main.js"></script>
|
|
133
|
+
</body>
|
|
134
|
+
</html>
|