@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
|
@@ -106,7 +106,9 @@
|
|
|
106
106
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#elevationinfo" class="tsd-kind-icon">elevation<wbr>Info</a></li>
|
|
107
107
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#extent" class="tsd-kind-icon">extent</a></li>
|
|
108
108
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#featurereduction" class="tsd-kind-icon">feature<wbr>Reduction</a></li>
|
|
109
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#fieldoverrides" class="tsd-kind-icon">field<wbr>Overrides</a></li>
|
|
109
110
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#fields" class="tsd-kind-icon">fields</a></li>
|
|
111
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#floorinfo" class="tsd-kind-icon">floor<wbr>Info</a></li>
|
|
110
112
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#geometrytype" class="tsd-kind-icon">geometry<wbr>Type</a></li>
|
|
111
113
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#globalidfield" class="tsd-kind-icon">global<wbr>IdField</a></li>
|
|
112
114
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#hasattachments" class="tsd-kind-icon">has<wbr>Attachments</a></li>
|
|
@@ -133,6 +135,7 @@
|
|
|
133
135
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#supportsstatistics" class="tsd-kind-icon">supports<wbr>Statistics</a></li>
|
|
134
136
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#supportsvalidatesql" class="tsd-kind-icon">supports<wbr>Validate<wbr>Sql</a></li>
|
|
135
137
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#templates" class="tsd-kind-icon">templates</a></li>
|
|
138
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#timeinfo" class="tsd-kind-icon">time<wbr>Info</a></li>
|
|
136
139
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#type" class="tsd-kind-icon">type</a></li>
|
|
137
140
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#typeidfield" class="tsd-kind-icon">type<wbr>IdField</a></li>
|
|
138
141
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.layerdefinition-1.html#types" class="tsd-kind-icon">types</a></li>
|
|
@@ -348,13 +351,30 @@
|
|
|
348
351
|
</div>
|
|
349
352
|
</div>
|
|
350
353
|
</section>
|
|
354
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
355
|
+
<a name="fieldoverrides" class="tsd-anchor"></a>
|
|
356
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> field<wbr>Overrides</h3>
|
|
357
|
+
<div class="tsd-signature tsd-kind-icon">field<wbr>Overrides<span class="tsd-signature-symbol">:</span> <a href="portal_layerdefinition.fieldoverride.html" class="tsd-signature-type" data-tsd-kind="Interface">FieldOverride</a><span class="tsd-signature-symbol">[]</span></div>
|
|
358
|
+
<aside class="tsd-sources">
|
|
359
|
+
<ul>
|
|
360
|
+
<li>Defined in src/portal/LayerDefinition.ts:517</li>
|
|
361
|
+
</ul>
|
|
362
|
+
</aside>
|
|
363
|
+
<div class="tsd-comment tsd-typography">
|
|
364
|
+
<div class="lead">
|
|
365
|
+
<p>The layer-specific overrides of field properties. Used by
|
|
366
|
+
SubtypeGroupLayer to modify field information for each subtype. Any field
|
|
367
|
+
missing from this array should be hidden.</p>
|
|
368
|
+
</div>
|
|
369
|
+
</div>
|
|
370
|
+
</section>
|
|
351
371
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
352
372
|
<a name="fields" class="tsd-anchor"></a>
|
|
353
373
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> fields</h3>
|
|
354
374
|
<div class="tsd-signature tsd-kind-icon">fields<span class="tsd-signature-symbol">:</span> <a href="portal_field.field-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Field</a><span class="tsd-signature-symbol">[]</span></div>
|
|
355
375
|
<aside class="tsd-sources">
|
|
356
376
|
<ul>
|
|
357
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
377
|
+
<li>Defined in src/portal/LayerDefinition.ts:523</li>
|
|
358
378
|
</ul>
|
|
359
379
|
</aside>
|
|
360
380
|
<div class="tsd-comment tsd-typography">
|
|
@@ -364,13 +384,42 @@
|
|
|
364
384
|
</div>
|
|
365
385
|
</div>
|
|
366
386
|
</section>
|
|
387
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
388
|
+
<a name="floorinfo" class="tsd-anchor"></a>
|
|
389
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> floor<wbr>Info</h3>
|
|
390
|
+
<div class="tsd-signature tsd-kind-icon">floor<wbr>Info<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>floorField<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
|
|
391
|
+
<aside class="tsd-sources">
|
|
392
|
+
<ul>
|
|
393
|
+
<li>Defined in src/portal/LayerDefinition.ts:529</li>
|
|
394
|
+
</ul>
|
|
395
|
+
</aside>
|
|
396
|
+
<div class="tsd-comment tsd-typography">
|
|
397
|
+
<div class="lead">
|
|
398
|
+
<p>Contains floor-awareness information for the layer.
|
|
399
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/" class="external">https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/</a>.</p>
|
|
400
|
+
</div>
|
|
401
|
+
</div>
|
|
402
|
+
<div class="tsd-type-declaration">
|
|
403
|
+
<h4>Type declaration</h4>
|
|
404
|
+
<ul class="tsd-parameters">
|
|
405
|
+
<li class="tsd-parameter">
|
|
406
|
+
<h5>floor<wbr>Field<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
407
|
+
<div class="tsd-comment tsd-typography">
|
|
408
|
+
<div class="lead">
|
|
409
|
+
<p>The name of the attribute field that contains a floor's level ID used for floor filtering.</p>
|
|
410
|
+
</div>
|
|
411
|
+
</div>
|
|
412
|
+
</li>
|
|
413
|
+
</ul>
|
|
414
|
+
</div>
|
|
415
|
+
</section>
|
|
367
416
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
368
417
|
<a name="geometrytype" class="tsd-anchor"></a>
|
|
369
418
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> geometry<wbr>Type</h3>
|
|
370
419
|
<div class="tsd-signature tsd-kind-icon">geometry<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
371
420
|
<aside class="tsd-sources">
|
|
372
421
|
<ul>
|
|
373
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
422
|
+
<li>Defined in src/portal/LayerDefinition.ts:540</li>
|
|
374
423
|
</ul>
|
|
375
424
|
</aside>
|
|
376
425
|
<div class="tsd-comment tsd-typography">
|
|
@@ -386,7 +435,7 @@
|
|
|
386
435
|
<div class="tsd-signature tsd-kind-icon">global<wbr>IdField<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
387
436
|
<aside class="tsd-sources">
|
|
388
437
|
<ul>
|
|
389
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
438
|
+
<li>Defined in src/portal/LayerDefinition.ts:545</li>
|
|
390
439
|
</ul>
|
|
391
440
|
</aside>
|
|
392
441
|
<div class="tsd-comment tsd-typography">
|
|
@@ -401,7 +450,7 @@
|
|
|
401
450
|
<div class="tsd-signature tsd-kind-icon">has<wbr>Attachments<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
402
451
|
<aside class="tsd-sources">
|
|
403
452
|
<ul>
|
|
404
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
453
|
+
<li>Defined in src/portal/LayerDefinition.ts:550</li>
|
|
405
454
|
</ul>
|
|
406
455
|
</aside>
|
|
407
456
|
<div class="tsd-comment tsd-typography">
|
|
@@ -416,7 +465,7 @@
|
|
|
416
465
|
<div class="tsd-signature tsd-kind-icon">hasM<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
417
466
|
<aside class="tsd-sources">
|
|
418
467
|
<ul>
|
|
419
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
468
|
+
<li>Defined in src/portal/LayerDefinition.ts:555</li>
|
|
420
469
|
</ul>
|
|
421
470
|
</aside>
|
|
422
471
|
<div class="tsd-comment tsd-typography">
|
|
@@ -431,7 +480,7 @@
|
|
|
431
480
|
<div class="tsd-signature tsd-kind-icon">has<wbr>Static<wbr>Data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
432
481
|
<aside class="tsd-sources">
|
|
433
482
|
<ul>
|
|
434
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
483
|
+
<li>Defined in src/portal/LayerDefinition.ts:560</li>
|
|
435
484
|
</ul>
|
|
436
485
|
</aside>
|
|
437
486
|
<div class="tsd-comment tsd-typography">
|
|
@@ -446,7 +495,7 @@
|
|
|
446
495
|
<div class="tsd-signature tsd-kind-icon">hasZ<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
447
496
|
<aside class="tsd-sources">
|
|
448
497
|
<ul>
|
|
449
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
498
|
+
<li>Defined in src/portal/LayerDefinition.ts:565</li>
|
|
450
499
|
</ul>
|
|
451
500
|
</aside>
|
|
452
501
|
<div class="tsd-comment tsd-typography">
|
|
@@ -461,7 +510,7 @@
|
|
|
461
510
|
<div class="tsd-signature tsd-kind-icon">html<wbr>Popup<wbr>Type<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_layerdefinition.html#htmlpopuptype" class="tsd-signature-type" data-tsd-kind="Type alias">HtmlPopupType</a></div>
|
|
462
511
|
<aside class="tsd-sources">
|
|
463
512
|
<ul>
|
|
464
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
513
|
+
<li>Defined in src/portal/LayerDefinition.ts:571</li>
|
|
465
514
|
</ul>
|
|
466
515
|
</aside>
|
|
467
516
|
<div class="tsd-comment tsd-typography">
|
|
@@ -477,7 +526,7 @@
|
|
|
477
526
|
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
478
527
|
<aside class="tsd-sources">
|
|
479
528
|
<ul>
|
|
480
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
529
|
+
<li>Defined in src/portal/LayerDefinition.ts:576</li>
|
|
481
530
|
</ul>
|
|
482
531
|
</aside>
|
|
483
532
|
<div class="tsd-comment tsd-typography">
|
|
@@ -492,7 +541,7 @@
|
|
|
492
541
|
<div class="tsd-signature tsd-kind-icon">is<wbr>Data<wbr>Versioned<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
493
542
|
<aside class="tsd-sources">
|
|
494
543
|
<ul>
|
|
495
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
544
|
+
<li>Defined in src/portal/LayerDefinition.ts:581</li>
|
|
496
545
|
</ul>
|
|
497
546
|
</aside>
|
|
498
547
|
<div class="tsd-comment tsd-typography">
|
|
@@ -507,7 +556,7 @@
|
|
|
507
556
|
<div class="tsd-signature tsd-kind-icon">max<wbr>Record<wbr>Count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
508
557
|
<aside class="tsd-sources">
|
|
509
558
|
<ul>
|
|
510
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
559
|
+
<li>Defined in src/portal/LayerDefinition.ts:587</li>
|
|
511
560
|
</ul>
|
|
512
561
|
</aside>
|
|
513
562
|
<div class="tsd-comment tsd-typography">
|
|
@@ -523,7 +572,7 @@
|
|
|
523
572
|
<div class="tsd-signature tsd-kind-icon">max<wbr>Scale<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
524
573
|
<aside class="tsd-sources">
|
|
525
574
|
<ul>
|
|
526
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
575
|
+
<li>Defined in src/portal/LayerDefinition.ts:595</li>
|
|
527
576
|
</ul>
|
|
528
577
|
</aside>
|
|
529
578
|
<div class="tsd-comment tsd-typography">
|
|
@@ -541,7 +590,7 @@
|
|
|
541
590
|
<div class="tsd-signature tsd-kind-icon">min<wbr>Scale<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
542
591
|
<aside class="tsd-sources">
|
|
543
592
|
<ul>
|
|
544
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
593
|
+
<li>Defined in src/portal/LayerDefinition.ts:602</li>
|
|
545
594
|
</ul>
|
|
546
595
|
</aside>
|
|
547
596
|
<div class="tsd-comment tsd-typography">
|
|
@@ -558,7 +607,7 @@
|
|
|
558
607
|
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
559
608
|
<aside class="tsd-sources">
|
|
560
609
|
<ul>
|
|
561
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
610
|
+
<li>Defined in src/portal/LayerDefinition.ts:608</li>
|
|
562
611
|
</ul>
|
|
563
612
|
</aside>
|
|
564
613
|
<div class="tsd-comment tsd-typography">
|
|
@@ -574,7 +623,7 @@
|
|
|
574
623
|
<div class="tsd-signature tsd-kind-icon">object<wbr>IdField<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
575
624
|
<aside class="tsd-sources">
|
|
576
625
|
<ul>
|
|
577
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
626
|
+
<li>Defined in src/portal/LayerDefinition.ts:613</li>
|
|
578
627
|
</ul>
|
|
579
628
|
</aside>
|
|
580
629
|
<div class="tsd-comment tsd-typography">
|
|
@@ -589,7 +638,7 @@
|
|
|
589
638
|
<div class="tsd-signature tsd-kind-icon">override<wbr>Symbols<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
590
639
|
<aside class="tsd-sources">
|
|
591
640
|
<ul>
|
|
592
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
641
|
+
<li>Defined in src/portal/LayerDefinition.ts:619</li>
|
|
593
642
|
</ul>
|
|
594
643
|
</aside>
|
|
595
644
|
<div class="tsd-comment tsd-typography">
|
|
@@ -605,7 +654,7 @@
|
|
|
605
654
|
<div class="tsd-signature tsd-kind-icon">range<wbr>Infos<span class="tsd-signature-symbol">:</span> <a href="portal_rangeinfo.rangeinfo.html" class="tsd-signature-type" data-tsd-kind="Interface">RangeInfo</a><span class="tsd-signature-symbol">[]</span></div>
|
|
606
655
|
<aside class="tsd-sources">
|
|
607
656
|
<ul>
|
|
608
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
657
|
+
<li>Defined in src/portal/LayerDefinition.ts:624</li>
|
|
609
658
|
</ul>
|
|
610
659
|
</aside>
|
|
611
660
|
<div class="tsd-comment tsd-typography">
|
|
@@ -620,7 +669,7 @@
|
|
|
620
669
|
<div class="tsd-signature tsd-kind-icon">source<span class="tsd-signature-symbol">:</span> <a href="portal_dynamicdatalayer.dynamicdatalayer.html" class="tsd-signature-type" data-tsd-kind="Interface">DynamicDataLayer</a><span class="tsd-signature-symbol"> | </span><a href="portal_dynamicmaplayer.dynamicmaplayer.html" class="tsd-signature-type" data-tsd-kind="Interface">DynamicMapLayer</a></div>
|
|
621
670
|
<aside class="tsd-sources">
|
|
622
671
|
<ul>
|
|
623
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
672
|
+
<li>Defined in src/portal/LayerDefinition.ts:631</li>
|
|
624
673
|
</ul>
|
|
625
674
|
</aside>
|
|
626
675
|
<div class="tsd-comment tsd-typography">
|
|
@@ -637,7 +686,7 @@
|
|
|
637
686
|
<div class="tsd-signature tsd-kind-icon">spatial<wbr>Reference<span class="tsd-signature-symbol">:</span> <a href="portal_spatialreference.spatialreference-1.html" class="tsd-signature-type" data-tsd-kind="Interface">SpatialReference</a></div>
|
|
638
687
|
<aside class="tsd-sources">
|
|
639
688
|
<ul>
|
|
640
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
689
|
+
<li>Defined in src/portal/LayerDefinition.ts:637</li>
|
|
641
690
|
</ul>
|
|
642
691
|
</aside>
|
|
643
692
|
<div class="tsd-comment tsd-typography">
|
|
@@ -653,7 +702,7 @@
|
|
|
653
702
|
<div class="tsd-signature tsd-kind-icon">supported<wbr>Query<wbr>Formats<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
654
703
|
<aside class="tsd-sources">
|
|
655
704
|
<ul>
|
|
656
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
705
|
+
<li>Defined in src/portal/LayerDefinition.ts:642</li>
|
|
657
706
|
</ul>
|
|
658
707
|
</aside>
|
|
659
708
|
<div class="tsd-comment tsd-typography">
|
|
@@ -668,7 +717,7 @@
|
|
|
668
717
|
<div class="tsd-signature tsd-kind-icon">supports<wbr>Advanced<wbr>Queries<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
669
718
|
<aside class="tsd-sources">
|
|
670
719
|
<ul>
|
|
671
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
720
|
+
<li>Defined in src/portal/LayerDefinition.ts:648</li>
|
|
672
721
|
</ul>
|
|
673
722
|
</aside>
|
|
674
723
|
<div class="tsd-comment tsd-typography">
|
|
@@ -684,7 +733,7 @@
|
|
|
684
733
|
<div class="tsd-signature tsd-kind-icon">supports<wbr>Attachments<wbr>ByUpload<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
685
734
|
<aside class="tsd-sources">
|
|
686
735
|
<ul>
|
|
687
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
736
|
+
<li>Defined in src/portal/LayerDefinition.ts:655</li>
|
|
688
737
|
</ul>
|
|
689
738
|
</aside>
|
|
690
739
|
<div class="tsd-comment tsd-typography">
|
|
@@ -701,7 +750,7 @@
|
|
|
701
750
|
<div class="tsd-signature tsd-kind-icon">supports<wbr>Calculate<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
702
751
|
<aside class="tsd-sources">
|
|
703
752
|
<ul>
|
|
704
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
753
|
+
<li>Defined in src/portal/LayerDefinition.ts:661</li>
|
|
705
754
|
</ul>
|
|
706
755
|
</aside>
|
|
707
756
|
<div class="tsd-comment tsd-typography">
|
|
@@ -717,7 +766,7 @@
|
|
|
717
766
|
<div class="tsd-signature tsd-kind-icon">supports<wbr>Rollback<wbr>OnFailure<wbr>Parameter<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
718
767
|
<aside class="tsd-sources">
|
|
719
768
|
<ul>
|
|
720
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
769
|
+
<li>Defined in src/portal/LayerDefinition.ts:667</li>
|
|
721
770
|
</ul>
|
|
722
771
|
</aside>
|
|
723
772
|
<div class="tsd-comment tsd-typography">
|
|
@@ -733,7 +782,7 @@
|
|
|
733
782
|
<div class="tsd-signature tsd-kind-icon">supports<wbr>Statistics<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
734
783
|
<aside class="tsd-sources">
|
|
735
784
|
<ul>
|
|
736
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
785
|
+
<li>Defined in src/portal/LayerDefinition.ts:673</li>
|
|
737
786
|
</ul>
|
|
738
787
|
</aside>
|
|
739
788
|
<div class="tsd-comment tsd-typography">
|
|
@@ -749,7 +798,7 @@
|
|
|
749
798
|
<div class="tsd-signature tsd-kind-icon">supports<wbr>Validate<wbr>Sql<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
750
799
|
<aside class="tsd-sources">
|
|
751
800
|
<ul>
|
|
752
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
801
|
+
<li>Defined in src/portal/LayerDefinition.ts:679</li>
|
|
753
802
|
</ul>
|
|
754
803
|
</aside>
|
|
755
804
|
<div class="tsd-comment tsd-typography">
|
|
@@ -765,7 +814,7 @@
|
|
|
765
814
|
<div class="tsd-signature tsd-kind-icon">templates<span class="tsd-signature-symbol">:</span> <a href="portal_template.template-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Template</a><span class="tsd-signature-symbol">[]</span></div>
|
|
766
815
|
<aside class="tsd-sources">
|
|
767
816
|
<ul>
|
|
768
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
817
|
+
<li>Defined in src/portal/LayerDefinition.ts:691</li>
|
|
769
818
|
</ul>
|
|
770
819
|
</aside>
|
|
771
820
|
<div class="tsd-comment tsd-typography">
|
|
@@ -780,13 +829,28 @@
|
|
|
780
829
|
the types.</p>
|
|
781
830
|
</div>
|
|
782
831
|
</section>
|
|
832
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
833
|
+
<a name="timeinfo" class="tsd-anchor"></a>
|
|
834
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> time<wbr>Info</h3>
|
|
835
|
+
<div class="tsd-signature tsd-kind-icon">time<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_layerdefinition.layertimeinfo.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerTimeInfo</a></div>
|
|
836
|
+
<aside class="tsd-sources">
|
|
837
|
+
<ul>
|
|
838
|
+
<li>Defined in src/portal/LayerDefinition.ts:696</li>
|
|
839
|
+
</ul>
|
|
840
|
+
</aside>
|
|
841
|
+
<div class="tsd-comment tsd-typography">
|
|
842
|
+
<div class="lead">
|
|
843
|
+
<p>The time info metadata of the layer. May be set for feature layers inside a feature collection item.</p>
|
|
844
|
+
</div>
|
|
845
|
+
</div>
|
|
846
|
+
</section>
|
|
783
847
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
784
848
|
<a name="type" class="tsd-anchor"></a>
|
|
785
849
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> type</h3>
|
|
786
850
|
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
787
851
|
<aside class="tsd-sources">
|
|
788
852
|
<ul>
|
|
789
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
853
|
+
<li>Defined in src/portal/LayerDefinition.ts:702</li>
|
|
790
854
|
</ul>
|
|
791
855
|
</aside>
|
|
792
856
|
<div class="tsd-comment tsd-typography">
|
|
@@ -802,7 +866,7 @@
|
|
|
802
866
|
<div class="tsd-signature tsd-kind-icon">type<wbr>IdField<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
803
867
|
<aside class="tsd-sources">
|
|
804
868
|
<ul>
|
|
805
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
869
|
+
<li>Defined in src/portal/LayerDefinition.ts:709</li>
|
|
806
870
|
</ul>
|
|
807
871
|
</aside>
|
|
808
872
|
<div class="tsd-comment tsd-typography">
|
|
@@ -819,7 +883,7 @@
|
|
|
819
883
|
<div class="tsd-signature tsd-kind-icon">types<span class="tsd-signature-symbol">:</span> <a href="portal_type.type-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Type</a><span class="tsd-signature-symbol">[]</span></div>
|
|
820
884
|
<aside class="tsd-sources">
|
|
821
885
|
<ul>
|
|
822
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
886
|
+
<li>Defined in src/portal/LayerDefinition.ts:719</li>
|
|
823
887
|
</ul>
|
|
824
888
|
</aside>
|
|
825
889
|
<div class="tsd-comment tsd-typography">
|
|
@@ -838,7 +902,7 @@
|
|
|
838
902
|
<div class="tsd-signature tsd-kind-icon">visibility<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
839
903
|
<aside class="tsd-sources">
|
|
840
904
|
<ul>
|
|
841
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
905
|
+
<li>Defined in src/portal/LayerDefinition.ts:727</li>
|
|
842
906
|
</ul>
|
|
843
907
|
</aside>
|
|
844
908
|
<div class="tsd-comment tsd-typography">
|
|
@@ -873,6 +937,9 @@
|
|
|
873
937
|
</nav>
|
|
874
938
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
875
939
|
<ul class="before-current">
|
|
940
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
941
|
+
<a href="portal_layerdefinition.fieldoverride.html" class="tsd-kind-icon">Field<wbr>Override</a>
|
|
942
|
+
</li>
|
|
876
943
|
</ul>
|
|
877
944
|
<ul class="current">
|
|
878
945
|
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
@@ -917,9 +984,15 @@
|
|
|
917
984
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
918
985
|
<a href="portal_layerdefinition.layerdefinition-1.html#featurereduction" class="tsd-kind-icon">feature<wbr>Reduction</a>
|
|
919
986
|
</li>
|
|
987
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
988
|
+
<a href="portal_layerdefinition.layerdefinition-1.html#fieldoverrides" class="tsd-kind-icon">field<wbr>Overrides</a>
|
|
989
|
+
</li>
|
|
920
990
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
921
991
|
<a href="portal_layerdefinition.layerdefinition-1.html#fields" class="tsd-kind-icon">fields</a>
|
|
922
992
|
</li>
|
|
993
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
994
|
+
<a href="portal_layerdefinition.layerdefinition-1.html#floorinfo" class="tsd-kind-icon">floor<wbr>Info</a>
|
|
995
|
+
</li>
|
|
923
996
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
924
997
|
<a href="portal_layerdefinition.layerdefinition-1.html#geometrytype" class="tsd-kind-icon">geometry<wbr>Type</a>
|
|
925
998
|
</li>
|
|
@@ -998,6 +1071,9 @@
|
|
|
998
1071
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
999
1072
|
<a href="portal_layerdefinition.layerdefinition-1.html#templates" class="tsd-kind-icon">templates</a>
|
|
1000
1073
|
</li>
|
|
1074
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
1075
|
+
<a href="portal_layerdefinition.layerdefinition-1.html#timeinfo" class="tsd-kind-icon">time<wbr>Info</a>
|
|
1076
|
+
</li>
|
|
1001
1077
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
1002
1078
|
<a href="portal_layerdefinition.layerdefinition-1.html#type" class="tsd-kind-icon">type</a>
|
|
1003
1079
|
</li>
|
|
@@ -1017,9 +1093,18 @@
|
|
|
1017
1093
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
1018
1094
|
<a href="portal_layerdefinition.layerdefinitiondefaults.html" class="tsd-kind-icon">Layer<wbr>Definition<wbr>Defaults</a>
|
|
1019
1095
|
</li>
|
|
1096
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
1097
|
+
<a href="portal_layerdefinition.layertimeinfo.html" class="tsd-kind-icon">Layer<wbr>Time<wbr>Info</a>
|
|
1098
|
+
</li>
|
|
1099
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
1100
|
+
<a href="portal_layerdefinition.timeinfoexportoptions.html" class="tsd-kind-icon">Time<wbr>Info<wbr>Export<wbr>Options</a>
|
|
1101
|
+
</li>
|
|
1020
1102
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1021
1103
|
<a href="../modules/portal_layerdefinition.html#htmlpopuptype" class="tsd-kind-icon">Html<wbr>Popup<wbr>Type</a>
|
|
1022
1104
|
</li>
|
|
1105
|
+
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1106
|
+
<a href="../modules/portal_layerdefinition.html#temporalunit" class="tsd-kind-icon">Temporal<wbr>Unit</a>
|
|
1107
|
+
</li>
|
|
1023
1108
|
</ul>
|
|
1024
1109
|
</nav>
|
|
1025
1110
|
</div>
|
|
@@ -246,6 +246,9 @@
|
|
|
246
246
|
</nav>
|
|
247
247
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
248
248
|
<ul class="before-current">
|
|
249
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
250
|
+
<a href="portal_layerdefinition.fieldoverride.html" class="tsd-kind-icon">Field<wbr>Override</a>
|
|
251
|
+
</li>
|
|
249
252
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
250
253
|
<a href="portal_layerdefinition.layerdefinition-1.html" class="tsd-kind-icon">Layer<wbr>Definition</a>
|
|
251
254
|
</li>
|
|
@@ -282,9 +285,18 @@
|
|
|
282
285
|
</li>
|
|
283
286
|
</ul>
|
|
284
287
|
<ul class="after-current">
|
|
288
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
289
|
+
<a href="portal_layerdefinition.layertimeinfo.html" class="tsd-kind-icon">Layer<wbr>Time<wbr>Info</a>
|
|
290
|
+
</li>
|
|
291
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
292
|
+
<a href="portal_layerdefinition.timeinfoexportoptions.html" class="tsd-kind-icon">Time<wbr>Info<wbr>Export<wbr>Options</a>
|
|
293
|
+
</li>
|
|
285
294
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
286
295
|
<a href="../modules/portal_layerdefinition.html#htmlpopuptype" class="tsd-kind-icon">Html<wbr>Popup<wbr>Type</a>
|
|
287
296
|
</li>
|
|
297
|
+
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
298
|
+
<a href="../modules/portal_layerdefinition.html#temporalunit" class="tsd-kind-icon">Temporal<wbr>Unit</a>
|
|
299
|
+
</li>
|
|
288
300
|
</ul>
|
|
289
301
|
</nav>
|
|
290
302
|
</div>
|