@vertigis/arcgis-extensions 34.2.2 → 34.3.1
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/docs/html/assets/js/search.js +1 -1
- package/docs/html/classes/mapping__layerextension.layerextension.html +3 -0
- package/docs/html/classes/mapping_mapextension.mapextension.html +58 -58
- package/docs/html/classes/mapping_mapimagelayerextension.mapimagelayerextension.html +5 -5
- package/docs/html/classes/mapping_support_defaultlayerextensionfactory.defaultlayerextensionfactory.html +3 -3
- package/docs/html/classes/mapping_unsupportedlayerextension.unsupportedlayerextension.html +3442 -0
- package/docs/html/index.html +3 -0
- package/docs/html/interfaces/mapping_mapextension.mapextensionproperties.html +21 -21
- package/docs/html/interfaces/mapping_mapextension.tableextensioncollection.html +3 -3
- package/docs/html/interfaces/portal_drawinginfo.drawinginfo-1.html +7 -7
- package/docs/html/interfaces/portal_layerdefinition.fieldoverride.html +3 -3
- package/docs/html/interfaces/portal_layerdefinition.layerdefinition-1.html +48 -48
- package/docs/html/interfaces/portal_layerdefinition.layerdefinitiondefaults.html +8 -8
- package/docs/html/interfaces/portal_layerdefinition.layertimeinfo.html +9 -9
- package/docs/html/interfaces/portal_layerdefinition.orderbyclause.html +3 -3
- package/docs/html/interfaces/portal_layerdefinition.timeinfoexportoptions.html +4 -4
- package/docs/html/modules/mapping_mapextension.html +5 -5
- package/docs/html/modules/mapping_unsupportedlayerextension.html +130 -0
- package/docs/html/modules/portal_drawinginfo.drawinginfo.html +2 -2
- package/docs/html/modules/portal_layerdefinition.html +2 -2
- package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
- package/docs/html/modules/utilities__layers.html +16 -16
- package/docs/html/modules/utilities_extensions.html +14 -14
- package/docs/html/modules/version.html +1 -1
- package/docs/html/modules.html +4 -0
- package/mapping/MapExtension.js +1 -1
- package/mapping/MapImageLayerExtension.js +1 -1
- package/mapping/UnsupportedLayerExtension.d.ts +15 -0
- package/mapping/UnsupportedLayerExtension.js +1 -0
- package/mapping/support/DefaultLayerExtensionFactory.js +1 -1
- package/package.json +3 -3
- package/portal/DrawingInfo.js +1 -1
- package/portal/LayerBase.js +1 -1
- package/portal/LayerDefinition.js +1 -1
- package/support/_query.js +1 -1
- package/tasks/identify/FeatureLayer3DHitTestIdentifyProvider.js +1 -1
- package/utilities/_layers.d.ts +8 -9
- package/utilities/_layers.js +1 -1
- package/utilities/extensions.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,3442 @@
|
|
|
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>UnsupportedLayerExtension | @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/mapping_unsupportedlayerextension.html">mapping/UnsupportedLayerExtension</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html">UnsupportedLayerExtension</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Class UnsupportedLayerExtension<TProperties></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>Extends the capabilities of an unsupported Esri layer. Eg UnsupportedLayer
|
|
73
|
+
(<a href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-UnsupportedLayer.html" class="external">https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-UnsupportedLayer.html</a>)
|
|
74
|
+
or one of Esri's widget specific layers.</p>
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
</section>
|
|
78
|
+
<section class="tsd-panel tsd-type-parameters">
|
|
79
|
+
<h3>Type parameters</h3>
|
|
80
|
+
<ul class="tsd-type-parameters">
|
|
81
|
+
<li>
|
|
82
|
+
<h4>TProperties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a> = <a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a></h4>
|
|
83
|
+
</li>
|
|
84
|
+
</ul>
|
|
85
|
+
</section>
|
|
86
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
87
|
+
<h3>Hierarchy</h3>
|
|
88
|
+
<ul class="tsd-hierarchy">
|
|
89
|
+
<li>
|
|
90
|
+
<a href="mapping__layerextension.layerextension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span>
|
|
91
|
+
<ul class="tsd-hierarchy">
|
|
92
|
+
<li>
|
|
93
|
+
<span class="target">UnsupportedLayerExtension</span>
|
|
94
|
+
</li>
|
|
95
|
+
</ul>
|
|
96
|
+
</li>
|
|
97
|
+
</ul>
|
|
98
|
+
</section>
|
|
99
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
100
|
+
<h2>Index</h2>
|
|
101
|
+
<section class="tsd-panel tsd-index-panel">
|
|
102
|
+
<div class="tsd-index-content">
|
|
103
|
+
<section class="tsd-index-section tsd-is-inherited">
|
|
104
|
+
<h3>Constructors</h3>
|
|
105
|
+
<ul class="tsd-index-list">
|
|
106
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
107
|
+
</ul>
|
|
108
|
+
</section>
|
|
109
|
+
<section class="tsd-index-section tsd-is-inherited">
|
|
110
|
+
<h3>Properties</h3>
|
|
111
|
+
<ul class="tsd-index-list">
|
|
112
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_id" class="tsd-kind-icon">_id</a></li>
|
|
113
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_itemtype" class="tsd-kind-icon">_item<wbr>Type</a></li>
|
|
114
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_watchhandles" class="tsd-kind-icon">_watch<wbr>Handles</a></li>
|
|
115
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#allsublayerextensions" class="tsd-kind-icon">all<wbr>Sublayer<wbr>Extensions</a></li>
|
|
116
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#featuresettings" class="tsd-kind-icon">feature<wbr>Settings</a></li>
|
|
117
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#hyperlinks" class="tsd-kind-icon">hyperlinks</a></li>
|
|
118
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#iconurl" class="tsd-kind-icon">icon<wbr>Url</a></li>
|
|
119
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#layerlistsettings" class="tsd-kind-icon">layer<wbr>List<wbr>Settings</a></li>
|
|
120
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#onaddfeature" class="tsd-kind-icon">on<wbr>Add<wbr>Feature</a></li>
|
|
121
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#oneditfeature" class="tsd-kind-icon">on<wbr>Edit<wbr>Feature</a></li>
|
|
122
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#queryservice" class="tsd-kind-icon">query<wbr>Service</a></li>
|
|
123
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#relationships" class="tsd-kind-icon">relationships</a></li>
|
|
124
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#schema" class="tsd-kind-icon">schema</a></li>
|
|
125
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#tasksettings" class="tsd-kind-icon">task<wbr>Settings</a></li>
|
|
126
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#tpksource" class="tsd-kind-icon">tpk<wbr>Source</a></li>
|
|
127
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#factory" class="tsd-kind-icon">factory</a></li>
|
|
128
|
+
</ul>
|
|
129
|
+
</section>
|
|
130
|
+
<section class="tsd-index-section ">
|
|
131
|
+
<h3>Accessors</h3>
|
|
132
|
+
<ul class="tsd-index-list">
|
|
133
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#basemapextension" class="tsd-kind-icon">basemap<wbr>Extension</a></li>
|
|
134
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#canchangeopacity" class="tsd-kind-icon">can<wbr>Change<wbr>Opacity</a></li>
|
|
135
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#canchangescale" class="tsd-kind-icon">can<wbr>Change<wbr>Scale</a></li>
|
|
136
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#capabilities" class="tsd-kind-icon">capabilities</a></li>
|
|
137
|
+
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#dynamicallyaddedlayer" class="tsd-kind-icon">dynamically<wbr>Added<wbr>Layer</a></li>
|
|
138
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#effectivefullextent" class="tsd-kind-icon">effective<wbr>Full<wbr>Extent</a></li>
|
|
139
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#effectivemaxscale" class="tsd-kind-icon">effective<wbr>Max<wbr>Scale</a></li>
|
|
140
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#effectiveminscale" class="tsd-kind-icon">effective<wbr>Min<wbr>Scale</a></li>
|
|
141
|
+
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#failuremode" class="tsd-kind-icon">failure<wbr>Mode</a></li>
|
|
142
|
+
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#featureactions" class="tsd-kind-icon">feature<wbr>Actions</a></li>
|
|
143
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#groundextension" class="tsd-kind-icon">ground<wbr>Extension</a></li>
|
|
144
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#hasfeatures" class="tsd-kind-icon">has<wbr>Features</a></li>
|
|
145
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#id" class="tsd-kind-icon">id</a></li>
|
|
146
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#isdestroyed" class="tsd-kind-icon">is<wbr>Destroyed</a></li>
|
|
147
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#iseffectivelyvisible" class="tsd-kind-icon">is<wbr>Effectively<wbr>Visible</a></li>
|
|
148
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#isinitialized" class="tsd-kind-icon">is<wbr>Initialized</a></li>
|
|
149
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#itemtype" class="tsd-kind-icon">item<wbr>Type</a></li>
|
|
150
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#layer" class="tsd-kind-icon">layer</a></li>
|
|
151
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#mapextension" class="tsd-kind-icon">map<wbr>Extension</a></li>
|
|
152
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#parentlayerextension" class="tsd-kind-icon">parent<wbr>Layer<wbr>Extension</a></li>
|
|
153
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#renderer" class="tsd-kind-icon">renderer</a></li>
|
|
154
|
+
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#requesthelper" class="tsd-kind-icon">request<wbr>Helper</a></li>
|
|
155
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#sublayerextensions" class="tsd-kind-icon">sublayer<wbr>Extensions</a></li>
|
|
156
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#supportssublayers" class="tsd-kind-icon">supports<wbr>Sublayers</a></li>
|
|
157
|
+
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#title" class="tsd-kind-icon">title</a></li>
|
|
158
|
+
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#visibilitymode" class="tsd-kind-icon">visibility<wbr>Mode</a></li>
|
|
159
|
+
</ul>
|
|
160
|
+
</section>
|
|
161
|
+
<section class="tsd-index-section ">
|
|
162
|
+
<h3>Methods</h3>
|
|
163
|
+
<ul class="tsd-index-list">
|
|
164
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_addfeatures" class="tsd-kind-icon">_add<wbr>Features</a></li>
|
|
165
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_applylayerproperties" class="tsd-kind-icon">_apply<wbr>Layer<wbr>Properties</a></li>
|
|
166
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_applyportalitemproperties" class="tsd-kind-icon">_apply<wbr>Portal<wbr>Item<wbr>Properties</a></li>
|
|
167
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_capabilities" class="tsd-kind-icon">_capabilities</a></li>
|
|
168
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createfeaturesettings" class="tsd-kind-icon">_create<wbr>Feature<wbr>Settings</a></li>
|
|
169
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createhyperlinks" class="tsd-kind-icon">_create<wbr>Hyperlinks</a></li>
|
|
170
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createlayer" class="tsd-kind-icon">_create<wbr>Layer</a></li>
|
|
171
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createlayerlistsettings" class="tsd-kind-icon">_create<wbr>Layer<wbr>List<wbr>Settings</a></li>
|
|
172
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createrelationships" class="tsd-kind-icon">_create<wbr>Relationships</a></li>
|
|
173
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createschema" class="tsd-kind-icon">_create<wbr>Schema</a></li>
|
|
174
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createsublayerextension" class="tsd-kind-icon">_create<wbr>Sublayer<wbr>Extension</a></li>
|
|
175
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createsublayerextensioncollection" class="tsd-kind-icon">_create<wbr>Sublayer<wbr>Extension<wbr>Collection</a></li>
|
|
176
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createtasksettings" class="tsd-kind-icon">_create<wbr>Task<wbr>Settings</a></li>
|
|
177
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_deletefeatures" class="tsd-kind-icon">_delete<wbr>Features</a></li>
|
|
178
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getattachments" class="tsd-kind-icon">_get<wbr>Attachments</a></li>
|
|
179
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getfeatures" class="tsd-kind-icon">_get<wbr>Features</a></li>
|
|
180
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getserializablelayertype" class="tsd-kind-icon">_get<wbr>Serializable<wbr>Layer<wbr>Type</a></li>
|
|
181
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getserializableproperties" class="tsd-kind-icon">_get<wbr>Serializable<wbr>Properties</a></li>
|
|
182
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getserializablereflayerproperties" class="tsd-kind-icon">_get<wbr>Serializable<wbr>Ref<wbr>Layer<wbr>Properties</a></li>
|
|
183
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_initializablechildcollections" class="tsd-kind-icon">_initializable<wbr>Child<wbr>Collections</a></li>
|
|
184
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_initializechildren" class="tsd-kind-icon">_initialize<wbr>Children</a></li>
|
|
185
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_initializelayer" class="tsd-kind-icon">_initialize<wbr>Layer</a></li>
|
|
186
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_issupportedlayer" class="tsd-kind-icon">_is<wbr>Supported<wbr>Layer</a></li>
|
|
187
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_notifychange" class="tsd-kind-icon">_notify<wbr>Change</a></li>
|
|
188
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_ondestroy" class="tsd-kind-icon">_on<wbr>Destroy</a></li>
|
|
189
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_oninitialize" class="tsd-kind-icon">_on<wbr>Initialize</a></li>
|
|
190
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_onsublayeraddedpostinitialize" class="tsd-kind-icon">_on<wbr>Sublayer<wbr>Added<wbr>Post<wbr>Initialize</a></li>
|
|
191
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_postinitialize" class="tsd-kind-icon">_post<wbr>Initialize</a></li>
|
|
192
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_topropertydef" class="tsd-kind-icon">_to<wbr>Property<wbr>Def</a></li>
|
|
193
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_updatefeatures" class="tsd-kind-icon">_update<wbr>Features</a></li>
|
|
194
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_watchproperty" class="tsd-kind-icon">_watch<wbr>Property</a></li>
|
|
195
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#addfeature" class="tsd-kind-icon">add<wbr>Feature</a></li>
|
|
196
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#addfeatures" class="tsd-kind-icon">add<wbr>Features</a></li>
|
|
197
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#assignproperties" class="tsd-kind-icon">assign<wbr>Properties</a></li>
|
|
198
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#deletefeature" class="tsd-kind-icon">delete<wbr>Feature</a></li>
|
|
199
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#deletefeatures" class="tsd-kind-icon">delete<wbr>Features</a></li>
|
|
200
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#destroy" class="tsd-kind-icon">destroy</a></li>
|
|
201
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#emit" class="tsd-kind-icon">emit</a></li>
|
|
202
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#get" class="tsd-kind-icon">get</a></li>
|
|
203
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getattachments" class="tsd-kind-icon">get<wbr>Attachments</a></li>
|
|
204
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getdefault" class="tsd-kind-icon">get<wbr>Default</a></li>
|
|
205
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getdefaults" class="tsd-kind-icon">get<wbr>Defaults</a></li>
|
|
206
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getfeature" class="tsd-kind-icon">get<wbr>Feature</a></li>
|
|
207
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getfeatures" class="tsd-kind-icon">get<wbr>Features</a></li>
|
|
208
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getfullextent" class="tsd-kind-icon">get<wbr>Full<wbr>Extent</a></li>
|
|
209
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getserializableproperties" class="tsd-kind-icon">get<wbr>Serializable<wbr>Properties</a></li>
|
|
210
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#initialize" class="tsd-kind-icon">initialize</a></li>
|
|
211
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#notifychange" class="tsd-kind-icon">notify<wbr>Change</a></li>
|
|
212
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#on" class="tsd-kind-icon">on</a></li>
|
|
213
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#set" class="tsd-kind-icon">set</a></li>
|
|
214
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#toitemuri" class="tsd-kind-icon">to<wbr>Item<wbr>Uri</a></li>
|
|
215
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#tojson" class="tsd-kind-icon">toJSON</a></li>
|
|
216
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#updatefeature" class="tsd-kind-icon">update<wbr>Feature</a></li>
|
|
217
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#updatefeatures" class="tsd-kind-icon">update<wbr>Features</a></li>
|
|
218
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#watch" class="tsd-kind-icon">watch</a></li>
|
|
219
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getlayerdata" class="tsd-kind-icon">_get<wbr>Layer<wbr>Data</a></li>
|
|
220
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#create" class="tsd-kind-icon">create</a></li>
|
|
221
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#fromportalitem" class="tsd-kind-icon">from<wbr>Portal<wbr>Item</a></li>
|
|
222
|
+
</ul>
|
|
223
|
+
</section>
|
|
224
|
+
</div>
|
|
225
|
+
</section>
|
|
226
|
+
</section>
|
|
227
|
+
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
|
|
228
|
+
<h2>Constructors</h2>
|
|
229
|
+
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
230
|
+
<a name="constructor" class="tsd-anchor"></a>
|
|
231
|
+
<h3>constructor</h3>
|
|
232
|
+
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
233
|
+
<li class="tsd-signature tsd-kind-icon">new <wbr>Unsupported<wbr>Layer<wbr>Extension<TProperties><span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedLayerExtension</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span></li>
|
|
234
|
+
</ul>
|
|
235
|
+
<ul class="tsd-descriptions">
|
|
236
|
+
<li class="tsd-description">
|
|
237
|
+
<aside class="tsd-sources">
|
|
238
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#constructor">constructor</a></p>
|
|
239
|
+
<ul>
|
|
240
|
+
<li>Defined in src/mapping/_LayerExtension.ts:441</li>
|
|
241
|
+
</ul>
|
|
242
|
+
</aside>
|
|
243
|
+
<div class="tsd-comment tsd-typography">
|
|
244
|
+
<div class="lead">
|
|
245
|
+
<p>Creates a new instance of <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.</p>
|
|
246
|
+
</div>
|
|
247
|
+
</div>
|
|
248
|
+
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
249
|
+
<ul class="tsd-type-parameters">
|
|
250
|
+
<li>
|
|
251
|
+
<h4>TProperties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a> = <a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a></h4>
|
|
252
|
+
</li>
|
|
253
|
+
</ul>
|
|
254
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
255
|
+
<ul class="tsd-parameters">
|
|
256
|
+
<li>
|
|
257
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> properties: <span class="tsd-signature-type">TProperties</span></h5>
|
|
258
|
+
<div class="tsd-comment tsd-typography">
|
|
259
|
+
<p>An object containing initial property values to set.</p>
|
|
260
|
+
</div>
|
|
261
|
+
</li>
|
|
262
|
+
</ul>
|
|
263
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedLayerExtension</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span></h4>
|
|
264
|
+
</li>
|
|
265
|
+
</ul>
|
|
266
|
+
</section>
|
|
267
|
+
</section>
|
|
268
|
+
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
|
|
269
|
+
<h2>Properties</h2>
|
|
270
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
271
|
+
<a name="_id" class="tsd-anchor"></a>
|
|
272
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _id</h3>
|
|
273
|
+
<div class="tsd-signature tsd-kind-icon">_id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
274
|
+
<aside class="tsd-sources">
|
|
275
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_id">_id</a></p>
|
|
276
|
+
<ul>
|
|
277
|
+
<li>Defined in src/Entity.ts:79</li>
|
|
278
|
+
</ul>
|
|
279
|
+
</aside>
|
|
280
|
+
<div class="tsd-comment tsd-typography">
|
|
281
|
+
<div class="lead">
|
|
282
|
+
<p>The unique ID for this entity. Once set, this should never change.</p>
|
|
283
|
+
</div>
|
|
284
|
+
</div>
|
|
285
|
+
</section>
|
|
286
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
287
|
+
<a name="_itemtype" class="tsd-anchor"></a>
|
|
288
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _item<wbr>Type</h3>
|
|
289
|
+
<div class="tsd-signature tsd-kind-icon">_item<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
290
|
+
<aside class="tsd-sources">
|
|
291
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_itemtype">_itemType</a></p>
|
|
292
|
+
<ul>
|
|
293
|
+
<li>Defined in src/mapping/_LayerExtension.ts:408</li>
|
|
294
|
+
</ul>
|
|
295
|
+
</aside>
|
|
296
|
+
</section>
|
|
297
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
298
|
+
<a name="_watchhandles" class="tsd-anchor"></a>
|
|
299
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _watch<wbr>Handles</h3>
|
|
300
|
+
<div class="tsd-signature tsd-kind-icon">_watch<wbr>Handles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IHandle</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div>
|
|
301
|
+
<aside class="tsd-sources">
|
|
302
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_watchhandles">_watchHandles</a></p>
|
|
303
|
+
<ul>
|
|
304
|
+
<li>Defined in src/mapping/_LayerExtension.ts:414</li>
|
|
305
|
+
</ul>
|
|
306
|
+
</aside>
|
|
307
|
+
<div class="tsd-comment tsd-typography">
|
|
308
|
+
<div class="lead">
|
|
309
|
+
<p>A set of watch handles that get cleaned up when the class instance is
|
|
310
|
+
destroyed.</p>
|
|
311
|
+
</div>
|
|
312
|
+
</div>
|
|
313
|
+
</section>
|
|
314
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
315
|
+
<a name="allsublayerextensions" class="tsd-anchor"></a>
|
|
316
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> all<wbr>Sublayer<wbr>Extensions</h3>
|
|
317
|
+
<div class="tsd-signature tsd-kind-icon">all<wbr>Sublayer<wbr>Extensions<span class="tsd-signature-symbol">:</span> <a href="../interfaces/mapping_support__sublayerextensioncollection.sublayerextensioncollection.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionCollection</a></div>
|
|
318
|
+
<aside class="tsd-sources">
|
|
319
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#allsublayerextensions">allSublayerExtensions</a></p>
|
|
320
|
+
<ul>
|
|
321
|
+
<li>Defined in src/mapping/_LayerExtension.ts:403</li>
|
|
322
|
+
</ul>
|
|
323
|
+
</aside>
|
|
324
|
+
<div class="tsd-comment tsd-typography">
|
|
325
|
+
<div class="lead">
|
|
326
|
+
<p>All descendant sublayer extensions associated with this layer.</p>
|
|
327
|
+
</div>
|
|
328
|
+
</div>
|
|
329
|
+
</section>
|
|
330
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
331
|
+
<a name="featuresettings" class="tsd-anchor"></a>
|
|
332
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> feature<wbr>Settings</h3>
|
|
333
|
+
<div class="tsd-signature tsd-kind-icon">feature<wbr>Settings<span class="tsd-signature-symbol">:</span> <a href="data_featuresettings.featuresettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></div>
|
|
334
|
+
<aside class="tsd-sources">
|
|
335
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#featuresettings">featureSettings</a></p>
|
|
336
|
+
<ul>
|
|
337
|
+
<li>Defined in src/data/FeatureSourceBase.ts:70</li>
|
|
338
|
+
</ul>
|
|
339
|
+
</aside>
|
|
340
|
+
</section>
|
|
341
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
342
|
+
<a name="hyperlinks" class="tsd-anchor"></a>
|
|
343
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> hyperlinks</h3>
|
|
344
|
+
<div class="tsd-signature tsd-kind-icon">hyperlinks<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="hyperlink.hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">></span></div>
|
|
345
|
+
<aside class="tsd-sources">
|
|
346
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#hyperlinks">hyperlinks</a></p>
|
|
347
|
+
<ul>
|
|
348
|
+
<li>Defined in src/data/FeatureSourceBase.ts:90</li>
|
|
349
|
+
</ul>
|
|
350
|
+
</aside>
|
|
351
|
+
</section>
|
|
352
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
353
|
+
<a name="iconurl" class="tsd-anchor"></a>
|
|
354
|
+
<h3>icon<wbr>Url</h3>
|
|
355
|
+
<div class="tsd-signature tsd-kind-icon">icon<wbr>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
356
|
+
<aside class="tsd-sources">
|
|
357
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#iconurl">iconUrl</a></p>
|
|
358
|
+
<ul>
|
|
359
|
+
<li>Defined in src/mapping/_LayerExtension.ts:376</li>
|
|
360
|
+
</ul>
|
|
361
|
+
</aside>
|
|
362
|
+
<div class="tsd-comment tsd-typography">
|
|
363
|
+
<div class="lead">
|
|
364
|
+
<p>URL to an icon that represents this layer.</p>
|
|
365
|
+
</div>
|
|
366
|
+
</div>
|
|
367
|
+
</section>
|
|
368
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
369
|
+
<a name="layerlistsettings" class="tsd-anchor"></a>
|
|
370
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> layer<wbr>List<wbr>Settings</h3>
|
|
371
|
+
<div class="tsd-signature tsd-kind-icon">layer<wbr>List<wbr>Settings<span class="tsd-signature-symbol">:</span> <a href="mapping_support_layerlistsettings.layerlistsettings.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettings</a></div>
|
|
372
|
+
<aside class="tsd-sources">
|
|
373
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#layerlistsettings">layerListSettings</a></p>
|
|
374
|
+
<ul>
|
|
375
|
+
<li>Defined in src/mapping/_LayerExtension.ts:398</li>
|
|
376
|
+
</ul>
|
|
377
|
+
</aside>
|
|
378
|
+
<div class="tsd-comment tsd-typography">
|
|
379
|
+
<div class="lead">
|
|
380
|
+
<p>Settings that affect the behavior and presentation of the layer in
|
|
381
|
+
the layer list.</p>
|
|
382
|
+
</div>
|
|
383
|
+
</div>
|
|
384
|
+
</section>
|
|
385
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
386
|
+
<a name="onaddfeature" class="tsd-anchor"></a>
|
|
387
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Add<wbr>Feature</h3>
|
|
388
|
+
<div class="tsd-signature tsd-kind-icon">on<wbr>Add<wbr>Feature<span class="tsd-signature-symbol">:</span> <a href="../modules/support_action.html#action" class="tsd-signature-type" data-tsd-kind="Type alias">Action</a></div>
|
|
389
|
+
<aside class="tsd-sources">
|
|
390
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#onaddfeature">onAddFeature</a></p>
|
|
391
|
+
<ul>
|
|
392
|
+
<li>Defined in src/data/FeatureSourceBase.ts:95</li>
|
|
393
|
+
</ul>
|
|
394
|
+
</aside>
|
|
395
|
+
</section>
|
|
396
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
397
|
+
<a name="oneditfeature" class="tsd-anchor"></a>
|
|
398
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Edit<wbr>Feature</h3>
|
|
399
|
+
<div class="tsd-signature tsd-kind-icon">on<wbr>Edit<wbr>Feature<span class="tsd-signature-symbol">:</span> <a href="../modules/support_action.html#action" class="tsd-signature-type" data-tsd-kind="Type alias">Action</a></div>
|
|
400
|
+
<aside class="tsd-sources">
|
|
401
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#oneditfeature">onEditFeature</a></p>
|
|
402
|
+
<ul>
|
|
403
|
+
<li>Defined in src/data/FeatureSourceBase.ts:100</li>
|
|
404
|
+
</ul>
|
|
405
|
+
</aside>
|
|
406
|
+
</section>
|
|
407
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
408
|
+
<a name="queryservice" class="tsd-anchor"></a>
|
|
409
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> query<wbr>Service</h3>
|
|
410
|
+
<div class="tsd-signature tsd-kind-icon">query<wbr>Service<span class="tsd-signature-symbol">:</span> <a href="tasks_query_queryservice.queryservice.html" class="tsd-signature-type" data-tsd-kind="Class">QueryService</a></div>
|
|
411
|
+
<aside class="tsd-sources">
|
|
412
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#queryservice">queryService</a></p>
|
|
413
|
+
<ul>
|
|
414
|
+
<li>Defined in src/data/FeatureSourceBase.ts:134</li>
|
|
415
|
+
</ul>
|
|
416
|
+
</aside>
|
|
417
|
+
<div class="tsd-comment tsd-typography">
|
|
418
|
+
<div class="lead">
|
|
419
|
+
<p>An optional query service that the feature source can use to get
|
|
420
|
+
features.</p>
|
|
421
|
+
</div>
|
|
422
|
+
</div>
|
|
423
|
+
</section>
|
|
424
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
425
|
+
<a name="relationships" class="tsd-anchor"></a>
|
|
426
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> relationships</h3>
|
|
427
|
+
<div class="tsd-signature tsd-kind-icon">relationships<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/data__relationship.relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">></span></div>
|
|
428
|
+
<aside class="tsd-sources">
|
|
429
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#relationships">relationships</a></p>
|
|
430
|
+
<ul>
|
|
431
|
+
<li>Defined in src/data/FeatureSourceBase.ts:85</li>
|
|
432
|
+
</ul>
|
|
433
|
+
</aside>
|
|
434
|
+
</section>
|
|
435
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
436
|
+
<a name="schema" class="tsd-anchor"></a>
|
|
437
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> schema</h3>
|
|
438
|
+
<div class="tsd-signature tsd-kind-icon">schema<span class="tsd-signature-symbol">:</span> <a href="data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Class">Schema</a></div>
|
|
439
|
+
<aside class="tsd-sources">
|
|
440
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#schema">schema</a></p>
|
|
441
|
+
<ul>
|
|
442
|
+
<li>Defined in src/data/FeatureSourceBase.ts:80</li>
|
|
443
|
+
</ul>
|
|
444
|
+
</aside>
|
|
445
|
+
</section>
|
|
446
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
447
|
+
<a name="tasksettings" class="tsd-anchor"></a>
|
|
448
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> task<wbr>Settings</h3>
|
|
449
|
+
<div class="tsd-signature tsd-kind-icon">task<wbr>Settings<span class="tsd-signature-symbol">:</span> <a href="data_tasksettings.tasksettings.html" class="tsd-signature-type" data-tsd-kind="Class">TaskSettings</a></div>
|
|
450
|
+
<aside class="tsd-sources">
|
|
451
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#tasksettings">taskSettings</a></p>
|
|
452
|
+
<ul>
|
|
453
|
+
<li>Defined in src/data/FeatureSourceBase.ts:75</li>
|
|
454
|
+
</ul>
|
|
455
|
+
</aside>
|
|
456
|
+
</section>
|
|
457
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
458
|
+
<a name="tpksource" class="tsd-anchor"></a>
|
|
459
|
+
<h3>tpk<wbr>Source</h3>
|
|
460
|
+
<div class="tsd-signature tsd-kind-icon">tpk<wbr>Source<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
461
|
+
<aside class="tsd-sources">
|
|
462
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#tpksource">tpkSource</a></p>
|
|
463
|
+
<ul>
|
|
464
|
+
<li>Defined in src/mapping/_LayerExtension.ts:392</li>
|
|
465
|
+
</ul>
|
|
466
|
+
</aside>
|
|
467
|
+
<div class="tsd-comment tsd-typography">
|
|
468
|
+
<div class="lead">
|
|
469
|
+
<p>An optional remote source for a .tpk, .tpkx or .vtpk file. May be a portal item
|
|
470
|
+
URL or a portal item ID. Mobile Only.</p>
|
|
471
|
+
</div>
|
|
472
|
+
</div>
|
|
473
|
+
</section>
|
|
474
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
475
|
+
<a name="factory" class="tsd-anchor"></a>
|
|
476
|
+
<h3><span class="tsd-flag ts-flagStatic">Static</span> factory</h3>
|
|
477
|
+
<div class="tsd-signature tsd-kind-icon">factory<span class="tsd-signature-symbol">:</span> <a href="../interfaces/mapping_support_layerextensionfactory.layerextensionfactory.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionFactory</a></div>
|
|
478
|
+
<aside class="tsd-sources">
|
|
479
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#factory">factory</a></p>
|
|
480
|
+
<ul>
|
|
481
|
+
<li>Defined in src/mapping/_LayerExtension.ts:371</li>
|
|
482
|
+
</ul>
|
|
483
|
+
</aside>
|
|
484
|
+
<div class="tsd-comment tsd-typography">
|
|
485
|
+
<div class="lead">
|
|
486
|
+
<p>The factory that will be used whenever a new layer extension needs to be
|
|
487
|
+
created. Applications can supply their own factory to customize layer
|
|
488
|
+
extension creation.</p>
|
|
489
|
+
</div>
|
|
490
|
+
</div>
|
|
491
|
+
</section>
|
|
492
|
+
</section>
|
|
493
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
494
|
+
<h2>Accessors</h2>
|
|
495
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
496
|
+
<a name="basemapextension" class="tsd-anchor"></a>
|
|
497
|
+
<h3>basemap<wbr>Extension</h3>
|
|
498
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
499
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> basemapExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_basemapextension.basemapextension.html" class="tsd-signature-type" data-tsd-kind="Class">BasemapExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping_basemapextension.basemapextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">BasemapExtensionProperties</a><span class="tsd-signature-symbol">></span></li>
|
|
500
|
+
</ul>
|
|
501
|
+
<ul class="tsd-descriptions">
|
|
502
|
+
<li class="tsd-description">
|
|
503
|
+
<aside class="tsd-sources">
|
|
504
|
+
<ul>
|
|
505
|
+
<li>Defined in src/mapping/_LayerExtension.ts:200</li>
|
|
506
|
+
</ul>
|
|
507
|
+
</aside>
|
|
508
|
+
<div class="tsd-comment tsd-typography">
|
|
509
|
+
<div class="lead">
|
|
510
|
+
<p>The parent basemap extension if the extended layer is a layer in a basemap.</p>
|
|
511
|
+
</div>
|
|
512
|
+
</div>
|
|
513
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping_basemapextension.basemapextension.html" class="tsd-signature-type" data-tsd-kind="Class">BasemapExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping_basemapextension.basemapextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">BasemapExtensionProperties</a><span class="tsd-signature-symbol">></span></h4>
|
|
514
|
+
</li>
|
|
515
|
+
</ul>
|
|
516
|
+
</section>
|
|
517
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
518
|
+
<a name="canchangeopacity" class="tsd-anchor"></a>
|
|
519
|
+
<h3>can<wbr>Change<wbr>Opacity</h3>
|
|
520
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
521
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> canChangeOpacity<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
522
|
+
</ul>
|
|
523
|
+
<ul class="tsd-descriptions">
|
|
524
|
+
<li class="tsd-description">
|
|
525
|
+
<aside class="tsd-sources">
|
|
526
|
+
<ul>
|
|
527
|
+
<li>Defined in src/mapping/_LayerExtension.ts:342</li>
|
|
528
|
+
</ul>
|
|
529
|
+
</aside>
|
|
530
|
+
<div class="tsd-comment tsd-typography">
|
|
531
|
+
<div class="lead">
|
|
532
|
+
<p>Determines whether the type of layer being extended supports changing
|
|
533
|
+
opacity.</p>
|
|
534
|
+
</div>
|
|
535
|
+
</div>
|
|
536
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
537
|
+
</li>
|
|
538
|
+
</ul>
|
|
539
|
+
</section>
|
|
540
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
541
|
+
<a name="canchangescale" class="tsd-anchor"></a>
|
|
542
|
+
<h3>can<wbr>Change<wbr>Scale</h3>
|
|
543
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
544
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> canChangeScale<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
545
|
+
</ul>
|
|
546
|
+
<ul class="tsd-descriptions">
|
|
547
|
+
<li class="tsd-description">
|
|
548
|
+
<aside class="tsd-sources">
|
|
549
|
+
<ul>
|
|
550
|
+
<li>Defined in src/mapping/_LayerExtension.ts:334</li>
|
|
551
|
+
</ul>
|
|
552
|
+
</aside>
|
|
553
|
+
<div class="tsd-comment tsd-typography">
|
|
554
|
+
<div class="lead">
|
|
555
|
+
<p>Determines whether the type of layer being extended supports changing
|
|
556
|
+
Scale.</p>
|
|
557
|
+
</div>
|
|
558
|
+
</div>
|
|
559
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
560
|
+
</li>
|
|
561
|
+
</ul>
|
|
562
|
+
</section>
|
|
563
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
564
|
+
<a name="capabilities" class="tsd-anchor"></a>
|
|
565
|
+
<h3>capabilities</h3>
|
|
566
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
567
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> capabilities<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data_querysourcecapabilities.querysourcecapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></li>
|
|
568
|
+
</ul>
|
|
569
|
+
<ul class="tsd-descriptions">
|
|
570
|
+
<li class="tsd-description">
|
|
571
|
+
<aside class="tsd-sources">
|
|
572
|
+
<ul>
|
|
573
|
+
<li>Defined in src/mapping/_LayerExtension.ts:228</li>
|
|
574
|
+
</ul>
|
|
575
|
+
</aside>
|
|
576
|
+
<div class="tsd-comment tsd-typography">
|
|
577
|
+
<div class="lead">
|
|
578
|
+
<p>See <a href="../interfaces/data_featuresource.featuresource.html#capabilities">FeatureSource.capabilities</a>.</p>
|
|
579
|
+
</div>
|
|
580
|
+
</div>
|
|
581
|
+
<h4 class="tsd-returns-title">Returns <a href="../interfaces/data_querysourcecapabilities.querysourcecapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></h4>
|
|
582
|
+
</li>
|
|
583
|
+
</ul>
|
|
584
|
+
</section>
|
|
585
|
+
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
586
|
+
<a name="dynamicallyaddedlayer" class="tsd-anchor"></a>
|
|
587
|
+
<h3>dynamically<wbr>Added<wbr>Layer</h3>
|
|
588
|
+
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
589
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> dynamicallyAddedLayer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
590
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> dynamicallyAddedLayer<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
591
|
+
</ul>
|
|
592
|
+
<ul class="tsd-descriptions">
|
|
593
|
+
<li class="tsd-description">
|
|
594
|
+
<aside class="tsd-sources">
|
|
595
|
+
<ul>
|
|
596
|
+
<li>Defined in src/mapping/UnsupportedLayerExtension.ts:21</li>
|
|
597
|
+
</ul>
|
|
598
|
+
</aside>
|
|
599
|
+
<div class="tsd-comment tsd-typography">
|
|
600
|
+
<div class="lead">
|
|
601
|
+
<p>Indicates that the layer was added dynamically.</p>
|
|
602
|
+
</div>
|
|
603
|
+
</div>
|
|
604
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
605
|
+
</li>
|
|
606
|
+
<li class="tsd-description">
|
|
607
|
+
<aside class="tsd-sources">
|
|
608
|
+
<ul>
|
|
609
|
+
<li>Defined in src/mapping/UnsupportedLayerExtension.ts:24</li>
|
|
610
|
+
</ul>
|
|
611
|
+
</aside>
|
|
612
|
+
<div class="tsd-comment tsd-typography">
|
|
613
|
+
<div class="lead">
|
|
614
|
+
<p>Indicates that the layer was added dynamically.</p>
|
|
615
|
+
</div>
|
|
616
|
+
</div>
|
|
617
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
618
|
+
<ul class="tsd-parameters">
|
|
619
|
+
<li>
|
|
620
|
+
<h5>value: <span class="tsd-signature-type">boolean</span></h5>
|
|
621
|
+
</li>
|
|
622
|
+
</ul>
|
|
623
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
624
|
+
</li>
|
|
625
|
+
</ul>
|
|
626
|
+
</section>
|
|
627
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
628
|
+
<a name="effectivefullextent" class="tsd-anchor"></a>
|
|
629
|
+
<h3>effective<wbr>Full<wbr>Extent</h3>
|
|
630
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
631
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> effectiveFullExtent<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Extent</span></li>
|
|
632
|
+
</ul>
|
|
633
|
+
<ul class="tsd-descriptions">
|
|
634
|
+
<li class="tsd-description">
|
|
635
|
+
<aside class="tsd-sources">
|
|
636
|
+
<ul>
|
|
637
|
+
<li>Defined in src/mapping/_LayerExtension.ts:326</li>
|
|
638
|
+
</ul>
|
|
639
|
+
</aside>
|
|
640
|
+
<div class="tsd-comment tsd-typography">
|
|
641
|
+
<div class="lead">
|
|
642
|
+
<p>The effective full extent of this layer extension.</p>
|
|
643
|
+
</div>
|
|
644
|
+
</div>
|
|
645
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Extent</span></h4>
|
|
646
|
+
</li>
|
|
647
|
+
</ul>
|
|
648
|
+
</section>
|
|
649
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
650
|
+
<a name="effectivemaxscale" class="tsd-anchor"></a>
|
|
651
|
+
<h3>effective<wbr>Max<wbr>Scale</h3>
|
|
652
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
653
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> effectiveMaxScale<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
|
|
654
|
+
</ul>
|
|
655
|
+
<ul class="tsd-descriptions">
|
|
656
|
+
<li class="tsd-description">
|
|
657
|
+
<aside class="tsd-sources">
|
|
658
|
+
<ul>
|
|
659
|
+
<li>Defined in src/mapping/_LayerExtension.ts:308</li>
|
|
660
|
+
</ul>
|
|
661
|
+
</aside>
|
|
662
|
+
<div class="tsd-comment tsd-typography">
|
|
663
|
+
<div class="lead">
|
|
664
|
+
<p>The effective max scale for this layer extension.</p>
|
|
665
|
+
</div>
|
|
666
|
+
</div>
|
|
667
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
668
|
+
</li>
|
|
669
|
+
</ul>
|
|
670
|
+
</section>
|
|
671
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
672
|
+
<a name="effectiveminscale" class="tsd-anchor"></a>
|
|
673
|
+
<h3>effective<wbr>Min<wbr>Scale</h3>
|
|
674
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
675
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> effectiveMinScale<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
|
|
676
|
+
</ul>
|
|
677
|
+
<ul class="tsd-descriptions">
|
|
678
|
+
<li class="tsd-description">
|
|
679
|
+
<aside class="tsd-sources">
|
|
680
|
+
<ul>
|
|
681
|
+
<li>Defined in src/mapping/_LayerExtension.ts:301</li>
|
|
682
|
+
</ul>
|
|
683
|
+
</aside>
|
|
684
|
+
<div class="tsd-comment tsd-typography">
|
|
685
|
+
<div class="lead">
|
|
686
|
+
<p>The effective min scale for this layer extension.</p>
|
|
687
|
+
</div>
|
|
688
|
+
</div>
|
|
689
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
690
|
+
</li>
|
|
691
|
+
</ul>
|
|
692
|
+
</section>
|
|
693
|
+
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
694
|
+
<a name="failuremode" class="tsd-anchor"></a>
|
|
695
|
+
<h3>failure<wbr>Mode</h3>
|
|
696
|
+
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
697
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> failureMode<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/failuremode.html#failuremode-1" class="tsd-signature-type" data-tsd-kind="Type alias">FailureMode</a></li>
|
|
698
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> failureMode<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="../modules/failuremode.html#failuremode-1" class="tsd-signature-type" data-tsd-kind="Type alias">FailureMode</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
699
|
+
</ul>
|
|
700
|
+
<ul class="tsd-descriptions">
|
|
701
|
+
<li class="tsd-description">
|
|
702
|
+
<aside class="tsd-sources">
|
|
703
|
+
<ul>
|
|
704
|
+
<li>Defined in src/support/InitializableBase.ts:98</li>
|
|
705
|
+
</ul>
|
|
706
|
+
</aside>
|
|
707
|
+
<div class="tsd-comment tsd-typography">
|
|
708
|
+
<div class="lead">
|
|
709
|
+
<p>Determines how a parent object should handle initialization failure in
|
|
710
|
+
this object. The default is "warn".</p>
|
|
711
|
+
<ul>
|
|
712
|
+
<li><code>"error"</code>: <a href="support_initializeerror.initializeerror.html">InitializeError</a> is thrown.</li>
|
|
713
|
+
<li><code>"warn"</code>: Message is logged and <a href="../interfaces/support_initializablebase.initializewarningevent.html">InitializeWarningEvent</a> is
|
|
714
|
+
raised.</li>
|
|
715
|
+
<li><code>"ignore"</code>: <a href="../interfaces/support_initializablebase.initializewarningevent.html">InitializeWarningEvent</a> is raised.</li>
|
|
716
|
+
</ul>
|
|
717
|
+
</div>
|
|
718
|
+
</div>
|
|
719
|
+
<h4 class="tsd-returns-title">Returns <a href="../modules/failuremode.html#failuremode-1" class="tsd-signature-type" data-tsd-kind="Type alias">FailureMode</a></h4>
|
|
720
|
+
</li>
|
|
721
|
+
<li class="tsd-description">
|
|
722
|
+
<aside class="tsd-sources">
|
|
723
|
+
<ul>
|
|
724
|
+
<li>Defined in src/support/InitializableBase.ts:101</li>
|
|
725
|
+
</ul>
|
|
726
|
+
</aside>
|
|
727
|
+
<div class="tsd-comment tsd-typography">
|
|
728
|
+
<div class="lead">
|
|
729
|
+
<p>Determines how a parent object should handle initialization failure in
|
|
730
|
+
this object. The default is "warn".</p>
|
|
731
|
+
<ul>
|
|
732
|
+
<li><code>"error"</code>: <a href="support_initializeerror.initializeerror.html">InitializeError</a> is thrown.</li>
|
|
733
|
+
<li><code>"warn"</code>: Message is logged and <a href="../interfaces/support_initializablebase.initializewarningevent.html">InitializeWarningEvent</a> is
|
|
734
|
+
raised.</li>
|
|
735
|
+
<li><code>"ignore"</code>: <a href="../interfaces/support_initializablebase.initializewarningevent.html">InitializeWarningEvent</a> is raised.</li>
|
|
736
|
+
</ul>
|
|
737
|
+
</div>
|
|
738
|
+
</div>
|
|
739
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
740
|
+
<ul class="tsd-parameters">
|
|
741
|
+
<li>
|
|
742
|
+
<h5>value: <a href="../modules/failuremode.html#failuremode-1" class="tsd-signature-type" data-tsd-kind="Type alias">FailureMode</a></h5>
|
|
743
|
+
</li>
|
|
744
|
+
</ul>
|
|
745
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
746
|
+
</li>
|
|
747
|
+
</ul>
|
|
748
|
+
</section>
|
|
749
|
+
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
750
|
+
<a name="featureactions" class="tsd-anchor"></a>
|
|
751
|
+
<h3>feature<wbr>Actions</h3>
|
|
752
|
+
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
753
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> featureActions<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="menus_menu.menu.html" class="tsd-signature-type" data-tsd-kind="Class">Menu</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/menus_menuitem.menuitemproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_menu.menuproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_menuitem.menuitem.html" class="tsd-signature-type" data-tsd-kind="Class">MenuItem</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/menus_menuitem.menuitemproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_menu.menuproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></li>
|
|
754
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> featureActions<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="menus_menu.menu.html" class="tsd-signature-type" data-tsd-kind="Class">Menu</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/menus_menuitem.menuitemproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_menu.menuproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_menuitem.menuitem.html" class="tsd-signature-type" data-tsd-kind="Class">MenuItem</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/menus_menuitem.menuitemproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_menu.menuproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
755
|
+
</ul>
|
|
756
|
+
<ul class="tsd-descriptions">
|
|
757
|
+
<li class="tsd-description">
|
|
758
|
+
<aside class="tsd-sources">
|
|
759
|
+
<ul>
|
|
760
|
+
<li>Defined in src/data/FeatureSourceBase.ts:105</li>
|
|
761
|
+
</ul>
|
|
762
|
+
</aside>
|
|
763
|
+
<div class="tsd-comment tsd-typography">
|
|
764
|
+
<div class="lead">
|
|
765
|
+
<p>A menu for actions specifically related to features from this source.</p>
|
|
766
|
+
</div>
|
|
767
|
+
</div>
|
|
768
|
+
<h4 class="tsd-returns-title">Returns <a href="menus_menu.menu.html" class="tsd-signature-type" data-tsd-kind="Class">Menu</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/menus_menuitem.menuitemproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_menu.menuproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_menuitem.menuitem.html" class="tsd-signature-type" data-tsd-kind="Class">MenuItem</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/menus_menuitem.menuitemproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_menu.menuproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4>
|
|
769
|
+
</li>
|
|
770
|
+
<li class="tsd-description">
|
|
771
|
+
<aside class="tsd-sources">
|
|
772
|
+
<ul>
|
|
773
|
+
<li>Defined in src/data/FeatureSourceBase.ts:108</li>
|
|
774
|
+
</ul>
|
|
775
|
+
</aside>
|
|
776
|
+
<div class="tsd-comment tsd-typography">
|
|
777
|
+
<div class="lead">
|
|
778
|
+
<p>A menu for actions specifically related to features from this source.</p>
|
|
779
|
+
</div>
|
|
780
|
+
</div>
|
|
781
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
782
|
+
<ul class="tsd-parameters">
|
|
783
|
+
<li>
|
|
784
|
+
<h5>value: <a href="menus_menu.menu.html" class="tsd-signature-type" data-tsd-kind="Class">Menu</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/menus_menuitem.menuitemproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_menu.menuproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_menuitem.menuitem.html" class="tsd-signature-type" data-tsd-kind="Class">MenuItem</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/menus_menuitem.menuitemproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_menu.menuproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h5>
|
|
785
|
+
</li>
|
|
786
|
+
</ul>
|
|
787
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
788
|
+
</li>
|
|
789
|
+
</ul>
|
|
790
|
+
</section>
|
|
791
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
792
|
+
<a name="groundextension" class="tsd-anchor"></a>
|
|
793
|
+
<h3>ground<wbr>Extension</h3>
|
|
794
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
795
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> groundExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_groundextension.groundextension.html" class="tsd-signature-type" data-tsd-kind="Class">GroundExtension</a></li>
|
|
796
|
+
</ul>
|
|
797
|
+
<ul class="tsd-descriptions">
|
|
798
|
+
<li class="tsd-description">
|
|
799
|
+
<aside class="tsd-sources">
|
|
800
|
+
<ul>
|
|
801
|
+
<li>Defined in src/mapping/_LayerExtension.ts:207</li>
|
|
802
|
+
</ul>
|
|
803
|
+
</aside>
|
|
804
|
+
<div class="tsd-comment tsd-typography">
|
|
805
|
+
<div class="lead">
|
|
806
|
+
<p>The parent ground extension if the extended layer is an elevation layer in a ground object.</p>
|
|
807
|
+
</div>
|
|
808
|
+
</div>
|
|
809
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping_groundextension.groundextension.html" class="tsd-signature-type" data-tsd-kind="Class">GroundExtension</a></h4>
|
|
810
|
+
</li>
|
|
811
|
+
</ul>
|
|
812
|
+
</section>
|
|
813
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
814
|
+
<a name="hasfeatures" class="tsd-anchor"></a>
|
|
815
|
+
<h3>has<wbr>Features</h3>
|
|
816
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
817
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> hasFeatures<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
818
|
+
</ul>
|
|
819
|
+
<ul class="tsd-descriptions">
|
|
820
|
+
<li class="tsd-description">
|
|
821
|
+
<aside class="tsd-sources">
|
|
822
|
+
<ul>
|
|
823
|
+
<li>Defined in src/mapping/_LayerExtension.ts:221</li>
|
|
824
|
+
</ul>
|
|
825
|
+
</aside>
|
|
826
|
+
<div class="tsd-comment tsd-typography">
|
|
827
|
+
<div class="lead">
|
|
828
|
+
<p>Determines whether this type of layer is capable of producing features.</p>
|
|
829
|
+
</div>
|
|
830
|
+
</div>
|
|
831
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
832
|
+
</li>
|
|
833
|
+
</ul>
|
|
834
|
+
</section>
|
|
835
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
836
|
+
<a name="id" class="tsd-anchor"></a>
|
|
837
|
+
<h3>id</h3>
|
|
838
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
839
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> id<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
840
|
+
</ul>
|
|
841
|
+
<ul class="tsd-descriptions">
|
|
842
|
+
<li class="tsd-description">
|
|
843
|
+
<aside class="tsd-sources">
|
|
844
|
+
<ul>
|
|
845
|
+
<li>Defined in src/Entity.ts:56</li>
|
|
846
|
+
</ul>
|
|
847
|
+
</aside>
|
|
848
|
+
<div class="tsd-comment tsd-typography">
|
|
849
|
+
<dl class="tsd-comment-tags">
|
|
850
|
+
<dt>inheritdoc</dt>
|
|
851
|
+
<dd></dd>
|
|
852
|
+
</dl>
|
|
853
|
+
</div>
|
|
854
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
855
|
+
</li>
|
|
856
|
+
</ul>
|
|
857
|
+
</section>
|
|
858
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
859
|
+
<a name="isdestroyed" class="tsd-anchor"></a>
|
|
860
|
+
<h3>is<wbr>Destroyed</h3>
|
|
861
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
862
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> isDestroyed<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
863
|
+
</ul>
|
|
864
|
+
<ul class="tsd-descriptions">
|
|
865
|
+
<li class="tsd-description">
|
|
866
|
+
<aside class="tsd-sources">
|
|
867
|
+
<ul>
|
|
868
|
+
<li>Defined in src/support/InitializableBase.ts:86</li>
|
|
869
|
+
</ul>
|
|
870
|
+
</aside>
|
|
871
|
+
<div class="tsd-comment tsd-typography">
|
|
872
|
+
<div class="lead">
|
|
873
|
+
<p>See <a href="../interfaces/support_initializablebase.initializable.html#isdestroyed">Initializable.isDestroyed</a>.</p>
|
|
874
|
+
</div>
|
|
875
|
+
</div>
|
|
876
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
877
|
+
</li>
|
|
878
|
+
</ul>
|
|
879
|
+
</section>
|
|
880
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
881
|
+
<a name="iseffectivelyvisible" class="tsd-anchor"></a>
|
|
882
|
+
<h3>is<wbr>Effectively<wbr>Visible</h3>
|
|
883
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
884
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> isEffectivelyVisible<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
885
|
+
</ul>
|
|
886
|
+
<ul class="tsd-descriptions">
|
|
887
|
+
<li class="tsd-description">
|
|
888
|
+
<aside class="tsd-sources">
|
|
889
|
+
<ul>
|
|
890
|
+
<li>Defined in src/mapping/_LayerExtension.ts:315</li>
|
|
891
|
+
</ul>
|
|
892
|
+
</aside>
|
|
893
|
+
<div class="tsd-comment tsd-typography">
|
|
894
|
+
<div class="lead">
|
|
895
|
+
<p>The effective visibility for this layer extension.</p>
|
|
896
|
+
</div>
|
|
897
|
+
</div>
|
|
898
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
899
|
+
</li>
|
|
900
|
+
</ul>
|
|
901
|
+
</section>
|
|
902
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
903
|
+
<a name="isinitialized" class="tsd-anchor"></a>
|
|
904
|
+
<h3>is<wbr>Initialized</h3>
|
|
905
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
906
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> isInitialized<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
907
|
+
</ul>
|
|
908
|
+
<ul class="tsd-descriptions">
|
|
909
|
+
<li class="tsd-description">
|
|
910
|
+
<aside class="tsd-sources">
|
|
911
|
+
<ul>
|
|
912
|
+
<li>Defined in src/support/InitializableBase.ts:79</li>
|
|
913
|
+
</ul>
|
|
914
|
+
</aside>
|
|
915
|
+
<div class="tsd-comment tsd-typography">
|
|
916
|
+
<div class="lead">
|
|
917
|
+
<p>See <a href="../interfaces/support_initializablebase.initializable.html#isinitialized">Initializable.isInitialized</a>.</p>
|
|
918
|
+
</div>
|
|
919
|
+
</div>
|
|
920
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
921
|
+
</li>
|
|
922
|
+
</ul>
|
|
923
|
+
</section>
|
|
924
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
925
|
+
<a name="itemtype" class="tsd-anchor"></a>
|
|
926
|
+
<h3>item<wbr>Type</h3>
|
|
927
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
928
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> itemType<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
929
|
+
</ul>
|
|
930
|
+
<ul class="tsd-descriptions">
|
|
931
|
+
<li class="tsd-description">
|
|
932
|
+
<aside class="tsd-sources">
|
|
933
|
+
<ul>
|
|
934
|
+
<li>Defined in src/Entity.ts:67</li>
|
|
935
|
+
</ul>
|
|
936
|
+
</aside>
|
|
937
|
+
<div class="tsd-comment tsd-typography">
|
|
938
|
+
<div class="lead">
|
|
939
|
+
<p>The item type for this entity when it participates in an App.</p>
|
|
940
|
+
</div>
|
|
941
|
+
</div>
|
|
942
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
943
|
+
</li>
|
|
944
|
+
</ul>
|
|
945
|
+
</section>
|
|
946
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
947
|
+
<a name="layer" class="tsd-anchor"></a>
|
|
948
|
+
<h3>layer</h3>
|
|
949
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
950
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> layer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Layer</span></li>
|
|
951
|
+
</ul>
|
|
952
|
+
<ul class="tsd-descriptions">
|
|
953
|
+
<li class="tsd-description">
|
|
954
|
+
<aside class="tsd-sources">
|
|
955
|
+
<ul>
|
|
956
|
+
<li>Defined in src/mapping/_LayerExtension.ts:186</li>
|
|
957
|
+
</ul>
|
|
958
|
+
</aside>
|
|
959
|
+
<div class="tsd-comment tsd-typography">
|
|
960
|
+
<div class="lead">
|
|
961
|
+
<p>The Esri <a href="../interfaces/portal_layer.layer-1.html">Layer</a> object being extended.</p>
|
|
962
|
+
</div>
|
|
963
|
+
</div>
|
|
964
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Layer</span></h4>
|
|
965
|
+
</li>
|
|
966
|
+
</ul>
|
|
967
|
+
</section>
|
|
968
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
969
|
+
<a name="mapextension" class="tsd-anchor"></a>
|
|
970
|
+
<h3>map<wbr>Extension</h3>
|
|
971
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
972
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> mapExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_mapextension.mapextension.html" class="tsd-signature-type" data-tsd-kind="Class">MapExtension</a></li>
|
|
973
|
+
</ul>
|
|
974
|
+
<ul class="tsd-descriptions">
|
|
975
|
+
<li class="tsd-description">
|
|
976
|
+
<aside class="tsd-sources">
|
|
977
|
+
<ul>
|
|
978
|
+
<li>Defined in src/mapping/_LayerExtension.ts:193</li>
|
|
979
|
+
</ul>
|
|
980
|
+
</aside>
|
|
981
|
+
<div class="tsd-comment tsd-typography">
|
|
982
|
+
<div class="lead">
|
|
983
|
+
<p>The parent map extension.</p>
|
|
984
|
+
</div>
|
|
985
|
+
</div>
|
|
986
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping_mapextension.mapextension.html" class="tsd-signature-type" data-tsd-kind="Class">MapExtension</a></h4>
|
|
987
|
+
</li>
|
|
988
|
+
</ul>
|
|
989
|
+
</section>
|
|
990
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
991
|
+
<a name="parentlayerextension" class="tsd-anchor"></a>
|
|
992
|
+
<h3>parent<wbr>Layer<wbr>Extension</h3>
|
|
993
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
994
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> parentLayerExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping__layerextension.layerextension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">></span></li>
|
|
995
|
+
</ul>
|
|
996
|
+
<ul class="tsd-descriptions">
|
|
997
|
+
<li class="tsd-description">
|
|
998
|
+
<aside class="tsd-sources">
|
|
999
|
+
<ul>
|
|
1000
|
+
<li>Defined in src/mapping/_LayerExtension.ts:214</li>
|
|
1001
|
+
</ul>
|
|
1002
|
+
</aside>
|
|
1003
|
+
<div class="tsd-comment tsd-typography">
|
|
1004
|
+
<div class="lead">
|
|
1005
|
+
<p>The parent layer extension if the extended layer is in a group layer.</p>
|
|
1006
|
+
</div>
|
|
1007
|
+
</div>
|
|
1008
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping__layerextension.layerextension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">></span></h4>
|
|
1009
|
+
</li>
|
|
1010
|
+
</ul>
|
|
1011
|
+
</section>
|
|
1012
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
1013
|
+
<a name="renderer" class="tsd-anchor"></a>
|
|
1014
|
+
<h3>renderer</h3>
|
|
1015
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
1016
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> renderer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Renderer</span></li>
|
|
1017
|
+
</ul>
|
|
1018
|
+
<ul class="tsd-descriptions">
|
|
1019
|
+
<li class="tsd-description">
|
|
1020
|
+
<aside class="tsd-sources">
|
|
1021
|
+
<ul>
|
|
1022
|
+
<li>Defined in src/mapping/_LayerExtension.ts:235</li>
|
|
1023
|
+
</ul>
|
|
1024
|
+
</aside>
|
|
1025
|
+
<div class="tsd-comment tsd-typography">
|
|
1026
|
+
<div class="lead">
|
|
1027
|
+
<p>The renderer, if any, that the ESRI layer uses to display data on the map.</p>
|
|
1028
|
+
</div>
|
|
1029
|
+
</div>
|
|
1030
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Renderer</span></h4>
|
|
1031
|
+
</li>
|
|
1032
|
+
</ul>
|
|
1033
|
+
</section>
|
|
1034
|
+
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
1035
|
+
<a name="requesthelper" class="tsd-anchor"></a>
|
|
1036
|
+
<h3>request<wbr>Helper</h3>
|
|
1037
|
+
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
1038
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> requestHelper<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/support_arcgisrequesthelper.arcgisrequesthelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></li>
|
|
1039
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> requestHelper<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="../interfaces/support_arcgisrequesthelper.arcgisrequesthelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
1040
|
+
</ul>
|
|
1041
|
+
<ul class="tsd-descriptions">
|
|
1042
|
+
<li class="tsd-description">
|
|
1043
|
+
<aside class="tsd-sources">
|
|
1044
|
+
<ul>
|
|
1045
|
+
<li>Defined in src/mapping/_LayerExtension.ts:263</li>
|
|
1046
|
+
</ul>
|
|
1047
|
+
</aside>
|
|
1048
|
+
<div class="tsd-comment tsd-typography">
|
|
1049
|
+
<div class="lead">
|
|
1050
|
+
<p>The <a href="../interfaces/utilities_requesthelper.requesthelper.html">RequestHelper</a> to use when making requests to external
|
|
1051
|
+
services. If not specified, a default implementation will be used.</p>
|
|
1052
|
+
</div>
|
|
1053
|
+
</div>
|
|
1054
|
+
<h4 class="tsd-returns-title">Returns <a href="../interfaces/support_arcgisrequesthelper.arcgisrequesthelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></h4>
|
|
1055
|
+
</li>
|
|
1056
|
+
<li class="tsd-description">
|
|
1057
|
+
<aside class="tsd-sources">
|
|
1058
|
+
<ul>
|
|
1059
|
+
<li>Defined in src/mapping/_LayerExtension.ts:272</li>
|
|
1060
|
+
</ul>
|
|
1061
|
+
</aside>
|
|
1062
|
+
<div class="tsd-comment tsd-typography">
|
|
1063
|
+
<div class="lead">
|
|
1064
|
+
<p>The <a href="../interfaces/utilities_requesthelper.requesthelper.html">RequestHelper</a> to use when making requests to external
|
|
1065
|
+
services. If not specified, a default implementation will be used.</p>
|
|
1066
|
+
</div>
|
|
1067
|
+
</div>
|
|
1068
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1069
|
+
<ul class="tsd-parameters">
|
|
1070
|
+
<li>
|
|
1071
|
+
<h5>value: <a href="../interfaces/support_arcgisrequesthelper.arcgisrequesthelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></h5>
|
|
1072
|
+
</li>
|
|
1073
|
+
</ul>
|
|
1074
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1075
|
+
</li>
|
|
1076
|
+
</ul>
|
|
1077
|
+
</section>
|
|
1078
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
1079
|
+
<a name="sublayerextensions" class="tsd-anchor"></a>
|
|
1080
|
+
<h3>sublayer<wbr>Extensions</h3>
|
|
1081
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
1082
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> sublayerExtensions<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping_support__sublayerextensioncollection.sublayerextensioncollection.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionCollection</a></li>
|
|
1083
|
+
</ul>
|
|
1084
|
+
<ul class="tsd-descriptions">
|
|
1085
|
+
<li class="tsd-description">
|
|
1086
|
+
<aside class="tsd-sources">
|
|
1087
|
+
<ul>
|
|
1088
|
+
<li>Defined in src/mapping/_LayerExtension.ts:255</li>
|
|
1089
|
+
</ul>
|
|
1090
|
+
</aside>
|
|
1091
|
+
<div class="tsd-comment tsd-typography">
|
|
1092
|
+
<div class="lead">
|
|
1093
|
+
<p>The sublayer extensions associated with each sublayer of this layer.</p>
|
|
1094
|
+
</div>
|
|
1095
|
+
</div>
|
|
1096
|
+
<h4 class="tsd-returns-title">Returns <a href="../interfaces/mapping_support__sublayerextensioncollection.sublayerextensioncollection.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionCollection</a></h4>
|
|
1097
|
+
</li>
|
|
1098
|
+
</ul>
|
|
1099
|
+
</section>
|
|
1100
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
1101
|
+
<a name="supportssublayers" class="tsd-anchor"></a>
|
|
1102
|
+
<h3>supports<wbr>Sublayers</h3>
|
|
1103
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
1104
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> supportsSublayers<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
1105
|
+
</ul>
|
|
1106
|
+
<ul class="tsd-descriptions">
|
|
1107
|
+
<li class="tsd-description">
|
|
1108
|
+
<aside class="tsd-sources">
|
|
1109
|
+
<ul>
|
|
1110
|
+
<li>Defined in src/mapping/_LayerExtension.ts:294</li>
|
|
1111
|
+
</ul>
|
|
1112
|
+
</aside>
|
|
1113
|
+
<div class="tsd-comment tsd-typography">
|
|
1114
|
+
<div class="lead">
|
|
1115
|
+
<p>Determines whether this type of layer is capable of having sublayers.</p>
|
|
1116
|
+
</div>
|
|
1117
|
+
</div>
|
|
1118
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
1119
|
+
</li>
|
|
1120
|
+
</ul>
|
|
1121
|
+
</section>
|
|
1122
|
+
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
1123
|
+
<a name="title" class="tsd-anchor"></a>
|
|
1124
|
+
<h3>title</h3>
|
|
1125
|
+
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
1126
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> title<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
1127
|
+
</ul>
|
|
1128
|
+
<ul class="tsd-descriptions">
|
|
1129
|
+
<li class="tsd-description">
|
|
1130
|
+
<aside class="tsd-sources">
|
|
1131
|
+
<ul>
|
|
1132
|
+
<li>Defined in src/mapping/_LayerExtension.ts:279</li>
|
|
1133
|
+
</ul>
|
|
1134
|
+
</aside>
|
|
1135
|
+
<div class="tsd-comment tsd-typography">
|
|
1136
|
+
<div class="lead">
|
|
1137
|
+
<p>See <a href="../interfaces/data_featuresource.featuresource.html#title">FeatureSource.title</a>.</p>
|
|
1138
|
+
</div>
|
|
1139
|
+
</div>
|
|
1140
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
1141
|
+
</li>
|
|
1142
|
+
</ul>
|
|
1143
|
+
</section>
|
|
1144
|
+
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
1145
|
+
<a name="visibilitymode" class="tsd-anchor"></a>
|
|
1146
|
+
<h3>visibility<wbr>Mode</h3>
|
|
1147
|
+
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
1148
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> visibilityMode<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span></li>
|
|
1149
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> visibilityMode<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
1150
|
+
</ul>
|
|
1151
|
+
<ul class="tsd-descriptions">
|
|
1152
|
+
<li class="tsd-description">
|
|
1153
|
+
<aside class="tsd-sources">
|
|
1154
|
+
<ul>
|
|
1155
|
+
<li>Defined in src/mapping/_LayerExtension.ts:242</li>
|
|
1156
|
+
</ul>
|
|
1157
|
+
</aside>
|
|
1158
|
+
<div class="tsd-comment tsd-typography">
|
|
1159
|
+
<div class="lead">
|
|
1160
|
+
<p>Indicates how to manage the visibility of the children layers or sublayers.</p>
|
|
1161
|
+
</div>
|
|
1162
|
+
</div>
|
|
1163
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span></h4>
|
|
1164
|
+
</li>
|
|
1165
|
+
<li class="tsd-description">
|
|
1166
|
+
<aside class="tsd-sources">
|
|
1167
|
+
<ul>
|
|
1168
|
+
<li>Defined in src/mapping/_LayerExtension.ts:245</li>
|
|
1169
|
+
</ul>
|
|
1170
|
+
</aside>
|
|
1171
|
+
<div class="tsd-comment tsd-typography">
|
|
1172
|
+
<div class="lead">
|
|
1173
|
+
<p>Indicates how to manage the visibility of the children layers or sublayers.</p>
|
|
1174
|
+
</div>
|
|
1175
|
+
</div>
|
|
1176
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1177
|
+
<ul class="tsd-parameters">
|
|
1178
|
+
<li>
|
|
1179
|
+
<h5>value: <span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span></h5>
|
|
1180
|
+
</li>
|
|
1181
|
+
</ul>
|
|
1182
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1183
|
+
</li>
|
|
1184
|
+
</ul>
|
|
1185
|
+
</section>
|
|
1186
|
+
</section>
|
|
1187
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
1188
|
+
<h2>Methods</h2>
|
|
1189
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1190
|
+
<a name="_addfeatures" class="tsd-anchor"></a>
|
|
1191
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _add<wbr>Features</h3>
|
|
1192
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1193
|
+
<li class="tsd-signature tsd-kind-icon">_add<wbr>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1194
|
+
</ul>
|
|
1195
|
+
<ul class="tsd-descriptions">
|
|
1196
|
+
<li class="tsd-description">
|
|
1197
|
+
<aside class="tsd-sources">
|
|
1198
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_addfeatures">_addFeatures</a></p>
|
|
1199
|
+
<ul>
|
|
1200
|
+
<li>Defined in src/data/FeatureSourceBase.ts:512</li>
|
|
1201
|
+
</ul>
|
|
1202
|
+
</aside>
|
|
1203
|
+
<div class="tsd-comment tsd-typography">
|
|
1204
|
+
<div class="lead">
|
|
1205
|
+
<p>Called to add new features. Subclasses must override this if they support
|
|
1206
|
+
adding features.</p>
|
|
1207
|
+
</div>
|
|
1208
|
+
</div>
|
|
1209
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1210
|
+
<ul class="tsd-parameters">
|
|
1211
|
+
<li>
|
|
1212
|
+
<h5>features: <span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span></h5>
|
|
1213
|
+
<div class="tsd-comment tsd-typography">
|
|
1214
|
+
<p>The features to add.</p>
|
|
1215
|
+
</div>
|
|
1216
|
+
</li>
|
|
1217
|
+
<li>
|
|
1218
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
1219
|
+
<div class="tsd-comment tsd-typography">
|
|
1220
|
+
<p>Additional options that control how the feature is saved.</p>
|
|
1221
|
+
</div>
|
|
1222
|
+
</li>
|
|
1223
|
+
</ul>
|
|
1224
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1225
|
+
</li>
|
|
1226
|
+
</ul>
|
|
1227
|
+
</section>
|
|
1228
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1229
|
+
<a name="_applylayerproperties" class="tsd-anchor"></a>
|
|
1230
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _apply<wbr>Layer<wbr>Properties</h3>
|
|
1231
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1232
|
+
<li class="tsd-signature tsd-kind-icon">_apply<wbr>Layer<wbr>Properties<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping__layerextension.layerproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerProperties</a>, layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1233
|
+
</ul>
|
|
1234
|
+
<ul class="tsd-descriptions">
|
|
1235
|
+
<li class="tsd-description">
|
|
1236
|
+
<aside class="tsd-sources">
|
|
1237
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_applylayerproperties">_applyLayerProperties</a></p>
|
|
1238
|
+
<ul>
|
|
1239
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1284</li>
|
|
1240
|
+
</ul>
|
|
1241
|
+
</aside>
|
|
1242
|
+
<div class="tsd-comment tsd-typography">
|
|
1243
|
+
<div class="lead">
|
|
1244
|
+
<p>Called to apply layer properties to a layer.</p>
|
|
1245
|
+
</div>
|
|
1246
|
+
</div>
|
|
1247
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1248
|
+
<ul class="tsd-parameters">
|
|
1249
|
+
<li>
|
|
1250
|
+
<h5>properties: <a href="../interfaces/mapping__layerextension.layerproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerProperties</a></h5>
|
|
1251
|
+
<div class="tsd-comment tsd-typography">
|
|
1252
|
+
<p>The layer properties to apply.</p>
|
|
1253
|
+
</div>
|
|
1254
|
+
</li>
|
|
1255
|
+
<li>
|
|
1256
|
+
<h5>layer: <span class="tsd-signature-type">Layer</span></h5>
|
|
1257
|
+
<div class="tsd-comment tsd-typography">
|
|
1258
|
+
<p>The layer to apply properties to.</p>
|
|
1259
|
+
</div>
|
|
1260
|
+
</li>
|
|
1261
|
+
</ul>
|
|
1262
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1263
|
+
</li>
|
|
1264
|
+
</ul>
|
|
1265
|
+
</section>
|
|
1266
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1267
|
+
<a name="_applyportalitemproperties" class="tsd-anchor"></a>
|
|
1268
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _apply<wbr>Portal<wbr>Item<wbr>Properties</h3>
|
|
1269
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1270
|
+
<li class="tsd-signature tsd-kind-icon">_apply<wbr>Portal<wbr>Item<wbr>Properties<span class="tsd-signature-symbol">(</span>portalItem<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PortalItem</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1271
|
+
</ul>
|
|
1272
|
+
<ul class="tsd-descriptions">
|
|
1273
|
+
<li class="tsd-description">
|
|
1274
|
+
<aside class="tsd-sources">
|
|
1275
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_applyportalitemproperties">_applyPortalItemProperties</a></p>
|
|
1276
|
+
<ul>
|
|
1277
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1221</li>
|
|
1278
|
+
</ul>
|
|
1279
|
+
</aside>
|
|
1280
|
+
<div class="tsd-comment tsd-typography">
|
|
1281
|
+
<div class="lead">
|
|
1282
|
+
<p>Apply properties from a portal item to an ESRI API Layer object.</p>
|
|
1283
|
+
</div>
|
|
1284
|
+
</div>
|
|
1285
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1286
|
+
<ul class="tsd-parameters">
|
|
1287
|
+
<li>
|
|
1288
|
+
<h5>portalItem: <span class="tsd-signature-type">PortalItem</span></h5>
|
|
1289
|
+
<div class="tsd-comment tsd-typography">
|
|
1290
|
+
<p>The portal item to apply.</p>
|
|
1291
|
+
</div>
|
|
1292
|
+
</li>
|
|
1293
|
+
</ul>
|
|
1294
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1295
|
+
</li>
|
|
1296
|
+
</ul>
|
|
1297
|
+
</section>
|
|
1298
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1299
|
+
<a name="_capabilities" class="tsd-anchor"></a>
|
|
1300
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _capabilities</h3>
|
|
1301
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1302
|
+
<li class="tsd-signature tsd-kind-icon">_capabilities<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data_querysourcecapabilities.querysourcecapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></li>
|
|
1303
|
+
</ul>
|
|
1304
|
+
<ul class="tsd-descriptions">
|
|
1305
|
+
<li class="tsd-description">
|
|
1306
|
+
<aside class="tsd-sources">
|
|
1307
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_capabilities">_capabilities</a></p>
|
|
1308
|
+
<ul>
|
|
1309
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1257</li>
|
|
1310
|
+
</ul>
|
|
1311
|
+
</aside>
|
|
1312
|
+
<div class="tsd-comment tsd-typography">
|
|
1313
|
+
<div class="lead">
|
|
1314
|
+
<p>The capabilities for the layer extension.</p>
|
|
1315
|
+
</div>
|
|
1316
|
+
</div>
|
|
1317
|
+
<h4 class="tsd-returns-title">Returns <a href="../interfaces/data_querysourcecapabilities.querysourcecapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></h4>
|
|
1318
|
+
</li>
|
|
1319
|
+
</ul>
|
|
1320
|
+
</section>
|
|
1321
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1322
|
+
<a name="_createfeaturesettings" class="tsd-anchor"></a>
|
|
1323
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr>Feature<wbr>Settings</h3>
|
|
1324
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1325
|
+
<li class="tsd-signature tsd-kind-icon">_create<wbr>Feature<wbr>Settings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_featuresettings.featuresettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></li>
|
|
1326
|
+
</ul>
|
|
1327
|
+
<ul class="tsd-descriptions">
|
|
1328
|
+
<li class="tsd-description">
|
|
1329
|
+
<aside class="tsd-sources">
|
|
1330
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_createfeaturesettings">_createFeatureSettings</a></p>
|
|
1331
|
+
<ul>
|
|
1332
|
+
<li>Defined in src/data/FeatureSourceBase.ts:454</li>
|
|
1333
|
+
</ul>
|
|
1334
|
+
</aside>
|
|
1335
|
+
<div class="tsd-comment tsd-typography">
|
|
1336
|
+
<div class="lead">
|
|
1337
|
+
<p>Called to create the <a href="data_featuresettings.featuresettings.html">FeatureSettings</a> for this feature source.</p>
|
|
1338
|
+
</div>
|
|
1339
|
+
</div>
|
|
1340
|
+
<h4 class="tsd-returns-title">Returns <a href="data_featuresettings.featuresettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></h4>
|
|
1341
|
+
</li>
|
|
1342
|
+
</ul>
|
|
1343
|
+
</section>
|
|
1344
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1345
|
+
<a name="_createhyperlinks" class="tsd-anchor"></a>
|
|
1346
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr>Hyperlinks</h3>
|
|
1347
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1348
|
+
<li class="tsd-signature tsd-kind-icon">_create<wbr>Hyperlinks<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="hyperlink.hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">></span></li>
|
|
1349
|
+
</ul>
|
|
1350
|
+
<ul class="tsd-descriptions">
|
|
1351
|
+
<li class="tsd-description">
|
|
1352
|
+
<aside class="tsd-sources">
|
|
1353
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_createhyperlinks">_createHyperlinks</a></p>
|
|
1354
|
+
<ul>
|
|
1355
|
+
<li>Defined in src/data/FeatureSourceBase.ts:475</li>
|
|
1356
|
+
</ul>
|
|
1357
|
+
</aside>
|
|
1358
|
+
<div class="tsd-comment tsd-typography">
|
|
1359
|
+
<div class="lead">
|
|
1360
|
+
<p>Called to create the <a href="../modules/hyperlink.html">Hyperlink</a> collection for this feature source.</p>
|
|
1361
|
+
</div>
|
|
1362
|
+
</div>
|
|
1363
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="hyperlink.hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">></span></h4>
|
|
1364
|
+
</li>
|
|
1365
|
+
</ul>
|
|
1366
|
+
</section>
|
|
1367
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1368
|
+
<a name="_createlayer" class="tsd-anchor"></a>
|
|
1369
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr>Layer</h3>
|
|
1370
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1371
|
+
<li class="tsd-signature tsd-kind-icon">_create<wbr>Layer<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping__layerextension.layerproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol">></span></li>
|
|
1372
|
+
</ul>
|
|
1373
|
+
<ul class="tsd-descriptions">
|
|
1374
|
+
<li class="tsd-description">
|
|
1375
|
+
<aside class="tsd-sources">
|
|
1376
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_createlayer">_createLayer</a></p>
|
|
1377
|
+
<ul>
|
|
1378
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1274</li>
|
|
1379
|
+
</ul>
|
|
1380
|
+
</aside>
|
|
1381
|
+
<div class="tsd-comment tsd-typography">
|
|
1382
|
+
<div class="lead">
|
|
1383
|
+
<p>Called to create an Esri layer from layer properties.</p>
|
|
1384
|
+
</div>
|
|
1385
|
+
</div>
|
|
1386
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1387
|
+
<ul class="tsd-parameters">
|
|
1388
|
+
<li>
|
|
1389
|
+
<h5>properties: <a href="../interfaces/mapping__layerextension.layerproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerProperties</a></h5>
|
|
1390
|
+
<div class="tsd-comment tsd-typography">
|
|
1391
|
+
<p>The initial layer properties to apply.</p>
|
|
1392
|
+
</div>
|
|
1393
|
+
</li>
|
|
1394
|
+
</ul>
|
|
1395
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol">></span></h4>
|
|
1396
|
+
</li>
|
|
1397
|
+
</ul>
|
|
1398
|
+
</section>
|
|
1399
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1400
|
+
<a name="_createlayerlistsettings" class="tsd-anchor"></a>
|
|
1401
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr>Layer<wbr>List<wbr>Settings</h3>
|
|
1402
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1403
|
+
<li class="tsd-signature tsd-kind-icon">_create<wbr>Layer<wbr>List<wbr>Settings<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">?: </span><a href="mapping_support_layerlistsettings.layerlistsettingsproperties.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettingsProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_support_layerlistsettings.layerlistsettings.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettings</a></li>
|
|
1404
|
+
</ul>
|
|
1405
|
+
<ul class="tsd-descriptions">
|
|
1406
|
+
<li class="tsd-description">
|
|
1407
|
+
<aside class="tsd-sources">
|
|
1408
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_createlayerlistsettings">_createLayerListSettings</a></p>
|
|
1409
|
+
<ul>
|
|
1410
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1240</li>
|
|
1411
|
+
</ul>
|
|
1412
|
+
</aside>
|
|
1413
|
+
<div class="tsd-comment tsd-typography">
|
|
1414
|
+
<div class="lead">
|
|
1415
|
+
<p>Called to create the <a href="mapping_support_layerlistsettings.layerlistsettings.html">LayerListSettings</a> for this layer extension.</p>
|
|
1416
|
+
</div>
|
|
1417
|
+
</div>
|
|
1418
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1419
|
+
<ul class="tsd-parameters">
|
|
1420
|
+
<li>
|
|
1421
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> properties: <a href="mapping_support_layerlistsettings.layerlistsettingsproperties.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettingsProperties</a></h5>
|
|
1422
|
+
<div class="tsd-comment tsd-typography">
|
|
1423
|
+
<p>Initial properties for the layer list settings.</p>
|
|
1424
|
+
</div>
|
|
1425
|
+
</li>
|
|
1426
|
+
</ul>
|
|
1427
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping_support_layerlistsettings.layerlistsettings.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettings</a></h4>
|
|
1428
|
+
</li>
|
|
1429
|
+
</ul>
|
|
1430
|
+
</section>
|
|
1431
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1432
|
+
<a name="_createrelationships" class="tsd-anchor"></a>
|
|
1433
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr>Relationships</h3>
|
|
1434
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1435
|
+
<li class="tsd-signature tsd-kind-icon">_create<wbr>Relationships<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/data__relationship.relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">></span></li>
|
|
1436
|
+
</ul>
|
|
1437
|
+
<ul class="tsd-descriptions">
|
|
1438
|
+
<li class="tsd-description">
|
|
1439
|
+
<aside class="tsd-sources">
|
|
1440
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_createrelationships">_createRelationships</a></p>
|
|
1441
|
+
<ul>
|
|
1442
|
+
<li>Defined in src/data/FeatureSourceBase.ts:468</li>
|
|
1443
|
+
</ul>
|
|
1444
|
+
</aside>
|
|
1445
|
+
<div class="tsd-comment tsd-typography">
|
|
1446
|
+
<div class="lead">
|
|
1447
|
+
<p>Called to create the <a href="../interfaces/data__relationship.relationship-1.html">Relationship</a> collection for this feature source.</p>
|
|
1448
|
+
</div>
|
|
1449
|
+
</div>
|
|
1450
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/data__relationship.relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">></span></h4>
|
|
1451
|
+
</li>
|
|
1452
|
+
</ul>
|
|
1453
|
+
</section>
|
|
1454
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1455
|
+
<a name="_createschema" class="tsd-anchor"></a>
|
|
1456
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr>Schema</h3>
|
|
1457
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1458
|
+
<li class="tsd-signature tsd-kind-icon">_create<wbr>Schema<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Class">Schema</a></li>
|
|
1459
|
+
</ul>
|
|
1460
|
+
<ul class="tsd-descriptions">
|
|
1461
|
+
<li class="tsd-description">
|
|
1462
|
+
<aside class="tsd-sources">
|
|
1463
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_createschema">_createSchema</a></p>
|
|
1464
|
+
<ul>
|
|
1465
|
+
<li>Defined in src/data/FeatureSourceBase.ts:447</li>
|
|
1466
|
+
</ul>
|
|
1467
|
+
</aside>
|
|
1468
|
+
<div class="tsd-comment tsd-typography">
|
|
1469
|
+
<div class="lead">
|
|
1470
|
+
<p>Called to create the <a href="data_schema.schema.html">Schema</a> for this feature source.</p>
|
|
1471
|
+
</div>
|
|
1472
|
+
</div>
|
|
1473
|
+
<h4 class="tsd-returns-title">Returns <a href="data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Class">Schema</a></h4>
|
|
1474
|
+
</li>
|
|
1475
|
+
</ul>
|
|
1476
|
+
</section>
|
|
1477
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1478
|
+
<a name="_createsublayerextension" class="tsd-anchor"></a>
|
|
1479
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr>Sublayer<wbr>Extension</h3>
|
|
1480
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1481
|
+
<li class="tsd-signature tsd-kind-icon">_create<wbr>Sublayer<wbr>Extension<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">?: </span><a href="../interfaces/mapping__sublayerextension.sublayerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping__sublayerextension.sublayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__sublayerextension.sublayerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">></span></li>
|
|
1482
|
+
</ul>
|
|
1483
|
+
<ul class="tsd-descriptions">
|
|
1484
|
+
<li class="tsd-description">
|
|
1485
|
+
<aside class="tsd-sources">
|
|
1486
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_createsublayerextension">_createSublayerExtension</a></p>
|
|
1487
|
+
<ul>
|
|
1488
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1122</li>
|
|
1489
|
+
</ul>
|
|
1490
|
+
</aside>
|
|
1491
|
+
<div class="tsd-comment tsd-typography">
|
|
1492
|
+
<div class="lead">
|
|
1493
|
+
<p>Called to create a child sublayer extension. Must be overridden by layer
|
|
1494
|
+
extensions that support sublayers.</p>
|
|
1495
|
+
</div>
|
|
1496
|
+
</div>
|
|
1497
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1498
|
+
<ul class="tsd-parameters">
|
|
1499
|
+
<li>
|
|
1500
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> properties: <a href="../interfaces/mapping__sublayerextension.sublayerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a></h5>
|
|
1501
|
+
<div class="tsd-comment tsd-typography">
|
|
1502
|
+
<p>Properties used to initialize the sublayer extension.</p>
|
|
1503
|
+
</div>
|
|
1504
|
+
</li>
|
|
1505
|
+
</ul>
|
|
1506
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping__sublayerextension.sublayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__sublayerextension.sublayerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">></span></h4>
|
|
1507
|
+
</li>
|
|
1508
|
+
</ul>
|
|
1509
|
+
</section>
|
|
1510
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1511
|
+
<a name="_createsublayerextensioncollection" class="tsd-anchor"></a>
|
|
1512
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr>Sublayer<wbr>Extension<wbr>Collection</h3>
|
|
1513
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1514
|
+
<li class="tsd-signature tsd-kind-icon">_create<wbr>Sublayer<wbr>Extension<wbr>Collection<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtensionCollectionBase</a></li>
|
|
1515
|
+
</ul>
|
|
1516
|
+
<ul class="tsd-descriptions">
|
|
1517
|
+
<li class="tsd-description">
|
|
1518
|
+
<aside class="tsd-sources">
|
|
1519
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_createsublayerextensioncollection">_createSublayerExtensionCollection</a></p>
|
|
1520
|
+
<ul>
|
|
1521
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1250</li>
|
|
1522
|
+
</ul>
|
|
1523
|
+
</aside>
|
|
1524
|
+
<div class="tsd-comment tsd-typography">
|
|
1525
|
+
<div class="lead">
|
|
1526
|
+
<p>Called to create the <a href="../interfaces/mapping_support__sublayerextensioncollection.sublayerextensioncollection.html">SublayerExtensionCollection</a> for this layer
|
|
1527
|
+
extension.</p>
|
|
1528
|
+
</div>
|
|
1529
|
+
</div>
|
|
1530
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtensionCollectionBase</a></h4>
|
|
1531
|
+
</li>
|
|
1532
|
+
</ul>
|
|
1533
|
+
</section>
|
|
1534
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1535
|
+
<a name="_createtasksettings" class="tsd-anchor"></a>
|
|
1536
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr>Task<wbr>Settings</h3>
|
|
1537
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1538
|
+
<li class="tsd-signature tsd-kind-icon">_create<wbr>Task<wbr>Settings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_tasksettings.tasksettings.html" class="tsd-signature-type" data-tsd-kind="Class">TaskSettings</a></li>
|
|
1539
|
+
</ul>
|
|
1540
|
+
<ul class="tsd-descriptions">
|
|
1541
|
+
<li class="tsd-description">
|
|
1542
|
+
<aside class="tsd-sources">
|
|
1543
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_createtasksettings">_createTaskSettings</a></p>
|
|
1544
|
+
<ul>
|
|
1545
|
+
<li>Defined in src/data/FeatureSourceBase.ts:461</li>
|
|
1546
|
+
</ul>
|
|
1547
|
+
</aside>
|
|
1548
|
+
<div class="tsd-comment tsd-typography">
|
|
1549
|
+
<div class="lead">
|
|
1550
|
+
<p>Called to create the <a href="data_tasksettings.tasksettings.html">TaskSettings</a> for this feature source.</p>
|
|
1551
|
+
</div>
|
|
1552
|
+
</div>
|
|
1553
|
+
<h4 class="tsd-returns-title">Returns <a href="data_tasksettings.tasksettings.html" class="tsd-signature-type" data-tsd-kind="Class">TaskSettings</a></h4>
|
|
1554
|
+
</li>
|
|
1555
|
+
</ul>
|
|
1556
|
+
</section>
|
|
1557
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1558
|
+
<a name="_deletefeatures" class="tsd-anchor"></a>
|
|
1559
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _delete<wbr>Features</h3>
|
|
1560
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1561
|
+
<li class="tsd-signature tsd-kind-icon">_delete<wbr>Features<span class="tsd-signature-symbol">(</span>ids<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1562
|
+
</ul>
|
|
1563
|
+
<ul class="tsd-descriptions">
|
|
1564
|
+
<li class="tsd-description">
|
|
1565
|
+
<aside class="tsd-sources">
|
|
1566
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_deletefeatures">_deleteFeatures</a></p>
|
|
1567
|
+
<ul>
|
|
1568
|
+
<li>Defined in src/data/FeatureSourceBase.ts:540</li>
|
|
1569
|
+
</ul>
|
|
1570
|
+
</aside>
|
|
1571
|
+
<div class="tsd-comment tsd-typography">
|
|
1572
|
+
<div class="lead">
|
|
1573
|
+
<p>Called to delete features. Subclasses must override this if they support
|
|
1574
|
+
deleting features.</p>
|
|
1575
|
+
</div>
|
|
1576
|
+
</div>
|
|
1577
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1578
|
+
<ul class="tsd-parameters">
|
|
1579
|
+
<li>
|
|
1580
|
+
<h5>ids: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
1581
|
+
<div class="tsd-comment tsd-typography">
|
|
1582
|
+
<p>The IDs of the features to delete.</p>
|
|
1583
|
+
</div>
|
|
1584
|
+
</li>
|
|
1585
|
+
<li>
|
|
1586
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
1587
|
+
<div class="tsd-comment tsd-typography">
|
|
1588
|
+
<p>Additional options that control how the features are deleted.</p>
|
|
1589
|
+
</div>
|
|
1590
|
+
</li>
|
|
1591
|
+
</ul>
|
|
1592
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1593
|
+
</li>
|
|
1594
|
+
</ul>
|
|
1595
|
+
</section>
|
|
1596
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1597
|
+
<a name="_getattachments" class="tsd-anchor"></a>
|
|
1598
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr>Attachments</h3>
|
|
1599
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1600
|
+
<li class="tsd-signature tsd-kind-icon">_get<wbr>Attachments<span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="data_attachment.attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></li>
|
|
1601
|
+
</ul>
|
|
1602
|
+
<ul class="tsd-descriptions">
|
|
1603
|
+
<li class="tsd-description">
|
|
1604
|
+
<aside class="tsd-sources">
|
|
1605
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_getattachments">_getAttachments</a></p>
|
|
1606
|
+
<ul>
|
|
1607
|
+
<li>Defined in src/data/FeatureSourceBase.ts:485</li>
|
|
1608
|
+
</ul>
|
|
1609
|
+
</aside>
|
|
1610
|
+
<div class="tsd-comment tsd-typography">
|
|
1611
|
+
<div class="lead">
|
|
1612
|
+
<p>Called to retrieve attachments for a feature. Subclasses must override
|
|
1613
|
+
this if they support feature attachments.</p>
|
|
1614
|
+
</div>
|
|
1615
|
+
</div>
|
|
1616
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1617
|
+
<ul class="tsd-parameters">
|
|
1618
|
+
<li>
|
|
1619
|
+
<h5>feature: <a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a></h5>
|
|
1620
|
+
<div class="tsd-comment tsd-typography">
|
|
1621
|
+
<p>The feature to get attachments for.</p>
|
|
1622
|
+
</div>
|
|
1623
|
+
</li>
|
|
1624
|
+
</ul>
|
|
1625
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="data_attachment.attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4>
|
|
1626
|
+
</li>
|
|
1627
|
+
</ul>
|
|
1628
|
+
</section>
|
|
1629
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1630
|
+
<a name="_getfeatures" class="tsd-anchor"></a>
|
|
1631
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr>Features</h3>
|
|
1632
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1633
|
+
<li class="tsd-signature tsd-kind-icon">_get<wbr>Features<span class="tsd-signature-symbol">(</span>ids<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurereadoptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span></li>
|
|
1634
|
+
</ul>
|
|
1635
|
+
<ul class="tsd-descriptions">
|
|
1636
|
+
<li class="tsd-description">
|
|
1637
|
+
<aside class="tsd-sources">
|
|
1638
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_getfeatures">_getFeatures</a></p>
|
|
1639
|
+
<ul>
|
|
1640
|
+
<li>Defined in src/data/FeatureSourceBase.ts:496</li>
|
|
1641
|
+
</ul>
|
|
1642
|
+
</aside>
|
|
1643
|
+
<div class="tsd-comment tsd-typography">
|
|
1644
|
+
<div class="lead">
|
|
1645
|
+
<p>Called to retrieve features. Subclasses must override this if they support
|
|
1646
|
+
querying for features.</p>
|
|
1647
|
+
</div>
|
|
1648
|
+
</div>
|
|
1649
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1650
|
+
<ul class="tsd-parameters">
|
|
1651
|
+
<li>
|
|
1652
|
+
<h5>ids: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
1653
|
+
<div class="tsd-comment tsd-typography">
|
|
1654
|
+
<p>The unique IDs of features to retrieve.</p>
|
|
1655
|
+
</div>
|
|
1656
|
+
</li>
|
|
1657
|
+
<li>
|
|
1658
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurereadoptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a></h5>
|
|
1659
|
+
<div class="tsd-comment tsd-typography">
|
|
1660
|
+
<p>Options that control what gets returned.</p>
|
|
1661
|
+
</div>
|
|
1662
|
+
</li>
|
|
1663
|
+
</ul>
|
|
1664
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span></h4>
|
|
1665
|
+
</li>
|
|
1666
|
+
</ul>
|
|
1667
|
+
</section>
|
|
1668
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1669
|
+
<a name="_getserializablelayertype" class="tsd-anchor"></a>
|
|
1670
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr>Serializable<wbr>Layer<wbr>Type</h3>
|
|
1671
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1672
|
+
<li class="tsd-signature tsd-kind-icon">_get<wbr>Serializable<wbr>Layer<wbr>Type<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
1673
|
+
</ul>
|
|
1674
|
+
<ul class="tsd-descriptions">
|
|
1675
|
+
<li class="tsd-description">
|
|
1676
|
+
<aside class="tsd-sources">
|
|
1677
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_getserializablelayertype">_getSerializableLayerType</a></p>
|
|
1678
|
+
<ul>
|
|
1679
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1103</li>
|
|
1680
|
+
</ul>
|
|
1681
|
+
</aside>
|
|
1682
|
+
<div class="tsd-comment tsd-typography">
|
|
1683
|
+
<div class="lead">
|
|
1684
|
+
<p>Overridden in child sublayer extensions that need to add an layerType ref
|
|
1685
|
+
properties.</p>
|
|
1686
|
+
</div>
|
|
1687
|
+
</div>
|
|
1688
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
1689
|
+
</li>
|
|
1690
|
+
</ul>
|
|
1691
|
+
</section>
|
|
1692
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1693
|
+
<a name="_getserializableproperties" class="tsd-anchor"></a>
|
|
1694
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr>Serializable<wbr>Properties</h3>
|
|
1695
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1696
|
+
<li class="tsd-signature tsd-kind-icon">_get<wbr>Serializable<wbr>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/support_serializable.html#propertydefs" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyDefs</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span></li>
|
|
1697
|
+
</ul>
|
|
1698
|
+
<ul class="tsd-descriptions">
|
|
1699
|
+
<li class="tsd-description">
|
|
1700
|
+
<aside class="tsd-sources">
|
|
1701
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_getserializableproperties">_getSerializableProperties</a></p>
|
|
1702
|
+
<ul>
|
|
1703
|
+
<li>Defined in src/mapping/_LayerExtension.ts:995</li>
|
|
1704
|
+
</ul>
|
|
1705
|
+
</aside>
|
|
1706
|
+
<div class="tsd-comment tsd-typography">
|
|
1707
|
+
<dl class="tsd-comment-tags">
|
|
1708
|
+
<dt>inheritdoc</dt>
|
|
1709
|
+
<dd></dd>
|
|
1710
|
+
</dl>
|
|
1711
|
+
</div>
|
|
1712
|
+
<h4 class="tsd-returns-title">Returns <a href="../modules/support_serializable.html#propertydefs" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyDefs</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span></h4>
|
|
1713
|
+
</li>
|
|
1714
|
+
</ul>
|
|
1715
|
+
</section>
|
|
1716
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1717
|
+
<a name="_getserializablereflayerproperties" class="tsd-anchor"></a>
|
|
1718
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr>Serializable<wbr>Ref<wbr>Layer<wbr>Properties</h3>
|
|
1719
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1720
|
+
<li class="tsd-signature tsd-kind-icon">_get<wbr>Serializable<wbr>Ref<wbr>Layer<wbr>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><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></li>
|
|
1721
|
+
</ul>
|
|
1722
|
+
<ul class="tsd-descriptions">
|
|
1723
|
+
<li class="tsd-description">
|
|
1724
|
+
<aside class="tsd-sources">
|
|
1725
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_getserializablereflayerproperties">_getSerializableRefLayerProperties</a></p>
|
|
1726
|
+
<ul>
|
|
1727
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1111</li>
|
|
1728
|
+
</ul>
|
|
1729
|
+
</aside>
|
|
1730
|
+
<div class="tsd-comment tsd-typography">
|
|
1731
|
+
<div class="lead">
|
|
1732
|
+
<p>Overridden in child sublayer extensions that need to add additional
|
|
1733
|
+
properties when serializing layer references.</p>
|
|
1734
|
+
</div>
|
|
1735
|
+
</div>
|
|
1736
|
+
<h4 class="tsd-returns-title">Returns <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></h4>
|
|
1737
|
+
</li>
|
|
1738
|
+
</ul>
|
|
1739
|
+
</section>
|
|
1740
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1741
|
+
<a name="_initializablechildcollections" class="tsd-anchor"></a>
|
|
1742
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _initializable<wbr>Child<wbr>Collections</h3>
|
|
1743
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1744
|
+
<li class="tsd-signature tsd-kind-icon">_initializable<wbr>Child<wbr>Collections<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="support_initializablebase.initializablebase.html" class="tsd-signature-type" data-tsd-kind="Class">InitializableBase</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/support_initializablebase.initializablebaseproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">InitializableBaseProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></li>
|
|
1745
|
+
</ul>
|
|
1746
|
+
<ul class="tsd-descriptions">
|
|
1747
|
+
<li class="tsd-description">
|
|
1748
|
+
<aside class="tsd-sources">
|
|
1749
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_initializablechildcollections">_initializableChildCollections</a></p>
|
|
1750
|
+
<ul>
|
|
1751
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1264</li>
|
|
1752
|
+
</ul>
|
|
1753
|
+
</aside>
|
|
1754
|
+
<div class="tsd-comment tsd-typography">
|
|
1755
|
+
<dl class="tsd-comment-tags">
|
|
1756
|
+
<dt>inheritdoc</dt>
|
|
1757
|
+
<dd></dd>
|
|
1758
|
+
</dl>
|
|
1759
|
+
</div>
|
|
1760
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="support_initializablebase.initializablebase.html" class="tsd-signature-type" data-tsd-kind="Class">InitializableBase</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/support_initializablebase.initializablebaseproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">InitializableBaseProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4>
|
|
1761
|
+
</li>
|
|
1762
|
+
</ul>
|
|
1763
|
+
</section>
|
|
1764
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1765
|
+
<a name="_initializechildren" class="tsd-anchor"></a>
|
|
1766
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _initialize<wbr>Children</h3>
|
|
1767
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1768
|
+
<li class="tsd-signature tsd-kind-icon">_initialize<wbr>Children<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1769
|
+
</ul>
|
|
1770
|
+
<ul class="tsd-descriptions">
|
|
1771
|
+
<li class="tsd-description">
|
|
1772
|
+
<aside class="tsd-sources">
|
|
1773
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_initializechildren">_initializeChildren</a></p>
|
|
1774
|
+
<ul>
|
|
1775
|
+
<li>Defined in src/support/InitializableBase.ts:217</li>
|
|
1776
|
+
</ul>
|
|
1777
|
+
</aside>
|
|
1778
|
+
<div class="tsd-comment tsd-typography">
|
|
1779
|
+
<div class="lead">
|
|
1780
|
+
<p>Initializes child entities.</p>
|
|
1781
|
+
</div>
|
|
1782
|
+
</div>
|
|
1783
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1784
|
+
</li>
|
|
1785
|
+
</ul>
|
|
1786
|
+
</section>
|
|
1787
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1788
|
+
<a name="_initializelayer" class="tsd-anchor"></a>
|
|
1789
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _initialize<wbr>Layer</h3>
|
|
1790
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1791
|
+
<li class="tsd-signature tsd-kind-icon">_initialize<wbr>Layer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1792
|
+
</ul>
|
|
1793
|
+
<ul class="tsd-descriptions">
|
|
1794
|
+
<li class="tsd-description">
|
|
1795
|
+
<aside class="tsd-sources">
|
|
1796
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_initializelayer">_initializeLayer</a></p>
|
|
1797
|
+
<ul>
|
|
1798
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1231</li>
|
|
1799
|
+
</ul>
|
|
1800
|
+
</aside>
|
|
1801
|
+
<div class="tsd-comment tsd-typography">
|
|
1802
|
+
<div class="lead">
|
|
1803
|
+
<p>Called prior to loading the layer in order to perform any extra
|
|
1804
|
+
initialization.</p>
|
|
1805
|
+
</div>
|
|
1806
|
+
</div>
|
|
1807
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1808
|
+
</li>
|
|
1809
|
+
</ul>
|
|
1810
|
+
</section>
|
|
1811
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected">
|
|
1812
|
+
<a name="_issupportedlayer" class="tsd-anchor"></a>
|
|
1813
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _is<wbr>Supported<wbr>Layer</h3>
|
|
1814
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected">
|
|
1815
|
+
<li class="tsd-signature tsd-kind-icon">_is<wbr>Supported<wbr>Layer<span class="tsd-signature-symbol">(</span>layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
1816
|
+
</ul>
|
|
1817
|
+
<ul class="tsd-descriptions">
|
|
1818
|
+
<li class="tsd-description">
|
|
1819
|
+
<aside class="tsd-sources">
|
|
1820
|
+
<p>Overrides <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_issupportedlayer">_isSupportedLayer</a></p>
|
|
1821
|
+
<ul>
|
|
1822
|
+
<li>Defined in src/mapping/UnsupportedLayerExtension.ts:14</li>
|
|
1823
|
+
</ul>
|
|
1824
|
+
</aside>
|
|
1825
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1826
|
+
<ul class="tsd-parameters">
|
|
1827
|
+
<li>
|
|
1828
|
+
<h5>layer: <span class="tsd-signature-type">Layer</span></h5>
|
|
1829
|
+
</li>
|
|
1830
|
+
</ul>
|
|
1831
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
1832
|
+
</li>
|
|
1833
|
+
</ul>
|
|
1834
|
+
</section>
|
|
1835
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1836
|
+
<a name="_notifychange" class="tsd-anchor"></a>
|
|
1837
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _notify<wbr>Change</h3>
|
|
1838
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1839
|
+
<li class="tsd-signature tsd-kind-icon">_notify<wbr>Change<span class="tsd-signature-symbol">(</span>property<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, force<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
1840
|
+
</ul>
|
|
1841
|
+
<ul class="tsd-descriptions">
|
|
1842
|
+
<li class="tsd-description">
|
|
1843
|
+
<aside class="tsd-sources">
|
|
1844
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_notifychange">_notifyChange</a></p>
|
|
1845
|
+
<ul>
|
|
1846
|
+
<li>Defined in src/support/Observable.ts:238</li>
|
|
1847
|
+
</ul>
|
|
1848
|
+
</aside>
|
|
1849
|
+
<div class="tsd-comment tsd-typography">
|
|
1850
|
+
<div class="lead">
|
|
1851
|
+
<p>Indicates that the given property has changed, causing observers to be notified.</p>
|
|
1852
|
+
</div>
|
|
1853
|
+
</div>
|
|
1854
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1855
|
+
<ul class="tsd-parameters">
|
|
1856
|
+
<li>
|
|
1857
|
+
<h5>property: <span class="tsd-signature-type">string</span></h5>
|
|
1858
|
+
<div class="tsd-comment tsd-typography">
|
|
1859
|
+
<p>The property that changed.</p>
|
|
1860
|
+
</div>
|
|
1861
|
+
</li>
|
|
1862
|
+
<li>
|
|
1863
|
+
<h5>force: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5>
|
|
1864
|
+
<div class="tsd-comment tsd-typography">
|
|
1865
|
+
<p>Whether to always invoke the callback, even if the value hasn't changed.</p>
|
|
1866
|
+
</div>
|
|
1867
|
+
</li>
|
|
1868
|
+
</ul>
|
|
1869
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1870
|
+
</li>
|
|
1871
|
+
</ul>
|
|
1872
|
+
</section>
|
|
1873
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1874
|
+
<a name="_ondestroy" class="tsd-anchor"></a>
|
|
1875
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _on<wbr>Destroy</h3>
|
|
1876
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1877
|
+
<li class="tsd-signature tsd-kind-icon">_on<wbr>Destroy<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1878
|
+
</ul>
|
|
1879
|
+
<ul class="tsd-descriptions">
|
|
1880
|
+
<li class="tsd-description">
|
|
1881
|
+
<aside class="tsd-sources">
|
|
1882
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_ondestroy">_onDestroy</a></p>
|
|
1883
|
+
<ul>
|
|
1884
|
+
<li>Defined in src/mapping/_LayerExtension.ts:986</li>
|
|
1885
|
+
</ul>
|
|
1886
|
+
</aside>
|
|
1887
|
+
<div class="tsd-comment tsd-typography">
|
|
1888
|
+
<dl class="tsd-comment-tags">
|
|
1889
|
+
<dt>inheritdoc</dt>
|
|
1890
|
+
<dd></dd>
|
|
1891
|
+
</dl>
|
|
1892
|
+
</div>
|
|
1893
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1894
|
+
</li>
|
|
1895
|
+
</ul>
|
|
1896
|
+
</section>
|
|
1897
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1898
|
+
<a name="_oninitialize" class="tsd-anchor"></a>
|
|
1899
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _on<wbr>Initialize</h3>
|
|
1900
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1901
|
+
<li class="tsd-signature tsd-kind-icon">_on<wbr>Initialize<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1902
|
+
</ul>
|
|
1903
|
+
<ul class="tsd-descriptions">
|
|
1904
|
+
<li class="tsd-description">
|
|
1905
|
+
<aside class="tsd-sources">
|
|
1906
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_oninitialize">_onInitialize</a></p>
|
|
1907
|
+
<ul>
|
|
1908
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1147</li>
|
|
1909
|
+
</ul>
|
|
1910
|
+
</aside>
|
|
1911
|
+
<div class="tsd-comment tsd-typography">
|
|
1912
|
+
<div class="lead">
|
|
1913
|
+
<p>Called to perform initialization of the layer extension. Subclasses
|
|
1914
|
+
should override this method rather than initialize() to perform custom
|
|
1915
|
+
initialization.</p>
|
|
1916
|
+
</div>
|
|
1917
|
+
</div>
|
|
1918
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1919
|
+
</li>
|
|
1920
|
+
</ul>
|
|
1921
|
+
</section>
|
|
1922
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1923
|
+
<a name="_onsublayeraddedpostinitialize" class="tsd-anchor"></a>
|
|
1924
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _on<wbr>Sublayer<wbr>Added<wbr>Post<wbr>Initialize</h3>
|
|
1925
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1926
|
+
<li class="tsd-signature tsd-kind-icon">_on<wbr>Sublayer<wbr>Added<wbr>Post<wbr>Initialize<span class="tsd-signature-symbol">(</span>sublayerX<span class="tsd-signature-symbol">: </span><a href="mapping__sublayerextension.sublayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__sublayerextension.sublayerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1927
|
+
</ul>
|
|
1928
|
+
<ul class="tsd-descriptions">
|
|
1929
|
+
<li class="tsd-description">
|
|
1930
|
+
<aside class="tsd-sources">
|
|
1931
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_onsublayeraddedpostinitialize">_onSublayerAddedPostInitialize</a></p>
|
|
1932
|
+
<ul>
|
|
1933
|
+
<li>Defined in src/mapping/_LayerExtension.ts:969</li>
|
|
1934
|
+
</ul>
|
|
1935
|
+
</aside>
|
|
1936
|
+
<div class="tsd-comment tsd-typography">
|
|
1937
|
+
<div class="lead">
|
|
1938
|
+
<p>A callback executed when a sublayer is added as a child of the
|
|
1939
|
+
LayerExtension, after the LayerExtension has been initialized.</p>
|
|
1940
|
+
</div>
|
|
1941
|
+
</div>
|
|
1942
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1943
|
+
<ul class="tsd-parameters">
|
|
1944
|
+
<li>
|
|
1945
|
+
<h5>sublayerX: <a href="mapping__sublayerextension.sublayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__sublayerextension.sublayerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">></span></h5>
|
|
1946
|
+
<div class="tsd-comment tsd-typography">
|
|
1947
|
+
<p>The sublayer that was added.</p>
|
|
1948
|
+
</div>
|
|
1949
|
+
</li>
|
|
1950
|
+
</ul>
|
|
1951
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1952
|
+
</li>
|
|
1953
|
+
</ul>
|
|
1954
|
+
</section>
|
|
1955
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1956
|
+
<a name="_postinitialize" class="tsd-anchor"></a>
|
|
1957
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _post<wbr>Initialize</h3>
|
|
1958
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1959
|
+
<li class="tsd-signature tsd-kind-icon">_post<wbr>Initialize<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1960
|
+
</ul>
|
|
1961
|
+
<ul class="tsd-descriptions">
|
|
1962
|
+
<li class="tsd-description">
|
|
1963
|
+
<aside class="tsd-sources">
|
|
1964
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_postinitialize">_postInitialize</a></p>
|
|
1965
|
+
<ul>
|
|
1966
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1202</li>
|
|
1967
|
+
</ul>
|
|
1968
|
+
</aside>
|
|
1969
|
+
<div class="tsd-comment tsd-typography">
|
|
1970
|
+
<dl class="tsd-comment-tags">
|
|
1971
|
+
<dt>inheritdoc</dt>
|
|
1972
|
+
<dd></dd>
|
|
1973
|
+
</dl>
|
|
1974
|
+
</div>
|
|
1975
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1976
|
+
</li>
|
|
1977
|
+
</ul>
|
|
1978
|
+
</section>
|
|
1979
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected">
|
|
1980
|
+
<a name="_topropertydef" class="tsd-anchor"></a>
|
|
1981
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _to<wbr>Property<wbr>Def</h3>
|
|
1982
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected">
|
|
1983
|
+
<li class="tsd-signature tsd-kind-icon">_to<wbr>Property<wbr>Def<T><span class="tsd-signature-symbol">(</span>def<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PropertyDefSerializeMode</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">PropertyDefSerializeMode</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/support_serializable.propertydef.html" class="tsd-signature-type" data-tsd-kind="Interface">PropertyDef</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/support_serializable.propertydef.html" class="tsd-signature-type" data-tsd-kind="Interface">PropertyDef</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></li>
|
|
1984
|
+
</ul>
|
|
1985
|
+
<ul class="tsd-descriptions">
|
|
1986
|
+
<li class="tsd-description">
|
|
1987
|
+
<aside class="tsd-sources">
|
|
1988
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_topropertydef">_toPropertyDef</a></p>
|
|
1989
|
+
<ul>
|
|
1990
|
+
<li>Defined in src/support/Serializable.ts:125</li>
|
|
1991
|
+
</ul>
|
|
1992
|
+
</aside>
|
|
1993
|
+
<div class="tsd-comment tsd-typography">
|
|
1994
|
+
<div class="lead">
|
|
1995
|
+
<p>Converts the value to a PropertyDef object.</p>
|
|
1996
|
+
</div>
|
|
1997
|
+
</div>
|
|
1998
|
+
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
1999
|
+
<ul class="tsd-type-parameters">
|
|
2000
|
+
<li>
|
|
2001
|
+
<h4>T</h4>
|
|
2002
|
+
</li>
|
|
2003
|
+
</ul>
|
|
2004
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2005
|
+
<ul class="tsd-parameters">
|
|
2006
|
+
<li>
|
|
2007
|
+
<h5>def: <span class="tsd-signature-type">PropertyDefSerializeMode</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">PropertyDefSerializeMode</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/support_serializable.propertydef.html" class="tsd-signature-type" data-tsd-kind="Interface">PropertyDef</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h5>
|
|
2008
|
+
<div class="tsd-comment tsd-typography">
|
|
2009
|
+
<p>The value to convert.</p>
|
|
2010
|
+
</div>
|
|
2011
|
+
</li>
|
|
2012
|
+
</ul>
|
|
2013
|
+
<h4 class="tsd-returns-title">Returns <a href="../interfaces/support_serializable.propertydef.html" class="tsd-signature-type" data-tsd-kind="Interface">PropertyDef</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h4>
|
|
2014
|
+
</li>
|
|
2015
|
+
</ul>
|
|
2016
|
+
</section>
|
|
2017
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
2018
|
+
<a name="_updatefeatures" class="tsd-anchor"></a>
|
|
2019
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _update<wbr>Features</h3>
|
|
2020
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
2021
|
+
<li class="tsd-signature tsd-kind-icon">_update<wbr>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2022
|
+
</ul>
|
|
2023
|
+
<ul class="tsd-descriptions">
|
|
2024
|
+
<li class="tsd-description">
|
|
2025
|
+
<aside class="tsd-sources">
|
|
2026
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_updatefeatures">_updateFeatures</a></p>
|
|
2027
|
+
<ul>
|
|
2028
|
+
<li>Defined in src/data/FeatureSourceBase.ts:526</li>
|
|
2029
|
+
</ul>
|
|
2030
|
+
</aside>
|
|
2031
|
+
<div class="tsd-comment tsd-typography">
|
|
2032
|
+
<div class="lead">
|
|
2033
|
+
<p>Called to update features. Subclasses must override this if they support
|
|
2034
|
+
updating features.</p>
|
|
2035
|
+
</div>
|
|
2036
|
+
</div>
|
|
2037
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2038
|
+
<ul class="tsd-parameters">
|
|
2039
|
+
<li>
|
|
2040
|
+
<h5>features: <span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span></h5>
|
|
2041
|
+
<div class="tsd-comment tsd-typography">
|
|
2042
|
+
<p>The feature to update.</p>
|
|
2043
|
+
</div>
|
|
2044
|
+
</li>
|
|
2045
|
+
<li>
|
|
2046
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
2047
|
+
<div class="tsd-comment tsd-typography">
|
|
2048
|
+
<p>Additional options that control how the feature is saved.</p>
|
|
2049
|
+
</div>
|
|
2050
|
+
</li>
|
|
2051
|
+
</ul>
|
|
2052
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2053
|
+
</li>
|
|
2054
|
+
</ul>
|
|
2055
|
+
</section>
|
|
2056
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
2057
|
+
<a name="_watchproperty" class="tsd-anchor"></a>
|
|
2058
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _watch<wbr>Property</h3>
|
|
2059
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
2060
|
+
<li class="tsd-signature tsd-kind-icon">_watch<wbr>Property<span class="tsd-signature-symbol">(</span>property<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, subpath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, callback<span class="tsd-signature-symbol">: </span><a href="../modules/support_esri.html#watchcallback" class="tsd-signature-type" data-tsd-kind="Type alias">WatchCallback</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span>, sync<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span></li>
|
|
2061
|
+
</ul>
|
|
2062
|
+
<ul class="tsd-descriptions">
|
|
2063
|
+
<li class="tsd-description">
|
|
2064
|
+
<aside class="tsd-sources">
|
|
2065
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_watchproperty">_watchProperty</a></p>
|
|
2066
|
+
<ul>
|
|
2067
|
+
<li>Defined in src/support/Observable.ts:213</li>
|
|
2068
|
+
</ul>
|
|
2069
|
+
</aside>
|
|
2070
|
+
<div class="tsd-comment tsd-typography">
|
|
2071
|
+
<div class="lead">
|
|
2072
|
+
<p>Implements the watch() behavior for a single property. Subclasses that
|
|
2073
|
+
need specialized watch handling should generally override this function
|
|
2074
|
+
instead of watch(), which will automatically take care of handling
|
|
2075
|
+
multiple properties and nesting.</p>
|
|
2076
|
+
</div>
|
|
2077
|
+
</div>
|
|
2078
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2079
|
+
<ul class="tsd-parameters">
|
|
2080
|
+
<li>
|
|
2081
|
+
<h5>property: <span class="tsd-signature-type">string</span></h5>
|
|
2082
|
+
<div class="tsd-comment tsd-typography">
|
|
2083
|
+
<p>The root of the property path, e.g. "foo" in
|
|
2084
|
+
"foo.bar.baz" or "foo".</p>
|
|
2085
|
+
</div>
|
|
2086
|
+
</li>
|
|
2087
|
+
<li>
|
|
2088
|
+
<h5>subpath: <span class="tsd-signature-type">string</span></h5>
|
|
2089
|
+
<div class="tsd-comment tsd-typography">
|
|
2090
|
+
<p>The remainder of the property path, e.g. "bar.baz" in
|
|
2091
|
+
"foo.bar.baz" or "" in "foo". The implementation of watch() takes care
|
|
2092
|
+
of monitoring the subpath for changes.</p>
|
|
2093
|
+
</div>
|
|
2094
|
+
</li>
|
|
2095
|
+
<li>
|
|
2096
|
+
<h5>callback: <a href="../modules/support_esri.html#watchcallback" class="tsd-signature-type" data-tsd-kind="Type alias">WatchCallback</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h5>
|
|
2097
|
+
<div class="tsd-comment tsd-typography">
|
|
2098
|
+
<p>The callback to invoke.</p>
|
|
2099
|
+
</div>
|
|
2100
|
+
</li>
|
|
2101
|
+
<li>
|
|
2102
|
+
<h5>sync: <span class="tsd-signature-type">boolean</span></h5>
|
|
2103
|
+
<div class="tsd-comment tsd-typography">
|
|
2104
|
+
<p>If true, the callback will be invoked synchronously on the
|
|
2105
|
+
same tick that the property changed. Otherwise, it will be invoked in a
|
|
2106
|
+
future tick.</p>
|
|
2107
|
+
</div>
|
|
2108
|
+
</li>
|
|
2109
|
+
</ul>
|
|
2110
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4>
|
|
2111
|
+
</li>
|
|
2112
|
+
</ul>
|
|
2113
|
+
</section>
|
|
2114
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2115
|
+
<a name="addfeature" class="tsd-anchor"></a>
|
|
2116
|
+
<h3>add<wbr>Feature</h3>
|
|
2117
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2118
|
+
<li class="tsd-signature tsd-kind-icon">add<wbr>Feature<span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a>, _options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2119
|
+
</ul>
|
|
2120
|
+
<ul class="tsd-descriptions">
|
|
2121
|
+
<li class="tsd-description">
|
|
2122
|
+
<aside class="tsd-sources">
|
|
2123
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#addfeature">addFeature</a></p>
|
|
2124
|
+
<ul>
|
|
2125
|
+
<li>Defined in src/data/FeatureSourceBase.ts:215</li>
|
|
2126
|
+
</ul>
|
|
2127
|
+
</aside>
|
|
2128
|
+
<div class="tsd-comment tsd-typography">
|
|
2129
|
+
<dl class="tsd-comment-tags">
|
|
2130
|
+
<dt>inheritdoc</dt>
|
|
2131
|
+
<dd></dd>
|
|
2132
|
+
</dl>
|
|
2133
|
+
</div>
|
|
2134
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2135
|
+
<ul class="tsd-parameters">
|
|
2136
|
+
<li>
|
|
2137
|
+
<h5>feature: <a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a></h5>
|
|
2138
|
+
</li>
|
|
2139
|
+
<li>
|
|
2140
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> _options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
2141
|
+
</li>
|
|
2142
|
+
</ul>
|
|
2143
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2144
|
+
</li>
|
|
2145
|
+
</ul>
|
|
2146
|
+
</section>
|
|
2147
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2148
|
+
<a name="addfeatures" class="tsd-anchor"></a>
|
|
2149
|
+
<h3>add<wbr>Features</h3>
|
|
2150
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2151
|
+
<li class="tsd-signature tsd-kind-icon">add<wbr>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><a href="data_featureset.featureset.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSet</a>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2152
|
+
</ul>
|
|
2153
|
+
<ul class="tsd-descriptions">
|
|
2154
|
+
<li class="tsd-description">
|
|
2155
|
+
<aside class="tsd-sources">
|
|
2156
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#addfeatures">addFeatures</a></p>
|
|
2157
|
+
<ul>
|
|
2158
|
+
<li>Defined in src/mapping/_LayerExtension.ts:687</li>
|
|
2159
|
+
</ul>
|
|
2160
|
+
</aside>
|
|
2161
|
+
<div class="tsd-comment tsd-typography">
|
|
2162
|
+
<dl class="tsd-comment-tags">
|
|
2163
|
+
<dt>inheritdoc</dt>
|
|
2164
|
+
<dd></dd>
|
|
2165
|
+
</dl>
|
|
2166
|
+
</div>
|
|
2167
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2168
|
+
<ul class="tsd-parameters">
|
|
2169
|
+
<li>
|
|
2170
|
+
<h5>features: <a href="data_featureset.featureset.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSet</a></h5>
|
|
2171
|
+
</li>
|
|
2172
|
+
<li>
|
|
2173
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
2174
|
+
</li>
|
|
2175
|
+
</ul>
|
|
2176
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2177
|
+
</li>
|
|
2178
|
+
</ul>
|
|
2179
|
+
</section>
|
|
2180
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2181
|
+
<a name="assignproperties" class="tsd-anchor"></a>
|
|
2182
|
+
<h3>assign<wbr>Properties</h3>
|
|
2183
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2184
|
+
<li class="tsd-signature tsd-kind-icon">assign<wbr>Properties<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
2185
|
+
</ul>
|
|
2186
|
+
<ul class="tsd-descriptions">
|
|
2187
|
+
<li class="tsd-description">
|
|
2188
|
+
<aside class="tsd-sources">
|
|
2189
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#assignproperties">assignProperties</a></p>
|
|
2190
|
+
<ul>
|
|
2191
|
+
<li>Defined in src/support/Serializable.ts:84</li>
|
|
2192
|
+
</ul>
|
|
2193
|
+
</aside>
|
|
2194
|
+
<div class="tsd-comment tsd-typography">
|
|
2195
|
+
<dl class="tsd-comment-tags">
|
|
2196
|
+
<dt>inheritdoc</dt>
|
|
2197
|
+
<dd></dd>
|
|
2198
|
+
</dl>
|
|
2199
|
+
</div>
|
|
2200
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2201
|
+
<ul class="tsd-parameters">
|
|
2202
|
+
<li>
|
|
2203
|
+
<h5>properties: <span class="tsd-signature-type">TProperties</span></h5>
|
|
2204
|
+
</li>
|
|
2205
|
+
</ul>
|
|
2206
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
2207
|
+
</li>
|
|
2208
|
+
</ul>
|
|
2209
|
+
</section>
|
|
2210
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2211
|
+
<a name="deletefeature" class="tsd-anchor"></a>
|
|
2212
|
+
<h3>delete<wbr>Feature</h3>
|
|
2213
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2214
|
+
<li class="tsd-signature tsd-kind-icon">delete<wbr>Feature<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2215
|
+
<li class="tsd-signature tsd-kind-icon">delete<wbr>Feature<span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2216
|
+
</ul>
|
|
2217
|
+
<ul class="tsd-descriptions">
|
|
2218
|
+
<li class="tsd-description">
|
|
2219
|
+
<aside class="tsd-sources">
|
|
2220
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#deletefeature">deleteFeature</a></p>
|
|
2221
|
+
<ul>
|
|
2222
|
+
<li>Defined in src/data/FeatureSourceBase.ts:262</li>
|
|
2223
|
+
</ul>
|
|
2224
|
+
</aside>
|
|
2225
|
+
<div class="tsd-comment tsd-typography">
|
|
2226
|
+
<dl class="tsd-comment-tags">
|
|
2227
|
+
<dt>inheritdoc</dt>
|
|
2228
|
+
<dd></dd>
|
|
2229
|
+
</dl>
|
|
2230
|
+
</div>
|
|
2231
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2232
|
+
<ul class="tsd-parameters">
|
|
2233
|
+
<li>
|
|
2234
|
+
<h5>id: <span class="tsd-signature-type">string</span></h5>
|
|
2235
|
+
</li>
|
|
2236
|
+
<li>
|
|
2237
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
2238
|
+
</li>
|
|
2239
|
+
</ul>
|
|
2240
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2241
|
+
</li>
|
|
2242
|
+
<li class="tsd-description">
|
|
2243
|
+
<aside class="tsd-sources">
|
|
2244
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#deletefeature">deleteFeature</a></p>
|
|
2245
|
+
<ul>
|
|
2246
|
+
<li>Defined in src/data/FeatureSourceBase.ts:266</li>
|
|
2247
|
+
</ul>
|
|
2248
|
+
</aside>
|
|
2249
|
+
<div class="tsd-comment tsd-typography">
|
|
2250
|
+
<dl class="tsd-comment-tags">
|
|
2251
|
+
<dt>inheritdoc</dt>
|
|
2252
|
+
<dd></dd>
|
|
2253
|
+
</dl>
|
|
2254
|
+
</div>
|
|
2255
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2256
|
+
<ul class="tsd-parameters">
|
|
2257
|
+
<li>
|
|
2258
|
+
<h5>feature: <a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a></h5>
|
|
2259
|
+
</li>
|
|
2260
|
+
<li>
|
|
2261
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
2262
|
+
</li>
|
|
2263
|
+
</ul>
|
|
2264
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2265
|
+
</li>
|
|
2266
|
+
</ul>
|
|
2267
|
+
</section>
|
|
2268
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2269
|
+
<a name="deletefeatures" class="tsd-anchor"></a>
|
|
2270
|
+
<h3>delete<wbr>Features</h3>
|
|
2271
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2272
|
+
<li class="tsd-signature tsd-kind-icon">delete<wbr>Features<span class="tsd-signature-symbol">(</span>ids<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2273
|
+
<li class="tsd-signature tsd-kind-icon">delete<wbr>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2274
|
+
</ul>
|
|
2275
|
+
<ul class="tsd-descriptions">
|
|
2276
|
+
<li class="tsd-description">
|
|
2277
|
+
<aside class="tsd-sources">
|
|
2278
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#deletefeatures">deleteFeatures</a></p>
|
|
2279
|
+
<ul>
|
|
2280
|
+
<li>Defined in src/mapping/_LayerExtension.ts:711</li>
|
|
2281
|
+
</ul>
|
|
2282
|
+
</aside>
|
|
2283
|
+
<div class="tsd-comment tsd-typography">
|
|
2284
|
+
<div class="lead">
|
|
2285
|
+
<p>See <a href="../interfaces/data_featuresource.featuresource.html#deletefeature">FeatureSource.deleteFeature</a>.</p>
|
|
2286
|
+
</div>
|
|
2287
|
+
</div>
|
|
2288
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2289
|
+
<ul class="tsd-parameters">
|
|
2290
|
+
<li>
|
|
2291
|
+
<h5>ids: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
2292
|
+
</li>
|
|
2293
|
+
<li>
|
|
2294
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
2295
|
+
</li>
|
|
2296
|
+
</ul>
|
|
2297
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2298
|
+
</li>
|
|
2299
|
+
<li class="tsd-description">
|
|
2300
|
+
<aside class="tsd-sources">
|
|
2301
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#deletefeatures">deleteFeatures</a></p>
|
|
2302
|
+
<ul>
|
|
2303
|
+
<li>Defined in src/mapping/_LayerExtension.ts:715</li>
|
|
2304
|
+
</ul>
|
|
2305
|
+
</aside>
|
|
2306
|
+
<div class="tsd-comment tsd-typography">
|
|
2307
|
+
<div class="lead">
|
|
2308
|
+
<p>See <a href="../interfaces/data_featuresource.featuresource.html#deletefeature">FeatureSource.deleteFeature</a>.</p>
|
|
2309
|
+
</div>
|
|
2310
|
+
</div>
|
|
2311
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2312
|
+
<ul class="tsd-parameters">
|
|
2313
|
+
<li>
|
|
2314
|
+
<h5>features: <span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span></h5>
|
|
2315
|
+
</li>
|
|
2316
|
+
<li>
|
|
2317
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
2318
|
+
</li>
|
|
2319
|
+
</ul>
|
|
2320
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2321
|
+
</li>
|
|
2322
|
+
</ul>
|
|
2323
|
+
</section>
|
|
2324
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2325
|
+
<a name="destroy" class="tsd-anchor"></a>
|
|
2326
|
+
<h3>destroy</h3>
|
|
2327
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2328
|
+
<li class="tsd-signature tsd-kind-icon">destroy<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2329
|
+
</ul>
|
|
2330
|
+
<ul class="tsd-descriptions">
|
|
2331
|
+
<li class="tsd-description">
|
|
2332
|
+
<aside class="tsd-sources">
|
|
2333
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#destroy">destroy</a></p>
|
|
2334
|
+
<ul>
|
|
2335
|
+
<li>Defined in src/support/InitializableBase.ts:136</li>
|
|
2336
|
+
</ul>
|
|
2337
|
+
</aside>
|
|
2338
|
+
<div class="tsd-comment tsd-typography">
|
|
2339
|
+
<dl class="tsd-comment-tags">
|
|
2340
|
+
<dt>inheritdoc</dt>
|
|
2341
|
+
<dd></dd>
|
|
2342
|
+
</dl>
|
|
2343
|
+
</div>
|
|
2344
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2345
|
+
</li>
|
|
2346
|
+
</ul>
|
|
2347
|
+
</section>
|
|
2348
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2349
|
+
<a name="emit" class="tsd-anchor"></a>
|
|
2350
|
+
<h3>emit</h3>
|
|
2351
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2352
|
+
<li class="tsd-signature tsd-kind-icon">emit<span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, event<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
2353
|
+
</ul>
|
|
2354
|
+
<ul class="tsd-descriptions">
|
|
2355
|
+
<li class="tsd-description">
|
|
2356
|
+
<aside class="tsd-sources">
|
|
2357
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#emit">emit</a></p>
|
|
2358
|
+
<ul>
|
|
2359
|
+
<li>Defined in src/support/InitializableBase.ts:168</li>
|
|
2360
|
+
</ul>
|
|
2361
|
+
</aside>
|
|
2362
|
+
<div class="tsd-comment tsd-typography">
|
|
2363
|
+
<dl class="tsd-comment-tags">
|
|
2364
|
+
<dt>inheritdoc</dt>
|
|
2365
|
+
<dd></dd>
|
|
2366
|
+
</dl>
|
|
2367
|
+
</div>
|
|
2368
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2369
|
+
<ul class="tsd-parameters">
|
|
2370
|
+
<li>
|
|
2371
|
+
<h5>name: <span class="tsd-signature-type">string</span></h5>
|
|
2372
|
+
</li>
|
|
2373
|
+
<li>
|
|
2374
|
+
<h5>event: <span class="tsd-signature-type">unknown</span></h5>
|
|
2375
|
+
</li>
|
|
2376
|
+
</ul>
|
|
2377
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
2378
|
+
</li>
|
|
2379
|
+
</ul>
|
|
2380
|
+
</section>
|
|
2381
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
2382
|
+
<a name="get" class="tsd-anchor"></a>
|
|
2383
|
+
<h3>get</h3>
|
|
2384
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
2385
|
+
<li class="tsd-signature tsd-kind-icon">get<T><span class="tsd-signature-symbol">(</span>propertyPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span></li>
|
|
2386
|
+
<li class="tsd-signature tsd-kind-icon">get<span class="tsd-signature-symbol">(</span>propertyPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
|
|
2387
|
+
</ul>
|
|
2388
|
+
<ul class="tsd-descriptions">
|
|
2389
|
+
<li class="tsd-description">
|
|
2390
|
+
<aside class="tsd-sources">
|
|
2391
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#get">get</a></p>
|
|
2392
|
+
<ul>
|
|
2393
|
+
<li>Defined in src/support/Observable.ts:117</li>
|
|
2394
|
+
</ul>
|
|
2395
|
+
</aside>
|
|
2396
|
+
<div class="tsd-comment tsd-typography">
|
|
2397
|
+
<div class="lead">
|
|
2398
|
+
<p>Gets the value of a property.</p>
|
|
2399
|
+
</div>
|
|
2400
|
+
</div>
|
|
2401
|
+
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
2402
|
+
<ul class="tsd-type-parameters">
|
|
2403
|
+
<li>
|
|
2404
|
+
<h4>T</h4>
|
|
2405
|
+
</li>
|
|
2406
|
+
</ul>
|
|
2407
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2408
|
+
<ul class="tsd-parameters">
|
|
2409
|
+
<li>
|
|
2410
|
+
<h5>propertyPath: <span class="tsd-signature-type">string</span></h5>
|
|
2411
|
+
</li>
|
|
2412
|
+
</ul>
|
|
2413
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">T</span></h4>
|
|
2414
|
+
</li>
|
|
2415
|
+
<li class="tsd-description">
|
|
2416
|
+
<aside class="tsd-sources">
|
|
2417
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#get">get</a></p>
|
|
2418
|
+
<ul>
|
|
2419
|
+
<li>Defined in src/support/Observable.ts:120</li>
|
|
2420
|
+
</ul>
|
|
2421
|
+
</aside>
|
|
2422
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2423
|
+
<ul class="tsd-parameters">
|
|
2424
|
+
<li>
|
|
2425
|
+
<h5>propertyPath: <span class="tsd-signature-type">string</span></h5>
|
|
2426
|
+
</li>
|
|
2427
|
+
</ul>
|
|
2428
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
2429
|
+
</li>
|
|
2430
|
+
</ul>
|
|
2431
|
+
</section>
|
|
2432
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2433
|
+
<a name="getattachments" class="tsd-anchor"></a>
|
|
2434
|
+
<h3>get<wbr>Attachments</h3>
|
|
2435
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2436
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Attachments<span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="data_attachment.attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></li>
|
|
2437
|
+
</ul>
|
|
2438
|
+
<ul class="tsd-descriptions">
|
|
2439
|
+
<li class="tsd-description">
|
|
2440
|
+
<aside class="tsd-sources">
|
|
2441
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#getattachments">getAttachments</a></p>
|
|
2442
|
+
<ul>
|
|
2443
|
+
<li>Defined in src/data/FeatureSourceBase.ts:174</li>
|
|
2444
|
+
</ul>
|
|
2445
|
+
</aside>
|
|
2446
|
+
<div class="tsd-comment tsd-typography">
|
|
2447
|
+
<dl class="tsd-comment-tags">
|
|
2448
|
+
<dt>inheritdoc</dt>
|
|
2449
|
+
<dd></dd>
|
|
2450
|
+
</dl>
|
|
2451
|
+
</div>
|
|
2452
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2453
|
+
<ul class="tsd-parameters">
|
|
2454
|
+
<li>
|
|
2455
|
+
<h5>feature: <a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a></h5>
|
|
2456
|
+
</li>
|
|
2457
|
+
</ul>
|
|
2458
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="data_attachment.attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4>
|
|
2459
|
+
</li>
|
|
2460
|
+
</ul>
|
|
2461
|
+
</section>
|
|
2462
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
2463
|
+
<a name="getdefault" class="tsd-anchor"></a>
|
|
2464
|
+
<h3>get<wbr>Default</h3>
|
|
2465
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
2466
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Default<T><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span></li>
|
|
2467
|
+
</ul>
|
|
2468
|
+
<ul class="tsd-descriptions">
|
|
2469
|
+
<li class="tsd-description">
|
|
2470
|
+
<aside class="tsd-sources">
|
|
2471
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#getdefault">getDefault</a></p>
|
|
2472
|
+
<ul>
|
|
2473
|
+
<li>Defined in src/support/Serializable.ts:108</li>
|
|
2474
|
+
</ul>
|
|
2475
|
+
</aside>
|
|
2476
|
+
<div class="tsd-comment tsd-typography">
|
|
2477
|
+
<dl class="tsd-comment-tags">
|
|
2478
|
+
<dt>inheritdoc</dt>
|
|
2479
|
+
<dd></dd>
|
|
2480
|
+
</dl>
|
|
2481
|
+
</div>
|
|
2482
|
+
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
2483
|
+
<ul class="tsd-type-parameters">
|
|
2484
|
+
<li>
|
|
2485
|
+
<h4>T = <span class="tsd-signature-type">unknown</span></h4>
|
|
2486
|
+
</li>
|
|
2487
|
+
</ul>
|
|
2488
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2489
|
+
<ul class="tsd-parameters">
|
|
2490
|
+
<li>
|
|
2491
|
+
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
2492
|
+
</li>
|
|
2493
|
+
</ul>
|
|
2494
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">T</span></h4>
|
|
2495
|
+
</li>
|
|
2496
|
+
</ul>
|
|
2497
|
+
</section>
|
|
2498
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2499
|
+
<a name="getdefaults" class="tsd-anchor"></a>
|
|
2500
|
+
<h3>get<wbr>Defaults</h3>
|
|
2501
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2502
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Defaults<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">TProperties</span></li>
|
|
2503
|
+
</ul>
|
|
2504
|
+
<ul class="tsd-descriptions">
|
|
2505
|
+
<li class="tsd-description">
|
|
2506
|
+
<aside class="tsd-sources">
|
|
2507
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#getdefaults">getDefaults</a></p>
|
|
2508
|
+
<ul>
|
|
2509
|
+
<li>Defined in src/support/Serializable.ts:101</li>
|
|
2510
|
+
</ul>
|
|
2511
|
+
</aside>
|
|
2512
|
+
<div class="tsd-comment tsd-typography">
|
|
2513
|
+
<dl class="tsd-comment-tags">
|
|
2514
|
+
<dt>inheritdoc</dt>
|
|
2515
|
+
<dd></dd>
|
|
2516
|
+
</dl>
|
|
2517
|
+
</div>
|
|
2518
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">TProperties</span></h4>
|
|
2519
|
+
</li>
|
|
2520
|
+
</ul>
|
|
2521
|
+
</section>
|
|
2522
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2523
|
+
<a name="getfeature" class="tsd-anchor"></a>
|
|
2524
|
+
<h3>get<wbr>Feature</h3>
|
|
2525
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2526
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Feature<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurereadoptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span></li>
|
|
2527
|
+
</ul>
|
|
2528
|
+
<ul class="tsd-descriptions">
|
|
2529
|
+
<li class="tsd-description">
|
|
2530
|
+
<aside class="tsd-sources">
|
|
2531
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#getfeature">getFeature</a></p>
|
|
2532
|
+
<ul>
|
|
2533
|
+
<li>Defined in src/data/FeatureSourceBase.ts:183</li>
|
|
2534
|
+
</ul>
|
|
2535
|
+
</aside>
|
|
2536
|
+
<div class="tsd-comment tsd-typography">
|
|
2537
|
+
<dl class="tsd-comment-tags">
|
|
2538
|
+
<dt>inheritdoc</dt>
|
|
2539
|
+
<dd></dd>
|
|
2540
|
+
</dl>
|
|
2541
|
+
</div>
|
|
2542
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2543
|
+
<ul class="tsd-parameters">
|
|
2544
|
+
<li>
|
|
2545
|
+
<h5>id: <span class="tsd-signature-type">string</span></h5>
|
|
2546
|
+
</li>
|
|
2547
|
+
<li>
|
|
2548
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurereadoptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a></h5>
|
|
2549
|
+
</li>
|
|
2550
|
+
</ul>
|
|
2551
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span></h4>
|
|
2552
|
+
</li>
|
|
2553
|
+
</ul>
|
|
2554
|
+
</section>
|
|
2555
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2556
|
+
<a name="getfeatures" class="tsd-anchor"></a>
|
|
2557
|
+
<h3>get<wbr>Features</h3>
|
|
2558
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2559
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Features<span class="tsd-signature-symbol">(</span>ids<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurereadoptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span></li>
|
|
2560
|
+
</ul>
|
|
2561
|
+
<ul class="tsd-descriptions">
|
|
2562
|
+
<li class="tsd-description">
|
|
2563
|
+
<aside class="tsd-sources">
|
|
2564
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#getfeatures">getFeatures</a></p>
|
|
2565
|
+
<ul>
|
|
2566
|
+
<li>Defined in src/mapping/_LayerExtension.ts:669</li>
|
|
2567
|
+
</ul>
|
|
2568
|
+
</aside>
|
|
2569
|
+
<div class="tsd-comment tsd-typography">
|
|
2570
|
+
<dl class="tsd-comment-tags">
|
|
2571
|
+
<dt>inheritdoc</dt>
|
|
2572
|
+
<dd></dd>
|
|
2573
|
+
</dl>
|
|
2574
|
+
</div>
|
|
2575
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2576
|
+
<ul class="tsd-parameters">
|
|
2577
|
+
<li>
|
|
2578
|
+
<h5>ids: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
2579
|
+
</li>
|
|
2580
|
+
<li>
|
|
2581
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurereadoptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a></h5>
|
|
2582
|
+
</li>
|
|
2583
|
+
</ul>
|
|
2584
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span></h4>
|
|
2585
|
+
</li>
|
|
2586
|
+
</ul>
|
|
2587
|
+
</section>
|
|
2588
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2589
|
+
<a name="getfullextent" class="tsd-anchor"></a>
|
|
2590
|
+
<h3>get<wbr>Full<wbr>Extent</h3>
|
|
2591
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2592
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Full<wbr>Extent<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Extent</span></li>
|
|
2593
|
+
</ul>
|
|
2594
|
+
<ul class="tsd-descriptions">
|
|
2595
|
+
<li class="tsd-description">
|
|
2596
|
+
<aside class="tsd-sources">
|
|
2597
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#getfullextent">getFullExtent</a></p>
|
|
2598
|
+
<ul>
|
|
2599
|
+
<li>Defined in src/mapping/_LayerExtension.ts:680</li>
|
|
2600
|
+
</ul>
|
|
2601
|
+
</aside>
|
|
2602
|
+
<div class="tsd-comment tsd-typography">
|
|
2603
|
+
<dl class="tsd-comment-tags">
|
|
2604
|
+
<dt>inheritdoc</dt>
|
|
2605
|
+
<dd></dd>
|
|
2606
|
+
</dl>
|
|
2607
|
+
</div>
|
|
2608
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Extent</span></h4>
|
|
2609
|
+
</li>
|
|
2610
|
+
</ul>
|
|
2611
|
+
</section>
|
|
2612
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2613
|
+
<a name="getserializableproperties" class="tsd-anchor"></a>
|
|
2614
|
+
<h3>get<wbr>Serializable<wbr>Properties</h3>
|
|
2615
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2616
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Serializable<wbr>Properties<span class="tsd-signature-symbol">(</span>serializeMode<span class="tsd-signature-symbol">?: </span><a href="../modules/support_serializable.html#serializemode" class="tsd-signature-type" data-tsd-kind="Type alias">SerializeMode</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/support_serializable.html#propertydefs" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyDefs</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span></li>
|
|
2617
|
+
</ul>
|
|
2618
|
+
<ul class="tsd-descriptions">
|
|
2619
|
+
<li class="tsd-description">
|
|
2620
|
+
<aside class="tsd-sources">
|
|
2621
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#getserializableproperties">getSerializableProperties</a></p>
|
|
2622
|
+
<ul>
|
|
2623
|
+
<li>Defined in src/support/Serializable.ts:94</li>
|
|
2624
|
+
</ul>
|
|
2625
|
+
</aside>
|
|
2626
|
+
<div class="tsd-comment tsd-typography">
|
|
2627
|
+
<div class="lead">
|
|
2628
|
+
<p>Returns the serializable properties.</p>
|
|
2629
|
+
</div>
|
|
2630
|
+
</div>
|
|
2631
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2632
|
+
<ul class="tsd-parameters">
|
|
2633
|
+
<li>
|
|
2634
|
+
<h5>serializeMode: <a href="../modules/support_serializable.html#serializemode" class="tsd-signature-type" data-tsd-kind="Type alias">SerializeMode</a><span class="tsd-signature-symbol"> = "all"</span></h5>
|
|
2635
|
+
<div class="tsd-comment tsd-typography">
|
|
2636
|
+
<p>Optional. If specified, only properties that support
|
|
2637
|
+
the given serialization mode will be returned.</p>
|
|
2638
|
+
</div>
|
|
2639
|
+
</li>
|
|
2640
|
+
</ul>
|
|
2641
|
+
<h4 class="tsd-returns-title">Returns <a href="../modules/support_serializable.html#propertydefs" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyDefs</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span></h4>
|
|
2642
|
+
</li>
|
|
2643
|
+
</ul>
|
|
2644
|
+
</section>
|
|
2645
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2646
|
+
<a name="initialize" class="tsd-anchor"></a>
|
|
2647
|
+
<h3>initialize</h3>
|
|
2648
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2649
|
+
<li class="tsd-signature tsd-kind-icon">initialize<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2650
|
+
</ul>
|
|
2651
|
+
<ul class="tsd-descriptions">
|
|
2652
|
+
<li class="tsd-description">
|
|
2653
|
+
<aside class="tsd-sources">
|
|
2654
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#initialize">initialize</a></p>
|
|
2655
|
+
<ul>
|
|
2656
|
+
<li>Defined in src/support/InitializableBase.ts:114</li>
|
|
2657
|
+
</ul>
|
|
2658
|
+
</aside>
|
|
2659
|
+
<div class="tsd-comment tsd-typography">
|
|
2660
|
+
<dl class="tsd-comment-tags">
|
|
2661
|
+
<dt>inheritdoc</dt>
|
|
2662
|
+
<dd></dd>
|
|
2663
|
+
</dl>
|
|
2664
|
+
</div>
|
|
2665
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2666
|
+
</li>
|
|
2667
|
+
</ul>
|
|
2668
|
+
</section>
|
|
2669
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2670
|
+
<a name="notifychange" class="tsd-anchor"></a>
|
|
2671
|
+
<h3>notify<wbr>Change</h3>
|
|
2672
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2673
|
+
<li class="tsd-signature tsd-kind-icon">notify<wbr>Change<span class="tsd-signature-symbol">(</span>property<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
2674
|
+
</ul>
|
|
2675
|
+
<ul class="tsd-descriptions">
|
|
2676
|
+
<li class="tsd-description">
|
|
2677
|
+
<aside class="tsd-sources">
|
|
2678
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#notifychange">notifyChange</a></p>
|
|
2679
|
+
<ul>
|
|
2680
|
+
<li>Defined in src/support/Observable.ts:193</li>
|
|
2681
|
+
</ul>
|
|
2682
|
+
</aside>
|
|
2683
|
+
<div class="tsd-comment tsd-typography">
|
|
2684
|
+
<div class="lead">
|
|
2685
|
+
<p>Indicates that the given property has changed, causing observers to be
|
|
2686
|
+
notified.</p>
|
|
2687
|
+
</div>
|
|
2688
|
+
</div>
|
|
2689
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2690
|
+
<ul class="tsd-parameters">
|
|
2691
|
+
<li>
|
|
2692
|
+
<h5>property: <span class="tsd-signature-type">string</span></h5>
|
|
2693
|
+
<div class="tsd-comment tsd-typography">
|
|
2694
|
+
<p>The property that changed (or might have changed).</p>
|
|
2695
|
+
</div>
|
|
2696
|
+
</li>
|
|
2697
|
+
</ul>
|
|
2698
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
2699
|
+
</li>
|
|
2700
|
+
</ul>
|
|
2701
|
+
</section>
|
|
2702
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2703
|
+
<a name="on" class="tsd-anchor"></a>
|
|
2704
|
+
<h3>on</h3>
|
|
2705
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2706
|
+
<li class="tsd-signature tsd-kind-icon">on<span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, callback<span class="tsd-signature-symbol">: </span><a href="../modules/support_esri.html#eventcallback" class="tsd-signature-type" data-tsd-kind="Type alias">EventCallback</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span></li>
|
|
2707
|
+
</ul>
|
|
2708
|
+
<ul class="tsd-descriptions">
|
|
2709
|
+
<li class="tsd-description">
|
|
2710
|
+
<aside class="tsd-sources">
|
|
2711
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#on">on</a></p>
|
|
2712
|
+
<ul>
|
|
2713
|
+
<li>Defined in src/support/InitializableBase.ts:157</li>
|
|
2714
|
+
</ul>
|
|
2715
|
+
</aside>
|
|
2716
|
+
<div class="tsd-comment tsd-typography">
|
|
2717
|
+
<dl class="tsd-comment-tags">
|
|
2718
|
+
<dt>inheritdoc</dt>
|
|
2719
|
+
<dd></dd>
|
|
2720
|
+
</dl>
|
|
2721
|
+
</div>
|
|
2722
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2723
|
+
<ul class="tsd-parameters">
|
|
2724
|
+
<li>
|
|
2725
|
+
<h5>name: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
2726
|
+
</li>
|
|
2727
|
+
<li>
|
|
2728
|
+
<h5>callback: <a href="../modules/support_esri.html#eventcallback" class="tsd-signature-type" data-tsd-kind="Type alias">EventCallback</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h5>
|
|
2729
|
+
</li>
|
|
2730
|
+
</ul>
|
|
2731
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4>
|
|
2732
|
+
</li>
|
|
2733
|
+
</ul>
|
|
2734
|
+
</section>
|
|
2735
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
2736
|
+
<a name="set" class="tsd-anchor"></a>
|
|
2737
|
+
<h3>set</h3>
|
|
2738
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
2739
|
+
<li class="tsd-signature tsd-kind-icon">set<T><span class="tsd-signature-symbol">(</span>propertyPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedLayerExtension</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span></li>
|
|
2740
|
+
<li class="tsd-signature tsd-kind-icon">set<span class="tsd-signature-symbol">(</span>props<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HashMap</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedLayerExtension</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span></li>
|
|
2741
|
+
</ul>
|
|
2742
|
+
<ul class="tsd-descriptions">
|
|
2743
|
+
<li class="tsd-description">
|
|
2744
|
+
<aside class="tsd-sources">
|
|
2745
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#set">set</a></p>
|
|
2746
|
+
<ul>
|
|
2747
|
+
<li>Defined in src/support/Observable.ts:147</li>
|
|
2748
|
+
</ul>
|
|
2749
|
+
</aside>
|
|
2750
|
+
<div class="tsd-comment tsd-typography">
|
|
2751
|
+
<div class="lead">
|
|
2752
|
+
<p>Sets the value of a property.</p>
|
|
2753
|
+
</div>
|
|
2754
|
+
</div>
|
|
2755
|
+
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
2756
|
+
<ul class="tsd-type-parameters">
|
|
2757
|
+
<li>
|
|
2758
|
+
<h4>T</h4>
|
|
2759
|
+
</li>
|
|
2760
|
+
</ul>
|
|
2761
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2762
|
+
<ul class="tsd-parameters">
|
|
2763
|
+
<li>
|
|
2764
|
+
<h5>propertyPath: <span class="tsd-signature-type">string</span></h5>
|
|
2765
|
+
</li>
|
|
2766
|
+
<li>
|
|
2767
|
+
<h5>value: <span class="tsd-signature-type">T</span></h5>
|
|
2768
|
+
<div class="tsd-comment tsd-typography">
|
|
2769
|
+
<p>The new value to set on the property.</p>
|
|
2770
|
+
</div>
|
|
2771
|
+
</li>
|
|
2772
|
+
</ul>
|
|
2773
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedLayerExtension</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span></h4>
|
|
2774
|
+
</li>
|
|
2775
|
+
<li class="tsd-description">
|
|
2776
|
+
<aside class="tsd-sources">
|
|
2777
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#set">set</a></p>
|
|
2778
|
+
<ul>
|
|
2779
|
+
<li>Defined in src/support/Observable.ts:157</li>
|
|
2780
|
+
</ul>
|
|
2781
|
+
</aside>
|
|
2782
|
+
<div class="tsd-comment tsd-typography">
|
|
2783
|
+
<div class="lead">
|
|
2784
|
+
<p>Sets the values of one or more properties.</p>
|
|
2785
|
+
</div>
|
|
2786
|
+
</div>
|
|
2787
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2788
|
+
<ul class="tsd-parameters">
|
|
2789
|
+
<li>
|
|
2790
|
+
<h5>props: <span class="tsd-signature-type">HashMap</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h5>
|
|
2791
|
+
</li>
|
|
2792
|
+
</ul>
|
|
2793
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedLayerExtension</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TProperties</span><span class="tsd-signature-symbol">></span></h4>
|
|
2794
|
+
</li>
|
|
2795
|
+
</ul>
|
|
2796
|
+
</section>
|
|
2797
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2798
|
+
<a name="toitemuri" class="tsd-anchor"></a>
|
|
2799
|
+
<h3>to<wbr>Item<wbr>Uri</h3>
|
|
2800
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2801
|
+
<li class="tsd-signature tsd-kind-icon">to<wbr>Item<wbr>Uri<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
2802
|
+
</ul>
|
|
2803
|
+
<ul class="tsd-descriptions">
|
|
2804
|
+
<li class="tsd-description">
|
|
2805
|
+
<aside class="tsd-sources">
|
|
2806
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#toitemuri">toItemUri</a></p>
|
|
2807
|
+
<ul>
|
|
2808
|
+
<li>Defined in src/Entity.ts:96</li>
|
|
2809
|
+
</ul>
|
|
2810
|
+
</aside>
|
|
2811
|
+
<div class="tsd-comment tsd-typography">
|
|
2812
|
+
<dl class="tsd-comment-tags">
|
|
2813
|
+
<dt>inheritdoc</dt>
|
|
2814
|
+
<dd></dd>
|
|
2815
|
+
</dl>
|
|
2816
|
+
</div>
|
|
2817
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
2818
|
+
</li>
|
|
2819
|
+
</ul>
|
|
2820
|
+
</section>
|
|
2821
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2822
|
+
<a name="tojson" class="tsd-anchor"></a>
|
|
2823
|
+
<h3>toJSON</h3>
|
|
2824
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2825
|
+
<li class="tsd-signature tsd-kind-icon">toJSON<span class="tsd-signature-symbol">(</span>serializeMode<span class="tsd-signature-symbol">?: </span><a href="../modules/support_serializable.html#serializemode" class="tsd-signature-type" data-tsd-kind="Type alias">SerializeMode</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">TProperties</span></li>
|
|
2826
|
+
</ul>
|
|
2827
|
+
<ul class="tsd-descriptions">
|
|
2828
|
+
<li class="tsd-description">
|
|
2829
|
+
<aside class="tsd-sources">
|
|
2830
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#tojson">toJSON</a></p>
|
|
2831
|
+
<ul>
|
|
2832
|
+
<li>Defined in src/support/Serializable.ts:77</li>
|
|
2833
|
+
</ul>
|
|
2834
|
+
</aside>
|
|
2835
|
+
<div class="tsd-comment tsd-typography">
|
|
2836
|
+
<dl class="tsd-comment-tags">
|
|
2837
|
+
<dt>inheritdoc</dt>
|
|
2838
|
+
<dd></dd>
|
|
2839
|
+
</dl>
|
|
2840
|
+
</div>
|
|
2841
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2842
|
+
<ul class="tsd-parameters">
|
|
2843
|
+
<li>
|
|
2844
|
+
<h5>serializeMode: <a href="../modules/support_serializable.html#serializemode" class="tsd-signature-type" data-tsd-kind="Type alias">SerializeMode</a><span class="tsd-signature-symbol"> = "all"</span></h5>
|
|
2845
|
+
</li>
|
|
2846
|
+
</ul>
|
|
2847
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">TProperties</span></h4>
|
|
2848
|
+
</li>
|
|
2849
|
+
</ul>
|
|
2850
|
+
</section>
|
|
2851
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2852
|
+
<a name="updatefeature" class="tsd-anchor"></a>
|
|
2853
|
+
<h3>update<wbr>Feature</h3>
|
|
2854
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2855
|
+
<li class="tsd-signature tsd-kind-icon">update<wbr>Feature<span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a>, _options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2856
|
+
</ul>
|
|
2857
|
+
<ul class="tsd-descriptions">
|
|
2858
|
+
<li class="tsd-description">
|
|
2859
|
+
<aside class="tsd-sources">
|
|
2860
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#updatefeature">updateFeature</a></p>
|
|
2861
|
+
<ul>
|
|
2862
|
+
<li>Defined in src/data/FeatureSourceBase.ts:237</li>
|
|
2863
|
+
</ul>
|
|
2864
|
+
</aside>
|
|
2865
|
+
<div class="tsd-comment tsd-typography">
|
|
2866
|
+
<dl class="tsd-comment-tags">
|
|
2867
|
+
<dt>inheritdoc</dt>
|
|
2868
|
+
<dd></dd>
|
|
2869
|
+
</dl>
|
|
2870
|
+
</div>
|
|
2871
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2872
|
+
<ul class="tsd-parameters">
|
|
2873
|
+
<li>
|
|
2874
|
+
<h5>feature: <a href="data_feature.feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a></h5>
|
|
2875
|
+
</li>
|
|
2876
|
+
<li>
|
|
2877
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> _options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
2878
|
+
</li>
|
|
2879
|
+
</ul>
|
|
2880
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2881
|
+
</li>
|
|
2882
|
+
</ul>
|
|
2883
|
+
</section>
|
|
2884
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2885
|
+
<a name="updatefeatures" class="tsd-anchor"></a>
|
|
2886
|
+
<h3>update<wbr>Features</h3>
|
|
2887
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2888
|
+
<li class="tsd-signature tsd-kind-icon">update<wbr>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><a href="data_featureset.featureset.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSet</a>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
2889
|
+
</ul>
|
|
2890
|
+
<ul class="tsd-descriptions">
|
|
2891
|
+
<li class="tsd-description">
|
|
2892
|
+
<aside class="tsd-sources">
|
|
2893
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#updatefeatures">updateFeatures</a></p>
|
|
2894
|
+
<ul>
|
|
2895
|
+
<li>Defined in src/mapping/_LayerExtension.ts:699</li>
|
|
2896
|
+
</ul>
|
|
2897
|
+
</aside>
|
|
2898
|
+
<div class="tsd-comment tsd-typography">
|
|
2899
|
+
<dl class="tsd-comment-tags">
|
|
2900
|
+
<dt>inheritdoc</dt>
|
|
2901
|
+
<dd></dd>
|
|
2902
|
+
</dl>
|
|
2903
|
+
</div>
|
|
2904
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2905
|
+
<ul class="tsd-parameters">
|
|
2906
|
+
<li>
|
|
2907
|
+
<h5>features: <a href="data_featureset.featureset.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSet</a></h5>
|
|
2908
|
+
</li>
|
|
2909
|
+
<li>
|
|
2910
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_featuresource.featurewriteoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5>
|
|
2911
|
+
</li>
|
|
2912
|
+
</ul>
|
|
2913
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
2914
|
+
</li>
|
|
2915
|
+
</ul>
|
|
2916
|
+
</section>
|
|
2917
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2918
|
+
<a name="watch" class="tsd-anchor"></a>
|
|
2919
|
+
<h3>watch</h3>
|
|
2920
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2921
|
+
<li class="tsd-signature tsd-kind-icon">watch<span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, callback<span class="tsd-signature-symbol">: </span><a href="../modules/support_esri.html#watchcallback" class="tsd-signature-type" data-tsd-kind="Type alias">WatchCallback</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span>, sync<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span></li>
|
|
2922
|
+
</ul>
|
|
2923
|
+
<ul class="tsd-descriptions">
|
|
2924
|
+
<li class="tsd-description">
|
|
2925
|
+
<aside class="tsd-sources">
|
|
2926
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#watch">watch</a></p>
|
|
2927
|
+
<ul>
|
|
2928
|
+
<li>Defined in src/support/Observable.ts:32</li>
|
|
2929
|
+
</ul>
|
|
2930
|
+
</aside>
|
|
2931
|
+
<div class="tsd-comment tsd-typography">
|
|
2932
|
+
<div class="lead">
|
|
2933
|
+
<p>Watches for property changes.</p>
|
|
2934
|
+
</div>
|
|
2935
|
+
</div>
|
|
2936
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2937
|
+
<ul class="tsd-parameters">
|
|
2938
|
+
<li>
|
|
2939
|
+
<h5>path: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
2940
|
+
<div class="tsd-comment tsd-typography">
|
|
2941
|
+
<p>The property (or list of properties) to watch for changes.</p>
|
|
2942
|
+
</div>
|
|
2943
|
+
</li>
|
|
2944
|
+
<li>
|
|
2945
|
+
<h5>callback: <a href="../modules/support_esri.html#watchcallback" class="tsd-signature-type" data-tsd-kind="Type alias">WatchCallback</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h5>
|
|
2946
|
+
<div class="tsd-comment tsd-typography">
|
|
2947
|
+
<p>The callback to invoke when the property has changed.
|
|
2948
|
+
This callback will always be invoked <em>asynchronously</em>.</p>
|
|
2949
|
+
</div>
|
|
2950
|
+
</li>
|
|
2951
|
+
<li>
|
|
2952
|
+
<h5>sync: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5>
|
|
2953
|
+
<div class="tsd-comment tsd-typography">
|
|
2954
|
+
<p>Whether to invoke the callback synchronously. The default is false.</p>
|
|
2955
|
+
</div>
|
|
2956
|
+
</li>
|
|
2957
|
+
</ul>
|
|
2958
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4>
|
|
2959
|
+
</li>
|
|
2960
|
+
</ul>
|
|
2961
|
+
</section>
|
|
2962
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static">
|
|
2963
|
+
<a name="_getlayerdata" class="tsd-anchor"></a>
|
|
2964
|
+
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr>Layer<wbr>Data</h3>
|
|
2965
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static">
|
|
2966
|
+
<li class="tsd-signature tsd-kind-icon">_get<wbr>Layer<wbr>Data<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, requestHelper<span class="tsd-signature-symbol">: </span><a href="../interfaces/support_arcgisrequesthelper.arcgisrequesthelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">RestApiLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RestApiService</span><span class="tsd-signature-symbol">></span></li>
|
|
2967
|
+
</ul>
|
|
2968
|
+
<ul class="tsd-descriptions">
|
|
2969
|
+
<li class="tsd-description">
|
|
2970
|
+
<aside class="tsd-sources">
|
|
2971
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#_getlayerdata">_getLayerData</a></p>
|
|
2972
|
+
<ul>
|
|
2973
|
+
<li>Defined in src/mapping/_LayerExtension.ts:650</li>
|
|
2974
|
+
</ul>
|
|
2975
|
+
</aside>
|
|
2976
|
+
<div class="tsd-comment tsd-typography">
|
|
2977
|
+
<div class="lead">
|
|
2978
|
+
<p>Download the layer data for a particular layer url.</p>
|
|
2979
|
+
</div>
|
|
2980
|
+
</div>
|
|
2981
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2982
|
+
<ul class="tsd-parameters">
|
|
2983
|
+
<li>
|
|
2984
|
+
<h5>url: <span class="tsd-signature-type">string</span></h5>
|
|
2985
|
+
<div class="tsd-comment tsd-typography">
|
|
2986
|
+
<p>The url.</p>
|
|
2987
|
+
</div>
|
|
2988
|
+
</li>
|
|
2989
|
+
<li>
|
|
2990
|
+
<h5>requestHelper: <a href="../interfaces/support_arcgisrequesthelper.arcgisrequesthelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></h5>
|
|
2991
|
+
<div class="tsd-comment tsd-typography">
|
|
2992
|
+
<p>The request helper to use.</p>
|
|
2993
|
+
</div>
|
|
2994
|
+
</li>
|
|
2995
|
+
</ul>
|
|
2996
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">RestApiLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RestApiService</span><span class="tsd-signature-symbol">></span></h4>
|
|
2997
|
+
</li>
|
|
2998
|
+
</ul>
|
|
2999
|
+
</section>
|
|
3000
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
3001
|
+
<a name="create" class="tsd-anchor"></a>
|
|
3002
|
+
<h3><span class="tsd-flag ts-flagStatic">Static</span> create</h3>
|
|
3003
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
3004
|
+
<li class="tsd-signature tsd-kind-icon">create<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping__layerextension.layerextension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">></span></li>
|
|
3005
|
+
</ul>
|
|
3006
|
+
<ul class="tsd-descriptions">
|
|
3007
|
+
<li class="tsd-description">
|
|
3008
|
+
<aside class="tsd-sources">
|
|
3009
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#create">create</a></p>
|
|
3010
|
+
<ul>
|
|
3011
|
+
<li>Defined in src/mapping/_LayerExtension.ts:495</li>
|
|
3012
|
+
</ul>
|
|
3013
|
+
</aside>
|
|
3014
|
+
<div class="tsd-comment tsd-typography">
|
|
3015
|
+
<div class="lead">
|
|
3016
|
+
<p>Creates the appropriate subclass of <a href="mapping__layerextension.layerextension.html">LayerExtension</a> based on the
|
|
3017
|
+
supplied properties. Applications can customize the default creation
|
|
3018
|
+
behavior by supplying a custom factory object (see <a href="mapping__layerextension.layerextension.html#factory">LayerExtension.factory</a>).</p>
|
|
3019
|
+
</div>
|
|
3020
|
+
</div>
|
|
3021
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
3022
|
+
<ul class="tsd-parameters">
|
|
3023
|
+
<li>
|
|
3024
|
+
<h5>properties: <a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a></h5>
|
|
3025
|
+
<div class="tsd-comment tsd-typography">
|
|
3026
|
+
<p>The layer extension properties.</p>
|
|
3027
|
+
</div>
|
|
3028
|
+
</li>
|
|
3029
|
+
</ul>
|
|
3030
|
+
<h4 class="tsd-returns-title">Returns <a href="mapping__layerextension.layerextension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">></span></h4>
|
|
3031
|
+
</li>
|
|
3032
|
+
</ul>
|
|
3033
|
+
</section>
|
|
3034
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
3035
|
+
<a name="fromportalitem" class="tsd-anchor"></a>
|
|
3036
|
+
<h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Portal<wbr>Item</h3>
|
|
3037
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
3038
|
+
<li class="tsd-signature tsd-kind-icon">from<wbr>Portal<wbr>Item<span class="tsd-signature-symbol">(</span>portalItemLike<span class="tsd-signature-symbol">: </span><a href="../modules/utilities_portal.html#portalitemlike" class="tsd-signature-type" data-tsd-kind="Type alias">PortalItemLike</a>, layerExtensionProperties<span class="tsd-signature-symbol">?: </span><a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="mapping__layerextension.layerextension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></li>
|
|
3039
|
+
</ul>
|
|
3040
|
+
<ul class="tsd-descriptions">
|
|
3041
|
+
<li class="tsd-description">
|
|
3042
|
+
<aside class="tsd-sources">
|
|
3043
|
+
<p>Inherited from <a href="mapping__layerextension.layerextension.html">LayerExtension</a>.<a href="mapping__layerextension.layerextension.html#fromportalitem">fromPortalItem</a></p>
|
|
3044
|
+
<ul>
|
|
3045
|
+
<li>Defined in src/mapping/_LayerExtension.ts:513</li>
|
|
3046
|
+
</ul>
|
|
3047
|
+
</aside>
|
|
3048
|
+
<div class="tsd-comment tsd-typography">
|
|
3049
|
+
<div class="lead">
|
|
3050
|
+
<p>Creates the appropriate subclass of <a href="mapping__layerextension.layerextension.html">LayerExtension</a> based on the type of
|
|
3051
|
+
the supplied portal item.</p>
|
|
3052
|
+
</div>
|
|
3053
|
+
</div>
|
|
3054
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
3055
|
+
<ul class="tsd-parameters">
|
|
3056
|
+
<li>
|
|
3057
|
+
<h5>portalItemLike: <a href="../modules/utilities_portal.html#portalitemlike" class="tsd-signature-type" data-tsd-kind="Type alias">PortalItemLike</a></h5>
|
|
3058
|
+
<div class="tsd-comment tsd-typography">
|
|
3059
|
+
<p>The portal item that determines the subclass to create.</p>
|
|
3060
|
+
</div>
|
|
3061
|
+
</li>
|
|
3062
|
+
<li>
|
|
3063
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> layerExtensionProperties: <a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a></h5>
|
|
3064
|
+
<div class="tsd-comment tsd-typography">
|
|
3065
|
+
<p>The properties used to create the subclass.</p>
|
|
3066
|
+
</div>
|
|
3067
|
+
</li>
|
|
3068
|
+
</ul>
|
|
3069
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="mapping__layerextension.layerextension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__layerextension.layerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4>
|
|
3070
|
+
</li>
|
|
3071
|
+
</ul>
|
|
3072
|
+
</section>
|
|
3073
|
+
</section>
|
|
3074
|
+
</div>
|
|
3075
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
3076
|
+
<nav class="tsd-navigation primary">
|
|
3077
|
+
<ul>
|
|
3078
|
+
<li class=" ">
|
|
3079
|
+
<a href="../modules.html">Exports</a>
|
|
3080
|
+
</li>
|
|
3081
|
+
<li class="current tsd-kind-module">
|
|
3082
|
+
<a href="../modules/mapping_unsupportedlayerextension.html">mapping/<wbr>Unsupported<wbr>Layer<wbr>Extension</a>
|
|
3083
|
+
</li>
|
|
3084
|
+
</ul>
|
|
3085
|
+
</nav>
|
|
3086
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
3087
|
+
<ul class="before-current">
|
|
3088
|
+
</ul>
|
|
3089
|
+
<ul class="current">
|
|
3090
|
+
<li class="current tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter">
|
|
3091
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html" class="tsd-kind-icon">Unsupported<wbr>Layer<wbr>Extension</a>
|
|
3092
|
+
<ul>
|
|
3093
|
+
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
3094
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
3095
|
+
</li>
|
|
3096
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3097
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_id" class="tsd-kind-icon">_id</a>
|
|
3098
|
+
</li>
|
|
3099
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3100
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_itemtype" class="tsd-kind-icon">_item<wbr>Type</a>
|
|
3101
|
+
</li>
|
|
3102
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3103
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_watchhandles" class="tsd-kind-icon">_watch<wbr>Handles</a>
|
|
3104
|
+
</li>
|
|
3105
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3106
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#allsublayerextensions" class="tsd-kind-icon">all<wbr>Sublayer<wbr>Extensions</a>
|
|
3107
|
+
</li>
|
|
3108
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3109
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#featuresettings" class="tsd-kind-icon">feature<wbr>Settings</a>
|
|
3110
|
+
</li>
|
|
3111
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3112
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#hyperlinks" class="tsd-kind-icon">hyperlinks</a>
|
|
3113
|
+
</li>
|
|
3114
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3115
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#iconurl" class="tsd-kind-icon">icon<wbr>Url</a>
|
|
3116
|
+
</li>
|
|
3117
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3118
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#layerlistsettings" class="tsd-kind-icon">layer<wbr>List<wbr>Settings</a>
|
|
3119
|
+
</li>
|
|
3120
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3121
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#onaddfeature" class="tsd-kind-icon">on<wbr>Add<wbr>Feature</a>
|
|
3122
|
+
</li>
|
|
3123
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3124
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#oneditfeature" class="tsd-kind-icon">on<wbr>Edit<wbr>Feature</a>
|
|
3125
|
+
</li>
|
|
3126
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3127
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#queryservice" class="tsd-kind-icon">query<wbr>Service</a>
|
|
3128
|
+
</li>
|
|
3129
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3130
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#relationships" class="tsd-kind-icon">relationships</a>
|
|
3131
|
+
</li>
|
|
3132
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3133
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#schema" class="tsd-kind-icon">schema</a>
|
|
3134
|
+
</li>
|
|
3135
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3136
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#tasksettings" class="tsd-kind-icon">task<wbr>Settings</a>
|
|
3137
|
+
</li>
|
|
3138
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
3139
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#tpksource" class="tsd-kind-icon">tpk<wbr>Source</a>
|
|
3140
|
+
</li>
|
|
3141
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
3142
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#factory" class="tsd-kind-icon">factory</a>
|
|
3143
|
+
</li>
|
|
3144
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3145
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#basemapextension" class="tsd-kind-icon">basemap<wbr>Extension</a>
|
|
3146
|
+
</li>
|
|
3147
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3148
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#canchangeopacity" class="tsd-kind-icon">can<wbr>Change<wbr>Opacity</a>
|
|
3149
|
+
</li>
|
|
3150
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3151
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#canchangescale" class="tsd-kind-icon">can<wbr>Change<wbr>Scale</a>
|
|
3152
|
+
</li>
|
|
3153
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3154
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#capabilities" class="tsd-kind-icon">capabilities</a>
|
|
3155
|
+
</li>
|
|
3156
|
+
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
3157
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#dynamicallyaddedlayer" class="tsd-kind-icon">dynamically<wbr>Added<wbr>Layer</a>
|
|
3158
|
+
</li>
|
|
3159
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3160
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#effectivefullextent" class="tsd-kind-icon">effective<wbr>Full<wbr>Extent</a>
|
|
3161
|
+
</li>
|
|
3162
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3163
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#effectivemaxscale" class="tsd-kind-icon">effective<wbr>Max<wbr>Scale</a>
|
|
3164
|
+
</li>
|
|
3165
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3166
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#effectiveminscale" class="tsd-kind-icon">effective<wbr>Min<wbr>Scale</a>
|
|
3167
|
+
</li>
|
|
3168
|
+
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
3169
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#failuremode" class="tsd-kind-icon">failure<wbr>Mode</a>
|
|
3170
|
+
</li>
|
|
3171
|
+
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
3172
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#featureactions" class="tsd-kind-icon">feature<wbr>Actions</a>
|
|
3173
|
+
</li>
|
|
3174
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3175
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#groundextension" class="tsd-kind-icon">ground<wbr>Extension</a>
|
|
3176
|
+
</li>
|
|
3177
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3178
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#hasfeatures" class="tsd-kind-icon">has<wbr>Features</a>
|
|
3179
|
+
</li>
|
|
3180
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3181
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#id" class="tsd-kind-icon">id</a>
|
|
3182
|
+
</li>
|
|
3183
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3184
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#isdestroyed" class="tsd-kind-icon">is<wbr>Destroyed</a>
|
|
3185
|
+
</li>
|
|
3186
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3187
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#iseffectivelyvisible" class="tsd-kind-icon">is<wbr>Effectively<wbr>Visible</a>
|
|
3188
|
+
</li>
|
|
3189
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3190
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#isinitialized" class="tsd-kind-icon">is<wbr>Initialized</a>
|
|
3191
|
+
</li>
|
|
3192
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3193
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#itemtype" class="tsd-kind-icon">item<wbr>Type</a>
|
|
3194
|
+
</li>
|
|
3195
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3196
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#layer" class="tsd-kind-icon">layer</a>
|
|
3197
|
+
</li>
|
|
3198
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3199
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#mapextension" class="tsd-kind-icon">map<wbr>Extension</a>
|
|
3200
|
+
</li>
|
|
3201
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3202
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#parentlayerextension" class="tsd-kind-icon">parent<wbr>Layer<wbr>Extension</a>
|
|
3203
|
+
</li>
|
|
3204
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3205
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#renderer" class="tsd-kind-icon">renderer</a>
|
|
3206
|
+
</li>
|
|
3207
|
+
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
3208
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#requesthelper" class="tsd-kind-icon">request<wbr>Helper</a>
|
|
3209
|
+
</li>
|
|
3210
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3211
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#sublayerextensions" class="tsd-kind-icon">sublayer<wbr>Extensions</a>
|
|
3212
|
+
</li>
|
|
3213
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3214
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#supportssublayers" class="tsd-kind-icon">supports<wbr>Sublayers</a>
|
|
3215
|
+
</li>
|
|
3216
|
+
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
|
3217
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#title" class="tsd-kind-icon">title</a>
|
|
3218
|
+
</li>
|
|
3219
|
+
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
3220
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#visibilitymode" class="tsd-kind-icon">visibility<wbr>Mode</a>
|
|
3221
|
+
</li>
|
|
3222
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3223
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_addfeatures" class="tsd-kind-icon">_add<wbr>Features</a>
|
|
3224
|
+
</li>
|
|
3225
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3226
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_applylayerproperties" class="tsd-kind-icon">_apply<wbr>Layer<wbr>Properties</a>
|
|
3227
|
+
</li>
|
|
3228
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3229
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_applyportalitemproperties" class="tsd-kind-icon">_apply<wbr>Portal<wbr>Item<wbr>Properties</a>
|
|
3230
|
+
</li>
|
|
3231
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3232
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_capabilities" class="tsd-kind-icon">_capabilities</a>
|
|
3233
|
+
</li>
|
|
3234
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3235
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createfeaturesettings" class="tsd-kind-icon">_create<wbr>Feature<wbr>Settings</a>
|
|
3236
|
+
</li>
|
|
3237
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3238
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createhyperlinks" class="tsd-kind-icon">_create<wbr>Hyperlinks</a>
|
|
3239
|
+
</li>
|
|
3240
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3241
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createlayer" class="tsd-kind-icon">_create<wbr>Layer</a>
|
|
3242
|
+
</li>
|
|
3243
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3244
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createlayerlistsettings" class="tsd-kind-icon">_create<wbr>Layer<wbr>List<wbr>Settings</a>
|
|
3245
|
+
</li>
|
|
3246
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3247
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createrelationships" class="tsd-kind-icon">_create<wbr>Relationships</a>
|
|
3248
|
+
</li>
|
|
3249
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3250
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createschema" class="tsd-kind-icon">_create<wbr>Schema</a>
|
|
3251
|
+
</li>
|
|
3252
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3253
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createsublayerextension" class="tsd-kind-icon">_create<wbr>Sublayer<wbr>Extension</a>
|
|
3254
|
+
</li>
|
|
3255
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3256
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createsublayerextensioncollection" class="tsd-kind-icon">_create<wbr>Sublayer<wbr>Extension<wbr>Collection</a>
|
|
3257
|
+
</li>
|
|
3258
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3259
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_createtasksettings" class="tsd-kind-icon">_create<wbr>Task<wbr>Settings</a>
|
|
3260
|
+
</li>
|
|
3261
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3262
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_deletefeatures" class="tsd-kind-icon">_delete<wbr>Features</a>
|
|
3263
|
+
</li>
|
|
3264
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3265
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getattachments" class="tsd-kind-icon">_get<wbr>Attachments</a>
|
|
3266
|
+
</li>
|
|
3267
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3268
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getfeatures" class="tsd-kind-icon">_get<wbr>Features</a>
|
|
3269
|
+
</li>
|
|
3270
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3271
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getserializablelayertype" class="tsd-kind-icon">_get<wbr>Serializable<wbr>Layer<wbr>Type</a>
|
|
3272
|
+
</li>
|
|
3273
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3274
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getserializableproperties" class="tsd-kind-icon">_get<wbr>Serializable<wbr>Properties</a>
|
|
3275
|
+
</li>
|
|
3276
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3277
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getserializablereflayerproperties" class="tsd-kind-icon">_get<wbr>Serializable<wbr>Ref<wbr>Layer<wbr>Properties</a>
|
|
3278
|
+
</li>
|
|
3279
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3280
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_initializablechildcollections" class="tsd-kind-icon">_initializable<wbr>Child<wbr>Collections</a>
|
|
3281
|
+
</li>
|
|
3282
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3283
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_initializechildren" class="tsd-kind-icon">_initialize<wbr>Children</a>
|
|
3284
|
+
</li>
|
|
3285
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3286
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_initializelayer" class="tsd-kind-icon">_initialize<wbr>Layer</a>
|
|
3287
|
+
</li>
|
|
3288
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected">
|
|
3289
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_issupportedlayer" class="tsd-kind-icon">_is<wbr>Supported<wbr>Layer</a>
|
|
3290
|
+
</li>
|
|
3291
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3292
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_notifychange" class="tsd-kind-icon">_notify<wbr>Change</a>
|
|
3293
|
+
</li>
|
|
3294
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3295
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_ondestroy" class="tsd-kind-icon">_on<wbr>Destroy</a>
|
|
3296
|
+
</li>
|
|
3297
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3298
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_oninitialize" class="tsd-kind-icon">_on<wbr>Initialize</a>
|
|
3299
|
+
</li>
|
|
3300
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3301
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_onsublayeraddedpostinitialize" class="tsd-kind-icon">_on<wbr>Sublayer<wbr>Added<wbr>Post<wbr>Initialize</a>
|
|
3302
|
+
</li>
|
|
3303
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3304
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_postinitialize" class="tsd-kind-icon">_post<wbr>Initialize</a>
|
|
3305
|
+
</li>
|
|
3306
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected">
|
|
3307
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_topropertydef" class="tsd-kind-icon">_to<wbr>Property<wbr>Def</a>
|
|
3308
|
+
</li>
|
|
3309
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3310
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_updatefeatures" class="tsd-kind-icon">_update<wbr>Features</a>
|
|
3311
|
+
</li>
|
|
3312
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
3313
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_watchproperty" class="tsd-kind-icon">_watch<wbr>Property</a>
|
|
3314
|
+
</li>
|
|
3315
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3316
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#addfeature" class="tsd-kind-icon">add<wbr>Feature</a>
|
|
3317
|
+
</li>
|
|
3318
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3319
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#addfeatures" class="tsd-kind-icon">add<wbr>Features</a>
|
|
3320
|
+
</li>
|
|
3321
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3322
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#assignproperties" class="tsd-kind-icon">assign<wbr>Properties</a>
|
|
3323
|
+
</li>
|
|
3324
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3325
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#deletefeature" class="tsd-kind-icon">delete<wbr>Feature</a>
|
|
3326
|
+
</li>
|
|
3327
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3328
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#deletefeatures" class="tsd-kind-icon">delete<wbr>Features</a>
|
|
3329
|
+
</li>
|
|
3330
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3331
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#destroy" class="tsd-kind-icon">destroy</a>
|
|
3332
|
+
</li>
|
|
3333
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3334
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#emit" class="tsd-kind-icon">emit</a>
|
|
3335
|
+
</li>
|
|
3336
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
3337
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#get" class="tsd-kind-icon">get</a>
|
|
3338
|
+
</li>
|
|
3339
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3340
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getattachments" class="tsd-kind-icon">get<wbr>Attachments</a>
|
|
3341
|
+
</li>
|
|
3342
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
3343
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getdefault" class="tsd-kind-icon">get<wbr>Default</a>
|
|
3344
|
+
</li>
|
|
3345
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3346
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getdefaults" class="tsd-kind-icon">get<wbr>Defaults</a>
|
|
3347
|
+
</li>
|
|
3348
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3349
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getfeature" class="tsd-kind-icon">get<wbr>Feature</a>
|
|
3350
|
+
</li>
|
|
3351
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3352
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getfeatures" class="tsd-kind-icon">get<wbr>Features</a>
|
|
3353
|
+
</li>
|
|
3354
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3355
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getfullextent" class="tsd-kind-icon">get<wbr>Full<wbr>Extent</a>
|
|
3356
|
+
</li>
|
|
3357
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3358
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#getserializableproperties" class="tsd-kind-icon">get<wbr>Serializable<wbr>Properties</a>
|
|
3359
|
+
</li>
|
|
3360
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3361
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#initialize" class="tsd-kind-icon">initialize</a>
|
|
3362
|
+
</li>
|
|
3363
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3364
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#notifychange" class="tsd-kind-icon">notify<wbr>Change</a>
|
|
3365
|
+
</li>
|
|
3366
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3367
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#on" class="tsd-kind-icon">on</a>
|
|
3368
|
+
</li>
|
|
3369
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
|
|
3370
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#set" class="tsd-kind-icon">set</a>
|
|
3371
|
+
</li>
|
|
3372
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3373
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#toitemuri" class="tsd-kind-icon">to<wbr>Item<wbr>Uri</a>
|
|
3374
|
+
</li>
|
|
3375
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3376
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#tojson" class="tsd-kind-icon">toJSON</a>
|
|
3377
|
+
</li>
|
|
3378
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3379
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#updatefeature" class="tsd-kind-icon">update<wbr>Feature</a>
|
|
3380
|
+
</li>
|
|
3381
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3382
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#updatefeatures" class="tsd-kind-icon">update<wbr>Features</a>
|
|
3383
|
+
</li>
|
|
3384
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
3385
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#watch" class="tsd-kind-icon">watch</a>
|
|
3386
|
+
</li>
|
|
3387
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static">
|
|
3388
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#_getlayerdata" class="tsd-kind-icon">_get<wbr>Layer<wbr>Data</a>
|
|
3389
|
+
</li>
|
|
3390
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
3391
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#create" class="tsd-kind-icon">create</a>
|
|
3392
|
+
</li>
|
|
3393
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
3394
|
+
<a href="mapping_unsupportedlayerextension.unsupportedlayerextension.html#fromportalitem" class="tsd-kind-icon">from<wbr>Portal<wbr>Item</a>
|
|
3395
|
+
</li>
|
|
3396
|
+
</ul>
|
|
3397
|
+
</li>
|
|
3398
|
+
</ul>
|
|
3399
|
+
<ul class="after-current">
|
|
3400
|
+
</ul>
|
|
3401
|
+
</nav>
|
|
3402
|
+
</div>
|
|
3403
|
+
</div>
|
|
3404
|
+
</div>
|
|
3405
|
+
<footer>
|
|
3406
|
+
<div class="container">
|
|
3407
|
+
<h2>Legend</h2>
|
|
3408
|
+
<div class="tsd-legend-group">
|
|
3409
|
+
<ul class="tsd-legend">
|
|
3410
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
3411
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
3412
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
3413
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
3414
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
3415
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
3416
|
+
</ul>
|
|
3417
|
+
<ul class="tsd-legend">
|
|
3418
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
3419
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
3420
|
+
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
|
3421
|
+
</ul>
|
|
3422
|
+
<ul class="tsd-legend">
|
|
3423
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
3424
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
3425
|
+
</ul>
|
|
3426
|
+
<ul class="tsd-legend">
|
|
3427
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
3428
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
3429
|
+
</ul>
|
|
3430
|
+
<ul class="tsd-legend">
|
|
3431
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
3432
|
+
</ul>
|
|
3433
|
+
<ul class="tsd-legend">
|
|
3434
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
|
3435
|
+
</ul>
|
|
3436
|
+
</div>
|
|
3437
|
+
</div>
|
|
3438
|
+
</footer>
|
|
3439
|
+
<div class="overlay"></div>
|
|
3440
|
+
<script src="../assets/js/main.js"></script>
|
|
3441
|
+
</body>
|
|
3442
|
+
</html>
|