@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
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
<h3>Properties</h3>
|
|
100
100
|
<ul class="tsd-index-list">
|
|
101
101
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_renderer.authoringinfo.html#classificationmethod" class="tsd-kind-icon">classification<wbr>Method</a></li>
|
|
102
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_renderer.authoringinfo.html#colorramp" class="tsd-kind-icon">color<wbr>Ramp</a></li>
|
|
102
103
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_renderer.authoringinfo.html#field" class="tsd-kind-icon">field</a></li>
|
|
103
104
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_renderer.authoringinfo.html#fields" class="tsd-kind-icon">fields</a></li>
|
|
104
105
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_renderer.authoringinfo.html#standarddeviationinterval" class="tsd-kind-icon">standard<wbr>Deviation<wbr>Interval</a></li>
|
|
@@ -127,13 +128,29 @@
|
|
|
127
128
|
</div>
|
|
128
129
|
</div>
|
|
129
130
|
</section>
|
|
131
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
132
|
+
<a name="colorramp" class="tsd-anchor"></a>
|
|
133
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> color<wbr>Ramp</h3>
|
|
134
|
+
<div class="tsd-signature tsd-kind-icon">color<wbr>Ramp<span class="tsd-signature-symbol">:</span> <a href="portal_renderer.colorramp.html" class="tsd-signature-type" data-tsd-kind="Interface">ColorRamp</a></div>
|
|
135
|
+
<aside class="tsd-sources">
|
|
136
|
+
<ul>
|
|
137
|
+
<li>Defined in src/portal/Renderer.ts:163</li>
|
|
138
|
+
</ul>
|
|
139
|
+
</aside>
|
|
140
|
+
<div class="tsd-comment tsd-typography">
|
|
141
|
+
<div class="lead">
|
|
142
|
+
<p>A colorRamp object is used to specify a range of colors that are applied
|
|
143
|
+
to a group of symbols.</p>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
</section>
|
|
130
147
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
131
148
|
<a name="field" class="tsd-anchor"></a>
|
|
132
149
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> field</h3>
|
|
133
150
|
<div class="tsd-signature tsd-kind-icon">field<span class="tsd-signature-symbol">:</span> <a href="portal_field.field-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Field</a></div>
|
|
134
151
|
<aside class="tsd-sources">
|
|
135
152
|
<ul>
|
|
136
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
153
|
+
<li>Defined in src/portal/Renderer.ts:168</li>
|
|
137
154
|
</ul>
|
|
138
155
|
</aside>
|
|
139
156
|
<div class="tsd-comment tsd-typography">
|
|
@@ -148,7 +165,7 @@
|
|
|
148
165
|
<div class="tsd-signature tsd-kind-icon">fields<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
149
166
|
<aside class="tsd-sources">
|
|
150
167
|
<ul>
|
|
151
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
168
|
+
<li>Defined in src/portal/Renderer.ts:174</li>
|
|
152
169
|
</ul>
|
|
153
170
|
</aside>
|
|
154
171
|
<div class="tsd-comment tsd-typography">
|
|
@@ -164,7 +181,7 @@
|
|
|
164
181
|
<div class="tsd-signature tsd-kind-icon">standard<wbr>Deviation<wbr>Interval<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
165
182
|
<aside class="tsd-sources">
|
|
166
183
|
<ul>
|
|
167
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
184
|
+
<li>Defined in src/portal/Renderer.ts:180</li>
|
|
168
185
|
</ul>
|
|
169
186
|
</aside>
|
|
170
187
|
<div class="tsd-comment tsd-typography">
|
|
@@ -180,7 +197,7 @@
|
|
|
180
197
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_renderer.html#authoringinfotype" class="tsd-signature-type" data-tsd-kind="Type alias">AuthoringInfoType</a></div>
|
|
181
198
|
<aside class="tsd-sources">
|
|
182
199
|
<ul>
|
|
183
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
200
|
+
<li>Defined in src/portal/Renderer.ts:186</li>
|
|
184
201
|
</ul>
|
|
185
202
|
</aside>
|
|
186
203
|
<div class="tsd-comment tsd-typography">
|
|
@@ -196,7 +213,7 @@
|
|
|
196
213
|
<div class="tsd-signature tsd-kind-icon">visual<wbr>Variables<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_visualvariable.html#visualvariable" class="tsd-signature-type" data-tsd-kind="Type alias">VisualVariable</a></div>
|
|
197
214
|
<aside class="tsd-sources">
|
|
198
215
|
<ul>
|
|
199
|
-
<li>Defined in src/portal/Renderer.ts:
|
|
216
|
+
<li>Defined in src/portal/Renderer.ts:192</li>
|
|
200
217
|
</ul>
|
|
201
218
|
</aside>
|
|
202
219
|
<div class="tsd-comment tsd-typography">
|
|
@@ -234,6 +251,9 @@
|
|
|
234
251
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
235
252
|
<a href="portal_renderer.authoringinfo.html#classificationmethod" class="tsd-kind-icon">classification<wbr>Method</a>
|
|
236
253
|
</li>
|
|
254
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
255
|
+
<a href="portal_renderer.authoringinfo.html#colorramp" class="tsd-kind-icon">color<wbr>Ramp</a>
|
|
256
|
+
</li>
|
|
237
257
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
238
258
|
<a href="portal_renderer.authoringinfo.html#field" class="tsd-kind-icon">field</a>
|
|
239
259
|
</li>
|
|
@@ -253,6 +273,9 @@
|
|
|
253
273
|
</li>
|
|
254
274
|
</ul>
|
|
255
275
|
<ul class="after-current">
|
|
276
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
277
|
+
<a href="portal_renderer.colorramp.html" class="tsd-kind-icon">Color<wbr>Ramp</a>
|
|
278
|
+
</li>
|
|
256
279
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
257
280
|
<a href="portal_renderer.rendererbase.html" class="tsd-kind-icon">Renderer<wbr>Base</a>
|
|
258
281
|
</li>
|
|
@@ -0,0 +1,291 @@
|
|
|
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>ColorRamp | @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="../modules/portal_renderer.html">portal/Renderer</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<a href="portal_renderer.colorramp.html">ColorRamp</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface ColorRamp</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 tsd-comment">
|
|
70
|
+
<div class="tsd-comment tsd-typography">
|
|
71
|
+
<div class="lead">
|
|
72
|
+
<p>A colorRamp object is used to specify a range of colors that are applied to a
|
|
73
|
+
group of symbols.
|
|
74
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/colorRamp/" class="external">https://developers.arcgis.com/web-map-specification/objects/colorRamp/</a>.</p>
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
</section>
|
|
78
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
79
|
+
<h3>Hierarchy</h3>
|
|
80
|
+
<ul class="tsd-hierarchy">
|
|
81
|
+
<li>
|
|
82
|
+
<span class="target">ColorRamp</span>
|
|
83
|
+
</li>
|
|
84
|
+
</ul>
|
|
85
|
+
</section>
|
|
86
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
87
|
+
<h2>Index</h2>
|
|
88
|
+
<section class="tsd-panel tsd-index-panel">
|
|
89
|
+
<div class="tsd-index-content">
|
|
90
|
+
<section class="tsd-index-section ">
|
|
91
|
+
<h3>Properties</h3>
|
|
92
|
+
<ul class="tsd-index-list">
|
|
93
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_renderer.colorramp.html#algorithm" class="tsd-kind-icon">algorithm</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_renderer.colorramp.html#colorramps" class="tsd-kind-icon">color<wbr>Ramps</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_renderer.colorramp.html#fromcolor" class="tsd-kind-icon">from<wbr>Color</a></li>
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_renderer.colorramp.html#tocolor" class="tsd-kind-icon">to<wbr>Color</a></li>
|
|
97
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_renderer.colorramp.html#type" class="tsd-kind-icon">type</a></li>
|
|
98
|
+
</ul>
|
|
99
|
+
</section>
|
|
100
|
+
</div>
|
|
101
|
+
</section>
|
|
102
|
+
</section>
|
|
103
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
104
|
+
<h2>Properties</h2>
|
|
105
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
106
|
+
<a name="algorithm" class="tsd-anchor"></a>
|
|
107
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> algorithm</h3>
|
|
108
|
+
<div class="tsd-signature tsd-kind-icon">algorithm<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"esriCIELabAlgorithm"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriHSVAlgorithm"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriLabLChAlgorithm"</span></div>
|
|
109
|
+
<aside class="tsd-sources">
|
|
110
|
+
<ul>
|
|
111
|
+
<li>Defined in src/portal/Renderer.ts:210</li>
|
|
112
|
+
</ul>
|
|
113
|
+
</aside>
|
|
114
|
+
<div class="tsd-comment tsd-typography">
|
|
115
|
+
<div class="lead">
|
|
116
|
+
<pre><code><span style="color: #001080">Algorithm</span><span style="color: #000000"> </span><span style="color: #001080">used</span><span style="color: #000000"> </span><span style="color: #001080">for</span><span style="color: #000000"> </span><span style="color: #001080">calculating</span><span style="color: #000000"> </span><span style="color: #001080">the</span><span style="color: #000000"> </span><span style="color: #001080">ramp</span><span style="color: #000000">.</span>
|
|
117
|
+
</code></pre>
|
|
118
|
+
</div>
|
|
119
|
+
</div>
|
|
120
|
+
</section>
|
|
121
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
122
|
+
<a name="colorramps" class="tsd-anchor"></a>
|
|
123
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> color<wbr>Ramps</h3>
|
|
124
|
+
<div class="tsd-signature tsd-kind-icon">color<wbr>Ramps<span class="tsd-signature-symbol">:</span> <a href="portal_renderer.colorramp.html" class="tsd-signature-type" data-tsd-kind="Interface">ColorRamp</a><span class="tsd-signature-symbol">[]</span></div>
|
|
125
|
+
<aside class="tsd-sources">
|
|
126
|
+
<ul>
|
|
127
|
+
<li>Defined in src/portal/Renderer.ts:214</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</aside>
|
|
130
|
+
<div class="tsd-comment tsd-typography">
|
|
131
|
+
<div class="lead">
|
|
132
|
+
<p>A multipart color ramp is defined by a list of constituent color ramps.</p>
|
|
133
|
+
</div>
|
|
134
|
+
</div>
|
|
135
|
+
</section>
|
|
136
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
137
|
+
<a name="fromcolor" class="tsd-anchor"></a>
|
|
138
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> from<wbr>Color</h3>
|
|
139
|
+
<div class="tsd-signature tsd-kind-icon">from<wbr>Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span></div>
|
|
140
|
+
<aside class="tsd-sources">
|
|
141
|
+
<ul>
|
|
142
|
+
<li>Defined in src/portal/Renderer.ts:218</li>
|
|
143
|
+
</ul>
|
|
144
|
+
</aside>
|
|
145
|
+
<div class="tsd-comment tsd-typography">
|
|
146
|
+
<div class="lead">
|
|
147
|
+
<p>Array representing the initial color to start the ramp from.</p>
|
|
148
|
+
</div>
|
|
149
|
+
</div>
|
|
150
|
+
</section>
|
|
151
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
152
|
+
<a name="tocolor" class="tsd-anchor"></a>
|
|
153
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> to<wbr>Color</h3>
|
|
154
|
+
<div class="tsd-signature tsd-kind-icon">to<wbr>Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span></div>
|
|
155
|
+
<aside class="tsd-sources">
|
|
156
|
+
<ul>
|
|
157
|
+
<li>Defined in src/portal/Renderer.ts:222</li>
|
|
158
|
+
</ul>
|
|
159
|
+
</aside>
|
|
160
|
+
<div class="tsd-comment tsd-typography">
|
|
161
|
+
<div class="lead">
|
|
162
|
+
<p>Array representing the final color to end the ramp with.</p>
|
|
163
|
+
</div>
|
|
164
|
+
</div>
|
|
165
|
+
</section>
|
|
166
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
167
|
+
<a name="type" class="tsd-anchor"></a>
|
|
168
|
+
<h3>type</h3>
|
|
169
|
+
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"algorithmic"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"multipart"</span></div>
|
|
170
|
+
<aside class="tsd-sources">
|
|
171
|
+
<ul>
|
|
172
|
+
<li>Defined in src/portal/Renderer.ts:226</li>
|
|
173
|
+
</ul>
|
|
174
|
+
</aside>
|
|
175
|
+
<div class="tsd-comment tsd-typography">
|
|
176
|
+
<div class="lead">
|
|
177
|
+
<pre><code><span style="color: #001080">Value</span><span style="color: #000000"> </span><span style="color: #001080">indicating</span><span style="color: #000000"> </span><span style="color: #001080">the</span><span style="color: #000000"> </span><span style="color: #0000FF">type</span><span style="color: #000000"> </span><span style="color: #267F99">of</span><span style="color: #000000"> colorRamp.</span>
|
|
178
|
+
</code></pre>
|
|
179
|
+
</div>
|
|
180
|
+
</div>
|
|
181
|
+
</section>
|
|
182
|
+
</section>
|
|
183
|
+
</div>
|
|
184
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
185
|
+
<nav class="tsd-navigation primary">
|
|
186
|
+
<ul>
|
|
187
|
+
<li class=" ">
|
|
188
|
+
<a href="../modules.html">Exports</a>
|
|
189
|
+
</li>
|
|
190
|
+
<li class="current tsd-kind-module">
|
|
191
|
+
<a href="../modules/portal_renderer.html">portal/<wbr>Renderer</a>
|
|
192
|
+
<ul>
|
|
193
|
+
<li class=" tsd-kind-namespace tsd-parent-kind-module">
|
|
194
|
+
<a href="../modules/portal_renderer.renderer.html">Renderer</a>
|
|
195
|
+
</li>
|
|
196
|
+
</ul>
|
|
197
|
+
</li>
|
|
198
|
+
</ul>
|
|
199
|
+
</nav>
|
|
200
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
201
|
+
<ul class="before-current">
|
|
202
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
203
|
+
<a href="portal_renderer.authoringinfo.html" class="tsd-kind-icon">Authoring<wbr>Info</a>
|
|
204
|
+
</li>
|
|
205
|
+
</ul>
|
|
206
|
+
<ul class="current">
|
|
207
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
208
|
+
<a href="portal_renderer.colorramp.html" class="tsd-kind-icon">Color<wbr>Ramp</a>
|
|
209
|
+
<ul>
|
|
210
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
211
|
+
<a href="portal_renderer.colorramp.html#algorithm" class="tsd-kind-icon">algorithm</a>
|
|
212
|
+
</li>
|
|
213
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
214
|
+
<a href="portal_renderer.colorramp.html#colorramps" class="tsd-kind-icon">color<wbr>Ramps</a>
|
|
215
|
+
</li>
|
|
216
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
217
|
+
<a href="portal_renderer.colorramp.html#fromcolor" class="tsd-kind-icon">from<wbr>Color</a>
|
|
218
|
+
</li>
|
|
219
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
220
|
+
<a href="portal_renderer.colorramp.html#tocolor" class="tsd-kind-icon">to<wbr>Color</a>
|
|
221
|
+
</li>
|
|
222
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
223
|
+
<a href="portal_renderer.colorramp.html#type" class="tsd-kind-icon">type</a>
|
|
224
|
+
</li>
|
|
225
|
+
</ul>
|
|
226
|
+
</li>
|
|
227
|
+
</ul>
|
|
228
|
+
<ul class="after-current">
|
|
229
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
230
|
+
<a href="portal_renderer.rendererbase.html" class="tsd-kind-icon">Renderer<wbr>Base</a>
|
|
231
|
+
</li>
|
|
232
|
+
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
233
|
+
<a href="../modules/portal_renderer.html#authoringinfotype" class="tsd-kind-icon">Authoring<wbr>Info<wbr>Type</a>
|
|
234
|
+
</li>
|
|
235
|
+
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
236
|
+
<a href="../modules/portal_renderer.html#classificationmethod" class="tsd-kind-icon">Classification<wbr>Method</a>
|
|
237
|
+
</li>
|
|
238
|
+
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
239
|
+
<a href="../modules/portal_renderer.html#renderer-1" class="tsd-kind-icon">Renderer</a>
|
|
240
|
+
</li>
|
|
241
|
+
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
242
|
+
<a href="../modules/portal_renderer.html#renderertype" class="tsd-kind-icon">Renderer<wbr>Type</a>
|
|
243
|
+
</li>
|
|
244
|
+
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
245
|
+
<a href="../modules/portal_renderer.html#rotationtype" class="tsd-kind-icon">Rotation<wbr>Type</a>
|
|
246
|
+
</li>
|
|
247
|
+
<li class=" tsd-kind-variable tsd-parent-kind-module">
|
|
248
|
+
<a href="../modules/portal_renderer.html#defaultlinerenderer" class="tsd-kind-icon">default<wbr>Line<wbr>Renderer</a>
|
|
249
|
+
</li>
|
|
250
|
+
<li class=" tsd-kind-variable tsd-parent-kind-module">
|
|
251
|
+
<a href="../modules/portal_renderer.html#defaultpointrenderer" class="tsd-kind-icon">default<wbr>Point<wbr>Renderer</a>
|
|
252
|
+
</li>
|
|
253
|
+
<li class=" tsd-kind-variable tsd-parent-kind-module">
|
|
254
|
+
<a href="../modules/portal_renderer.html#defaultpolygonrenderer" class="tsd-kind-icon">default<wbr>Polygon<wbr>Renderer</a>
|
|
255
|
+
</li>
|
|
256
|
+
</ul>
|
|
257
|
+
</nav>
|
|
258
|
+
</div>
|
|
259
|
+
</div>
|
|
260
|
+
</div>
|
|
261
|
+
<footer>
|
|
262
|
+
<div class="container">
|
|
263
|
+
<h2>Legend</h2>
|
|
264
|
+
<div class="tsd-legend-group">
|
|
265
|
+
<ul class="tsd-legend">
|
|
266
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
267
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
268
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
269
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
270
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
271
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
272
|
+
</ul>
|
|
273
|
+
<ul class="tsd-legend">
|
|
274
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
275
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
276
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
277
|
+
</ul>
|
|
278
|
+
<ul class="tsd-legend">
|
|
279
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
280
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
281
|
+
</ul>
|
|
282
|
+
<ul class="tsd-legend">
|
|
283
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
284
|
+
</ul>
|
|
285
|
+
</div>
|
|
286
|
+
</div>
|
|
287
|
+
</footer>
|
|
288
|
+
<div class="overlay"></div>
|
|
289
|
+
<script src="../assets/js/main.js"></script>
|
|
290
|
+
</body>
|
|
291
|
+
</html>
|
|
@@ -238,6 +238,9 @@
|
|
|
238
238
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
239
239
|
<a href="portal_renderer.authoringinfo.html" class="tsd-kind-icon">Authoring<wbr>Info</a>
|
|
240
240
|
</li>
|
|
241
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
242
|
+
<a href="portal_renderer.colorramp.html" class="tsd-kind-icon">Color<wbr>Ramp</a>
|
|
243
|
+
</li>
|
|
241
244
|
</ul>
|
|
242
245
|
<ul class="current">
|
|
243
246
|
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
@@ -96,10 +96,12 @@
|
|
|
96
96
|
<ul class="tsd-index-list">
|
|
97
97
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#blendmode" class="tsd-kind-icon">blend<wbr>Mode</a></li>
|
|
98
98
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#capabilities" class="tsd-kind-icon">capabilities</a></li>
|
|
99
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#customparameters" class="tsd-kind-icon">custom<wbr>Parameters</a></li>
|
|
99
100
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#definitioneditor" class="tsd-kind-icon">definition<wbr>Editor</a></li>
|
|
100
101
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#disablepopup" class="tsd-kind-icon">disable<wbr>Popup</a></li>
|
|
101
102
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#featurecollection" class="tsd-kind-icon">feature<wbr>Collection</a></li>
|
|
102
103
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#featurecollectiontype" class="tsd-kind-icon">feature<wbr>Collection<wbr>Type</a></li>
|
|
104
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#forminfo" class="tsd-kind-icon">form<wbr>Info</a></li>
|
|
103
105
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#id" class="tsd-kind-icon">id</a></li>
|
|
104
106
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#itemid" class="tsd-kind-icon">item<wbr>Id</a></li>
|
|
105
107
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#layerdefinition" class="tsd-kind-icon">layer<wbr>Definition</a></li>
|
|
@@ -114,6 +116,7 @@
|
|
|
114
116
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#screensizeperspective" class="tsd-kind-icon">screen<wbr>Size<wbr>Perspective</a></li>
|
|
115
117
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#showlabels" class="tsd-kind-icon">show<wbr>Labels</a></li>
|
|
116
118
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#showlegend" class="tsd-kind-icon">show<wbr>Legend</a></li>
|
|
119
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#subtypecode" class="tsd-kind-icon">subtype<wbr>Code</a></li>
|
|
117
120
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#title" class="tsd-kind-icon">title</a></li>
|
|
118
121
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#type" class="tsd-kind-icon">type</a></li>
|
|
119
122
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_streamlayer.streamlayer-1.html#url" class="tsd-kind-icon">url</a></li>
|
|
@@ -149,7 +152,7 @@
|
|
|
149
152
|
<aside class="tsd-sources">
|
|
150
153
|
<p>Inherited from Omit.capabilities</p>
|
|
151
154
|
<ul>
|
|
152
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
155
|
+
<li>Defined in src/portal/FeatureLayer.ts:369</li>
|
|
153
156
|
</ul>
|
|
154
157
|
</aside>
|
|
155
158
|
<div class="tsd-comment tsd-typography">
|
|
@@ -160,6 +163,23 @@
|
|
|
160
163
|
</div>
|
|
161
164
|
</div>
|
|
162
165
|
</section>
|
|
166
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
167
|
+
<a name="customparameters" class="tsd-anchor"></a>
|
|
168
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> custom<wbr>Parameters</h3>
|
|
169
|
+
<div class="tsd-signature tsd-kind-icon">custom<wbr>Parameters<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">></span></div>
|
|
170
|
+
<aside class="tsd-sources">
|
|
171
|
+
<p>Inherited from Omit.customParameters</p>
|
|
172
|
+
<ul>
|
|
173
|
+
<li>Defined in src/portal/FeatureLayer.ts:375</li>
|
|
174
|
+
</ul>
|
|
175
|
+
</aside>
|
|
176
|
+
<div class="tsd-comment tsd-typography">
|
|
177
|
+
<div class="lead">
|
|
178
|
+
<p>A sequence of custom parameters appended to the URL of all requests
|
|
179
|
+
related to supporting ArcGIS layer types.</p>
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
</section>
|
|
163
183
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
164
184
|
<a name="definitioneditor" class="tsd-anchor"></a>
|
|
165
185
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> definition<wbr>Editor</h3>
|
|
@@ -167,7 +187,7 @@
|
|
|
167
187
|
<aside class="tsd-sources">
|
|
168
188
|
<p>Inherited from Omit.definitionEditor</p>
|
|
169
189
|
<ul>
|
|
170
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
190
|
+
<li>Defined in src/portal/FeatureLayer.ts:380</li>
|
|
171
191
|
</ul>
|
|
172
192
|
</aside>
|
|
173
193
|
<div class="tsd-comment tsd-typography">
|
|
@@ -183,7 +203,7 @@
|
|
|
183
203
|
<aside class="tsd-sources">
|
|
184
204
|
<p>Inherited from Omit.disablePopup</p>
|
|
185
205
|
<ul>
|
|
186
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
206
|
+
<li>Defined in src/portal/FeatureLayer.ts:386</li>
|
|
187
207
|
</ul>
|
|
188
208
|
</aside>
|
|
189
209
|
<div class="tsd-comment tsd-typography">
|
|
@@ -200,7 +220,7 @@
|
|
|
200
220
|
<aside class="tsd-sources">
|
|
201
221
|
<p>Inherited from Omit.featureCollection</p>
|
|
202
222
|
<ul>
|
|
203
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
223
|
+
<li>Defined in src/portal/FeatureLayer.ts:393</li>
|
|
204
224
|
</ul>
|
|
205
225
|
</aside>
|
|
206
226
|
<div class="tsd-comment tsd-typography">
|
|
@@ -218,7 +238,7 @@
|
|
|
218
238
|
<aside class="tsd-sources">
|
|
219
239
|
<p>Inherited from Omit.featureCollectionType</p>
|
|
220
240
|
<ul>
|
|
221
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
241
|
+
<li>Defined in src/portal/FeatureLayer.ts:400</li>
|
|
222
242
|
</ul>
|
|
223
243
|
</aside>
|
|
224
244
|
<div class="tsd-comment tsd-typography">
|
|
@@ -229,6 +249,23 @@
|
|
|
229
249
|
</div>
|
|
230
250
|
</div>
|
|
231
251
|
</section>
|
|
252
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
253
|
+
<a name="forminfo" class="tsd-anchor"></a>
|
|
254
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> form<wbr>Info</h3>
|
|
255
|
+
<div class="tsd-signature tsd-kind-icon">form<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_forminfo.forminfo.html" class="tsd-signature-type" data-tsd-kind="Interface">FormInfo</a></div>
|
|
256
|
+
<aside class="tsd-sources">
|
|
257
|
+
<p>Inherited from Omit.formInfo</p>
|
|
258
|
+
<ul>
|
|
259
|
+
<li>Defined in src/portal/FeatureLayer.ts:406</li>
|
|
260
|
+
</ul>
|
|
261
|
+
</aside>
|
|
262
|
+
<div class="tsd-comment tsd-typography">
|
|
263
|
+
<div class="lead">
|
|
264
|
+
<p>A formInfo object defining the content of the form when you are editing a
|
|
265
|
+
feature.</p>
|
|
266
|
+
</div>
|
|
267
|
+
</div>
|
|
268
|
+
</section>
|
|
232
269
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
233
270
|
<a name="id" class="tsd-anchor"></a>
|
|
234
271
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> id</h3>
|
|
@@ -252,7 +289,7 @@
|
|
|
252
289
|
<aside class="tsd-sources">
|
|
253
290
|
<p>Inherited from Omit.itemId</p>
|
|
254
291
|
<ul>
|
|
255
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
292
|
+
<li>Defined in src/portal/FeatureLayer.ts:412</li>
|
|
256
293
|
</ul>
|
|
257
294
|
</aside>
|
|
258
295
|
<div class="tsd-comment tsd-typography">
|
|
@@ -269,7 +306,7 @@
|
|
|
269
306
|
<aside class="tsd-sources">
|
|
270
307
|
<p>Inherited from Omit.layerDefinition</p>
|
|
271
308
|
<ul>
|
|
272
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
309
|
+
<li>Defined in src/portal/FeatureLayer.ts:418</li>
|
|
273
310
|
</ul>
|
|
274
311
|
</aside>
|
|
275
312
|
<div class="tsd-comment tsd-typography">
|
|
@@ -355,7 +392,7 @@
|
|
|
355
392
|
<aside class="tsd-sources">
|
|
356
393
|
<p>Inherited from Omit.mode</p>
|
|
357
394
|
<ul>
|
|
358
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
395
|
+
<li>Defined in src/portal/FeatureLayer.ts:443</li>
|
|
359
396
|
</ul>
|
|
360
397
|
</aside>
|
|
361
398
|
<div class="tsd-comment tsd-typography">
|
|
@@ -403,7 +440,7 @@
|
|
|
403
440
|
<aside class="tsd-sources">
|
|
404
441
|
<p>Inherited from Omit.popupInfo</p>
|
|
405
442
|
<ul>
|
|
406
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
443
|
+
<li>Defined in src/portal/FeatureLayer.ts:449</li>
|
|
407
444
|
</ul>
|
|
408
445
|
</aside>
|
|
409
446
|
<div class="tsd-comment tsd-typography">
|
|
@@ -444,7 +481,7 @@
|
|
|
444
481
|
<aside class="tsd-sources">
|
|
445
482
|
<p>Inherited from Omit.screenSizePerspective</p>
|
|
446
483
|
<ul>
|
|
447
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
484
|
+
<li>Defined in src/portal/FeatureLayer.ts:454</li>
|
|
448
485
|
</ul>
|
|
449
486
|
</aside>
|
|
450
487
|
<div class="tsd-comment tsd-typography">
|
|
@@ -460,7 +497,7 @@
|
|
|
460
497
|
<aside class="tsd-sources">
|
|
461
498
|
<p>Inherited from Omit.showLabels</p>
|
|
462
499
|
<ul>
|
|
463
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
500
|
+
<li>Defined in src/portal/FeatureLayer.ts:460</li>
|
|
464
501
|
</ul>
|
|
465
502
|
</aside>
|
|
466
503
|
<div class="tsd-comment tsd-typography">
|
|
@@ -487,6 +524,23 @@
|
|
|
487
524
|
</div>
|
|
488
525
|
</div>
|
|
489
526
|
</section>
|
|
527
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
528
|
+
<a name="subtypecode" class="tsd-anchor"></a>
|
|
529
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> subtype<wbr>Code</h3>
|
|
530
|
+
<div class="tsd-signature tsd-kind-icon">subtype<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
|
|
531
|
+
<aside class="tsd-sources">
|
|
532
|
+
<p>Inherited from Omit.subtypeCode</p>
|
|
533
|
+
<ul>
|
|
534
|
+
<li>Defined in src/portal/FeatureLayer.ts:466</li>
|
|
535
|
+
</ul>
|
|
536
|
+
</aside>
|
|
537
|
+
<div class="tsd-comment tsd-typography">
|
|
538
|
+
<div class="lead">
|
|
539
|
+
<p>The feature subtype code identifying the layer. Used with
|
|
540
|
+
SubtypeGroupLayers.</p>
|
|
541
|
+
</div>
|
|
542
|
+
</div>
|
|
543
|
+
</section>
|
|
490
544
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
491
545
|
<a name="title" class="tsd-anchor"></a>
|
|
492
546
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> title</h3>
|
|
@@ -531,7 +585,7 @@
|
|
|
531
585
|
<aside class="tsd-sources">
|
|
532
586
|
<p>Inherited from Omit.url</p>
|
|
533
587
|
<ul>
|
|
534
|
-
<li>Defined in src/portal/FeatureLayer.ts:
|
|
588
|
+
<li>Defined in src/portal/FeatureLayer.ts:472</li>
|
|
535
589
|
</ul>
|
|
536
590
|
</aside>
|
|
537
591
|
<div class="tsd-comment tsd-typography">
|
|
@@ -588,6 +642,9 @@
|
|
|
588
642
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
589
643
|
<a href="portal_streamlayer.streamlayer-1.html#capabilities" class="tsd-kind-icon">capabilities</a>
|
|
590
644
|
</li>
|
|
645
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
646
|
+
<a href="portal_streamlayer.streamlayer-1.html#customparameters" class="tsd-kind-icon">custom<wbr>Parameters</a>
|
|
647
|
+
</li>
|
|
591
648
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
592
649
|
<a href="portal_streamlayer.streamlayer-1.html#definitioneditor" class="tsd-kind-icon">definition<wbr>Editor</a>
|
|
593
650
|
</li>
|
|
@@ -600,6 +657,9 @@
|
|
|
600
657
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
601
658
|
<a href="portal_streamlayer.streamlayer-1.html#featurecollectiontype" class="tsd-kind-icon">feature<wbr>Collection<wbr>Type</a>
|
|
602
659
|
</li>
|
|
660
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
661
|
+
<a href="portal_streamlayer.streamlayer-1.html#forminfo" class="tsd-kind-icon">form<wbr>Info</a>
|
|
662
|
+
</li>
|
|
603
663
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
604
664
|
<a href="portal_streamlayer.streamlayer-1.html#id" class="tsd-kind-icon">id</a>
|
|
605
665
|
</li>
|
|
@@ -642,6 +702,9 @@
|
|
|
642
702
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
643
703
|
<a href="portal_streamlayer.streamlayer-1.html#showlegend" class="tsd-kind-icon">show<wbr>Legend</a>
|
|
644
704
|
</li>
|
|
705
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
706
|
+
<a href="portal_streamlayer.streamlayer-1.html#subtypecode" class="tsd-kind-icon">subtype<wbr>Code</a>
|
|
707
|
+
</li>
|
|
645
708
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
646
709
|
<a href="portal_streamlayer.streamlayer-1.html#title" class="tsd-kind-icon">title</a>
|
|
647
710
|
</li>
|