@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,501 @@
|
|
|
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>SubtypeGroupLayer | @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_grouplayer.html">portal/GroupLayer</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<a href="portal_grouplayer.subtypegrouplayer.html">SubtypeGroupLayer</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface SubtypeGroupLayer</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>Subtype group layers can be created by referencing a layer from a feature
|
|
73
|
+
service that contains subtypes. Each subtype in the feature service layer can
|
|
74
|
+
be a separate layer in the subtype group layer, and be given its own display
|
|
75
|
+
and editing properties. With respect to layer blending, subtype group layers
|
|
76
|
+
follow the same rules as group layers.
|
|
77
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/subtypeGroupLayer/" class="external">https://developers.arcgis.com/web-map-specification/objects/subtypeGroupLayer/</a>.</p>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
</section>
|
|
81
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
82
|
+
<h3>Hierarchy</h3>
|
|
83
|
+
<ul class="tsd-hierarchy">
|
|
84
|
+
<li>
|
|
85
|
+
<span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><a href="portal_grouplayer.grouplayer-1.html" class="tsd-signature-type" data-tsd-kind="Interface">GroupLayer</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"layerType"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"layers"</span><span class="tsd-signature-symbol">></span>
|
|
86
|
+
<ul class="tsd-hierarchy">
|
|
87
|
+
<li>
|
|
88
|
+
<span class="target">SubtypeGroupLayer</span>
|
|
89
|
+
</li>
|
|
90
|
+
</ul>
|
|
91
|
+
</li>
|
|
92
|
+
</ul>
|
|
93
|
+
</section>
|
|
94
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
95
|
+
<h2>Index</h2>
|
|
96
|
+
<section class="tsd-panel tsd-index-panel">
|
|
97
|
+
<div class="tsd-index-content">
|
|
98
|
+
<section class="tsd-index-section ">
|
|
99
|
+
<h3>Properties</h3>
|
|
100
|
+
<ul class="tsd-index-list">
|
|
101
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#blendmode" class="tsd-kind-icon">blend<wbr>Mode</a></li>
|
|
102
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_grouplayer.subtypegrouplayer.html#customparameters" class="tsd-kind-icon">custom<wbr>Parameters</a></li>
|
|
103
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#id" class="tsd-kind-icon">id</a></li>
|
|
104
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_grouplayer.subtypegrouplayer.html#layertype" class="tsd-kind-icon">layer<wbr>Type</a></li>
|
|
105
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_grouplayer.subtypegrouplayer.html#layers" class="tsd-kind-icon">layers</a></li>
|
|
106
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#listmode" class="tsd-kind-icon">list<wbr>Mode</a></li>
|
|
107
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#maxscale" class="tsd-kind-icon">max<wbr>Scale</a></li>
|
|
108
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#minscale" class="tsd-kind-icon">min<wbr>Scale</a></li>
|
|
109
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#opacity" class="tsd-kind-icon">opacity</a></li>
|
|
110
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#refreshinterval" class="tsd-kind-icon">refresh<wbr>Interval</a></li>
|
|
111
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#showlegend" class="tsd-kind-icon">show<wbr>Legend</a></li>
|
|
112
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#title" class="tsd-kind-icon">title</a></li>
|
|
113
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#type" class="tsd-kind-icon">type</a></li>
|
|
114
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#visibility" class="tsd-kind-icon">visibility</a></li>
|
|
115
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_grouplayer.subtypegrouplayer.html#visibilitymode" class="tsd-kind-icon">visibility<wbr>Mode</a></li>
|
|
116
|
+
</ul>
|
|
117
|
+
</section>
|
|
118
|
+
</div>
|
|
119
|
+
</section>
|
|
120
|
+
</section>
|
|
121
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
122
|
+
<h2>Properties</h2>
|
|
123
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
124
|
+
<a name="blendmode" class="tsd-anchor"></a>
|
|
125
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> blend<wbr>Mode</h3>
|
|
126
|
+
<div class="tsd-signature tsd-kind-icon">blend<wbr>Mode<span class="tsd-signature-symbol">:</span> <a href="../modules/portal__layerbase.html#blendmode" class="tsd-signature-type" data-tsd-kind="Type alias">BlendMode</a></div>
|
|
127
|
+
<aside class="tsd-sources">
|
|
128
|
+
<p>Inherited from Omit.blendMode</p>
|
|
129
|
+
<ul>
|
|
130
|
+
<li>Defined in src/portal/_LayerBase.ts:17</li>
|
|
131
|
+
</ul>
|
|
132
|
+
</aside>
|
|
133
|
+
<div class="tsd-comment tsd-typography">
|
|
134
|
+
<div class="lead">
|
|
135
|
+
<p>Blend modes are used to blend layers together to create an interesting
|
|
136
|
+
effect in a layer, or even to produce what seems like a new layer.</p>
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
139
|
+
</section>
|
|
140
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
141
|
+
<a name="customparameters" class="tsd-anchor"></a>
|
|
142
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> custom<wbr>Parameters</h3>
|
|
143
|
+
<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>
|
|
144
|
+
<aside class="tsd-sources">
|
|
145
|
+
<ul>
|
|
146
|
+
<li>Defined in src/portal/GroupLayer.ts:156</li>
|
|
147
|
+
</ul>
|
|
148
|
+
</aside>
|
|
149
|
+
<div class="tsd-comment tsd-typography">
|
|
150
|
+
<div class="lead">
|
|
151
|
+
<p>A sequence of custom parameters appended to the URL of all requests
|
|
152
|
+
related to supporting ArcGIS layer types.</p>
|
|
153
|
+
</div>
|
|
154
|
+
</div>
|
|
155
|
+
</section>
|
|
156
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
157
|
+
<a name="id" class="tsd-anchor"></a>
|
|
158
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> id</h3>
|
|
159
|
+
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
160
|
+
<aside class="tsd-sources">
|
|
161
|
+
<p>Inherited from Omit.id</p>
|
|
162
|
+
<ul>
|
|
163
|
+
<li>Defined in src/portal/_LayerBase.ts:22</li>
|
|
164
|
+
</ul>
|
|
165
|
+
</aside>
|
|
166
|
+
<div class="tsd-comment tsd-typography">
|
|
167
|
+
<div class="lead">
|
|
168
|
+
<p>A unique identifying string for the layer.</p>
|
|
169
|
+
</div>
|
|
170
|
+
</div>
|
|
171
|
+
</section>
|
|
172
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
173
|
+
<a name="layertype" class="tsd-anchor"></a>
|
|
174
|
+
<h3>layer<wbr>Type</h3>
|
|
175
|
+
<div class="tsd-signature tsd-kind-icon">layer<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"SubtypeGroupLayer"</span></div>
|
|
176
|
+
<aside class="tsd-sources">
|
|
177
|
+
<ul>
|
|
178
|
+
<li>Defined in src/portal/GroupLayer.ts:161</li>
|
|
179
|
+
</ul>
|
|
180
|
+
</aside>
|
|
181
|
+
<div class="tsd-comment tsd-typography">
|
|
182
|
+
<div class="lead">
|
|
183
|
+
<pre><code><span style="color: #267F99">String</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: #001080">layer</span><span style="color: #000000"> </span><span style="color: #001080">type</span><span style="color: #000000">.</span>
|
|
184
|
+
</code></pre>
|
|
185
|
+
</div>
|
|
186
|
+
</div>
|
|
187
|
+
</section>
|
|
188
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
189
|
+
<a name="layers" class="tsd-anchor"></a>
|
|
190
|
+
<h3>layers</h3>
|
|
191
|
+
<div class="tsd-signature tsd-kind-icon">layers<span class="tsd-signature-symbol">:</span> <a href="portal_featurelayer.featurelayer-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureLayer</a><span class="tsd-signature-symbol">[]</span></div>
|
|
192
|
+
<aside class="tsd-sources">
|
|
193
|
+
<ul>
|
|
194
|
+
<li>Defined in src/portal/GroupLayer.ts:167</li>
|
|
195
|
+
</ul>
|
|
196
|
+
</aside>
|
|
197
|
+
<div class="tsd-comment tsd-typography">
|
|
198
|
+
<div class="lead">
|
|
199
|
+
<p>An array of feature layers, each describing the properties for a subtype
|
|
200
|
+
in the feature service layer.</p>
|
|
201
|
+
</div>
|
|
202
|
+
</div>
|
|
203
|
+
</section>
|
|
204
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
205
|
+
<a name="listmode" class="tsd-anchor"></a>
|
|
206
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> list<wbr>Mode</h3>
|
|
207
|
+
<div class="tsd-signature tsd-kind-icon">list<wbr>Mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"show"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"hide"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"hide-children"</span></div>
|
|
208
|
+
<aside class="tsd-sources">
|
|
209
|
+
<p>Inherited from Omit.listMode</p>
|
|
210
|
+
<ul>
|
|
211
|
+
<li>Defined in src/portal/GroupLayer.ts:134</li>
|
|
212
|
+
</ul>
|
|
213
|
+
</aside>
|
|
214
|
+
<div class="tsd-comment tsd-typography">
|
|
215
|
+
<div class="lead">
|
|
216
|
+
<p>To show or hide the group layer in the layer list.
|
|
217
|
+
See <a href="../modules/support_esri.html#listmode">ListMode</a>.</p>
|
|
218
|
+
</div>
|
|
219
|
+
</div>
|
|
220
|
+
</section>
|
|
221
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
222
|
+
<a name="maxscale" class="tsd-anchor"></a>
|
|
223
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> max<wbr>Scale</h3>
|
|
224
|
+
<div class="tsd-signature tsd-kind-icon">max<wbr>Scale<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
225
|
+
<aside class="tsd-sources">
|
|
226
|
+
<p>Inherited from Omit.maxScale</p>
|
|
227
|
+
<ul>
|
|
228
|
+
<li>Defined in src/portal/_LayerBase.ts:35</li>
|
|
229
|
+
</ul>
|
|
230
|
+
</aside>
|
|
231
|
+
<div class="tsd-comment tsd-typography">
|
|
232
|
+
<div class="lead">
|
|
233
|
+
<p>A number representing the maximum scale at which the layer will be
|
|
234
|
+
visible. The number is the scale's denominator; thus, a value of 2400
|
|
235
|
+
represents a scale of 1/2,400. A value of 0 indicates that the layer will
|
|
236
|
+
be visible no matter how far you zoom in.</p>
|
|
237
|
+
</div>
|
|
238
|
+
</div>
|
|
239
|
+
</section>
|
|
240
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
241
|
+
<a name="minscale" class="tsd-anchor"></a>
|
|
242
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr>Scale</h3>
|
|
243
|
+
<div class="tsd-signature tsd-kind-icon">min<wbr>Scale<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
244
|
+
<aside class="tsd-sources">
|
|
245
|
+
<p>Inherited from Omit.minScale</p>
|
|
246
|
+
<ul>
|
|
247
|
+
<li>Defined in src/portal/_LayerBase.ts:42</li>
|
|
248
|
+
</ul>
|
|
249
|
+
</aside>
|
|
250
|
+
<div class="tsd-comment tsd-typography">
|
|
251
|
+
<div class="lead">
|
|
252
|
+
<p>A number representing the minimum scale at which the layer will be
|
|
253
|
+
visible. The number is the scale's denominator; thus, a value of 2400
|
|
254
|
+
represents a scale of 1/2,400.</p>
|
|
255
|
+
</div>
|
|
256
|
+
</div>
|
|
257
|
+
</section>
|
|
258
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
259
|
+
<a name="opacity" class="tsd-anchor"></a>
|
|
260
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> opacity</h3>
|
|
261
|
+
<div class="tsd-signature tsd-kind-icon">opacity<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
262
|
+
<aside class="tsd-sources">
|
|
263
|
+
<p>Inherited from Omit.opacity</p>
|
|
264
|
+
<ul>
|
|
265
|
+
<li>Defined in src/portal/_LayerBase.ts:48</li>
|
|
266
|
+
</ul>
|
|
267
|
+
</aside>
|
|
268
|
+
<div class="tsd-comment tsd-typography">
|
|
269
|
+
<div class="lead">
|
|
270
|
+
<p>The degree of transparency applied to the layer on the client side,
|
|
271
|
+
where 0 is full transparency and 1 is no transparency.</p>
|
|
272
|
+
</div>
|
|
273
|
+
</div>
|
|
274
|
+
</section>
|
|
275
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
276
|
+
<a name="refreshinterval" class="tsd-anchor"></a>
|
|
277
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> refresh<wbr>Interval</h3>
|
|
278
|
+
<div class="tsd-signature tsd-kind-icon">refresh<wbr>Interval<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
279
|
+
<aside class="tsd-sources">
|
|
280
|
+
<p>Inherited from Omit.refreshInterval</p>
|
|
281
|
+
<ul>
|
|
282
|
+
<li>Defined in src/portal/OperationalLayer.ts:48</li>
|
|
283
|
+
</ul>
|
|
284
|
+
</aside>
|
|
285
|
+
<div class="tsd-comment tsd-typography">
|
|
286
|
+
<div class="lead">
|
|
287
|
+
<p>When the refresh interval is set on a layer, the client must refresh that
|
|
288
|
+
layer only, not the entire web map. The default value is '0', meaning the
|
|
289
|
+
no refresh. You can enable a refresh interval on the following types of
|
|
290
|
+
layers: ArcGIS Server web service, hosted feature layer, hosted tile
|
|
291
|
+
layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers,
|
|
292
|
+
basemaps (including Bing Maps basemaps), CSV from the web with latitude
|
|
293
|
+
and longitude fields, and KML when added to ArcGIS Online through the My
|
|
294
|
+
Content page.
|
|
295
|
+
<a href="https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm" class="external">https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm</a>.</p>
|
|
296
|
+
</div>
|
|
297
|
+
</div>
|
|
298
|
+
</section>
|
|
299
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
300
|
+
<a name="showlegend" class="tsd-anchor"></a>
|
|
301
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> show<wbr>Legend</h3>
|
|
302
|
+
<div class="tsd-signature tsd-kind-icon">show<wbr>Legend<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
303
|
+
<aside class="tsd-sources">
|
|
304
|
+
<p>Inherited from Omit.showLegend</p>
|
|
305
|
+
<ul>
|
|
306
|
+
<li>Defined in src/portal/_LayerBase.ts:54</li>
|
|
307
|
+
</ul>
|
|
308
|
+
</aside>
|
|
309
|
+
<div class="tsd-comment tsd-typography">
|
|
310
|
+
<div class="lead">
|
|
311
|
+
<p>Indicates whether to allow map authors the ability to control what
|
|
312
|
+
layers should be shown in a client's legend.</p>
|
|
313
|
+
</div>
|
|
314
|
+
</div>
|
|
315
|
+
</section>
|
|
316
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
317
|
+
<a name="title" class="tsd-anchor"></a>
|
|
318
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> title</h3>
|
|
319
|
+
<div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
320
|
+
<aside class="tsd-sources">
|
|
321
|
+
<p>Inherited from Omit.title</p>
|
|
322
|
+
<ul>
|
|
323
|
+
<li>Defined in src/portal/_LayerBase.ts:61</li>
|
|
324
|
+
</ul>
|
|
325
|
+
</aside>
|
|
326
|
+
<div class="tsd-comment tsd-typography">
|
|
327
|
+
<div class="lead">
|
|
328
|
+
<p>A user-friendly title for the layer that can be used in a table of
|
|
329
|
+
contents. If this is not included, then a title is derived from the
|
|
330
|
+
service.</p>
|
|
331
|
+
</div>
|
|
332
|
+
</div>
|
|
333
|
+
</section>
|
|
334
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
335
|
+
<a name="type" class="tsd-anchor"></a>
|
|
336
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> type</h3>
|
|
337
|
+
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_operationallayer.html#legacyoperationallayertype" class="tsd-signature-type" data-tsd-kind="Type alias">LegacyOperationalLayerType</a><span class="tsd-signature-symbol"> | </span><a href="../modules/portal_basemaplayer.html#legacybasemaplayertype" class="tsd-signature-type" data-tsd-kind="Type alias">LegacyBaseMapLayerType</a></div>
|
|
338
|
+
<aside class="tsd-sources">
|
|
339
|
+
<p>Inherited from Omit.type</p>
|
|
340
|
+
<ul>
|
|
341
|
+
<li>Defined in src/portal/_LayerBase.ts:69</li>
|
|
342
|
+
</ul>
|
|
343
|
+
</aside>
|
|
344
|
+
<div class="tsd-comment tsd-typography">
|
|
345
|
+
<div class="lead">
|
|
346
|
+
<p>(Deprecated, use layerType instead.) If the layer is referenced through a
|
|
347
|
+
URL, but is not an ArcGIS web service, then this parameter can be
|
|
348
|
+
supplied to denote the layer type. See {@link OperationalLayerType} and
|
|
349
|
+
{@link BaseMapLayerType}.</p>
|
|
350
|
+
</div>
|
|
351
|
+
</div>
|
|
352
|
+
</section>
|
|
353
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
354
|
+
<a name="visibility" class="tsd-anchor"></a>
|
|
355
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> visibility</h3>
|
|
356
|
+
<div class="tsd-signature tsd-kind-icon">visibility<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
357
|
+
<aside class="tsd-sources">
|
|
358
|
+
<p>Inherited from Omit.visibility</p>
|
|
359
|
+
<ul>
|
|
360
|
+
<li>Defined in src/portal/_LayerBase.ts:74</li>
|
|
361
|
+
</ul>
|
|
362
|
+
</aside>
|
|
363
|
+
<div class="tsd-comment tsd-typography">
|
|
364
|
+
<div class="lead">
|
|
365
|
+
<p>Determines whether the layer is initially visible in the web map.</p>
|
|
366
|
+
</div>
|
|
367
|
+
</div>
|
|
368
|
+
</section>
|
|
369
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
370
|
+
<a name="visibilitymode" class="tsd-anchor"></a>
|
|
371
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> visibility<wbr>Mode</h3>
|
|
372
|
+
<div class="tsd-signature tsd-kind-icon">visibility<wbr>Mode<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_grouplayer.html#grouplayervisibilitymode" class="tsd-signature-type" data-tsd-kind="Type alias">GroupLayerVisibilityMode</a></div>
|
|
373
|
+
<aside class="tsd-sources">
|
|
374
|
+
<p>Inherited from Omit.visibilityMode</p>
|
|
375
|
+
<ul>
|
|
376
|
+
<li>Defined in src/portal/GroupLayer.ts:140</li>
|
|
377
|
+
</ul>
|
|
378
|
+
</aside>
|
|
379
|
+
<div class="tsd-comment tsd-typography">
|
|
380
|
+
<div class="lead">
|
|
381
|
+
<p>How visibility of children is affected: independent, exclusive,
|
|
382
|
+
inherited. See <a href="../modules/portal_grouplayer.html#grouplayervisibilitymode">GroupLayerVisibilityMode</a>.</p>
|
|
383
|
+
</div>
|
|
384
|
+
</div>
|
|
385
|
+
</section>
|
|
386
|
+
</section>
|
|
387
|
+
</div>
|
|
388
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
389
|
+
<nav class="tsd-navigation primary">
|
|
390
|
+
<ul>
|
|
391
|
+
<li class=" ">
|
|
392
|
+
<a href="../modules.html">Exports</a>
|
|
393
|
+
</li>
|
|
394
|
+
<li class="current tsd-kind-module">
|
|
395
|
+
<a href="../modules/portal_grouplayer.html">portal/<wbr>Group<wbr>Layer</a>
|
|
396
|
+
<ul>
|
|
397
|
+
<li class=" tsd-kind-namespace tsd-parent-kind-module">
|
|
398
|
+
<a href="../modules/portal_grouplayer.grouplayer.html">Group<wbr>Layer</a>
|
|
399
|
+
</li>
|
|
400
|
+
</ul>
|
|
401
|
+
</li>
|
|
402
|
+
</ul>
|
|
403
|
+
</nav>
|
|
404
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
405
|
+
<ul class="before-current">
|
|
406
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
407
|
+
<a href="portal_grouplayer.grouplayer-1.html" class="tsd-kind-icon">Group<wbr>Layer</a>
|
|
408
|
+
</li>
|
|
409
|
+
</ul>
|
|
410
|
+
<ul class="current">
|
|
411
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
412
|
+
<a href="portal_grouplayer.subtypegrouplayer.html" class="tsd-kind-icon">Subtype<wbr>Group<wbr>Layer</a>
|
|
413
|
+
<ul>
|
|
414
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
415
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#blendmode" class="tsd-kind-icon">blend<wbr>Mode</a>
|
|
416
|
+
</li>
|
|
417
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
418
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#customparameters" class="tsd-kind-icon">custom<wbr>Parameters</a>
|
|
419
|
+
</li>
|
|
420
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
421
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#id" class="tsd-kind-icon">id</a>
|
|
422
|
+
</li>
|
|
423
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
424
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#layertype" class="tsd-kind-icon">layer<wbr>Type</a>
|
|
425
|
+
</li>
|
|
426
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
427
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#layers" class="tsd-kind-icon">layers</a>
|
|
428
|
+
</li>
|
|
429
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
430
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#listmode" class="tsd-kind-icon">list<wbr>Mode</a>
|
|
431
|
+
</li>
|
|
432
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
433
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#maxscale" class="tsd-kind-icon">max<wbr>Scale</a>
|
|
434
|
+
</li>
|
|
435
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
436
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#minscale" class="tsd-kind-icon">min<wbr>Scale</a>
|
|
437
|
+
</li>
|
|
438
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
439
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#opacity" class="tsd-kind-icon">opacity</a>
|
|
440
|
+
</li>
|
|
441
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
442
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#refreshinterval" class="tsd-kind-icon">refresh<wbr>Interval</a>
|
|
443
|
+
</li>
|
|
444
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
445
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#showlegend" class="tsd-kind-icon">show<wbr>Legend</a>
|
|
446
|
+
</li>
|
|
447
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
448
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#title" class="tsd-kind-icon">title</a>
|
|
449
|
+
</li>
|
|
450
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
451
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#type" class="tsd-kind-icon">type</a>
|
|
452
|
+
</li>
|
|
453
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
454
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#visibility" class="tsd-kind-icon">visibility</a>
|
|
455
|
+
</li>
|
|
456
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
457
|
+
<a href="portal_grouplayer.subtypegrouplayer.html#visibilitymode" class="tsd-kind-icon">visibility<wbr>Mode</a>
|
|
458
|
+
</li>
|
|
459
|
+
</ul>
|
|
460
|
+
</li>
|
|
461
|
+
</ul>
|
|
462
|
+
<ul class="after-current">
|
|
463
|
+
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
464
|
+
<a href="../modules/portal_grouplayer.html#grouplayervisibilitymode" class="tsd-kind-icon">Group<wbr>Layer<wbr>Visibility<wbr>Mode</a>
|
|
465
|
+
</li>
|
|
466
|
+
</ul>
|
|
467
|
+
</nav>
|
|
468
|
+
</div>
|
|
469
|
+
</div>
|
|
470
|
+
</div>
|
|
471
|
+
<footer>
|
|
472
|
+
<div class="container">
|
|
473
|
+
<h2>Legend</h2>
|
|
474
|
+
<div class="tsd-legend-group">
|
|
475
|
+
<ul class="tsd-legend">
|
|
476
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
477
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
478
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
479
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
480
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
481
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
482
|
+
</ul>
|
|
483
|
+
<ul class="tsd-legend">
|
|
484
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
485
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
486
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
487
|
+
</ul>
|
|
488
|
+
<ul class="tsd-legend">
|
|
489
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
490
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
491
|
+
</ul>
|
|
492
|
+
<ul class="tsd-legend">
|
|
493
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
494
|
+
</ul>
|
|
495
|
+
</div>
|
|
496
|
+
</div>
|
|
497
|
+
</footer>
|
|
498
|
+
<div class="overlay"></div>
|
|
499
|
+
<script src="../assets/js/main.js"></script>
|
|
500
|
+
</body>
|
|
501
|
+
</html>
|