@arcgis/core 4.32.0-next.20250213 → 4.32.0-next.20250214
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/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/{ecd66dbc4ff446c64984.js → 10ca2107c99fab6bcc3b.js} +1 -1
- package/assets/esri/core/workers/chunks/{d31e25a63f967fedb149.js → 17fe69462cba5eb895b8.js} +1 -1
- package/assets/esri/core/workers/chunks/{4a4739cda8aac510004b.js → 2ebf66e21d155a27b23e.js} +1 -1
- package/assets/esri/core/workers/chunks/3eacb4d1275f2d87825f.js +1 -0
- package/assets/esri/core/workers/chunks/68c187dbf7dea7064ed8.js +1 -0
- package/assets/esri/core/workers/chunks/71a64fbea3512d9a1547.js +1 -0
- package/assets/esri/core/workers/chunks/{24964548c6a3e2eb527d.js → 8bfd97fc2569a6b55776.js} +1 -1
- package/assets/esri/core/workers/chunks/{31f0dd191602b93c02c2.js → 8d1845a773f66aeb3457.js} +1 -1
- package/assets/esri/core/workers/chunks/{5328b2de0d1ac2536ecf.js → c139e737f602c424de13.js} +1 -1
- package/assets/esri/core/workers/chunks/d58f4aa44ade81b0bb3a.js +1 -0
- package/assets/esri/core/workers/chunks/f33da631352920d49639.js +1 -0
- package/copyright.txt +26 -19
- package/core/colorUtils.js +1 -1
- package/interfaces.d.ts +489 -157
- package/intl/locale.js +1 -1
- package/layers/knowledgeGraph/supportUtils.d.ts +0 -2
- package/layers/support/TrackInfo.js +1 -1
- package/layers/support/rasterFunctions/creators/createLocalFunctions.js +1 -1
- package/layers/support/rasterFunctions/creators/createStatisticsFunctions.js +1 -1
- package/package.json +1 -1
- package/rest/support/NormalizationBinParametersMixin.d.ts +4 -0
- package/support/revision.js +1 -1
- package/symbols/support/previewSymbol2D.js +1 -1
- package/views/2d/engine/webgl/shaderGraph/techniques/labels/LabelMeshWriter.js +1 -1
- package/views/2d/layers/LayerView2D.js +1 -1
- package/views/2d/layers/features/FeaturePipelineWorker.js +1 -1
- package/views/2d/layers/features/processor/TrackStrategy.js +1 -1
- package/views/2d/layers/features/schema/SourceSchema.js +1 -1
- package/views/2d/layers/features/schema/processor/SimpleProcessorSchema.js +1 -1
- package/views/2d/layers/features/sources/FeatureCache.js +5 -0
- package/views/2d/layers/features/sources/FeatureSource.js +1 -1
- package/views/2d/layers/features/sources/FeatureSourceQueryInfo.js +1 -1
- package/views/2d/layers/features/sources/strategies/ALoadStrategy.js +1 -1
- package/views/2d/layers/features/sources/strategies/ATileLoadStrategy.js +1 -1
- package/views/2d/layers/features/sources/strategies/PagedTileLoadStrategy.js +1 -1
- package/views/2d/layers/imagery/ImageryTileView2D.js +1 -1
- package/views/3d/layers/I3SMeshView3D.js +1 -1
- package/views/3d/layers/graphics/graphicUtils.js +1 -1
- package/views/3d/layers/i3s/BuildingFilterUtil.js +1 -1
- package/views/3d/layers/i3s/I3SMaterialUtil.js +1 -1
- package/views/3d/layers/i3s/SymbologyInfo.js +5 -0
- package/views/3d/state/controllers/PinchAndPanControllerGlobal.js +1 -1
- package/views/3d/state/utils/navigationUtils.js +1 -1
- package/views/3d/webgl-engine/collections/Component/ComponentObjectCollection.js +1 -1
- package/views/3d/webgl-engine/collections/Component/Material/ComponentMaterial.js +1 -1
- package/views/3d/webgl-engine/collections/Component/Material/shader/ComponentData.glsl.js +14 -14
- package/views/3d/webgl-engine/core/renderPasses/AllRenderPasses.js +1 -1
- package/views/3d/webgl-engine/core/renderPasses/RenderPass.js +1 -1
- package/views/3d/webgl-engine/core/renderPasses/RenderPassIdentifier.js +5 -0
- package/views/3d/webgl-engine/core/renderPasses/RenderPassManager.js +1 -1
- package/views/3d/webgl-engine/core/shaderLibrary/terrain/Overlay.glsl.js +2 -2
- package/views/3d/webgl-engine/lib/Renderer.js +1 -1
- package/views/draw/DrawAction.js +1 -1
- package/views/webgl/Texture.js +1 -1
- package/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js +1 -1
- package/widgets/BatchAttributeForm.js +1 -1
- package/widgets/Directions/DirectionsViewModel.js +1 -1
- package/widgets/Editor/CreateFeaturesWorkflow.js +1 -1
- package/widgets/Editor/EditorViewModel.js +1 -1
- package/widgets/FeatureTemplates/FeatureTemplatesViewModel.js +1 -1
- package/widgets/FeatureTemplates/featureTemplatesUtils.js +1 -1
- package/widgets/LayerList/LayerListItem.js +1 -1
- package/widgets/LayerList/ListItem.js +1 -1
- package/widgets/LayerList/support/layerListUtils.js +1 -1
- package/widgets/OrientedImageryViewer/OrientedImageryViewerViewModel.js +1 -1
- package/widgets/OrientedImageryViewer/adapters/sketch/DigitizationAdapter.js +1 -1
- package/widgets/OrientedImageryViewer/components/ImageOverlays.js +1 -1
- package/widgets/OrientedImageryViewer/constants.js +1 -1
- package/widgets/OrientedImageryViewer.js +1 -1
- package/widgets/Print.js +1 -1
- package/widgets/TableList/ListItem.js +1 -1
- package/widgets/TableList.js +1 -1
- package/assets/esri/core/workers/chunks/00e0c53d89e074399f04.js +0 -1
- package/assets/esri/core/workers/chunks/1a6b6d43eda7986d2349.js +0 -1
- package/assets/esri/core/workers/chunks/28dd172faa85080511c5.js +0 -1
- package/assets/esri/core/workers/chunks/4b56c0c109e10d7409b8.js +0 -1
- package/assets/esri/core/workers/chunks/f78b63620386b2676f1f.js +0 -1
- package/layers/knowledgeGraph/cypherUtils.d.ts +0 -3
package/interfaces.d.ts
CHANGED
|
@@ -15855,8 +15855,7 @@ declare namespace __esri {
|
|
|
15855
15855
|
*/
|
|
15856
15856
|
queryFeatureCount(query?: QueryProperties | null, options?: CatalogFootprintLayerQueryFeatureCountOptions): Promise<number>;
|
|
15857
15857
|
/**
|
|
15858
|
-
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the service and returns a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
15859
|
-
* using the `.then()` method once the promise resolves.
|
|
15858
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the service and returns a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
15860
15859
|
*
|
|
15861
15860
|
* @param query Specifies the attributes and spatial filter of the query. When no parameters are passed to this method, all features in the client are returned. To only return features visible in the view, set the `geometry` parameter in the query object to the view's extent.
|
|
15862
15861
|
* @param options An object with the following properties.
|
|
@@ -16556,8 +16555,7 @@ declare namespace __esri {
|
|
|
16556
16555
|
*/
|
|
16557
16556
|
queryFeatureCount(query?: QueryProperties | null, options?: CatalogLayerQueryFeatureCountOptions): Promise<number>;
|
|
16558
16557
|
/**
|
|
16559
|
-
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the service and returns a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
16560
|
-
* using the `.then()` method once the promise resolves.
|
|
16558
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the service and returns a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
16561
16559
|
*
|
|
16562
16560
|
* @param query Specifies the attributes and spatial filter of the query. When no parameters are passed to this method, all features in the client are returned. To only return features visible in the view, set the `geometry` parameter in the query object to the view's extent.
|
|
16563
16561
|
* @param options An object with the following properties.
|
|
@@ -17224,7 +17222,7 @@ declare namespace __esri {
|
|
|
17224
17222
|
*/
|
|
17225
17223
|
getFieldDomain(fieldName: string, options?: CSVLayerGetFieldDomainOptions): Domain | nullish;
|
|
17226
17224
|
/**
|
|
17227
|
-
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against a
|
|
17225
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against a CSVLayer, which groups features into bins based on ranges in numeric or date fields, and returns a
|
|
17228
17226
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
17229
17227
|
*
|
|
17230
17228
|
* @param binsQuery Specifies the parameters of the `queryAttributeBins()` operation. The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html#binParameters binParameters} property must be set.
|
|
@@ -17233,7 +17231,7 @@ declare namespace __esri {
|
|
|
17233
17231
|
*
|
|
17234
17232
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#queryAttributeBins Read more...}
|
|
17235
17233
|
*/
|
|
17236
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: CSVLayerQueryAttributeBinsOptions): Promise<
|
|
17234
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: CSVLayerQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
17237
17235
|
/**
|
|
17238
17236
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the CSV data and
|
|
17239
17237
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -17258,8 +17256,7 @@ declare namespace __esri {
|
|
|
17258
17256
|
queryFeatureCount(query?: QueryProperties | null, options?: CSVLayerQueryFeatureCountOptions): Promise<number>;
|
|
17259
17257
|
/**
|
|
17260
17258
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the CSV data and returns a
|
|
17261
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
17262
|
-
* once the promise resolves.
|
|
17259
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
17263
17260
|
*
|
|
17264
17261
|
* @param query Specifies the attributes and spatial filter of the query. When no parameters are passed to this method, all features in the client are returned. To only return features visible in the view, set the `geometry` parameter in the query object to the view's extent.
|
|
17265
17262
|
* @param options An object with the following properties.
|
|
@@ -18646,8 +18643,7 @@ declare namespace __esri {
|
|
|
18646
18643
|
queryFeatureCount(query?: QueryProperties | null, options?: FeatureLayerQueryFeatureCountOptions): Promise<number>;
|
|
18647
18644
|
/**
|
|
18648
18645
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the feature service and returns a
|
|
18649
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
18650
|
-
* once the promise resolves.
|
|
18646
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
18651
18647
|
*
|
|
18652
18648
|
* @param query Specifies the attributes and spatial filter of the query. If no parameters are specified, then all features satisfying the layer's configuration/filters are returned.
|
|
18653
18649
|
* @param options An object with the following properties.
|
|
@@ -19168,6 +19164,7 @@ declare namespace __esri {
|
|
|
19168
19164
|
metadata: CapabilitiesMetadata;
|
|
19169
19165
|
operations: CapabilitiesOperations;
|
|
19170
19166
|
query: CapabilitiesQuery;
|
|
19167
|
+
queryAttributeBins: CapabilitiesQueryAttributeBins;
|
|
19171
19168
|
queryRelated: CapabilitiesQueryRelated;
|
|
19172
19169
|
queryTopFeatures: CapabilitiesQueryTopFeatures;
|
|
19173
19170
|
}
|
|
@@ -19432,6 +19429,41 @@ declare namespace __esri {
|
|
|
19432
19429
|
supportedSpatialAggregationStatistics: CapabilitiesQuerySupportedSpatialAggregationStatistics;
|
|
19433
19430
|
}
|
|
19434
19431
|
|
|
19432
|
+
export interface CapabilitiesQueryAttributeBins {
|
|
19433
|
+
supportsDate: boolean;
|
|
19434
|
+
supportsFixedInterval: boolean;
|
|
19435
|
+
supportsAutoInterval: boolean;
|
|
19436
|
+
supportsFixedBoundaries: boolean;
|
|
19437
|
+
supportsStackBy: boolean;
|
|
19438
|
+
supportsSplitBy: boolean;
|
|
19439
|
+
supportsSnapToData: boolean;
|
|
19440
|
+
supportsReturnFullIntervalBin: boolean;
|
|
19441
|
+
supportsFirstDayOfWeek: boolean;
|
|
19442
|
+
supportsNormalization: boolean;
|
|
19443
|
+
supportedNormalizationTypes?: CapabilitiesQueryAttributeBinsSupportedNormalizationTypes | nullish;
|
|
19444
|
+
supportedStatistics?: CapabilitiesQueryAttributeBinsSupportedStatistics | nullish;
|
|
19445
|
+
}
|
|
19446
|
+
|
|
19447
|
+
export interface CapabilitiesQueryAttributeBinsSupportedNormalizationTypes {
|
|
19448
|
+
field?: boolean;
|
|
19449
|
+
log?: boolean;
|
|
19450
|
+
naturalLog?: boolean;
|
|
19451
|
+
percentOfTotal?: boolean;
|
|
19452
|
+
squareRoot?: boolean;
|
|
19453
|
+
}
|
|
19454
|
+
|
|
19455
|
+
export interface CapabilitiesQueryAttributeBinsSupportedStatistics {
|
|
19456
|
+
count?: boolean;
|
|
19457
|
+
sum?: boolean;
|
|
19458
|
+
avg?: boolean;
|
|
19459
|
+
var?: boolean;
|
|
19460
|
+
stddev?: boolean;
|
|
19461
|
+
min?: boolean;
|
|
19462
|
+
max?: boolean;
|
|
19463
|
+
percentileContinuous?: boolean;
|
|
19464
|
+
percentileDiscrete?: boolean;
|
|
19465
|
+
}
|
|
19466
|
+
|
|
19435
19467
|
export interface CapabilitiesQueryRelated {
|
|
19436
19468
|
supportsCacheHint: boolean;
|
|
19437
19469
|
supportsCount: boolean;
|
|
@@ -19877,8 +19909,7 @@ declare namespace __esri {
|
|
|
19877
19909
|
queryFeatureCount(query?: QueryProperties | null, options?: GeoJSONLayerQueryFeatureCountOptions): Promise<number>;
|
|
19878
19910
|
/**
|
|
19879
19911
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the layer and returns a
|
|
19880
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
19881
|
-
* once the promise resolves.
|
|
19912
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
19882
19913
|
*
|
|
19883
19914
|
* @param query Specifies the attributes and spatial filter of the query. If no parameters are specified, then all features satisfying the layer's configuration/filters are returned.
|
|
19884
19915
|
* @param options An object with the following properties.
|
|
@@ -21597,8 +21628,7 @@ declare namespace __esri {
|
|
|
21597
21628
|
queryRasterCount(query?: QueryProperties | null, requestOptions?: RequestOptions): Promise<number>;
|
|
21598
21629
|
/**
|
|
21599
21630
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against an image service and returns a
|
|
21600
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
21601
|
-
* once the promise resolves.
|
|
21631
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
21602
21632
|
*
|
|
21603
21633
|
* @param query Specifies the query parameters. If no parameters are specified, then all features satisfying the layer's configuration/filters are returned.
|
|
21604
21634
|
* @param requestOptions Additional {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-request.html#request options} to be used for the data request (will override requestOptions defined during construction).
|
|
@@ -23029,24 +23059,6 @@ declare namespace __esri {
|
|
|
23029
23059
|
url?: string | nullish;
|
|
23030
23060
|
}
|
|
23031
23061
|
|
|
23032
|
-
interface cypherUtils {
|
|
23033
|
-
getBindParametersFromCypherQuery(query: string): Promise<BindParamsFromCypherQueryResult>;
|
|
23034
|
-
}
|
|
23035
|
-
|
|
23036
|
-
export const cypherUtils: cypherUtils;
|
|
23037
|
-
|
|
23038
|
-
export interface BindParamsFromCypherQueryResult {
|
|
23039
|
-
bindParameters: string[];
|
|
23040
|
-
parseErrors: RecognizerError[] | nullish;
|
|
23041
|
-
}
|
|
23042
|
-
|
|
23043
|
-
export interface RecognizerError {
|
|
23044
|
-
line: number;
|
|
23045
|
-
column: number;
|
|
23046
|
-
msg: string;
|
|
23047
|
-
e: any;
|
|
23048
|
-
}
|
|
23049
|
-
|
|
23050
23062
|
export interface KnowledgeGraphSublayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OrderedLayer, TemporalLayer {
|
|
23051
23063
|
}
|
|
23052
23064
|
|
|
@@ -23382,8 +23394,7 @@ declare namespace __esri {
|
|
|
23382
23394
|
queryFeatureCount(query?: QueryProperties | null, options?: KnowledgeGraphSublayerQueryFeatureCountOptions): Promise<number>;
|
|
23383
23395
|
/**
|
|
23384
23396
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the feature service and returns a
|
|
23385
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet},
|
|
23386
|
-
* once the promise resolves.
|
|
23397
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}, once the promise resolves.
|
|
23387
23398
|
*
|
|
23388
23399
|
* @param query Specifies the attributes and spatial filter of the query. If no parameters are specified, then all features satisfying the layer's configuration/filters are returned.
|
|
23389
23400
|
* @param options An object with the following properties.
|
|
@@ -23768,22 +23779,33 @@ declare namespace __esri {
|
|
|
23768
23779
|
supportsCacheHint: boolean;
|
|
23769
23780
|
}
|
|
23770
23781
|
|
|
23782
|
+
/**
|
|
23783
|
+
* Methods useful for returning endpoints for the given relationships, and for returning a map of origin and destination entities for specific relationships.
|
|
23784
|
+
*
|
|
23785
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-knowledgeGraph-supportUtils.html Read more...}
|
|
23786
|
+
*/
|
|
23771
23787
|
interface supportUtils {
|
|
23772
23788
|
/**
|
|
23773
|
-
*
|
|
23789
|
+
* Returns the entity endpoints for the given relationships.
|
|
23774
23790
|
*
|
|
23775
|
-
* @param
|
|
23791
|
+
* @param records Relationships to find the endpoints for.
|
|
23792
|
+
* @param kg The knowledge graph service that contains the relationships.
|
|
23793
|
+
* @param options
|
|
23794
|
+
* @param options.requestOptions Additional options to be used for the data request.
|
|
23776
23795
|
*
|
|
23777
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-knowledgeGraph-supportUtils.html#
|
|
23796
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-knowledgeGraph-supportUtils.html#getRelationshipEndNodeIds Read more...}
|
|
23778
23797
|
*/
|
|
23779
|
-
|
|
23798
|
+
getRelationshipEndNodeIds(records: IdTypePair[], kg: KnowledgeGraph, options?: supportUtilsGetRelationshipEndNodeIdsOptions): Promise<IdTypePair[]>;
|
|
23780
23799
|
/**
|
|
23781
|
-
*
|
|
23800
|
+
* Returns a map of origin and destination entities for specific relationships.
|
|
23782
23801
|
*
|
|
23783
|
-
*
|
|
23802
|
+
* @param records The relationships to retrieve the endpoints for.
|
|
23803
|
+
* @param kg The knowledge graph containing the relationships.
|
|
23804
|
+
* @param options
|
|
23805
|
+
* @param options.requestOptions Additional options to be used for the data request.
|
|
23806
|
+
*
|
|
23807
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-knowledgeGraph-supportUtils.html#getRelationshipEndNodeMap Read more...}
|
|
23784
23808
|
*/
|
|
23785
|
-
getDefaultChronologicalOverlayLayerId(): string;
|
|
23786
|
-
getRelationshipEndNodeIds(records: IdTypePair[], kg: KnowledgeGraph, options?: supportUtilsGetRelationshipEndNodeIdsOptions): Promise<IdTypePair[]>;
|
|
23787
23809
|
getRelationshipEndNodeMap(records: IdTypePair[], kg: KnowledgeGraph, options?: supportUtilsGetRelationshipEndNodeMapOptions): Promise<globalThis.Map<string, string[]>>;
|
|
23788
23810
|
}
|
|
23789
23811
|
|
|
@@ -25713,8 +25735,7 @@ declare namespace __esri {
|
|
|
25713
25735
|
queryRasterCount(query?: QueryProperties | null, requestOptions?: RequestOptions): Promise<number>;
|
|
25714
25736
|
/**
|
|
25715
25737
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against an image service and returns a
|
|
25716
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
25717
|
-
* once the promise resolves.
|
|
25738
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
25718
25739
|
*
|
|
25719
25740
|
* @param query Specifies the query parameters. If no parameters are specified, then all features satisfying the layer's configuration/filters are returned.
|
|
25720
25741
|
* @param requestOptions Additional {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-request.html#request options} to be used for the data request (will override requestOptions defined during construction).
|
|
@@ -27653,8 +27674,7 @@ declare namespace __esri {
|
|
|
27653
27674
|
queryFeatureCount(query?: QueryProperties, options?: OrientedImageryLayerQueryFeatureCountOptions): Promise<number>;
|
|
27654
27675
|
/**
|
|
27655
27676
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the Oriented Imagery features and returns a
|
|
27656
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
27657
|
-
* once the promise resolves.
|
|
27677
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
27658
27678
|
*
|
|
27659
27679
|
* @param query Specifies the attributes and spatial filter of the query. When no parameters are passed to this method, all features in the client are returned. To only return features visible in the view, set the `geometry` parameter in the query object to the view's extent.
|
|
27660
27680
|
* @param options An object with the following properties.
|
|
@@ -30971,8 +30991,7 @@ declare namespace __esri {
|
|
|
30971
30991
|
queryFeatureCount(query?: QueryProperties | null, options?: SubtypeGroupLayerQueryFeatureCountOptions): Promise<number>;
|
|
30972
30992
|
/**
|
|
30973
30993
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the feature service and returns a
|
|
30974
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
30975
|
-
* once the promise resolves.
|
|
30994
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
30976
30995
|
*
|
|
30977
30996
|
* @param query Specifies the attributes and spatial filter of the query. If no parameters are specified, then all features satisfying the layer's configuration/filters are returned.
|
|
30978
30997
|
* @param options An object with the following properties.
|
|
@@ -36720,7 +36739,7 @@ declare namespace __esri {
|
|
|
36720
36739
|
*
|
|
36721
36740
|
* @param parameters The parameters object has the following properties.
|
|
36722
36741
|
* @param parameters.rasters The input rasters.
|
|
36723
|
-
* @param parameters.
|
|
36742
|
+
* @param parameters.statisticsType The true raster, if the first input is a raster.
|
|
36724
36743
|
* @param parameters.processAsMultiband When true, process the single input raster as multiple bands. Default is true.
|
|
36725
36744
|
* @param parameters.outputPixelType The output pixel type. Default is unknown (determined by input data).
|
|
36726
36745
|
*
|
|
@@ -37717,7 +37736,16 @@ declare namespace __esri {
|
|
|
37717
37736
|
|
|
37718
37737
|
export interface rasterFunctionUtilsCellStatisticsParameters {
|
|
37719
37738
|
rasters: RasterArgument[];
|
|
37720
|
-
|
|
37739
|
+
statisticsType: | "min"
|
|
37740
|
+
| "max"
|
|
37741
|
+
| "majority"
|
|
37742
|
+
| "mean"
|
|
37743
|
+
| "minority"
|
|
37744
|
+
| "range"
|
|
37745
|
+
| "stddev"
|
|
37746
|
+
| "sum"
|
|
37747
|
+
| "variety"
|
|
37748
|
+
| "median";
|
|
37721
37749
|
processAsMultiband?: boolean;
|
|
37722
37750
|
outputPixelType?: OutputPixelType;
|
|
37723
37751
|
}
|
|
@@ -40384,8 +40412,7 @@ declare namespace __esri {
|
|
|
40384
40412
|
queryFeatureCount(query?: QueryProperties, options?: SubtypeSublayerQueryFeatureCountOptions): Promise<number>;
|
|
40385
40413
|
/**
|
|
40386
40414
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the feature service and returns a
|
|
40387
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
40388
|
-
* once the promise resolves.
|
|
40415
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
40389
40416
|
*
|
|
40390
40417
|
* @param query Specifies the attributes and spatial filter of the query. If no parameters are specified, then all features satisfying the layer's configuration/filters are returned.
|
|
40391
40418
|
* @param options An object with the following properties.
|
|
@@ -41244,22 +41271,14 @@ declare namespace __esri {
|
|
|
41244
41271
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#enabled Read more...}
|
|
41245
41272
|
*/
|
|
41246
41273
|
enabled: boolean;
|
|
41247
|
-
/**
|
|
41248
|
-
* The maximum age of displayed observations, in milliseconds.
|
|
41249
|
-
*
|
|
41250
|
-
* @default Infinity
|
|
41251
|
-
*
|
|
41252
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayDuration Read more...}
|
|
41253
|
-
*/
|
|
41254
|
-
maxDisplayDuration: number;
|
|
41255
41274
|
/**
|
|
41256
41275
|
* The maximum number of observations to display per track.
|
|
41257
41276
|
*
|
|
41258
|
-
* @default
|
|
41277
|
+
* @default 0
|
|
41259
41278
|
*
|
|
41260
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#
|
|
41279
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayObservationsPerTrack Read more...}
|
|
41261
41280
|
*/
|
|
41262
|
-
|
|
41281
|
+
maxDisplayObservationsPerTrack: number;
|
|
41263
41282
|
/**
|
|
41264
41283
|
* Indicates whether to display the popup for the track as defined in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#popupTemplate popupTemplate}.
|
|
41265
41284
|
*
|
|
@@ -41298,6 +41317,15 @@ declare namespace __esri {
|
|
|
41298
41317
|
*/
|
|
41299
41318
|
get latestObservations(): TrackPartInfo;
|
|
41300
41319
|
set latestObservations(value: TrackPartInfoProperties);
|
|
41320
|
+
/**
|
|
41321
|
+
* The maximum age of displayed observations.
|
|
41322
|
+
*
|
|
41323
|
+
* @default null
|
|
41324
|
+
*
|
|
41325
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayDuration Read more...}
|
|
41326
|
+
*/
|
|
41327
|
+
get maxDisplayDuration(): TimeInterval | nullish;
|
|
41328
|
+
set maxDisplayDuration(value: TimeIntervalProperties | nullish);
|
|
41301
41329
|
/**
|
|
41302
41330
|
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html PopupTemplate} to apply to the track.
|
|
41303
41331
|
*
|
|
@@ -41364,17 +41392,17 @@ declare namespace __esri {
|
|
|
41364
41392
|
*/
|
|
41365
41393
|
latestObservations?: TrackPartInfoProperties;
|
|
41366
41394
|
/**
|
|
41367
|
-
* The maximum age of displayed observations
|
|
41395
|
+
* The maximum age of displayed observations.
|
|
41368
41396
|
*
|
|
41369
41397
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayDuration Read more...}
|
|
41370
41398
|
*/
|
|
41371
|
-
maxDisplayDuration?:
|
|
41399
|
+
maxDisplayDuration?: TimeIntervalProperties | nullish;
|
|
41372
41400
|
/**
|
|
41373
41401
|
* The maximum number of observations to display per track.
|
|
41374
41402
|
*
|
|
41375
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#
|
|
41403
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayObservationsPerTrack Read more...}
|
|
41376
41404
|
*/
|
|
41377
|
-
|
|
41405
|
+
maxDisplayObservationsPerTrack?: number;
|
|
41378
41406
|
/**
|
|
41379
41407
|
* Indicates whether to display the popup for the track as defined in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#popupTemplate popupTemplate}.
|
|
41380
41408
|
*
|
|
@@ -45906,8 +45934,7 @@ declare namespace __esri {
|
|
|
45906
45934
|
queryFeatureCount(query?: QueryProperties | null, options?: WFSLayerQueryFeatureCountOptions): Promise<number>;
|
|
45907
45935
|
/**
|
|
45908
45936
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the layer and returns a
|
|
45909
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
45910
|
-
* once the promise resolves.
|
|
45937
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
45911
45938
|
*
|
|
45912
45939
|
* @param query Specifies the attributes and spatial filter of the query. If no parameters are specified, then all features satisfying the layer's configuration/filters are returned.
|
|
45913
45940
|
* @param options An object with the following properties.
|
|
@@ -65660,7 +65687,7 @@ declare namespace __esri {
|
|
|
65660
65687
|
where?: QueryMixinProperties["where"];
|
|
65661
65688
|
}
|
|
65662
65689
|
|
|
65663
|
-
export interface AutoIntervalBinParameters extends Accessor, JSONSupport, BinParametersBase {
|
|
65690
|
+
export interface AutoIntervalBinParameters extends Accessor, JSONSupport, BinParametersBase, NormalizationBinParametersMixin {
|
|
65664
65691
|
}
|
|
65665
65692
|
|
|
65666
65693
|
export class AutoIntervalBinParameters {
|
|
@@ -65672,6 +65699,18 @@ declare namespace __esri {
|
|
|
65672
65699
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#end Read more...}
|
|
65673
65700
|
*/
|
|
65674
65701
|
end: number | Date | nullish;
|
|
65702
|
+
/**
|
|
65703
|
+
* A standardized SQL expression used to calculate the bins, rather than referencing a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#field field}.
|
|
65704
|
+
*
|
|
65705
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#expression Read more...}
|
|
65706
|
+
*/
|
|
65707
|
+
declare expression: BinParametersBase["expression"];
|
|
65708
|
+
/**
|
|
65709
|
+
* Specifies the expected data type of the output from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#expression expression}, based on the type of value the expression generates.
|
|
65710
|
+
*
|
|
65711
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#expressionValueType Read more...}
|
|
65712
|
+
*/
|
|
65713
|
+
declare expressionValueType: BinParametersBase["expressionValueType"];
|
|
65675
65714
|
/**
|
|
65676
65715
|
* The field name used to calculate the bins.
|
|
65677
65716
|
*
|
|
@@ -65690,6 +65729,36 @@ declare namespace __esri {
|
|
|
65690
65729
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#hideUpperBound Read more...}
|
|
65691
65730
|
*/
|
|
65692
65731
|
declare hideUpperBound: BinParametersBase["hideUpperBound"];
|
|
65732
|
+
/**
|
|
65733
|
+
* Name of the numeric field used to normalize values during binning.
|
|
65734
|
+
*
|
|
65735
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationField Read more...}
|
|
65736
|
+
*/
|
|
65737
|
+
declare normalizationField: NormalizationBinParametersMixin["normalizationField"];
|
|
65738
|
+
/**
|
|
65739
|
+
* The maximum value used to normalize the data during binning.
|
|
65740
|
+
*
|
|
65741
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationMaxValue Read more...}
|
|
65742
|
+
*/
|
|
65743
|
+
declare normalizationMaxValue: NormalizationBinParametersMixin["normalizationMaxValue"];
|
|
65744
|
+
/**
|
|
65745
|
+
* The minimum value used to normalize the data during binning.
|
|
65746
|
+
*
|
|
65747
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationMinValue Read more...}
|
|
65748
|
+
*/
|
|
65749
|
+
declare normalizationMinValue: NormalizationBinParametersMixin["normalizationMinValue"];
|
|
65750
|
+
/**
|
|
65751
|
+
* The total value used when the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationType normalizationType} is `percent-of-total`.
|
|
65752
|
+
*
|
|
65753
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationTotal Read more...}
|
|
65754
|
+
*/
|
|
65755
|
+
declare normalizationTotal: NormalizationBinParametersMixin["normalizationTotal"];
|
|
65756
|
+
/**
|
|
65757
|
+
* Normalization type used to normalize data during binning.
|
|
65758
|
+
*
|
|
65759
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationType Read more...}
|
|
65760
|
+
*/
|
|
65761
|
+
declare normalizationType: NormalizationBinParametersMixin["normalizationType"];
|
|
65693
65762
|
/**
|
|
65694
65763
|
* The number of bins to generate.
|
|
65695
65764
|
*
|
|
@@ -65719,14 +65788,15 @@ declare namespace __esri {
|
|
|
65719
65788
|
*/
|
|
65720
65789
|
constructor(properties?: AutoIntervalBinParametersProperties);
|
|
65721
65790
|
/**
|
|
65722
|
-
*
|
|
65791
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
65723
65792
|
*
|
|
65724
65793
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#splitBy Read more...}
|
|
65725
65794
|
*/
|
|
65726
65795
|
get splitBy(): AttributeBinsGrouping | nullish;
|
|
65727
65796
|
set splitBy(value: AttributeBinsGroupingProperties | nullish);
|
|
65728
65797
|
/**
|
|
65729
|
-
*
|
|
65798
|
+
* The `stackBy` parameter divides each bin into segments based on unique values from a categorical field, allowing you to compare multiple categories within the same bin
|
|
65799
|
+
* while keeping the bin boundaries consistent across all categories.
|
|
65730
65800
|
*
|
|
65731
65801
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#stackBy Read more...}
|
|
65732
65802
|
*/
|
|
@@ -65750,13 +65820,25 @@ declare namespace __esri {
|
|
|
65750
65820
|
static fromJSON(json: any): AutoIntervalBinParameters;
|
|
65751
65821
|
}
|
|
65752
65822
|
|
|
65753
|
-
interface AutoIntervalBinParametersProperties extends BinParametersBaseProperties {
|
|
65823
|
+
interface AutoIntervalBinParametersProperties extends BinParametersBaseProperties, NormalizationBinParametersMixinProperties {
|
|
65754
65824
|
/**
|
|
65755
65825
|
* The end value of bins to generate.
|
|
65756
65826
|
*
|
|
65757
65827
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#end Read more...}
|
|
65758
65828
|
*/
|
|
65759
65829
|
end?: number | Date | nullish;
|
|
65830
|
+
/**
|
|
65831
|
+
* A standardized SQL expression used to calculate the bins, rather than referencing a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#field field}.
|
|
65832
|
+
*
|
|
65833
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#expression Read more...}
|
|
65834
|
+
*/
|
|
65835
|
+
expression?: BinParametersBaseProperties["expression"];
|
|
65836
|
+
/**
|
|
65837
|
+
* Specifies the expected data type of the output from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#expression expression}, based on the type of value the expression generates.
|
|
65838
|
+
*
|
|
65839
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#expressionValueType Read more...}
|
|
65840
|
+
*/
|
|
65841
|
+
expressionValueType?: BinParametersBaseProperties["expressionValueType"];
|
|
65760
65842
|
/**
|
|
65761
65843
|
* The field name used to calculate the bins.
|
|
65762
65844
|
*
|
|
@@ -65775,6 +65857,36 @@ declare namespace __esri {
|
|
|
65775
65857
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#hideUpperBound Read more...}
|
|
65776
65858
|
*/
|
|
65777
65859
|
hideUpperBound?: BinParametersBaseProperties["hideUpperBound"];
|
|
65860
|
+
/**
|
|
65861
|
+
* Name of the numeric field used to normalize values during binning.
|
|
65862
|
+
*
|
|
65863
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationField Read more...}
|
|
65864
|
+
*/
|
|
65865
|
+
normalizationField?: NormalizationBinParametersMixinProperties["normalizationField"];
|
|
65866
|
+
/**
|
|
65867
|
+
* The maximum value used to normalize the data during binning.
|
|
65868
|
+
*
|
|
65869
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationMaxValue Read more...}
|
|
65870
|
+
*/
|
|
65871
|
+
normalizationMaxValue?: NormalizationBinParametersMixinProperties["normalizationMaxValue"];
|
|
65872
|
+
/**
|
|
65873
|
+
* The minimum value used to normalize the data during binning.
|
|
65874
|
+
*
|
|
65875
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationMinValue Read more...}
|
|
65876
|
+
*/
|
|
65877
|
+
normalizationMinValue?: NormalizationBinParametersMixinProperties["normalizationMinValue"];
|
|
65878
|
+
/**
|
|
65879
|
+
* The total value used when the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationType normalizationType} is `percent-of-total`.
|
|
65880
|
+
*
|
|
65881
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationTotal Read more...}
|
|
65882
|
+
*/
|
|
65883
|
+
normalizationTotal?: NormalizationBinParametersMixinProperties["normalizationTotal"];
|
|
65884
|
+
/**
|
|
65885
|
+
* Normalization type used to normalize data during binning.
|
|
65886
|
+
*
|
|
65887
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#normalizationType Read more...}
|
|
65888
|
+
*/
|
|
65889
|
+
normalizationType?: NormalizationBinParametersMixinProperties["normalizationType"];
|
|
65778
65890
|
/**
|
|
65779
65891
|
* The number of bins to generate.
|
|
65780
65892
|
*
|
|
@@ -65782,13 +65894,14 @@ declare namespace __esri {
|
|
|
65782
65894
|
*/
|
|
65783
65895
|
numBins?: number | nullish;
|
|
65784
65896
|
/**
|
|
65785
|
-
*
|
|
65897
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
65786
65898
|
*
|
|
65787
65899
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#splitBy Read more...}
|
|
65788
65900
|
*/
|
|
65789
65901
|
splitBy?: AttributeBinsGroupingProperties | nullish;
|
|
65790
65902
|
/**
|
|
65791
|
-
*
|
|
65903
|
+
* The `stackBy` parameter divides each bin into segments based on unique values from a categorical field, allowing you to compare multiple categories within the same bin
|
|
65904
|
+
* while keeping the bin boundaries consistent across all categories.
|
|
65792
65905
|
*
|
|
65793
65906
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#stackBy Read more...}
|
|
65794
65907
|
*/
|
|
@@ -65903,6 +66016,17 @@ declare namespace __esri {
|
|
|
65903
66016
|
}
|
|
65904
66017
|
|
|
65905
66018
|
export class BinParametersBase {
|
|
66019
|
+
expression: string | nullish;
|
|
66020
|
+
expressionValueType: | "small-integer"
|
|
66021
|
+
| "integer"
|
|
66022
|
+
| "single"
|
|
66023
|
+
| "double"
|
|
66024
|
+
| "long"
|
|
66025
|
+
| "date-only"
|
|
66026
|
+
| "time-only"
|
|
66027
|
+
| "timestamp-offset"
|
|
66028
|
+
| "date"
|
|
66029
|
+
| nullish;
|
|
65906
66030
|
field: string | nullish;
|
|
65907
66031
|
firstDayOfWeek: number | nullish;
|
|
65908
66032
|
hideUpperBound: boolean | nullish;
|
|
@@ -65913,6 +66037,17 @@ declare namespace __esri {
|
|
|
65913
66037
|
}
|
|
65914
66038
|
|
|
65915
66039
|
interface BinParametersBaseProperties {
|
|
66040
|
+
expression?: string | nullish;
|
|
66041
|
+
expressionValueType?: | "small-integer"
|
|
66042
|
+
| "integer"
|
|
66043
|
+
| "single"
|
|
66044
|
+
| "double"
|
|
66045
|
+
| "long"
|
|
66046
|
+
| "date-only"
|
|
66047
|
+
| "time-only"
|
|
66048
|
+
| "timestamp-offset"
|
|
66049
|
+
| "date"
|
|
66050
|
+
| nullish;
|
|
65916
66051
|
field?: string | nullish;
|
|
65917
66052
|
firstDayOfWeek?: number | nullish;
|
|
65918
66053
|
hideUpperBound?: boolean | nullish;
|
|
@@ -67352,6 +67487,18 @@ declare namespace __esri {
|
|
|
67352
67487
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#end Read more...}
|
|
67353
67488
|
*/
|
|
67354
67489
|
end: Date | string | number | nullish;
|
|
67490
|
+
/**
|
|
67491
|
+
* A standardized SQL expression used to calculate the bins, rather than referencing a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#field field}.
|
|
67492
|
+
*
|
|
67493
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#expression Read more...}
|
|
67494
|
+
*/
|
|
67495
|
+
declare expression: BinParametersBase["expression"];
|
|
67496
|
+
/**
|
|
67497
|
+
* Specifies the expected data type of the output from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#expression expression}, based on the type of value the expression generates.
|
|
67498
|
+
*
|
|
67499
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#expressionValueType Read more...}
|
|
67500
|
+
*/
|
|
67501
|
+
declare expressionValueType: BinParametersBase["expressionValueType"];
|
|
67355
67502
|
/**
|
|
67356
67503
|
* The field name used to calculate the bins.
|
|
67357
67504
|
*
|
|
@@ -67409,14 +67556,15 @@ declare namespace __esri {
|
|
|
67409
67556
|
get offset(): DateBinTimeInterval | nullish;
|
|
67410
67557
|
set offset(value: DateBinTimeIntervalProperties | nullish);
|
|
67411
67558
|
/**
|
|
67412
|
-
*
|
|
67559
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
67413
67560
|
*
|
|
67414
67561
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#splitBy Read more...}
|
|
67415
67562
|
*/
|
|
67416
67563
|
get splitBy(): AttributeBinsGrouping | nullish;
|
|
67417
67564
|
set splitBy(value: AttributeBinsGroupingProperties | nullish);
|
|
67418
67565
|
/**
|
|
67419
|
-
*
|
|
67566
|
+
* The `stackBy` parameter divides each bin into segments based on unique values from a categorical field, allowing you to compare multiple categories within the same bin
|
|
67567
|
+
* while keeping the bin boundaries consistent across all categories.
|
|
67420
67568
|
*
|
|
67421
67569
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#stackBy Read more...}
|
|
67422
67570
|
*/
|
|
@@ -67447,6 +67595,18 @@ declare namespace __esri {
|
|
|
67447
67595
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#end Read more...}
|
|
67448
67596
|
*/
|
|
67449
67597
|
end?: Date | string | number | nullish;
|
|
67598
|
+
/**
|
|
67599
|
+
* A standardized SQL expression used to calculate the bins, rather than referencing a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#field field}.
|
|
67600
|
+
*
|
|
67601
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#expression Read more...}
|
|
67602
|
+
*/
|
|
67603
|
+
expression?: BinParametersBaseProperties["expression"];
|
|
67604
|
+
/**
|
|
67605
|
+
* Specifies the expected data type of the output from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#expression expression}, based on the type of value the expression generates.
|
|
67606
|
+
*
|
|
67607
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#expressionValueType Read more...}
|
|
67608
|
+
*/
|
|
67609
|
+
expressionValueType?: BinParametersBaseProperties["expressionValueType"];
|
|
67450
67610
|
/**
|
|
67451
67611
|
* The field name used to calculate the bins.
|
|
67452
67612
|
*
|
|
@@ -67478,13 +67638,14 @@ declare namespace __esri {
|
|
|
67478
67638
|
*/
|
|
67479
67639
|
offset?: DateBinTimeIntervalProperties | nullish;
|
|
67480
67640
|
/**
|
|
67481
|
-
*
|
|
67641
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
67482
67642
|
*
|
|
67483
67643
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#splitBy Read more...}
|
|
67484
67644
|
*/
|
|
67485
67645
|
splitBy?: AttributeBinsGroupingProperties | nullish;
|
|
67486
67646
|
/**
|
|
67487
|
-
*
|
|
67647
|
+
* The `stackBy` parameter divides each bin into segments based on unique values from a categorical field, allowing you to compare multiple categories within the same bin
|
|
67648
|
+
* while keeping the bin boundaries consistent across all categories.
|
|
67488
67649
|
*
|
|
67489
67650
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#stackBy Read more...}
|
|
67490
67651
|
*/
|
|
@@ -68900,6 +69061,18 @@ declare namespace __esri {
|
|
|
68900
69061
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#boundaries Read more...}
|
|
68901
69062
|
*/
|
|
68902
69063
|
boundaries: number[] | Date[];
|
|
69064
|
+
/**
|
|
69065
|
+
* A standardized SQL expression used to calculate the bins, rather than referencing a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#field field}.
|
|
69066
|
+
*
|
|
69067
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#expression Read more...}
|
|
69068
|
+
*/
|
|
69069
|
+
declare expression: BinParametersBase["expression"];
|
|
69070
|
+
/**
|
|
69071
|
+
* Specifies the expected data type of the output from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#expression expression}, based on the type of value the expression generates.
|
|
69072
|
+
*
|
|
69073
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#expressionValueType Read more...}
|
|
69074
|
+
*/
|
|
69075
|
+
declare expressionValueType: BinParametersBase["expressionValueType"];
|
|
68903
69076
|
/**
|
|
68904
69077
|
* The field name used to calculate the bins.
|
|
68905
69078
|
*
|
|
@@ -68931,14 +69104,15 @@ declare namespace __esri {
|
|
|
68931
69104
|
*/
|
|
68932
69105
|
constructor(properties?: FixedBoundariesBinParametersProperties);
|
|
68933
69106
|
/**
|
|
68934
|
-
*
|
|
69107
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
68935
69108
|
*
|
|
68936
69109
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#splitBy Read more...}
|
|
68937
69110
|
*/
|
|
68938
69111
|
get splitBy(): AttributeBinsGrouping | nullish;
|
|
68939
69112
|
set splitBy(value: AttributeBinsGroupingProperties | nullish);
|
|
68940
69113
|
/**
|
|
68941
|
-
*
|
|
69114
|
+
* The `stackBy` parameter divides each bin into segments based on unique values from a categorical field, allowing you to compare multiple categories within the same bin
|
|
69115
|
+
* while keeping the bin boundaries consistent across all categories.
|
|
68942
69116
|
*
|
|
68943
69117
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#stackBy Read more...}
|
|
68944
69118
|
*/
|
|
@@ -68969,6 +69143,18 @@ declare namespace __esri {
|
|
|
68969
69143
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#boundaries Read more...}
|
|
68970
69144
|
*/
|
|
68971
69145
|
boundaries?: number[] | Date[];
|
|
69146
|
+
/**
|
|
69147
|
+
* A standardized SQL expression used to calculate the bins, rather than referencing a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#field field}.
|
|
69148
|
+
*
|
|
69149
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#expression Read more...}
|
|
69150
|
+
*/
|
|
69151
|
+
expression?: BinParametersBaseProperties["expression"];
|
|
69152
|
+
/**
|
|
69153
|
+
* Specifies the expected data type of the output from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#expression expression}, based on the type of value the expression generates.
|
|
69154
|
+
*
|
|
69155
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#expressionValueType Read more...}
|
|
69156
|
+
*/
|
|
69157
|
+
expressionValueType?: BinParametersBaseProperties["expressionValueType"];
|
|
68972
69158
|
/**
|
|
68973
69159
|
* The field name used to calculate the bins.
|
|
68974
69160
|
*
|
|
@@ -68988,20 +69174,21 @@ declare namespace __esri {
|
|
|
68988
69174
|
*/
|
|
68989
69175
|
hideUpperBound?: BinParametersBaseProperties["hideUpperBound"];
|
|
68990
69176
|
/**
|
|
68991
|
-
*
|
|
69177
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
68992
69178
|
*
|
|
68993
69179
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#splitBy Read more...}
|
|
68994
69180
|
*/
|
|
68995
69181
|
splitBy?: AttributeBinsGroupingProperties | nullish;
|
|
68996
69182
|
/**
|
|
68997
|
-
*
|
|
69183
|
+
* The `stackBy` parameter divides each bin into segments based on unique values from a categorical field, allowing you to compare multiple categories within the same bin
|
|
69184
|
+
* while keeping the bin boundaries consistent across all categories.
|
|
68998
69185
|
*
|
|
68999
69186
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#stackBy Read more...}
|
|
69000
69187
|
*/
|
|
69001
69188
|
stackBy?: AttributeBinsGroupingProperties | nullish;
|
|
69002
69189
|
}
|
|
69003
69190
|
|
|
69004
|
-
export interface FixedIntervalBinParameters extends Accessor, JSONSupport, BinParametersBase {
|
|
69191
|
+
export interface FixedIntervalBinParameters extends Accessor, JSONSupport, BinParametersBase, NormalizationBinParametersMixin {
|
|
69005
69192
|
}
|
|
69006
69193
|
|
|
69007
69194
|
export class FixedIntervalBinParameters {
|
|
@@ -69013,6 +69200,18 @@ declare namespace __esri {
|
|
|
69013
69200
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#end Read more...}
|
|
69014
69201
|
*/
|
|
69015
69202
|
end: number | Date | nullish;
|
|
69203
|
+
/**
|
|
69204
|
+
* A standardized SQL expression used to calculate the bins, rather than referencing a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#field field}.
|
|
69205
|
+
*
|
|
69206
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#expression Read more...}
|
|
69207
|
+
*/
|
|
69208
|
+
declare expression: BinParametersBase["expression"];
|
|
69209
|
+
/**
|
|
69210
|
+
* Specifies the expected data type of the output from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#expression expression}, based on the type of value the expression generates.
|
|
69211
|
+
*
|
|
69212
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#expressionValueType Read more...}
|
|
69213
|
+
*/
|
|
69214
|
+
declare expressionValueType: BinParametersBase["expressionValueType"];
|
|
69016
69215
|
/**
|
|
69017
69216
|
* The field name used to calculate the bins.
|
|
69018
69217
|
*
|
|
@@ -69037,6 +69236,36 @@ declare namespace __esri {
|
|
|
69037
69236
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#interval Read more...}
|
|
69038
69237
|
*/
|
|
69039
69238
|
interval: number;
|
|
69239
|
+
/**
|
|
69240
|
+
* Name of the numeric field used to normalize values during binning.
|
|
69241
|
+
*
|
|
69242
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationField Read more...}
|
|
69243
|
+
*/
|
|
69244
|
+
declare normalizationField: NormalizationBinParametersMixin["normalizationField"];
|
|
69245
|
+
/**
|
|
69246
|
+
* The maximum value used to normalize the data during binning.
|
|
69247
|
+
*
|
|
69248
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationMaxValue Read more...}
|
|
69249
|
+
*/
|
|
69250
|
+
declare normalizationMaxValue: NormalizationBinParametersMixin["normalizationMaxValue"];
|
|
69251
|
+
/**
|
|
69252
|
+
* The minimum value used to normalize the data during binning.
|
|
69253
|
+
*
|
|
69254
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationMinValue Read more...}
|
|
69255
|
+
*/
|
|
69256
|
+
declare normalizationMinValue: NormalizationBinParametersMixin["normalizationMinValue"];
|
|
69257
|
+
/**
|
|
69258
|
+
* The total value used when the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationType normalizationType} is `percent-of-total`.
|
|
69259
|
+
*
|
|
69260
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationTotal Read more...}
|
|
69261
|
+
*/
|
|
69262
|
+
declare normalizationTotal: NormalizationBinParametersMixin["normalizationTotal"];
|
|
69263
|
+
/**
|
|
69264
|
+
* Normalization type used to normalize data during binning.
|
|
69265
|
+
*
|
|
69266
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationType Read more...}
|
|
69267
|
+
*/
|
|
69268
|
+
declare normalizationType: NormalizationBinParametersMixin["normalizationType"];
|
|
69040
69269
|
/**
|
|
69041
69270
|
* The start value of bins to generate.
|
|
69042
69271
|
*
|
|
@@ -69058,14 +69287,15 @@ declare namespace __esri {
|
|
|
69058
69287
|
*/
|
|
69059
69288
|
constructor(properties?: FixedIntervalBinParametersProperties);
|
|
69060
69289
|
/**
|
|
69061
|
-
*
|
|
69290
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
69062
69291
|
*
|
|
69063
69292
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#splitBy Read more...}
|
|
69064
69293
|
*/
|
|
69065
69294
|
get splitBy(): AttributeBinsGrouping | nullish;
|
|
69066
69295
|
set splitBy(value: AttributeBinsGroupingProperties | nullish);
|
|
69067
69296
|
/**
|
|
69068
|
-
*
|
|
69297
|
+
* The `stackBy` parameter divides each bin into segments based on unique values from a categorical field, allowing you to compare multiple categories within the same bin
|
|
69298
|
+
* while keeping the bin boundaries consistent across all categories.
|
|
69069
69299
|
*
|
|
69070
69300
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#stackBy Read more...}
|
|
69071
69301
|
*/
|
|
@@ -69089,13 +69319,25 @@ declare namespace __esri {
|
|
|
69089
69319
|
static fromJSON(json: any): FixedIntervalBinParameters;
|
|
69090
69320
|
}
|
|
69091
69321
|
|
|
69092
|
-
interface FixedIntervalBinParametersProperties extends BinParametersBaseProperties {
|
|
69322
|
+
interface FixedIntervalBinParametersProperties extends BinParametersBaseProperties, NormalizationBinParametersMixinProperties {
|
|
69093
69323
|
/**
|
|
69094
69324
|
* The end value of bins to generate.
|
|
69095
69325
|
*
|
|
69096
69326
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#end Read more...}
|
|
69097
69327
|
*/
|
|
69098
69328
|
end?: number | Date | nullish;
|
|
69329
|
+
/**
|
|
69330
|
+
* A standardized SQL expression used to calculate the bins, rather than referencing a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#field field}.
|
|
69331
|
+
*
|
|
69332
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#expression Read more...}
|
|
69333
|
+
*/
|
|
69334
|
+
expression?: BinParametersBaseProperties["expression"];
|
|
69335
|
+
/**
|
|
69336
|
+
* Specifies the expected data type of the output from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#expression expression}, based on the type of value the expression generates.
|
|
69337
|
+
*
|
|
69338
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#expressionValueType Read more...}
|
|
69339
|
+
*/
|
|
69340
|
+
expressionValueType?: BinParametersBaseProperties["expressionValueType"];
|
|
69099
69341
|
/**
|
|
69100
69342
|
* The field name used to calculate the bins.
|
|
69101
69343
|
*
|
|
@@ -69121,13 +69363,44 @@ declare namespace __esri {
|
|
|
69121
69363
|
*/
|
|
69122
69364
|
interval?: number;
|
|
69123
69365
|
/**
|
|
69124
|
-
*
|
|
69366
|
+
* Name of the numeric field used to normalize values during binning.
|
|
69367
|
+
*
|
|
69368
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationField Read more...}
|
|
69369
|
+
*/
|
|
69370
|
+
normalizationField?: NormalizationBinParametersMixinProperties["normalizationField"];
|
|
69371
|
+
/**
|
|
69372
|
+
* The maximum value used to normalize the data during binning.
|
|
69373
|
+
*
|
|
69374
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationMaxValue Read more...}
|
|
69375
|
+
*/
|
|
69376
|
+
normalizationMaxValue?: NormalizationBinParametersMixinProperties["normalizationMaxValue"];
|
|
69377
|
+
/**
|
|
69378
|
+
* The minimum value used to normalize the data during binning.
|
|
69379
|
+
*
|
|
69380
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationMinValue Read more...}
|
|
69381
|
+
*/
|
|
69382
|
+
normalizationMinValue?: NormalizationBinParametersMixinProperties["normalizationMinValue"];
|
|
69383
|
+
/**
|
|
69384
|
+
* The total value used when the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationType normalizationType} is `percent-of-total`.
|
|
69385
|
+
*
|
|
69386
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationTotal Read more...}
|
|
69387
|
+
*/
|
|
69388
|
+
normalizationTotal?: NormalizationBinParametersMixinProperties["normalizationTotal"];
|
|
69389
|
+
/**
|
|
69390
|
+
* Normalization type used to normalize data during binning.
|
|
69391
|
+
*
|
|
69392
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#normalizationType Read more...}
|
|
69393
|
+
*/
|
|
69394
|
+
normalizationType?: NormalizationBinParametersMixinProperties["normalizationType"];
|
|
69395
|
+
/**
|
|
69396
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
69125
69397
|
*
|
|
69126
69398
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#splitBy Read more...}
|
|
69127
69399
|
*/
|
|
69128
69400
|
splitBy?: AttributeBinsGroupingProperties | nullish;
|
|
69129
69401
|
/**
|
|
69130
|
-
*
|
|
69402
|
+
* The `stackBy` parameter divides each bin into segments based on unique values from a categorical field, allowing you to compare multiple categories within the same bin
|
|
69403
|
+
* while keeping the bin boundaries consistent across all categories.
|
|
69131
69404
|
*
|
|
69132
69405
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#stackBy Read more...}
|
|
69133
69406
|
*/
|
|
@@ -73357,6 +73630,22 @@ declare namespace __esri {
|
|
|
73357
73630
|
url?: string | nullish;
|
|
73358
73631
|
}
|
|
73359
73632
|
|
|
73633
|
+
export class NormalizationBinParametersMixin {
|
|
73634
|
+
normalizationField: string | nullish;
|
|
73635
|
+
normalizationMaxValue: number | nullish;
|
|
73636
|
+
normalizationMinValue: number | nullish;
|
|
73637
|
+
normalizationTotal: number | nullish;
|
|
73638
|
+
normalizationType: "natural-log" | "square-root" | "percent-of-total" | "log" | "field" | nullish;
|
|
73639
|
+
}
|
|
73640
|
+
|
|
73641
|
+
interface NormalizationBinParametersMixinProperties {
|
|
73642
|
+
normalizationField?: string | nullish;
|
|
73643
|
+
normalizationMaxValue?: number | nullish;
|
|
73644
|
+
normalizationMinValue?: number | nullish;
|
|
73645
|
+
normalizationTotal?: number | nullish;
|
|
73646
|
+
normalizationType?: "natural-log" | "square-root" | "percent-of-total" | "log" | "field" | nullish;
|
|
73647
|
+
}
|
|
73648
|
+
|
|
73360
73649
|
export interface OffsetParameters extends Accessor, JSONSupport {
|
|
73361
73650
|
}
|
|
73362
73651
|
|
|
@@ -94393,18 +94682,18 @@ declare namespace __esri {
|
|
|
94393
94682
|
* Highlights the given feature(s).
|
|
94394
94683
|
*
|
|
94395
94684
|
* @param target The feature(s) to highlight. The graphics that are passed to this function must originate from one of the component sublayers of the BuildigSceneLayer.
|
|
94396
|
-
* @param
|
|
94397
|
-
* @param
|
|
94685
|
+
* @param options An object with the following properties.
|
|
94686
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
94398
94687
|
*
|
|
94399
94688
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-BuildingSceneLayerView.html#highlight Read more...}
|
|
94400
94689
|
*/
|
|
94401
|
-
highlight(target: Graphic | Graphic[],
|
|
94690
|
+
highlight(target: Graphic | Graphic[], options?: BuildingSceneLayerViewHighlightOptions): Handle;
|
|
94402
94691
|
}
|
|
94403
94692
|
|
|
94404
94693
|
interface BuildingSceneLayerViewProperties extends LayerViewProperties {
|
|
94405
94694
|
}
|
|
94406
94695
|
|
|
94407
|
-
export interface
|
|
94696
|
+
export interface BuildingSceneLayerViewHighlightOptions {
|
|
94408
94697
|
name?: string;
|
|
94409
94698
|
}
|
|
94410
94699
|
|
|
@@ -94452,7 +94741,8 @@ declare namespace __esri {
|
|
|
94452
94741
|
*/
|
|
94453
94742
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
94454
94743
|
/**
|
|
94455
|
-
*
|
|
94744
|
+
* This property helps determine if the layer view has successfully retrieved all relevant data for the current extent, even if no features are visible
|
|
94745
|
+
* (for example, if the result is zero).
|
|
94456
94746
|
*
|
|
94457
94747
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#hasAllFeaturesInView Read more...}
|
|
94458
94748
|
*/
|
|
@@ -94526,12 +94816,12 @@ declare namespace __esri {
|
|
|
94526
94816
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
94527
94817
|
*
|
|
94528
94818
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
94529
|
-
* @param
|
|
94530
|
-
* @param
|
|
94819
|
+
* @param options An object with the following properties.
|
|
94820
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
94531
94821
|
*
|
|
94532
94822
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#highlight Read more...}
|
|
94533
94823
|
*/
|
|
94534
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
94824
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
94535
94825
|
/**
|
|
94536
94826
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
94537
94827
|
*
|
|
@@ -94543,7 +94833,7 @@ declare namespace __esri {
|
|
|
94543
94833
|
*/
|
|
94544
94834
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
94545
94835
|
/**
|
|
94546
|
-
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against
|
|
94836
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against features available for drawing, which groups features into bins based on ranges in numeric or date fields, and returns a
|
|
94547
94837
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
94548
94838
|
*
|
|
94549
94839
|
* @param binsQuery Specifies the parameters of the `queryAttributeBins()` operation. The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html#binParameters binParameters} property must be set.
|
|
@@ -94552,7 +94842,7 @@ declare namespace __esri {
|
|
|
94552
94842
|
*
|
|
94553
94843
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#queryAttributeBins Read more...}
|
|
94554
94844
|
*/
|
|
94555
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
94845
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
94556
94846
|
/**
|
|
94557
94847
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against features available for drawing in the layerView and
|
|
94558
94848
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -94691,7 +94981,8 @@ declare namespace __esri {
|
|
|
94691
94981
|
*/
|
|
94692
94982
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
94693
94983
|
/**
|
|
94694
|
-
*
|
|
94984
|
+
* This property helps determine if the layer view has successfully retrieved all relevant data for the current extent, even if no features are visible
|
|
94985
|
+
* (for example, if the result is zero).
|
|
94695
94986
|
*
|
|
94696
94987
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#hasAllFeaturesInView Read more...}
|
|
94697
94988
|
*/
|
|
@@ -94765,12 +95056,12 @@ declare namespace __esri {
|
|
|
94765
95056
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
94766
95057
|
*
|
|
94767
95058
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
94768
|
-
* @param
|
|
94769
|
-
* @param
|
|
95059
|
+
* @param options An object with the following properties.
|
|
95060
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
94770
95061
|
*
|
|
94771
95062
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#highlight Read more...}
|
|
94772
95063
|
*/
|
|
94773
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
95064
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
94774
95065
|
/**
|
|
94775
95066
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
94776
95067
|
*
|
|
@@ -94782,7 +95073,7 @@ declare namespace __esri {
|
|
|
94782
95073
|
*/
|
|
94783
95074
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
94784
95075
|
/**
|
|
94785
|
-
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against
|
|
95076
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against features available for drawing, which groups features into bins based on ranges in numeric or date fields, and returns a
|
|
94786
95077
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
94787
95078
|
*
|
|
94788
95079
|
* @param binsQuery Specifies the parameters of the `queryAttributeBins()` operation. The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html#binParameters binParameters} property must be set.
|
|
@@ -94791,7 +95082,7 @@ declare namespace __esri {
|
|
|
94791
95082
|
*
|
|
94792
95083
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#queryAttributeBins Read more...}
|
|
94793
95084
|
*/
|
|
94794
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
95085
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
94795
95086
|
/**
|
|
94796
95087
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against features available for drawing in the layerView and
|
|
94797
95088
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -94963,7 +95254,8 @@ declare namespace __esri {
|
|
|
94963
95254
|
*/
|
|
94964
95255
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
94965
95256
|
/**
|
|
94966
|
-
*
|
|
95257
|
+
* This property helps determine if the layer view has successfully retrieved all relevant data for the current extent, even if no features are visible
|
|
95258
|
+
* (for example, if the result is zero).
|
|
94967
95259
|
*
|
|
94968
95260
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#hasAllFeaturesInView Read more...}
|
|
94969
95261
|
*/
|
|
@@ -95043,12 +95335,12 @@ declare namespace __esri {
|
|
|
95043
95335
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
95044
95336
|
*
|
|
95045
95337
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
95046
|
-
* @param
|
|
95047
|
-
* @param
|
|
95338
|
+
* @param options An object with the following properties.
|
|
95339
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
95048
95340
|
*
|
|
95049
95341
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#highlight Read more...}
|
|
95050
95342
|
*/
|
|
95051
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
95343
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
95052
95344
|
/**
|
|
95053
95345
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
95054
95346
|
*
|
|
@@ -95060,7 +95352,7 @@ declare namespace __esri {
|
|
|
95060
95352
|
*/
|
|
95061
95353
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
95062
95354
|
/**
|
|
95063
|
-
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against
|
|
95355
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against features available for drawing, which groups features into bins based on ranges in numeric or date fields, and returns a
|
|
95064
95356
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
95065
95357
|
*
|
|
95066
95358
|
* @param binsQuery Specifies the parameters of the `queryAttributeBins()` operation. The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html#binParameters binParameters} property must be set.
|
|
@@ -95069,7 +95361,7 @@ declare namespace __esri {
|
|
|
95069
95361
|
*
|
|
95070
95362
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#queryAttributeBins Read more...}
|
|
95071
95363
|
*/
|
|
95072
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
95364
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
95073
95365
|
/**
|
|
95074
95366
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against features available for drawing in the layerView and
|
|
95075
95367
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -95189,7 +95481,7 @@ declare namespace __esri {
|
|
|
95189
95481
|
*/
|
|
95190
95482
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
95191
95483
|
/**
|
|
95192
|
-
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against
|
|
95484
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against features available for drawing, which groups features into bins based on ranges in numeric or date fields, and returns a
|
|
95193
95485
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
95194
95486
|
*
|
|
95195
95487
|
* @param binsQuery Specifies the parameters of the `queryAttributeBins()` operation. The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html#binParameters binParameters} property must be set.
|
|
@@ -95198,7 +95490,7 @@ declare namespace __esri {
|
|
|
95198
95490
|
*
|
|
95199
95491
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerViewMixin.html#queryAttributeBins Read more...}
|
|
95200
95492
|
*/
|
|
95201
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
95493
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
95202
95494
|
/**
|
|
95203
95495
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against features available for drawing in the layerView and
|
|
95204
95496
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -95300,7 +95592,8 @@ declare namespace __esri {
|
|
|
95300
95592
|
*/
|
|
95301
95593
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
95302
95594
|
/**
|
|
95303
|
-
*
|
|
95595
|
+
* This property helps determine if the layer view has successfully retrieved all relevant data for the current extent, even if no features are visible
|
|
95596
|
+
* (for example, if the result is zero).
|
|
95304
95597
|
*
|
|
95305
95598
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#hasAllFeaturesInView Read more...}
|
|
95306
95599
|
*/
|
|
@@ -95374,12 +95667,12 @@ declare namespace __esri {
|
|
|
95374
95667
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
95375
95668
|
*
|
|
95376
95669
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
95377
|
-
* @param
|
|
95378
|
-
* @param
|
|
95670
|
+
* @param options An object with the following properties.
|
|
95671
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
95379
95672
|
*
|
|
95380
95673
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#highlight Read more...}
|
|
95381
95674
|
*/
|
|
95382
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
95675
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
95383
95676
|
/**
|
|
95384
95677
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
95385
95678
|
*
|
|
@@ -95391,7 +95684,7 @@ declare namespace __esri {
|
|
|
95391
95684
|
*/
|
|
95392
95685
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
95393
95686
|
/**
|
|
95394
|
-
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against
|
|
95687
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against features available for drawing, which groups features into bins based on ranges in numeric or date fields, and returns a
|
|
95395
95688
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
95396
95689
|
*
|
|
95397
95690
|
* @param binsQuery Specifies the parameters of the `queryAttributeBins()` operation. The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html#binParameters binParameters} property must be set.
|
|
@@ -95400,7 +95693,7 @@ declare namespace __esri {
|
|
|
95400
95693
|
*
|
|
95401
95694
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#queryAttributeBins Read more...}
|
|
95402
95695
|
*/
|
|
95403
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
95696
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
95404
95697
|
/**
|
|
95405
95698
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against features available for drawing in the layerView and
|
|
95406
95699
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -95520,12 +95813,12 @@ declare namespace __esri {
|
|
|
95520
95813
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
95521
95814
|
*
|
|
95522
95815
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
95523
|
-
* @param
|
|
95524
|
-
* @param
|
|
95816
|
+
* @param options An object with the following properties.
|
|
95817
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
95525
95818
|
*
|
|
95526
95819
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GraphicsLayerView.html#highlight Read more...}
|
|
95527
95820
|
*/
|
|
95528
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
95821
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
95529
95822
|
/**
|
|
95530
95823
|
* Returns all graphics available for drawing in the layer view
|
|
95531
95824
|
* as a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Collection.html collection}.
|
|
@@ -95577,19 +95870,19 @@ declare namespace __esri {
|
|
|
95577
95870
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
95578
95871
|
*
|
|
95579
95872
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
95580
|
-
* @param
|
|
95581
|
-
* @param
|
|
95873
|
+
* @param options An object with the following properties.
|
|
95874
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
95582
95875
|
*
|
|
95583
95876
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-HighlightLayerViewMixin.html#highlight Read more...}
|
|
95584
95877
|
*/
|
|
95585
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
95878
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
95586
95879
|
}
|
|
95587
95880
|
|
|
95588
95881
|
interface HighlightLayerViewMixinProperties {
|
|
95589
95882
|
highlightOptions?: HighlightOptionsProperties | nullish;
|
|
95590
95883
|
}
|
|
95591
95884
|
|
|
95592
|
-
export interface
|
|
95885
|
+
export interface HighlightLayerViewMixinHighlightOptions {
|
|
95593
95886
|
name?: string;
|
|
95594
95887
|
}
|
|
95595
95888
|
|
|
@@ -95626,10 +95919,12 @@ declare namespace __esri {
|
|
|
95626
95919
|
* Highlights the given feature(s) in an ImageryLayerView.
|
|
95627
95920
|
*
|
|
95628
95921
|
* @param target The feature(s) to highlight. When passing a graphic or array of graphics, each feature must have a valid `objectID`.
|
|
95922
|
+
* @param options An object with the following properties.
|
|
95923
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
95629
95924
|
*
|
|
95630
95925
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ImageryLayerView.html#highlight Read more...}
|
|
95631
95926
|
*/
|
|
95632
|
-
highlight(target: Graphic | Graphic[]): Handle;
|
|
95927
|
+
highlight(target: Graphic | Graphic[], options?: ImageryLayerViewHighlightOptions): Handle;
|
|
95633
95928
|
}
|
|
95634
95929
|
|
|
95635
95930
|
interface ImageryLayerViewProperties extends LayerViewProperties {
|
|
@@ -95648,6 +95943,10 @@ declare namespace __esri {
|
|
|
95648
95943
|
pixelData?: PixelData | nullish;
|
|
95649
95944
|
}
|
|
95650
95945
|
|
|
95946
|
+
export interface ImageryLayerViewHighlightOptions {
|
|
95947
|
+
name?: string;
|
|
95948
|
+
}
|
|
95949
|
+
|
|
95651
95950
|
export class ImageryTileLayerView extends LayerView {
|
|
95652
95951
|
/**
|
|
95653
95952
|
* Represents the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html LayerView} of an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html ImageryTileLayer}
|
|
@@ -95863,12 +96162,12 @@ declare namespace __esri {
|
|
|
95863
96162
|
* Highlights the given media element(s) in a MediaLayerView.
|
|
95864
96163
|
*
|
|
95865
96164
|
* @param target The media element(s) to highlight.
|
|
95866
|
-
* @param
|
|
95867
|
-
* @param
|
|
96165
|
+
* @param options An object with the following properties.
|
|
96166
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the media element(s). Otherwise, the `default` highlight options will be used.
|
|
95868
96167
|
*
|
|
95869
96168
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-MediaLayerView.html#highlight Read more...}
|
|
95870
96169
|
*/
|
|
95871
|
-
highlight(target: ImageElement | VideoElement | Iterable<ImageElement | VideoElement>,
|
|
96170
|
+
highlight(target: ImageElement | VideoElement | Iterable<ImageElement | VideoElement>, options?: MediaLayerViewHighlightOptions): Handle;
|
|
95872
96171
|
}
|
|
95873
96172
|
|
|
95874
96173
|
interface MediaLayerViewProperties extends LayerViewProperties {
|
|
@@ -95892,7 +96191,7 @@ declare namespace __esri {
|
|
|
95892
96191
|
selectedElement?: ImageElement | VideoElement | nullish;
|
|
95893
96192
|
}
|
|
95894
96193
|
|
|
95895
|
-
export interface
|
|
96194
|
+
export interface MediaLayerViewHighlightOptions {
|
|
95896
96195
|
name?: string;
|
|
95897
96196
|
}
|
|
95898
96197
|
|
|
@@ -95939,7 +96238,8 @@ declare namespace __esri {
|
|
|
95939
96238
|
*/
|
|
95940
96239
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
95941
96240
|
/**
|
|
95942
|
-
*
|
|
96241
|
+
* This property helps determine if the layer view has successfully retrieved all relevant data for the current extent, even if no features are visible
|
|
96242
|
+
* (for example, if the result is zero).
|
|
95943
96243
|
*
|
|
95944
96244
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#hasAllFeaturesInView Read more...}
|
|
95945
96245
|
*/
|
|
@@ -96013,12 +96313,12 @@ declare namespace __esri {
|
|
|
96013
96313
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
96014
96314
|
*
|
|
96015
96315
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
96016
|
-
* @param
|
|
96017
|
-
* @param
|
|
96316
|
+
* @param options An object with the following properties.
|
|
96317
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
96018
96318
|
*
|
|
96019
96319
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#highlight Read more...}
|
|
96020
96320
|
*/
|
|
96021
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
96321
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
96022
96322
|
/**
|
|
96023
96323
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
96024
96324
|
*
|
|
@@ -96030,7 +96330,7 @@ declare namespace __esri {
|
|
|
96030
96330
|
*/
|
|
96031
96331
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
96032
96332
|
/**
|
|
96033
|
-
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against
|
|
96333
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against features available for drawing, which groups features into bins based on ranges in numeric or date fields, and returns a
|
|
96034
96334
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
96035
96335
|
*
|
|
96036
96336
|
* @param binsQuery Specifies the parameters of the `queryAttributeBins()` operation. The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html#binParameters binParameters} property must be set.
|
|
@@ -96039,7 +96339,7 @@ declare namespace __esri {
|
|
|
96039
96339
|
*
|
|
96040
96340
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#queryAttributeBins Read more...}
|
|
96041
96341
|
*/
|
|
96042
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
96342
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
96043
96343
|
/**
|
|
96044
96344
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against features available for drawing in the layerView and
|
|
96045
96345
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -96142,18 +96442,18 @@ declare namespace __esri {
|
|
|
96142
96442
|
* Highlights the given point(s).
|
|
96143
96443
|
*
|
|
96144
96444
|
* @param target The point(s) to highlight. A graphic representing a point to highlight can be obtained by using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#hitTest SceneView.hitTest()}.
|
|
96145
|
-
* @param
|
|
96146
|
-
* @param
|
|
96445
|
+
* @param options An object with the following properties.
|
|
96446
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
96147
96447
|
*
|
|
96148
96448
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-PointCloudLayerView.html#highlight Read more...}
|
|
96149
96449
|
*/
|
|
96150
|
-
highlight(target: Graphic | Graphic[] | Collection<Graphic>,
|
|
96450
|
+
highlight(target: Graphic | Graphic[] | Collection<Graphic>, options?: PointCloudLayerViewHighlightOptions): Handle;
|
|
96151
96451
|
}
|
|
96152
96452
|
|
|
96153
96453
|
interface PointCloudLayerViewProperties extends LayerViewProperties {
|
|
96154
96454
|
}
|
|
96155
96455
|
|
|
96156
|
-
export interface
|
|
96456
|
+
export interface PointCloudLayerViewHighlightOptions {
|
|
96157
96457
|
name?: string;
|
|
96158
96458
|
}
|
|
96159
96459
|
|
|
@@ -96209,12 +96509,12 @@ declare namespace __esri {
|
|
|
96209
96509
|
* Highlights the given feature(s).
|
|
96210
96510
|
*
|
|
96211
96511
|
* @param target The feature(s) to highlight. When passing a graphic or array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number or an array.
|
|
96212
|
-
* @param
|
|
96213
|
-
* @param
|
|
96512
|
+
* @param options An object with the following properties.
|
|
96513
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
96214
96514
|
*
|
|
96215
96515
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-SceneLayerView.html#highlight Read more...}
|
|
96216
96516
|
*/
|
|
96217
|
-
highlight(target: Graphic | Graphic[] | number | number[],
|
|
96517
|
+
highlight(target: Graphic | Graphic[] | number | number[], options?: SceneLayerViewHighlightOptions): Handle;
|
|
96218
96518
|
/**
|
|
96219
96519
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against features in the layer view and
|
|
96220
96520
|
* returns the 3D {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -96276,7 +96576,7 @@ declare namespace __esri {
|
|
|
96276
96576
|
maximumNumberOfFeatures?: number;
|
|
96277
96577
|
}
|
|
96278
96578
|
|
|
96279
|
-
export interface
|
|
96579
|
+
export interface SceneLayerViewHighlightOptions {
|
|
96280
96580
|
name?: string;
|
|
96281
96581
|
}
|
|
96282
96582
|
|
|
@@ -96387,12 +96687,12 @@ declare namespace __esri {
|
|
|
96387
96687
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
96388
96688
|
*
|
|
96389
96689
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
96390
|
-
* @param
|
|
96391
|
-
* @param
|
|
96690
|
+
* @param options An object with the following properties.
|
|
96691
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
96392
96692
|
*
|
|
96393
96693
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-StreamLayerView.html#highlight Read more...}
|
|
96394
96694
|
*/
|
|
96395
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
96695
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
96396
96696
|
/**
|
|
96397
96697
|
* Pauses the connection and stops new observations from being applied until {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-StreamLayerView.html#resume resume()} is called.
|
|
96398
96698
|
*
|
|
@@ -96628,7 +96928,8 @@ declare namespace __esri {
|
|
|
96628
96928
|
*/
|
|
96629
96929
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
96630
96930
|
/**
|
|
96631
|
-
*
|
|
96931
|
+
* This property helps determine if the layer view has successfully retrieved all relevant data for the current extent, even if no features are visible
|
|
96932
|
+
* (for example, if the result is zero).
|
|
96632
96933
|
*
|
|
96633
96934
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#hasAllFeaturesInView Read more...}
|
|
96634
96935
|
*/
|
|
@@ -96702,12 +97003,12 @@ declare namespace __esri {
|
|
|
96702
97003
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
96703
97004
|
*
|
|
96704
97005
|
* @param target The feature(s) to highlight. When passing a graphic or an array of graphics, each feature must have a valid `objectID`. You may alternatively pass one or more objectIDs as a single number, string, or an array of numbers or strings.
|
|
96705
|
-
* @param
|
|
96706
|
-
* @param
|
|
97006
|
+
* @param options An object with the following properties.
|
|
97007
|
+
* @param options.name The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html#name name} of the highlight options from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection. If a `name` is provided, the corresponding highlight options will be applied to the feature(s). Otherwise, the `default` highlight options will be used.
|
|
96707
97008
|
*
|
|
96708
97009
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#highlight Read more...}
|
|
96709
97010
|
*/
|
|
96710
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
97011
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
96711
97012
|
/**
|
|
96712
97013
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
96713
97014
|
*
|
|
@@ -96719,7 +97020,7 @@ declare namespace __esri {
|
|
|
96719
97020
|
*/
|
|
96720
97021
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
96721
97022
|
/**
|
|
96722
|
-
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against
|
|
97023
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html AttributeBinsQuery} against features available for drawing, which groups features into bins based on ranges in numeric or date fields, and returns a
|
|
96723
97024
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
96724
97025
|
*
|
|
96725
97026
|
* @param binsQuery Specifies the parameters of the `queryAttributeBins()` operation. The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html#binParameters binParameters} property must be set.
|
|
@@ -96728,7 +97029,7 @@ declare namespace __esri {
|
|
|
96728
97029
|
*
|
|
96729
97030
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#queryAttributeBins Read more...}
|
|
96730
97031
|
*/
|
|
96731
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
97032
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
96732
97033
|
/**
|
|
96733
97034
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against features available for drawing in the layerView and
|
|
96734
97035
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -119055,7 +119356,7 @@ declare namespace __esri {
|
|
|
119055
119356
|
*
|
|
119056
119357
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html#layer Read more...}
|
|
119057
119358
|
*/
|
|
119058
|
-
layer: Layer | Sublayer | SubtypeSublayer | nullish;
|
|
119359
|
+
layer: Layer | Sublayer | SubtypeSublayer | SubtypeGroupLayer | nullish;
|
|
119059
119360
|
/**
|
|
119060
119361
|
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html LayerView} displaying data for the
|
|
119061
119362
|
* associated {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html#layer layer}.
|
|
@@ -119236,7 +119537,7 @@ declare namespace __esri {
|
|
|
119236
119537
|
*
|
|
119237
119538
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html#layer Read more...}
|
|
119238
119539
|
*/
|
|
119239
|
-
layer?: Layer | Sublayer | SubtypeSublayer | nullish;
|
|
119540
|
+
layer?: Layer | Sublayer | SubtypeSublayer | SubtypeGroupLayer | nullish;
|
|
119240
119541
|
/**
|
|
119241
119542
|
* Specifies whether to ignore the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#listMode listMode} property of the child layers in the list item.
|
|
119242
119543
|
*
|
|
@@ -130863,7 +131164,31 @@ declare namespace __esri {
|
|
|
130863
131164
|
*
|
|
130864
131165
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList-ListItem.html#layer Read more...}
|
|
130865
131166
|
*/
|
|
130866
|
-
layer: Layer | Sublayer;
|
|
131167
|
+
layer: Layer | Sublayer | SubtypeSublayer | SubtypeGroupLayer;
|
|
131168
|
+
/**
|
|
131169
|
+
* Specifies whether to ignore the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#listMode listMode} property of the child layers in the list item.
|
|
131170
|
+
*
|
|
131171
|
+
* @default false
|
|
131172
|
+
*
|
|
131173
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList-ListItem.html#listModeDisabled Read more...}
|
|
131174
|
+
*/
|
|
131175
|
+
listModeDisabled: boolean;
|
|
131176
|
+
/**
|
|
131177
|
+
* Whether the layer is open in the TableList.
|
|
131178
|
+
*
|
|
131179
|
+
* @default false
|
|
131180
|
+
*
|
|
131181
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList-ListItem.html#open Read more...}
|
|
131182
|
+
*/
|
|
131183
|
+
open: boolean;
|
|
131184
|
+
/**
|
|
131185
|
+
* The parent of this item.
|
|
131186
|
+
*
|
|
131187
|
+
* @default null
|
|
131188
|
+
*
|
|
131189
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList-ListItem.html#parent Read more...}
|
|
131190
|
+
*/
|
|
131191
|
+
parent: TableListListItem | nullish;
|
|
130867
131192
|
/**
|
|
130868
131193
|
* Value is `true` when the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList-ListItem.html#layer layer} is being published.
|
|
130869
131194
|
*
|
|
@@ -130891,6 +131216,13 @@ declare namespace __esri {
|
|
|
130891
131216
|
>
|
|
130892
131217
|
>
|
|
130893
131218
|
| any[][]);
|
|
131219
|
+
/**
|
|
131220
|
+
* When a layer contains sublayers, this property is a Collection of ListItem objects belonging to the given layer.
|
|
131221
|
+
*
|
|
131222
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList-ListItem.html#children Read more...}
|
|
131223
|
+
*/
|
|
131224
|
+
get children(): Collection<TableListListItem>;
|
|
131225
|
+
set children(value: CollectionProperties<TableListListItem>);
|
|
130894
131226
|
/**
|
|
130895
131227
|
* Allows you to display custom content for each ListItem
|
|
130896
131228
|
* in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList.html TableList} widget.
|