@arcgis/core 4.32.0-next.20250212 → 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/04f9fb33fb2e33712290.js +1 -0
- package/assets/esri/core/workers/chunks/10ca2107c99fab6bcc3b.js +1 -0
- package/assets/esri/core/workers/chunks/17fe69462cba5eb895b8.js +1 -0
- package/assets/esri/core/workers/chunks/{12d6baeffd55a98a7c75.js → 1bf646c9fc352f98d1ca.js} +1 -1
- package/assets/esri/core/workers/chunks/1c357cdb067e28aff3f0.js +1 -0
- package/assets/esri/core/workers/chunks/2ebf66e21d155a27b23e.js +1 -0
- package/assets/esri/core/workers/chunks/{f429d95eb986f3d215f3.js → 391c200274bbeb92404c.js} +1 -1
- package/assets/esri/core/workers/chunks/3eacb4d1275f2d87825f.js +1 -0
- package/assets/esri/core/workers/chunks/{c0af54cc5938176ce764.js → 3fe7be535affae31de7e.js} +1 -1
- package/assets/esri/core/workers/chunks/401b731c0601f4d84ead.js +1 -0
- package/assets/esri/core/workers/chunks/4565cfc85f60960e3ea1.js +1 -0
- package/assets/esri/core/workers/chunks/{d0656e9d30eb3a66a8db.js → 4be39bc2d2edd94bdb75.js} +1 -1
- package/assets/esri/core/workers/chunks/{62a1d60ad4bf6469c4dd.js → 584216b52413cf85fecc.js} +1 -1
- package/assets/esri/core/workers/chunks/{8191dd3d7451b2e7b95e.js → 637e996209e0d241fbf7.js} +1 -1
- package/assets/esri/core/workers/chunks/68c187dbf7dea7064ed8.js +1 -0
- package/assets/esri/core/workers/chunks/{77bfd4f819096cb754ae.js → 6e92569a4a82592b95dc.js} +1 -1
- package/assets/esri/core/workers/chunks/6f007703662e714b2f0a.js +1 -0
- package/assets/esri/core/workers/chunks/71a64fbea3512d9a1547.js +1 -0
- package/assets/esri/core/workers/chunks/744bdf2bb0cc38e6a7b1.js +1 -0
- package/assets/esri/core/workers/chunks/802a390c67f4cdf3d8d9.js +1 -0
- package/assets/esri/core/workers/chunks/{6c30a25adf22d73d4977.js → 86f3a004addc087ad6c6.js} +1 -1
- package/assets/esri/core/workers/chunks/{00780271be2fd6e298c1.js → 8bfd97fc2569a6b55776.js} +1 -1
- package/assets/esri/core/workers/chunks/8d1845a773f66aeb3457.js +1 -0
- package/assets/esri/core/workers/chunks/9306bfe7ab58e71b75ea.js +1 -0
- package/assets/esri/core/workers/chunks/95047f145ebda65c3d8e.js +1 -0
- package/assets/esri/core/workers/chunks/a01213d446be33d203e3.js +1 -0
- package/assets/esri/core/workers/chunks/a490a988896b0b02f96b.js +1 -0
- package/assets/esri/core/workers/chunks/a60db83cabdf689b923b.js +1 -0
- package/assets/esri/core/workers/chunks/{b9d9a1dc3c5d799e2685.js → bd3487b587851b20ff2a.js} +1 -1
- package/assets/esri/core/workers/chunks/{94490937dca566fe2640.js → bd5e0a11d2a688a65d23.js} +1 -1
- package/assets/esri/core/workers/chunks/c139e737f602c424de13.js +1 -0
- package/assets/esri/core/workers/chunks/c3806be4a760735e6082.js +1 -0
- package/assets/esri/core/workers/chunks/c9aed9a43d9935e7c768.js +314 -0
- package/assets/esri/core/workers/chunks/{8d8f5f08d730270e1165.js → cb9a27176bd5de2c34ca.js} +1 -1
- package/assets/esri/core/workers/chunks/ceb648604a4b6d316f4b.js +1 -0
- package/assets/esri/core/workers/chunks/{da1157e288dbc6ba842a.js → d3d0c7624eb139994213.js} +1 -1
- package/assets/esri/core/workers/chunks/d58f4aa44ade81b0bb3a.js +1 -0
- package/assets/esri/core/workers/chunks/{f198f4ba7d3d52882d98.js → de8044dfab4ad253b126.js} +1 -1
- package/assets/esri/core/workers/chunks/f33da631352920d49639.js +1 -0
- package/assets/esri/core/workers/chunks/fca056536e46aeb98e98.js +1 -0
- package/assets/esri/themes/base/widgets/_Directions.scss +30 -9
- package/assets/esri/themes/dark/main.css +1 -1
- package/assets/esri/themes/light/main.css +1 -1
- package/assets/esri/themes/light/view.css +1 -1
- package/chunks/ComponentShader.glsl.js +6 -6
- package/copyright.txt +26 -19
- package/core/colorUtils.js +1 -1
- package/core/deprecate.js +1 -1
- package/interfaces.d.ts +999 -197
- package/intl/locale.js +1 -1
- package/layers/FeatureLayer.js +1 -1
- package/layers/GeoJSONLayer.js +1 -1
- package/layers/OGCFeatureLayer.js +1 -1
- package/layers/RouteLayer.js +1 -1
- package/layers/SubtypeGroupLayer.js +1 -1
- package/layers/WFSLayer.js +1 -1
- package/layers/graphics/data/queryUtils.js +1 -1
- package/layers/knowledgeGraph/supportUtils.d.ts +0 -2
- package/layers/mixins/TrackableLayer.d.ts +4 -0
- package/layers/support/SubtypeSublayer.js +1 -1
- package/layers/support/TitleCreator.js +5 -0
- package/layers/support/TrackInfo.d.ts +4 -0
- package/layers/support/TrackInfo.js +1 -1
- package/layers/support/TrackPartInfo.d.ts +4 -0
- package/layers/support/rasterDatasets/WCSRaster.js +1 -1
- package/layers/support/rasterFormats/RasterCodec.js +1 -1
- package/layers/support/rasterFormats/TiffDecoder.js +1 -1
- package/layers/support/rasterFormats/pixelRangeUtils.js +1 -1
- package/layers/support/rasterFunctions/creators/createLocalFunctions.js +1 -1
- package/layers/support/rasterFunctions/creators/createStatisticsFunctions.js +1 -1
- package/networks/UtilityNetwork.js +1 -1
- package/networks/support/networkFieldUtils.js +5 -0
- package/package.json +1 -1
- package/rest/query/executeForIds.js +1 -1
- package/rest/support/BinParametersBase.js +1 -1
- package/rest/support/NormalizationBinParametersMixin.d.ts +4 -0
- package/support/revision.js +1 -1
- package/symbols/cim/CIMSymbolRasterizer.js +1 -1
- package/symbols/cim/rasterizingUtils.js +1 -1
- package/symbols/support/previewCIMSymbol.js +1 -1
- package/symbols/support/previewSymbol2D.js +1 -1
- package/symbols/support/symbolUtils.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/RouteLayerView2D.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/features/sources/strategies/chunks/Overrides.js +1 -1
- package/views/2d/layers/features/sources/strategies/chunks/SourceChunkStore.js +1 -1
- package/views/2d/layers/imagery/ImageryTileView2D.js +1 -1
- package/views/2d/layers/support/RouteLayerInteraction.js +1 -1
- package/views/3d/interactive/editingTools/transform/ScaleRotateMeshAdapter.js +1 -1
- package/views/3d/interactive/editingTools/transform/TransformTool3D.js +1 -1
- package/views/3d/layers/I3SMeshView3D.js +1 -1
- package/views/3d/layers/graphics/Graphics3DMeshFillSymbolLayer.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/ComponentData.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/3d/webgl-engine/lib/lodRendering/LodRenderer.js +1 -1
- package/views/3d/webgl-engine/materials/renderers/MergedRenderer.js +1 -1
- package/views/3d/webgl-engine/materials/renderers/PerBufferData.js +1 -1
- package/views/View.js +1 -1
- package/views/draw/DrawAction.js +1 -1
- package/views/layers/FeatureLayerView.js +1 -1
- package/views/support/RequiredFieldsOptions.js +5 -0
- package/views/webgl/Texture.js +1 -1
- package/widgets/BasemapGallery.js +1 -1
- package/widgets/BasemapToggle.js +1 -1
- package/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js +1 -1
- package/widgets/BatchAttributeForm.js +1 -1
- package/widgets/Bookmarks/BookmarksViewModel.js +1 -1
- package/widgets/Compass/CompassViewModel.js +1 -1
- package/widgets/DirectionalPad.js +1 -1
- package/widgets/Directions/DirectionsViewModel.js +1 -1
- package/widgets/Directions.js +1 -1
- package/widgets/Editor/AddAssociationWorkflow.js +1 -1
- package/widgets/Editor/CreateFeaturesWorkflow.js +1 -1
- package/widgets/Editor/EditorViewModel.js +1 -1
- package/widgets/Editor.js +1 -1
- package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/UtilityNetworkAssociationSettings.js +1 -1
- package/widgets/FeatureTemplates/FeatureTemplatesViewModel.js +1 -1
- package/widgets/FeatureTemplates/featureTemplatesUtils.js +1 -1
- package/widgets/Fullscreen.js +1 -1
- package/widgets/Home.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/Legend/LegendViewModel.js +1 -1
- package/widgets/Legend/support/ActiveLayerInfo.js +1 -1
- package/widgets/Legend.js +1 -1
- package/widgets/Locate.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/imageMeasurementUtils.js +1 -1
- package/widgets/OrientedImageryViewer/symbols.js +1 -1
- package/widgets/OrientedImageryViewer.js +1 -1
- package/widgets/Print.js +1 -1
- package/widgets/ScaleBar.js +1 -1
- package/widgets/Swipe.js +1 -1
- package/widgets/TableList/ListItem.js +1 -1
- package/widgets/TableList.js +1 -1
- package/widgets/Track.js +1 -1
- package/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel.js +1 -1
- package/widgets/UtilityNetworkTrace.js +1 -1
- package/widgets/support/GoTo.js +1 -1
- package/widgets/support/goToUtils.js +5 -0
- package/assets/esri/core/workers/chunks/00e0c53d89e074399f04.js +0 -1
- package/assets/esri/core/workers/chunks/01c3507d78398baaf61b.js +0 -1
- package/assets/esri/core/workers/chunks/177d4c2c10ef7369006f.js +0 -1
- package/assets/esri/core/workers/chunks/26a2bd432e7a1b3870c3.js +0 -1
- package/assets/esri/core/workers/chunks/28dd172faa85080511c5.js +0 -1
- package/assets/esri/core/workers/chunks/44abd2cd17aae3299ede.js +0 -1
- package/assets/esri/core/workers/chunks/4b56c0c109e10d7409b8.js +0 -1
- package/assets/esri/core/workers/chunks/594d923400fd74881833.js +0 -1
- package/assets/esri/core/workers/chunks/61795bde00f2e16d04f1.js +0 -1
- package/assets/esri/core/workers/chunks/7058001bf66f9f3d5d45.js +0 -1
- package/assets/esri/core/workers/chunks/746c964cf07e4306f21f.js +0 -1
- package/assets/esri/core/workers/chunks/7bf08823f861628144a1.js +0 -1
- package/assets/esri/core/workers/chunks/8c32cee395da0a7b9a8e.js +0 -1
- package/assets/esri/core/workers/chunks/91384398f01485631f70.js +0 -1
- package/assets/esri/core/workers/chunks/946a9890f3621d1dfbc5.js +0 -1
- package/assets/esri/core/workers/chunks/a2409d4921c02614169a.js +0 -1
- package/assets/esri/core/workers/chunks/af917f69d9c6e9937263.js +0 -1
- package/assets/esri/core/workers/chunks/cc75bbfd779f409943a3.js +0 -1
- package/assets/esri/core/workers/chunks/d339dee99c4820b63f39.js +0 -1
- package/assets/esri/core/workers/chunks/d35efcbe439500bf18bc.js +0 -1
- package/assets/esri/core/workers/chunks/d44d210e94406509e980.js +0 -314
- package/assets/esri/core/workers/chunks/de638753a30c9aa41bad.js +0 -1
- package/assets/esri/core/workers/chunks/e5e3b6d00d27b5bb354f.js +0 -1
- package/assets/esri/core/workers/chunks/f14b318bab5efcf43419.js +0 -1
- package/assets/esri/core/workers/chunks/f29715459ecd46180829.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.
|
|
@@ -16858,7 +16856,7 @@ declare namespace __esri {
|
|
|
16858
16856
|
dataChanged: boolean;
|
|
16859
16857
|
}
|
|
16860
16858
|
|
|
16861
|
-
export interface CSVLayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OrderedLayer, PortalLayer, ScaleRangeLayer, TemporalLayer {
|
|
16859
|
+
export interface CSVLayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OrderedLayer, PortalLayer, ScaleRangeLayer, TemporalLayer, TrackableLayer {
|
|
16862
16860
|
}
|
|
16863
16861
|
|
|
16864
16862
|
export class CSVLayer {
|
|
@@ -17183,6 +17181,13 @@ declare namespace __esri {
|
|
|
17183
17181
|
*/
|
|
17184
17182
|
get timeOffset(): TimeInterval | nullish;
|
|
17185
17183
|
set timeOffset(value: TimeIntervalProperties | nullish);
|
|
17184
|
+
/**
|
|
17185
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
17186
|
+
*
|
|
17187
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#trackInfo Read more...}
|
|
17188
|
+
*/
|
|
17189
|
+
get trackInfo(): TrackInfo | nullish;
|
|
17190
|
+
set trackInfo(value: TrackInfoProperties | nullish);
|
|
17186
17191
|
/**
|
|
17187
17192
|
* Creates a popup template for the layer, populated with all the fields of the layer.
|
|
17188
17193
|
*
|
|
@@ -17217,7 +17222,7 @@ declare namespace __esri {
|
|
|
17217
17222
|
*/
|
|
17218
17223
|
getFieldDomain(fieldName: string, options?: CSVLayerGetFieldDomainOptions): Domain | nullish;
|
|
17219
17224
|
/**
|
|
17220
|
-
* 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
|
|
17221
17226
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
17222
17227
|
*
|
|
17223
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.
|
|
@@ -17226,7 +17231,7 @@ declare namespace __esri {
|
|
|
17226
17231
|
*
|
|
17227
17232
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#queryAttributeBins Read more...}
|
|
17228
17233
|
*/
|
|
17229
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: CSVLayerQueryAttributeBinsOptions): Promise<
|
|
17234
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: CSVLayerQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
17230
17235
|
/**
|
|
17231
17236
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the CSV data and
|
|
17232
17237
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -17251,8 +17256,7 @@ declare namespace __esri {
|
|
|
17251
17256
|
queryFeatureCount(query?: QueryProperties | null, options?: CSVLayerQueryFeatureCountOptions): Promise<number>;
|
|
17252
17257
|
/**
|
|
17253
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
|
|
17254
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
17255
|
-
* once the promise resolves.
|
|
17259
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
17256
17260
|
*
|
|
17257
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.
|
|
17258
17262
|
* @param options An object with the following properties.
|
|
@@ -17285,7 +17289,7 @@ declare namespace __esri {
|
|
|
17285
17289
|
static fromJSON(json: any): CSVLayer;
|
|
17286
17290
|
}
|
|
17287
17291
|
|
|
17288
|
-
interface CSVLayerProperties extends LayerProperties, BlendLayerProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OrderedLayerProperties, PortalLayerProperties, ScaleRangeLayerProperties, TemporalLayerProperties {
|
|
17292
|
+
interface CSVLayerProperties extends LayerProperties, BlendLayerProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OrderedLayerProperties, PortalLayerProperties, ScaleRangeLayerProperties, TemporalLayerProperties, TrackableLayerProperties {
|
|
17289
17293
|
/**
|
|
17290
17294
|
* This property is used to configure the associated layer's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html FeatureTable}.
|
|
17291
17295
|
*
|
|
@@ -17513,6 +17517,12 @@ declare namespace __esri {
|
|
|
17513
17517
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#timeOffset Read more...}
|
|
17514
17518
|
*/
|
|
17515
17519
|
timeOffset?: TimeIntervalProperties | nullish;
|
|
17520
|
+
/**
|
|
17521
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
17522
|
+
*
|
|
17523
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#trackInfo Read more...}
|
|
17524
|
+
*/
|
|
17525
|
+
trackInfo?: TrackInfoProperties | nullish;
|
|
17516
17526
|
/**
|
|
17517
17527
|
* The URL of the CSV file.
|
|
17518
17528
|
*
|
|
@@ -17920,7 +17930,7 @@ declare namespace __esri {
|
|
|
17920
17930
|
demResolution: number;
|
|
17921
17931
|
}
|
|
17922
17932
|
|
|
17923
|
-
export interface FeatureLayer extends Layer, APIKeyMixin, BlendLayer, Clonable, CustomParametersMixin, DisplayFilteredLayer, FeatureEffectLayer, FeatureLayerBase, FeatureReductionLayer, OperationalLayer, OrderedLayer, PortalLayer, PublishableLayer, ScaleRangeLayer, TemporalLayer {
|
|
17933
|
+
export interface FeatureLayer extends Layer, APIKeyMixin, BlendLayer, Clonable, CustomParametersMixin, DisplayFilteredLayer, FeatureEffectLayer, FeatureLayerBase, FeatureReductionLayer, OperationalLayer, OrderedLayer, PortalLayer, PublishableLayer, ScaleRangeLayer, TemporalLayer, TrackableLayer {
|
|
17924
17934
|
}
|
|
17925
17935
|
|
|
17926
17936
|
export class FeatureLayer {
|
|
@@ -18459,6 +18469,13 @@ declare namespace __esri {
|
|
|
18459
18469
|
*/
|
|
18460
18470
|
get timeOffset(): TimeInterval | nullish;
|
|
18461
18471
|
set timeOffset(value: TimeIntervalProperties | nullish);
|
|
18472
|
+
/**
|
|
18473
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
18474
|
+
*
|
|
18475
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#trackInfo Read more...}
|
|
18476
|
+
*/
|
|
18477
|
+
get trackInfo(): TrackInfo | nullish;
|
|
18478
|
+
set trackInfo(value: TrackInfoProperties | nullish);
|
|
18462
18479
|
/**
|
|
18463
18480
|
* An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureType.html types} defined in the feature service exposed by ArcGIS REST API.
|
|
18464
18481
|
*
|
|
@@ -18626,8 +18643,7 @@ declare namespace __esri {
|
|
|
18626
18643
|
queryFeatureCount(query?: QueryProperties | null, options?: FeatureLayerQueryFeatureCountOptions): Promise<number>;
|
|
18627
18644
|
/**
|
|
18628
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
|
|
18629
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
18630
|
-
* once the promise resolves.
|
|
18646
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
18631
18647
|
*
|
|
18632
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.
|
|
18633
18649
|
* @param options An object with the following properties.
|
|
@@ -18759,7 +18775,7 @@ declare namespace __esri {
|
|
|
18759
18775
|
static fromJSON(json: any): FeatureLayer;
|
|
18760
18776
|
}
|
|
18761
18777
|
|
|
18762
|
-
interface FeatureLayerProperties extends LayerProperties, APIKeyMixinProperties, BlendLayerProperties, CustomParametersMixinProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureLayerBaseProperties, FeatureReductionLayerProperties, OperationalLayerProperties, OrderedLayerProperties, PortalLayerProperties, PublishableLayerProperties, ScaleRangeLayerProperties, TemporalLayerProperties {
|
|
18778
|
+
interface FeatureLayerProperties extends LayerProperties, APIKeyMixinProperties, BlendLayerProperties, CustomParametersMixinProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureLayerBaseProperties, FeatureReductionLayerProperties, OperationalLayerProperties, OrderedLayerProperties, PortalLayerProperties, PublishableLayerProperties, ScaleRangeLayerProperties, TemporalLayerProperties, TrackableLayerProperties {
|
|
18763
18779
|
/**
|
|
18764
18780
|
* An authorization string used to access a resource or service.
|
|
18765
18781
|
*
|
|
@@ -19092,6 +19108,12 @@ declare namespace __esri {
|
|
|
19092
19108
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#title Read more...}
|
|
19093
19109
|
*/
|
|
19094
19110
|
title?: FeatureLayerBaseProperties["title"];
|
|
19111
|
+
/**
|
|
19112
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
19113
|
+
*
|
|
19114
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#trackInfo Read more...}
|
|
19115
|
+
*/
|
|
19116
|
+
trackInfo?: TrackInfoProperties | nullish;
|
|
19095
19117
|
/**
|
|
19096
19118
|
* The name of the field holding the type ID for the features.
|
|
19097
19119
|
*
|
|
@@ -19142,6 +19164,7 @@ declare namespace __esri {
|
|
|
19142
19164
|
metadata: CapabilitiesMetadata;
|
|
19143
19165
|
operations: CapabilitiesOperations;
|
|
19144
19166
|
query: CapabilitiesQuery;
|
|
19167
|
+
queryAttributeBins: CapabilitiesQueryAttributeBins;
|
|
19145
19168
|
queryRelated: CapabilitiesQueryRelated;
|
|
19146
19169
|
queryTopFeatures: CapabilitiesQueryTopFeatures;
|
|
19147
19170
|
}
|
|
@@ -19335,6 +19358,7 @@ declare namespace __esri {
|
|
|
19335
19358
|
supportsContentType: boolean;
|
|
19336
19359
|
supportsExifInfo: boolean;
|
|
19337
19360
|
supportsKeywords: boolean;
|
|
19361
|
+
supportsOrderByFields: boolean;
|
|
19338
19362
|
supportsName: boolean;
|
|
19339
19363
|
supportsSize: boolean;
|
|
19340
19364
|
supportsResize: boolean;
|
|
@@ -19405,6 +19429,41 @@ declare namespace __esri {
|
|
|
19405
19429
|
supportedSpatialAggregationStatistics: CapabilitiesQuerySupportedSpatialAggregationStatistics;
|
|
19406
19430
|
}
|
|
19407
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
|
+
|
|
19408
19467
|
export interface CapabilitiesQueryRelated {
|
|
19409
19468
|
supportsCacheHint: boolean;
|
|
19410
19469
|
supportsCount: boolean;
|
|
@@ -19439,7 +19498,7 @@ declare namespace __esri {
|
|
|
19439
19498
|
message: string;
|
|
19440
19499
|
}
|
|
19441
19500
|
|
|
19442
|
-
export interface GeoJSONLayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OperationalLayer, OrderedLayer, ScaleRangeLayer {
|
|
19501
|
+
export interface GeoJSONLayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OperationalLayer, OrderedLayer, ScaleRangeLayer, TrackableLayer {
|
|
19443
19502
|
}
|
|
19444
19503
|
|
|
19445
19504
|
export class GeoJSONLayer {
|
|
@@ -19775,6 +19834,13 @@ declare namespace __esri {
|
|
|
19775
19834
|
*/
|
|
19776
19835
|
get timeOffset(): TimeInterval | nullish;
|
|
19777
19836
|
set timeOffset(value: TimeIntervalProperties | nullish);
|
|
19837
|
+
/**
|
|
19838
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
19839
|
+
*
|
|
19840
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#trackInfo Read more...}
|
|
19841
|
+
*/
|
|
19842
|
+
get trackInfo(): TrackInfo | nullish;
|
|
19843
|
+
set trackInfo(value: TrackInfoProperties | nullish);
|
|
19778
19844
|
/**
|
|
19779
19845
|
* Applies edits to features in a layer.
|
|
19780
19846
|
*
|
|
@@ -19843,8 +19909,7 @@ declare namespace __esri {
|
|
|
19843
19909
|
queryFeatureCount(query?: QueryProperties | null, options?: GeoJSONLayerQueryFeatureCountOptions): Promise<number>;
|
|
19844
19910
|
/**
|
|
19845
19911
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the layer and returns a
|
|
19846
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
19847
|
-
* once the promise resolves.
|
|
19912
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
19848
19913
|
*
|
|
19849
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.
|
|
19850
19915
|
* @param options An object with the following properties.
|
|
@@ -19878,7 +19943,7 @@ declare namespace __esri {
|
|
|
19878
19943
|
static fromJSON(json: any): GeoJSONLayer;
|
|
19879
19944
|
}
|
|
19880
19945
|
|
|
19881
|
-
interface GeoJSONLayerProperties extends LayerProperties, BlendLayerProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OperationalLayerProperties, OrderedLayerProperties, ScaleRangeLayerProperties {
|
|
19946
|
+
interface GeoJSONLayerProperties extends LayerProperties, BlendLayerProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OperationalLayerProperties, OrderedLayerProperties, ScaleRangeLayerProperties, TrackableLayerProperties {
|
|
19882
19947
|
/**
|
|
19883
19948
|
* This property is used to configure the associated layer's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html FeatureTable}.
|
|
19884
19949
|
*
|
|
@@ -20104,6 +20169,12 @@ declare namespace __esri {
|
|
|
20104
20169
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#timeOffset Read more...}
|
|
20105
20170
|
*/
|
|
20106
20171
|
timeOffset?: TimeIntervalProperties | nullish;
|
|
20172
|
+
/**
|
|
20173
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
20174
|
+
*
|
|
20175
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#trackInfo Read more...}
|
|
20176
|
+
*/
|
|
20177
|
+
trackInfo?: TrackInfoProperties | nullish;
|
|
20107
20178
|
/**
|
|
20108
20179
|
* The URL of the GeoJSON file.
|
|
20109
20180
|
*
|
|
@@ -21557,8 +21628,7 @@ declare namespace __esri {
|
|
|
21557
21628
|
queryRasterCount(query?: QueryProperties | null, requestOptions?: RequestOptions): Promise<number>;
|
|
21558
21629
|
/**
|
|
21559
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
|
|
21560
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
21561
|
-
* once the promise resolves.
|
|
21631
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
21562
21632
|
*
|
|
21563
21633
|
* @param query Specifies the query parameters. If no parameters are specified, then all features satisfying the layer's configuration/filters are returned.
|
|
21564
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).
|
|
@@ -22989,24 +23059,6 @@ declare namespace __esri {
|
|
|
22989
23059
|
url?: string | nullish;
|
|
22990
23060
|
}
|
|
22991
23061
|
|
|
22992
|
-
interface cypherUtils {
|
|
22993
|
-
getBindParametersFromCypherQuery(query: string): Promise<BindParamsFromCypherQueryResult>;
|
|
22994
|
-
}
|
|
22995
|
-
|
|
22996
|
-
export const cypherUtils: cypherUtils;
|
|
22997
|
-
|
|
22998
|
-
export interface BindParamsFromCypherQueryResult {
|
|
22999
|
-
bindParameters: string[];
|
|
23000
|
-
parseErrors: RecognizerError[] | nullish;
|
|
23001
|
-
}
|
|
23002
|
-
|
|
23003
|
-
export interface RecognizerError {
|
|
23004
|
-
line: number;
|
|
23005
|
-
column: number;
|
|
23006
|
-
msg: string;
|
|
23007
|
-
e: any;
|
|
23008
|
-
}
|
|
23009
|
-
|
|
23010
23062
|
export interface KnowledgeGraphSublayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OrderedLayer, TemporalLayer {
|
|
23011
23063
|
}
|
|
23012
23064
|
|
|
@@ -23342,8 +23394,7 @@ declare namespace __esri {
|
|
|
23342
23394
|
queryFeatureCount(query?: QueryProperties | null, options?: KnowledgeGraphSublayerQueryFeatureCountOptions): Promise<number>;
|
|
23343
23395
|
/**
|
|
23344
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
|
|
23345
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet},
|
|
23346
|
-
* once the promise resolves.
|
|
23397
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}, once the promise resolves.
|
|
23347
23398
|
*
|
|
23348
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.
|
|
23349
23400
|
* @param options An object with the following properties.
|
|
@@ -23728,22 +23779,33 @@ declare namespace __esri {
|
|
|
23728
23779
|
supportsCacheHint: boolean;
|
|
23729
23780
|
}
|
|
23730
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
|
+
*/
|
|
23731
23787
|
interface supportUtils {
|
|
23732
23788
|
/**
|
|
23733
|
-
*
|
|
23789
|
+
* Returns the entity endpoints for the given relationships.
|
|
23734
23790
|
*
|
|
23735
|
-
* @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.
|
|
23736
23795
|
*
|
|
23737
|
-
* {@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...}
|
|
23738
23797
|
*/
|
|
23739
|
-
|
|
23798
|
+
getRelationshipEndNodeIds(records: IdTypePair[], kg: KnowledgeGraph, options?: supportUtilsGetRelationshipEndNodeIdsOptions): Promise<IdTypePair[]>;
|
|
23740
23799
|
/**
|
|
23741
|
-
*
|
|
23800
|
+
* Returns a map of origin and destination entities for specific relationships.
|
|
23801
|
+
*
|
|
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.
|
|
23742
23806
|
*
|
|
23743
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-knowledgeGraph-supportUtils.html#
|
|
23807
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-knowledgeGraph-supportUtils.html#getRelationshipEndNodeMap Read more...}
|
|
23744
23808
|
*/
|
|
23745
|
-
getDefaultChronologicalOverlayLayerId(): string;
|
|
23746
|
-
getRelationshipEndNodeIds(records: IdTypePair[], kg: KnowledgeGraph, options?: supportUtilsGetRelationshipEndNodeIdsOptions): Promise<IdTypePair[]>;
|
|
23747
23809
|
getRelationshipEndNodeMap(records: IdTypePair[], kg: KnowledgeGraph, options?: supportUtilsGetRelationshipEndNodeMapOptions): Promise<globalThis.Map<string, string[]>>;
|
|
23748
23810
|
}
|
|
23749
23811
|
|
|
@@ -25673,8 +25735,7 @@ declare namespace __esri {
|
|
|
25673
25735
|
queryRasterCount(query?: QueryProperties | null, requestOptions?: RequestOptions): Promise<number>;
|
|
25674
25736
|
/**
|
|
25675
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
|
|
25676
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
25677
|
-
* once the promise resolves.
|
|
25738
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
25678
25739
|
*
|
|
25679
25740
|
* @param query Specifies the query parameters. If no parameters are specified, then all features satisfying the layer's configuration/filters are returned.
|
|
25680
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).
|
|
@@ -26296,6 +26357,15 @@ declare namespace __esri {
|
|
|
26296
26357
|
timeOffset?: TimeIntervalProperties | nullish;
|
|
26297
26358
|
}
|
|
26298
26359
|
|
|
26360
|
+
export class TrackableLayer {
|
|
26361
|
+
get trackInfo(): TrackInfo | nullish;
|
|
26362
|
+
set trackInfo(value: TrackInfoProperties | nullish);
|
|
26363
|
+
}
|
|
26364
|
+
|
|
26365
|
+
interface TrackableLayerProperties {
|
|
26366
|
+
trackInfo?: TrackInfoProperties | nullish;
|
|
26367
|
+
}
|
|
26368
|
+
|
|
26299
26369
|
/**
|
|
26300
26370
|
* Provides utility functions for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html WCSLayer}.
|
|
26301
26371
|
*
|
|
@@ -26481,7 +26551,7 @@ declare namespace __esri {
|
|
|
26481
26551
|
supportsPagination: boolean;
|
|
26482
26552
|
}
|
|
26483
26553
|
|
|
26484
|
-
export interface OGCFeatureLayer extends Layer, APIKeyMixin, BlendLayer, CustomParametersMixin, DisplayFilteredLayer, OperationalLayer, OrderedLayer, PortalLayer, RefreshableLayer, ScaleRangeLayer, FeatureEffectLayer, FeatureReductionLayer {
|
|
26554
|
+
export interface OGCFeatureLayer extends Layer, APIKeyMixin, BlendLayer, CustomParametersMixin, DisplayFilteredLayer, OperationalLayer, OrderedLayer, PortalLayer, RefreshableLayer, ScaleRangeLayer, FeatureEffectLayer, FeatureReductionLayer, TrackableLayer {
|
|
26485
26555
|
}
|
|
26486
26556
|
|
|
26487
26557
|
export class OGCFeatureLayer {
|
|
@@ -26741,6 +26811,13 @@ declare namespace __esri {
|
|
|
26741
26811
|
| (DotDensityRendererProperties & { type: "dot-density" })
|
|
26742
26812
|
| (DictionaryRendererProperties & { type: "dictionary" })
|
|
26743
26813
|
| (PieChartRendererProperties & { type: "pie-chart" }));
|
|
26814
|
+
/**
|
|
26815
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
26816
|
+
*
|
|
26817
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OGCFeatureLayer.html#trackInfo Read more...}
|
|
26818
|
+
*/
|
|
26819
|
+
get trackInfo(): TrackInfo | nullish;
|
|
26820
|
+
set trackInfo(value: TrackInfoProperties | nullish);
|
|
26744
26821
|
/**
|
|
26745
26822
|
* Creates a popup template for the layer, populated with all the fields of the layer.
|
|
26746
26823
|
*
|
|
@@ -26770,7 +26847,7 @@ declare namespace __esri {
|
|
|
26770
26847
|
static fromJSON(json: any): OGCFeatureLayer;
|
|
26771
26848
|
}
|
|
26772
26849
|
|
|
26773
|
-
interface OGCFeatureLayerProperties extends LayerProperties, APIKeyMixinProperties, BlendLayerProperties, CustomParametersMixinProperties, DisplayFilteredLayerProperties, OperationalLayerProperties, OrderedLayerProperties, PortalLayerProperties, RefreshableLayerProperties, ScaleRangeLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties {
|
|
26850
|
+
interface OGCFeatureLayerProperties extends LayerProperties, APIKeyMixinProperties, BlendLayerProperties, CustomParametersMixinProperties, DisplayFilteredLayerProperties, OperationalLayerProperties, OrderedLayerProperties, PortalLayerProperties, RefreshableLayerProperties, ScaleRangeLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, TrackableLayerProperties {
|
|
26774
26851
|
/**
|
|
26775
26852
|
* An authorization string used to access a resource or service.
|
|
26776
26853
|
*
|
|
@@ -26956,6 +27033,12 @@ declare namespace __esri {
|
|
|
26956
27033
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OGCFeatureLayer.html#screenSizePerspectiveEnabled Read more...}
|
|
26957
27034
|
*/
|
|
26958
27035
|
screenSizePerspectiveEnabled?: boolean;
|
|
27036
|
+
/**
|
|
27037
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
27038
|
+
*
|
|
27039
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OGCFeatureLayer.html#trackInfo Read more...}
|
|
27040
|
+
*/
|
|
27041
|
+
trackInfo?: TrackInfoProperties | nullish;
|
|
26959
27042
|
/**
|
|
26960
27043
|
* The URL to the server.
|
|
26961
27044
|
*
|
|
@@ -27591,8 +27674,7 @@ declare namespace __esri {
|
|
|
27591
27674
|
queryFeatureCount(query?: QueryProperties, options?: OrientedImageryLayerQueryFeatureCountOptions): Promise<number>;
|
|
27592
27675
|
/**
|
|
27593
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
|
|
27594
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
27595
|
-
* once the promise resolves.
|
|
27677
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
27596
27678
|
*
|
|
27597
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.
|
|
27598
27680
|
* @param options An object with the following properties.
|
|
@@ -29635,7 +29717,7 @@ declare namespace __esri {
|
|
|
29635
29717
|
supportsPagination: boolean;
|
|
29636
29718
|
}
|
|
29637
29719
|
|
|
29638
|
-
export interface StreamLayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OperationalLayer, ScaleRangeLayer, TemporalLayer, Clonable {
|
|
29720
|
+
export interface StreamLayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OperationalLayer, ScaleRangeLayer, TemporalLayer, TrackableLayer, Clonable {
|
|
29639
29721
|
}
|
|
29640
29722
|
|
|
29641
29723
|
export class StreamLayer {
|
|
@@ -29946,6 +30028,13 @@ declare namespace __esri {
|
|
|
29946
30028
|
*/
|
|
29947
30029
|
get timeOffset(): TimeInterval | nullish;
|
|
29948
30030
|
set timeOffset(value: TimeIntervalProperties | nullish);
|
|
30031
|
+
/**
|
|
30032
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
30033
|
+
*
|
|
30034
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html#trackInfo Read more...}
|
|
30035
|
+
*/
|
|
30036
|
+
get trackInfo(): TrackInfo | nullish;
|
|
30037
|
+
set trackInfo(value: TrackInfoProperties | nullish);
|
|
29949
30038
|
/**
|
|
29950
30039
|
* Creates a deep clone of this object.
|
|
29951
30040
|
*
|
|
@@ -30033,7 +30122,7 @@ declare namespace __esri {
|
|
|
30033
30122
|
static fromJSON(json: any): StreamLayer;
|
|
30034
30123
|
}
|
|
30035
30124
|
|
|
30036
|
-
interface StreamLayerProperties extends LayerProperties, BlendLayerProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OperationalLayerProperties, ScaleRangeLayerProperties, TemporalLayerProperties {
|
|
30125
|
+
interface StreamLayerProperties extends LayerProperties, BlendLayerProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OperationalLayerProperties, ScaleRangeLayerProperties, TemporalLayerProperties, TrackableLayerProperties {
|
|
30037
30126
|
/**
|
|
30038
30127
|
* Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.
|
|
30039
30128
|
*
|
|
@@ -30250,6 +30339,12 @@ declare namespace __esri {
|
|
|
30250
30339
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html#timeOffset Read more...}
|
|
30251
30340
|
*/
|
|
30252
30341
|
timeOffset?: TimeIntervalProperties | nullish;
|
|
30342
|
+
/**
|
|
30343
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
30344
|
+
*
|
|
30345
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html#trackInfo Read more...}
|
|
30346
|
+
*/
|
|
30347
|
+
trackInfo?: TrackInfoProperties | nullish;
|
|
30253
30348
|
/**
|
|
30254
30349
|
* The minimum rate (ms) at which to poll for updates over the websocket connection.
|
|
30255
30350
|
*
|
|
@@ -30896,8 +30991,7 @@ declare namespace __esri {
|
|
|
30896
30991
|
queryFeatureCount(query?: QueryProperties | null, options?: SubtypeGroupLayerQueryFeatureCountOptions): Promise<number>;
|
|
30897
30992
|
/**
|
|
30898
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
|
|
30899
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
30900
|
-
* once the promise resolves.
|
|
30994
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
30901
30995
|
*
|
|
30902
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.
|
|
30903
30997
|
* @param options An object with the following properties.
|
|
@@ -36645,7 +36739,7 @@ declare namespace __esri {
|
|
|
36645
36739
|
*
|
|
36646
36740
|
* @param parameters The parameters object has the following properties.
|
|
36647
36741
|
* @param parameters.rasters The input rasters.
|
|
36648
|
-
* @param parameters.
|
|
36742
|
+
* @param parameters.statisticsType The true raster, if the first input is a raster.
|
|
36649
36743
|
* @param parameters.processAsMultiband When true, process the single input raster as multiple bands. Default is true.
|
|
36650
36744
|
* @param parameters.outputPixelType The output pixel type. Default is unknown (determined by input data).
|
|
36651
36745
|
*
|
|
@@ -37642,7 +37736,16 @@ declare namespace __esri {
|
|
|
37642
37736
|
|
|
37643
37737
|
export interface rasterFunctionUtilsCellStatisticsParameters {
|
|
37644
37738
|
rasters: RasterArgument[];
|
|
37645
|
-
|
|
37739
|
+
statisticsType: | "min"
|
|
37740
|
+
| "max"
|
|
37741
|
+
| "majority"
|
|
37742
|
+
| "mean"
|
|
37743
|
+
| "minority"
|
|
37744
|
+
| "range"
|
|
37745
|
+
| "stddev"
|
|
37746
|
+
| "sum"
|
|
37747
|
+
| "variety"
|
|
37748
|
+
| "median";
|
|
37646
37749
|
processAsMultiband?: boolean;
|
|
37647
37750
|
outputPixelType?: OutputPixelType;
|
|
37648
37751
|
}
|
|
@@ -40309,8 +40412,7 @@ declare namespace __esri {
|
|
|
40309
40412
|
queryFeatureCount(query?: QueryProperties, options?: SubtypeSublayerQueryFeatureCountOptions): Promise<number>;
|
|
40310
40413
|
/**
|
|
40311
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
|
|
40312
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
40313
|
-
* once the promise resolves.
|
|
40415
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
40314
40416
|
*
|
|
40315
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.
|
|
40316
40418
|
* @param options An object with the following properties.
|
|
@@ -41157,6 +41259,290 @@ declare namespace __esri {
|
|
|
41157
41259
|
trackIdField?: string | nullish;
|
|
41158
41260
|
}
|
|
41159
41261
|
|
|
41262
|
+
export interface TrackInfo extends Accessor, JSONSupport, Clonable {
|
|
41263
|
+
}
|
|
41264
|
+
|
|
41265
|
+
export class TrackInfo {
|
|
41266
|
+
/**
|
|
41267
|
+
* Indicates whether the track info is enabled.
|
|
41268
|
+
*
|
|
41269
|
+
* @default true
|
|
41270
|
+
*
|
|
41271
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#enabled Read more...}
|
|
41272
|
+
*/
|
|
41273
|
+
enabled: boolean;
|
|
41274
|
+
/**
|
|
41275
|
+
* The maximum number of observations to display per track.
|
|
41276
|
+
*
|
|
41277
|
+
* @default 0
|
|
41278
|
+
*
|
|
41279
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayObservationsPerTrack Read more...}
|
|
41280
|
+
*/
|
|
41281
|
+
maxDisplayObservationsPerTrack: number;
|
|
41282
|
+
/**
|
|
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}.
|
|
41284
|
+
*
|
|
41285
|
+
* @default true
|
|
41286
|
+
*
|
|
41287
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#popupEnabled Read more...}
|
|
41288
|
+
*/
|
|
41289
|
+
popupEnabled: boolean;
|
|
41290
|
+
/**
|
|
41291
|
+
* Indicates which field from the layer's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TimeInfo.html timeInfo} will be used to
|
|
41292
|
+
* calculate observation ages for {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayDuration trackInfo.maxDisplayDuration}.
|
|
41293
|
+
*
|
|
41294
|
+
* @default "startTimeField"
|
|
41295
|
+
*
|
|
41296
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#timeField Read more...}
|
|
41297
|
+
*/
|
|
41298
|
+
timeField: "timeReceived" | "startTimeField" | "endTimeField";
|
|
41299
|
+
/**
|
|
41300
|
+
* TrackInfo provides information about how to display and analyze temporal data in a layer.
|
|
41301
|
+
*
|
|
41302
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html Read more...}
|
|
41303
|
+
*/
|
|
41304
|
+
constructor(properties?: TrackInfoProperties);
|
|
41305
|
+
/**
|
|
41306
|
+
* An array of aggregate fields that summarize {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#fields layer.fields}
|
|
41307
|
+
* in all observations of the track.
|
|
41308
|
+
*
|
|
41309
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#fields Read more...}
|
|
41310
|
+
*/
|
|
41311
|
+
get fields(): AggregateField[];
|
|
41312
|
+
set fields(value: AggregateFieldProperties[]);
|
|
41313
|
+
/**
|
|
41314
|
+
* Configuration properties for displaying the latest observations.
|
|
41315
|
+
*
|
|
41316
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#latestObservations Read more...}
|
|
41317
|
+
*/
|
|
41318
|
+
get latestObservations(): TrackPartInfo;
|
|
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);
|
|
41329
|
+
/**
|
|
41330
|
+
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html PopupTemplate} to apply to the track.
|
|
41331
|
+
*
|
|
41332
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#popupTemplate Read more...}
|
|
41333
|
+
*/
|
|
41334
|
+
get popupTemplate(): PopupTemplate | nullish;
|
|
41335
|
+
set popupTemplate(value: PopupTemplateProperties | nullish);
|
|
41336
|
+
/**
|
|
41337
|
+
* Configuration properties for displaying previous observations.
|
|
41338
|
+
*
|
|
41339
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#previousObservations Read more...}
|
|
41340
|
+
*/
|
|
41341
|
+
get previousObservations(): TrackPartInfo;
|
|
41342
|
+
set previousObservations(value: TrackPartInfoProperties);
|
|
41343
|
+
/**
|
|
41344
|
+
* Configuration properties for displaying track lines.
|
|
41345
|
+
*
|
|
41346
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#trackLines Read more...}
|
|
41347
|
+
*/
|
|
41348
|
+
get trackLines(): TrackPartInfo;
|
|
41349
|
+
set trackLines(value: TrackPartInfoProperties);
|
|
41350
|
+
/**
|
|
41351
|
+
* Creates a deep clone of this object.
|
|
41352
|
+
*
|
|
41353
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#clone Read more...}
|
|
41354
|
+
*/
|
|
41355
|
+
clone(): this;
|
|
41356
|
+
/**
|
|
41357
|
+
* Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
|
|
41358
|
+
*
|
|
41359
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#toJSON Read more...}
|
|
41360
|
+
*/
|
|
41361
|
+
toJSON(): any;
|
|
41362
|
+
/**
|
|
41363
|
+
* Creates a new instance of this class and initializes it with values from a JSON object
|
|
41364
|
+
* generated from an ArcGIS product.
|
|
41365
|
+
*
|
|
41366
|
+
* @param json A JSON representation of the instance in the ArcGIS format. See the [ArcGIS REST API documentation](https://developers.arcgis.com/documentation/common-data-types/overview-of-common-data-types.htm) for examples of the structure of various input JSON objects.
|
|
41367
|
+
*
|
|
41368
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#fromJSON Read more...}
|
|
41369
|
+
*/
|
|
41370
|
+
static fromJSON(json: any): any | nullish;
|
|
41371
|
+
static fromJSON(json: any): TrackInfo;
|
|
41372
|
+
}
|
|
41373
|
+
|
|
41374
|
+
interface TrackInfoProperties {
|
|
41375
|
+
/**
|
|
41376
|
+
* Indicates whether the track info is enabled.
|
|
41377
|
+
*
|
|
41378
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#enabled Read more...}
|
|
41379
|
+
*/
|
|
41380
|
+
enabled?: boolean;
|
|
41381
|
+
/**
|
|
41382
|
+
* An array of aggregate fields that summarize {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#fields layer.fields}
|
|
41383
|
+
* in all observations of the track.
|
|
41384
|
+
*
|
|
41385
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#fields Read more...}
|
|
41386
|
+
*/
|
|
41387
|
+
fields?: AggregateFieldProperties[];
|
|
41388
|
+
/**
|
|
41389
|
+
* Configuration properties for displaying the latest observations.
|
|
41390
|
+
*
|
|
41391
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#latestObservations Read more...}
|
|
41392
|
+
*/
|
|
41393
|
+
latestObservations?: TrackPartInfoProperties;
|
|
41394
|
+
/**
|
|
41395
|
+
* The maximum age of displayed observations.
|
|
41396
|
+
*
|
|
41397
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayDuration Read more...}
|
|
41398
|
+
*/
|
|
41399
|
+
maxDisplayDuration?: TimeIntervalProperties | nullish;
|
|
41400
|
+
/**
|
|
41401
|
+
* The maximum number of observations to display per track.
|
|
41402
|
+
*
|
|
41403
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayObservationsPerTrack Read more...}
|
|
41404
|
+
*/
|
|
41405
|
+
maxDisplayObservationsPerTrack?: number;
|
|
41406
|
+
/**
|
|
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}.
|
|
41408
|
+
*
|
|
41409
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#popupEnabled Read more...}
|
|
41410
|
+
*/
|
|
41411
|
+
popupEnabled?: boolean;
|
|
41412
|
+
/**
|
|
41413
|
+
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html PopupTemplate} to apply to the track.
|
|
41414
|
+
*
|
|
41415
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#popupTemplate Read more...}
|
|
41416
|
+
*/
|
|
41417
|
+
popupTemplate?: PopupTemplateProperties | nullish;
|
|
41418
|
+
/**
|
|
41419
|
+
* Configuration properties for displaying previous observations.
|
|
41420
|
+
*
|
|
41421
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#previousObservations Read more...}
|
|
41422
|
+
*/
|
|
41423
|
+
previousObservations?: TrackPartInfoProperties;
|
|
41424
|
+
/**
|
|
41425
|
+
* Indicates which field from the layer's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TimeInfo.html timeInfo} will be used to
|
|
41426
|
+
* calculate observation ages for {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayDuration trackInfo.maxDisplayDuration}.
|
|
41427
|
+
*
|
|
41428
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#timeField Read more...}
|
|
41429
|
+
*/
|
|
41430
|
+
timeField?: "timeReceived" | "startTimeField" | "endTimeField";
|
|
41431
|
+
/**
|
|
41432
|
+
* Configuration properties for displaying track lines.
|
|
41433
|
+
*
|
|
41434
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#trackLines Read more...}
|
|
41435
|
+
*/
|
|
41436
|
+
trackLines?: TrackPartInfoProperties;
|
|
41437
|
+
}
|
|
41438
|
+
|
|
41439
|
+
export interface TrackPartInfo extends Accessor, JSONSupport, Clonable {
|
|
41440
|
+
}
|
|
41441
|
+
|
|
41442
|
+
export class TrackPartInfo {
|
|
41443
|
+
/**
|
|
41444
|
+
* Indicates whether to display labels for the track.
|
|
41445
|
+
*
|
|
41446
|
+
* @default true
|
|
41447
|
+
*
|
|
41448
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#labelsVisible Read more...}
|
|
41449
|
+
*/
|
|
41450
|
+
labelsVisible: boolean;
|
|
41451
|
+
/**
|
|
41452
|
+
* Indicates whether the renderer of the track part is visible.
|
|
41453
|
+
*
|
|
41454
|
+
* @default true
|
|
41455
|
+
*
|
|
41456
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#visible Read more...}
|
|
41457
|
+
*/
|
|
41458
|
+
visible: boolean;
|
|
41459
|
+
/**
|
|
41460
|
+
* TrackPartInfo provides information about how to render and label temporal data in a layer.
|
|
41461
|
+
*
|
|
41462
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html Read more...}
|
|
41463
|
+
*/
|
|
41464
|
+
constructor(properties?: TrackPartInfoProperties);
|
|
41465
|
+
/**
|
|
41466
|
+
* Defines labels for the track part as an array of
|
|
41467
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html LabelClass}.
|
|
41468
|
+
*
|
|
41469
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#labelingInfo Read more...}
|
|
41470
|
+
*/
|
|
41471
|
+
get labelingInfo(): LabelClass[] | nullish;
|
|
41472
|
+
set labelingInfo(value: LabelClassProperties[] | nullish);
|
|
41473
|
+
/**
|
|
41474
|
+
* The renderer used to style the track part.
|
|
41475
|
+
*
|
|
41476
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#renderer Read more...}
|
|
41477
|
+
*/
|
|
41478
|
+
get renderer(): RendererUnion | nullish;
|
|
41479
|
+
set renderer(value: | (HeatmapRendererProperties & { type: "heatmap" })
|
|
41480
|
+
| (SimpleRendererProperties & { type: "simple" })
|
|
41481
|
+
| (ClassBreaksRendererProperties & { type: "class-breaks" })
|
|
41482
|
+
| (UniqueValueRendererProperties & { type: "unique-value" })
|
|
41483
|
+
| (DotDensityRendererProperties & { type: "dot-density" })
|
|
41484
|
+
| (DictionaryRendererProperties & { type: "dictionary" })
|
|
41485
|
+
| (PieChartRendererProperties & { type: "pie-chart" })
|
|
41486
|
+
| nullish);
|
|
41487
|
+
/**
|
|
41488
|
+
* Creates a deep clone of this object.
|
|
41489
|
+
*
|
|
41490
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#clone Read more...}
|
|
41491
|
+
*/
|
|
41492
|
+
clone(): this;
|
|
41493
|
+
/**
|
|
41494
|
+
* Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
|
|
41495
|
+
*
|
|
41496
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#toJSON Read more...}
|
|
41497
|
+
*/
|
|
41498
|
+
toJSON(): any;
|
|
41499
|
+
/**
|
|
41500
|
+
* Creates a new instance of this class and initializes it with values from a JSON object
|
|
41501
|
+
* generated from an ArcGIS product.
|
|
41502
|
+
*
|
|
41503
|
+
* @param json A JSON representation of the instance in the ArcGIS format. See the [ArcGIS REST API documentation](https://developers.arcgis.com/documentation/common-data-types/overview-of-common-data-types.htm) for examples of the structure of various input JSON objects.
|
|
41504
|
+
*
|
|
41505
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#fromJSON Read more...}
|
|
41506
|
+
*/
|
|
41507
|
+
static fromJSON(json: any): any | nullish;
|
|
41508
|
+
static fromJSON(json: any): TrackPartInfo;
|
|
41509
|
+
}
|
|
41510
|
+
|
|
41511
|
+
interface TrackPartInfoProperties {
|
|
41512
|
+
/**
|
|
41513
|
+
* Defines labels for the track part as an array of
|
|
41514
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html LabelClass}.
|
|
41515
|
+
*
|
|
41516
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#labelingInfo Read more...}
|
|
41517
|
+
*/
|
|
41518
|
+
labelingInfo?: LabelClassProperties[] | nullish;
|
|
41519
|
+
/**
|
|
41520
|
+
* Indicates whether to display labels for the track.
|
|
41521
|
+
*
|
|
41522
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#labelsVisible Read more...}
|
|
41523
|
+
*/
|
|
41524
|
+
labelsVisible?: boolean;
|
|
41525
|
+
/**
|
|
41526
|
+
* The renderer used to style the track part.
|
|
41527
|
+
*
|
|
41528
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#renderer Read more...}
|
|
41529
|
+
*/
|
|
41530
|
+
renderer?: | (HeatmapRendererProperties & { type: "heatmap" })
|
|
41531
|
+
| (SimpleRendererProperties & { type: "simple" })
|
|
41532
|
+
| (ClassBreaksRendererProperties & { type: "class-breaks" })
|
|
41533
|
+
| (UniqueValueRendererProperties & { type: "unique-value" })
|
|
41534
|
+
| (DotDensityRendererProperties & { type: "dot-density" })
|
|
41535
|
+
| (DictionaryRendererProperties & { type: "dictionary" })
|
|
41536
|
+
| (PieChartRendererProperties & { type: "pie-chart" })
|
|
41537
|
+
| nullish;
|
|
41538
|
+
/**
|
|
41539
|
+
* Indicates whether the renderer of the track part is visible.
|
|
41540
|
+
*
|
|
41541
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html#visible Read more...}
|
|
41542
|
+
*/
|
|
41543
|
+
visible?: boolean;
|
|
41544
|
+
}
|
|
41545
|
+
|
|
41160
41546
|
export interface VideoElement extends Accessor, Loadable, MediaElementBase {
|
|
41161
41547
|
}
|
|
41162
41548
|
|
|
@@ -45190,7 +45576,7 @@ declare namespace __esri {
|
|
|
45190
45576
|
signal?: AbortSignal | nullish;
|
|
45191
45577
|
}
|
|
45192
45578
|
|
|
45193
|
-
export interface WFSLayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OperationalLayer, OrderedLayer, PortalLayer, RefreshableLayer, ScaleRangeLayer {
|
|
45579
|
+
export interface WFSLayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OperationalLayer, OrderedLayer, PortalLayer, RefreshableLayer, ScaleRangeLayer, TrackableLayer {
|
|
45194
45580
|
}
|
|
45195
45581
|
|
|
45196
45582
|
export class WFSLayer {
|
|
@@ -45485,6 +45871,13 @@ declare namespace __esri {
|
|
|
45485
45871
|
*/
|
|
45486
45872
|
get spatialReference(): SpatialReference;
|
|
45487
45873
|
set spatialReference(value: SpatialReferenceProperties);
|
|
45874
|
+
/**
|
|
45875
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
45876
|
+
*
|
|
45877
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#trackInfo Read more...}
|
|
45878
|
+
*/
|
|
45879
|
+
get trackInfo(): TrackInfo | nullish;
|
|
45880
|
+
set trackInfo(value: TrackInfoProperties | nullish);
|
|
45488
45881
|
/**
|
|
45489
45882
|
* Creates a popup template for the layer, populated with all the fields of the layer.
|
|
45490
45883
|
*
|
|
@@ -45541,8 +45934,7 @@ declare namespace __esri {
|
|
|
45541
45934
|
queryFeatureCount(query?: QueryProperties | null, options?: WFSLayerQueryFeatureCountOptions): Promise<number>;
|
|
45542
45935
|
/**
|
|
45543
45936
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against the layer and returns a
|
|
45544
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}
|
|
45545
|
-
* once the promise resolves.
|
|
45937
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} once the promise resolves.
|
|
45546
45938
|
*
|
|
45547
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.
|
|
45548
45940
|
* @param options An object with the following properties.
|
|
@@ -45583,7 +45975,7 @@ declare namespace __esri {
|
|
|
45583
45975
|
static fromJSON(json: any): WFSLayer;
|
|
45584
45976
|
}
|
|
45585
45977
|
|
|
45586
|
-
interface WFSLayerProperties extends LayerProperties, BlendLayerProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OperationalLayerProperties, OrderedLayerProperties, PortalLayerProperties, RefreshableLayerProperties, ScaleRangeLayerProperties {
|
|
45978
|
+
interface WFSLayerProperties extends LayerProperties, BlendLayerProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OperationalLayerProperties, OrderedLayerProperties, PortalLayerProperties, RefreshableLayerProperties, ScaleRangeLayerProperties, TrackableLayerProperties {
|
|
45587
45979
|
/**
|
|
45588
45980
|
* Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.
|
|
45589
45981
|
*
|
|
@@ -45794,6 +46186,12 @@ declare namespace __esri {
|
|
|
45794
46186
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#spatialReference Read more...}
|
|
45795
46187
|
*/
|
|
45796
46188
|
spatialReference?: SpatialReferenceProperties;
|
|
46189
|
+
/**
|
|
46190
|
+
* Allows you to render track data for a layer, including a track line, previous observations, and latest observations.
|
|
46191
|
+
*
|
|
46192
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#trackInfo Read more...}
|
|
46193
|
+
*/
|
|
46194
|
+
trackInfo?: TrackInfoProperties | nullish;
|
|
45797
46195
|
/**
|
|
45798
46196
|
* The url to the WFS service.
|
|
45799
46197
|
*
|
|
@@ -48854,7 +49252,7 @@ declare namespace __esri {
|
|
|
48854
49252
|
*/
|
|
48855
49253
|
constructor(properties?: AttachmentsContentProperties);
|
|
48856
49254
|
/**
|
|
48857
|
-
* An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-AttachmentsOrderByInfo.html AttachmentsOrderByInfo} indicating the display order for the attachments, and whether they should be sorted in ascending
|
|
49255
|
+
* An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-AttachmentsOrderByInfo.html AttachmentsOrderByInfo} indicating the display order for the attachments, and whether they should be sorted in ascending or descending order.
|
|
48858
49256
|
*
|
|
48859
49257
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-AttachmentsContent.html#orderByFields Read more...}
|
|
48860
49258
|
*/
|
|
@@ -48898,7 +49296,7 @@ declare namespace __esri {
|
|
|
48898
49296
|
*/
|
|
48899
49297
|
displayType?: "auto" | "preview" | "list";
|
|
48900
49298
|
/**
|
|
48901
|
-
* An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-AttachmentsOrderByInfo.html AttachmentsOrderByInfo} indicating the display order for the attachments, and whether they should be sorted in ascending
|
|
49299
|
+
* An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-AttachmentsOrderByInfo.html AttachmentsOrderByInfo} indicating the display order for the attachments, and whether they should be sorted in ascending or descending order.
|
|
48902
49300
|
*
|
|
48903
49301
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-AttachmentsContent.html#orderByFields Read more...}
|
|
48904
49302
|
*/
|
|
@@ -50801,8 +51199,7 @@ declare namespace __esri {
|
|
|
50801
51199
|
|
|
50802
51200
|
export class AttachmentsOrderByInfo {
|
|
50803
51201
|
/**
|
|
50804
|
-
*
|
|
50805
|
-
* the sorting of attachments.
|
|
51202
|
+
* An {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-query-support-AttachmentInfo.html AttachmentInfo} field value that will drive the sorting of attachments.
|
|
50806
51203
|
*
|
|
50807
51204
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-AttachmentsOrderByInfo.html#field Read more...}
|
|
50808
51205
|
*/
|
|
@@ -50816,7 +51213,7 @@ declare namespace __esri {
|
|
|
50816
51213
|
*/
|
|
50817
51214
|
order: "ascending" | "descending";
|
|
50818
51215
|
/**
|
|
50819
|
-
* The `AttachmentsOrderByInfo` class indicates the field display order for the attachments.
|
|
51216
|
+
* The `AttachmentsOrderByInfo` class indicates the attachment field display order for the attachments configured in {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-AttachmentsContent.html AttachmentsContent}.
|
|
50820
51217
|
*
|
|
50821
51218
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-AttachmentsOrderByInfo.html Read more...}
|
|
50822
51219
|
*/
|
|
@@ -50847,8 +51244,7 @@ declare namespace __esri {
|
|
|
50847
51244
|
|
|
50848
51245
|
interface AttachmentsOrderByInfoProperties {
|
|
50849
51246
|
/**
|
|
50850
|
-
*
|
|
50851
|
-
* the sorting of attachments.
|
|
51247
|
+
* An {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-query-support-AttachmentInfo.html AttachmentInfo} field value that will drive the sorting of attachments.
|
|
50852
51248
|
*
|
|
50853
51249
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-AttachmentsOrderByInfo.html#field Read more...}
|
|
50854
51250
|
*/
|
|
@@ -64779,6 +65175,12 @@ declare namespace __esri {
|
|
|
64779
65175
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html#objectIds Read more...}
|
|
64780
65176
|
*/
|
|
64781
65177
|
objectIds: number[];
|
|
65178
|
+
/**
|
|
65179
|
+
* An array of one or more `attachmentInfo` field names on which the returned queried attachments will be sorted.
|
|
65180
|
+
*
|
|
65181
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html#orderByFields Read more...}
|
|
65182
|
+
*/
|
|
65183
|
+
orderByFields: string[] | nullish;
|
|
64782
65184
|
/**
|
|
64783
65185
|
* If `true`, the [Exchangeable image file format](https://en.wikipedia.org/wiki/Exif) for the attachment will be included in
|
|
64784
65186
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-query-support-AttachmentInfo.html#exifInfo attachmentInfo}.
|
|
@@ -64886,6 +65288,12 @@ declare namespace __esri {
|
|
|
64886
65288
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html#objectIds Read more...}
|
|
64887
65289
|
*/
|
|
64888
65290
|
objectIds?: number[];
|
|
65291
|
+
/**
|
|
65292
|
+
* An array of one or more `attachmentInfo` field names on which the returned queried attachments will be sorted.
|
|
65293
|
+
*
|
|
65294
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html#orderByFields Read more...}
|
|
65295
|
+
*/
|
|
65296
|
+
orderByFields?: string[] | nullish;
|
|
64889
65297
|
/**
|
|
64890
65298
|
* If `true`, the [Exchangeable image file format](https://en.wikipedia.org/wiki/Exif) for the attachment will be included in
|
|
64891
65299
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-query-support-AttachmentInfo.html#exifInfo attachmentInfo}.
|
|
@@ -65279,7 +65687,7 @@ declare namespace __esri {
|
|
|
65279
65687
|
where?: QueryMixinProperties["where"];
|
|
65280
65688
|
}
|
|
65281
65689
|
|
|
65282
|
-
export interface AutoIntervalBinParameters extends Accessor, JSONSupport, BinParametersBase {
|
|
65690
|
+
export interface AutoIntervalBinParameters extends Accessor, JSONSupport, BinParametersBase, NormalizationBinParametersMixin {
|
|
65283
65691
|
}
|
|
65284
65692
|
|
|
65285
65693
|
export class AutoIntervalBinParameters {
|
|
@@ -65291,6 +65699,18 @@ declare namespace __esri {
|
|
|
65291
65699
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#end Read more...}
|
|
65292
65700
|
*/
|
|
65293
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"];
|
|
65294
65714
|
/**
|
|
65295
65715
|
* The field name used to calculate the bins.
|
|
65296
65716
|
*
|
|
@@ -65309,6 +65729,36 @@ declare namespace __esri {
|
|
|
65309
65729
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#hideUpperBound Read more...}
|
|
65310
65730
|
*/
|
|
65311
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"];
|
|
65312
65762
|
/**
|
|
65313
65763
|
* The number of bins to generate.
|
|
65314
65764
|
*
|
|
@@ -65338,14 +65788,15 @@ declare namespace __esri {
|
|
|
65338
65788
|
*/
|
|
65339
65789
|
constructor(properties?: AutoIntervalBinParametersProperties);
|
|
65340
65790
|
/**
|
|
65341
|
-
*
|
|
65791
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
65342
65792
|
*
|
|
65343
65793
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#splitBy Read more...}
|
|
65344
65794
|
*/
|
|
65345
65795
|
get splitBy(): AttributeBinsGrouping | nullish;
|
|
65346
65796
|
set splitBy(value: AttributeBinsGroupingProperties | nullish);
|
|
65347
65797
|
/**
|
|
65348
|
-
*
|
|
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.
|
|
65349
65800
|
*
|
|
65350
65801
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#stackBy Read more...}
|
|
65351
65802
|
*/
|
|
@@ -65369,13 +65820,25 @@ declare namespace __esri {
|
|
|
65369
65820
|
static fromJSON(json: any): AutoIntervalBinParameters;
|
|
65370
65821
|
}
|
|
65371
65822
|
|
|
65372
|
-
interface AutoIntervalBinParametersProperties extends BinParametersBaseProperties {
|
|
65823
|
+
interface AutoIntervalBinParametersProperties extends BinParametersBaseProperties, NormalizationBinParametersMixinProperties {
|
|
65373
65824
|
/**
|
|
65374
65825
|
* The end value of bins to generate.
|
|
65375
65826
|
*
|
|
65376
65827
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#end Read more...}
|
|
65377
65828
|
*/
|
|
65378
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"];
|
|
65379
65842
|
/**
|
|
65380
65843
|
* The field name used to calculate the bins.
|
|
65381
65844
|
*
|
|
@@ -65394,6 +65857,36 @@ declare namespace __esri {
|
|
|
65394
65857
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#hideUpperBound Read more...}
|
|
65395
65858
|
*/
|
|
65396
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"];
|
|
65397
65890
|
/**
|
|
65398
65891
|
* The number of bins to generate.
|
|
65399
65892
|
*
|
|
@@ -65401,13 +65894,14 @@ declare namespace __esri {
|
|
|
65401
65894
|
*/
|
|
65402
65895
|
numBins?: number | nullish;
|
|
65403
65896
|
/**
|
|
65404
|
-
*
|
|
65897
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
65405
65898
|
*
|
|
65406
65899
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#splitBy Read more...}
|
|
65407
65900
|
*/
|
|
65408
65901
|
splitBy?: AttributeBinsGroupingProperties | nullish;
|
|
65409
65902
|
/**
|
|
65410
|
-
*
|
|
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.
|
|
65411
65905
|
*
|
|
65412
65906
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AutoIntervalBinParameters.html#stackBy Read more...}
|
|
65413
65907
|
*/
|
|
@@ -65522,6 +66016,17 @@ declare namespace __esri {
|
|
|
65522
66016
|
}
|
|
65523
66017
|
|
|
65524
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;
|
|
65525
66030
|
field: string | nullish;
|
|
65526
66031
|
firstDayOfWeek: number | nullish;
|
|
65527
66032
|
hideUpperBound: boolean | nullish;
|
|
@@ -65532,6 +66037,17 @@ declare namespace __esri {
|
|
|
65532
66037
|
}
|
|
65533
66038
|
|
|
65534
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;
|
|
65535
66051
|
field?: string | nullish;
|
|
65536
66052
|
firstDayOfWeek?: number | nullish;
|
|
65537
66053
|
hideUpperBound?: boolean | nullish;
|
|
@@ -66971,6 +67487,18 @@ declare namespace __esri {
|
|
|
66971
67487
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#end Read more...}
|
|
66972
67488
|
*/
|
|
66973
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"];
|
|
66974
67502
|
/**
|
|
66975
67503
|
* The field name used to calculate the bins.
|
|
66976
67504
|
*
|
|
@@ -67028,14 +67556,15 @@ declare namespace __esri {
|
|
|
67028
67556
|
get offset(): DateBinTimeInterval | nullish;
|
|
67029
67557
|
set offset(value: DateBinTimeIntervalProperties | nullish);
|
|
67030
67558
|
/**
|
|
67031
|
-
*
|
|
67559
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
67032
67560
|
*
|
|
67033
67561
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#splitBy Read more...}
|
|
67034
67562
|
*/
|
|
67035
67563
|
get splitBy(): AttributeBinsGrouping | nullish;
|
|
67036
67564
|
set splitBy(value: AttributeBinsGroupingProperties | nullish);
|
|
67037
67565
|
/**
|
|
67038
|
-
*
|
|
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.
|
|
67039
67568
|
*
|
|
67040
67569
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#stackBy Read more...}
|
|
67041
67570
|
*/
|
|
@@ -67066,6 +67595,18 @@ declare namespace __esri {
|
|
|
67066
67595
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#end Read more...}
|
|
67067
67596
|
*/
|
|
67068
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"];
|
|
67069
67610
|
/**
|
|
67070
67611
|
* The field name used to calculate the bins.
|
|
67071
67612
|
*
|
|
@@ -67097,13 +67638,14 @@ declare namespace __esri {
|
|
|
67097
67638
|
*/
|
|
67098
67639
|
offset?: DateBinTimeIntervalProperties | nullish;
|
|
67099
67640
|
/**
|
|
67100
|
-
*
|
|
67641
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
67101
67642
|
*
|
|
67102
67643
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#splitBy Read more...}
|
|
67103
67644
|
*/
|
|
67104
67645
|
splitBy?: AttributeBinsGroupingProperties | nullish;
|
|
67105
67646
|
/**
|
|
67106
|
-
*
|
|
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.
|
|
67107
67649
|
*
|
|
67108
67650
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinParameters.html#stackBy Read more...}
|
|
67109
67651
|
*/
|
|
@@ -68519,6 +69061,18 @@ declare namespace __esri {
|
|
|
68519
69061
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#boundaries Read more...}
|
|
68520
69062
|
*/
|
|
68521
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"];
|
|
68522
69076
|
/**
|
|
68523
69077
|
* The field name used to calculate the bins.
|
|
68524
69078
|
*
|
|
@@ -68550,14 +69104,15 @@ declare namespace __esri {
|
|
|
68550
69104
|
*/
|
|
68551
69105
|
constructor(properties?: FixedBoundariesBinParametersProperties);
|
|
68552
69106
|
/**
|
|
68553
|
-
*
|
|
69107
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
68554
69108
|
*
|
|
68555
69109
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#splitBy Read more...}
|
|
68556
69110
|
*/
|
|
68557
69111
|
get splitBy(): AttributeBinsGrouping | nullish;
|
|
68558
69112
|
set splitBy(value: AttributeBinsGroupingProperties | nullish);
|
|
68559
69113
|
/**
|
|
68560
|
-
*
|
|
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.
|
|
68561
69116
|
*
|
|
68562
69117
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#stackBy Read more...}
|
|
68563
69118
|
*/
|
|
@@ -68588,6 +69143,18 @@ declare namespace __esri {
|
|
|
68588
69143
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#boundaries Read more...}
|
|
68589
69144
|
*/
|
|
68590
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"];
|
|
68591
69158
|
/**
|
|
68592
69159
|
* The field name used to calculate the bins.
|
|
68593
69160
|
*
|
|
@@ -68607,20 +69174,21 @@ declare namespace __esri {
|
|
|
68607
69174
|
*/
|
|
68608
69175
|
hideUpperBound?: BinParametersBaseProperties["hideUpperBound"];
|
|
68609
69176
|
/**
|
|
68610
|
-
*
|
|
69177
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
68611
69178
|
*
|
|
68612
69179
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#splitBy Read more...}
|
|
68613
69180
|
*/
|
|
68614
69181
|
splitBy?: AttributeBinsGroupingProperties | nullish;
|
|
68615
69182
|
/**
|
|
68616
|
-
*
|
|
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.
|
|
68617
69185
|
*
|
|
68618
69186
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedBoundariesBinParameters.html#stackBy Read more...}
|
|
68619
69187
|
*/
|
|
68620
69188
|
stackBy?: AttributeBinsGroupingProperties | nullish;
|
|
68621
69189
|
}
|
|
68622
69190
|
|
|
68623
|
-
export interface FixedIntervalBinParameters extends Accessor, JSONSupport, BinParametersBase {
|
|
69191
|
+
export interface FixedIntervalBinParameters extends Accessor, JSONSupport, BinParametersBase, NormalizationBinParametersMixin {
|
|
68624
69192
|
}
|
|
68625
69193
|
|
|
68626
69194
|
export class FixedIntervalBinParameters {
|
|
@@ -68632,6 +69200,18 @@ declare namespace __esri {
|
|
|
68632
69200
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#end Read more...}
|
|
68633
69201
|
*/
|
|
68634
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"];
|
|
68635
69215
|
/**
|
|
68636
69216
|
* The field name used to calculate the bins.
|
|
68637
69217
|
*
|
|
@@ -68656,6 +69236,36 @@ declare namespace __esri {
|
|
|
68656
69236
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#interval Read more...}
|
|
68657
69237
|
*/
|
|
68658
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"];
|
|
68659
69269
|
/**
|
|
68660
69270
|
* The start value of bins to generate.
|
|
68661
69271
|
*
|
|
@@ -68677,14 +69287,15 @@ declare namespace __esri {
|
|
|
68677
69287
|
*/
|
|
68678
69288
|
constructor(properties?: FixedIntervalBinParametersProperties);
|
|
68679
69289
|
/**
|
|
68680
|
-
*
|
|
69290
|
+
* The `splitBy` parameter divides data into separate bins for each unique value in the categorical field.
|
|
68681
69291
|
*
|
|
68682
69292
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#splitBy Read more...}
|
|
68683
69293
|
*/
|
|
68684
69294
|
get splitBy(): AttributeBinsGrouping | nullish;
|
|
68685
69295
|
set splitBy(value: AttributeBinsGroupingProperties | nullish);
|
|
68686
69296
|
/**
|
|
68687
|
-
*
|
|
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.
|
|
68688
69299
|
*
|
|
68689
69300
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#stackBy Read more...}
|
|
68690
69301
|
*/
|
|
@@ -68708,13 +69319,25 @@ declare namespace __esri {
|
|
|
68708
69319
|
static fromJSON(json: any): FixedIntervalBinParameters;
|
|
68709
69320
|
}
|
|
68710
69321
|
|
|
68711
|
-
interface FixedIntervalBinParametersProperties extends BinParametersBaseProperties {
|
|
69322
|
+
interface FixedIntervalBinParametersProperties extends BinParametersBaseProperties, NormalizationBinParametersMixinProperties {
|
|
68712
69323
|
/**
|
|
68713
69324
|
* The end value of bins to generate.
|
|
68714
69325
|
*
|
|
68715
69326
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#end Read more...}
|
|
68716
69327
|
*/
|
|
68717
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"];
|
|
68718
69341
|
/**
|
|
68719
69342
|
* The field name used to calculate the bins.
|
|
68720
69343
|
*
|
|
@@ -68740,13 +69363,44 @@ declare namespace __esri {
|
|
|
68740
69363
|
*/
|
|
68741
69364
|
interval?: number;
|
|
68742
69365
|
/**
|
|
68743
|
-
*
|
|
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.
|
|
68744
69397
|
*
|
|
68745
69398
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#splitBy Read more...}
|
|
68746
69399
|
*/
|
|
68747
69400
|
splitBy?: AttributeBinsGroupingProperties | nullish;
|
|
68748
69401
|
/**
|
|
68749
|
-
*
|
|
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.
|
|
68750
69404
|
*
|
|
68751
69405
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FixedIntervalBinParameters.html#stackBy Read more...}
|
|
68752
69406
|
*/
|
|
@@ -72976,6 +73630,22 @@ declare namespace __esri {
|
|
|
72976
73630
|
url?: string | nullish;
|
|
72977
73631
|
}
|
|
72978
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
|
+
|
|
72979
73649
|
export interface OffsetParameters extends Accessor, JSONSupport {
|
|
72980
73650
|
}
|
|
72981
73651
|
|
|
@@ -84872,6 +85542,13 @@ declare namespace __esri {
|
|
|
84872
85542
|
backgroundSymbol: CIMPolygonSymbol;
|
|
84873
85543
|
}
|
|
84874
85544
|
|
|
85545
|
+
/**
|
|
85546
|
+
* Represents a color ramp.
|
|
85547
|
+
*
|
|
85548
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMColorRamp Read more...}
|
|
85549
|
+
*/
|
|
85550
|
+
export type CIMColorRamp = CIMLinearContinousColorRamp | CIMMultipartColorRamp | CIMFixedColorRamp;
|
|
85551
|
+
|
|
84875
85552
|
/**
|
|
84876
85553
|
* Represents color substitution, an ordered list of color substitutes.
|
|
84877
85554
|
*
|
|
@@ -84882,6 +85559,16 @@ declare namespace __esri {
|
|
|
84882
85559
|
newColor: number[];
|
|
84883
85560
|
}
|
|
84884
85561
|
|
|
85562
|
+
/**
|
|
85563
|
+
* Represents a color scheme composed of discrete colors.
|
|
85564
|
+
*
|
|
85565
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMFixedColorRamp Read more...}
|
|
85566
|
+
*/
|
|
85567
|
+
export interface CIMFixedColorRamp {
|
|
85568
|
+
type: "CIMFixedColorRamp";
|
|
85569
|
+
colors: number[][];
|
|
85570
|
+
}
|
|
85571
|
+
|
|
84885
85572
|
/**
|
|
84886
85573
|
* Represents a geometric effect.
|
|
84887
85574
|
*
|
|
@@ -84958,8 +85645,8 @@ declare namespace __esri {
|
|
|
84958
85645
|
primitiveName?: string;
|
|
84959
85646
|
customEndingOffset?: number;
|
|
84960
85647
|
dashTemplate: number[];
|
|
84961
|
-
lineDashEnding
|
|
84962
|
-
offsetAlongLine
|
|
85648
|
+
lineDashEnding?: "NoConstraint" | "HalfPattern" | "HalfGap" | "FullPattern" | "FullGap" | "Custom";
|
|
85649
|
+
offsetAlongLine?: number;
|
|
84963
85650
|
}
|
|
84964
85651
|
|
|
84965
85652
|
/**
|
|
@@ -84970,7 +85657,7 @@ declare namespace __esri {
|
|
|
84970
85657
|
export interface CIMGeometricEffectDonut {
|
|
84971
85658
|
type: "CIMGeometricEffectDonut";
|
|
84972
85659
|
primitiveName?: string;
|
|
84973
|
-
option
|
|
85660
|
+
option?: "Fast" | "Accurate";
|
|
84974
85661
|
width: number;
|
|
84975
85662
|
}
|
|
84976
85663
|
|
|
@@ -85007,9 +85694,9 @@ declare namespace __esri {
|
|
|
85007
85694
|
export interface CIMGeometricEffectOffset {
|
|
85008
85695
|
type: "CIMGeometricEffectOffset";
|
|
85009
85696
|
primitiveName?: string;
|
|
85010
|
-
method
|
|
85697
|
+
method?: "Mitered" | "Bevelled" | "Rounded" | "Square";
|
|
85011
85698
|
offset: number;
|
|
85012
|
-
option
|
|
85699
|
+
option?: "Fast" | "Accurate";
|
|
85013
85700
|
}
|
|
85014
85701
|
|
|
85015
85702
|
/**
|
|
@@ -85031,8 +85718,8 @@ declare namespace __esri {
|
|
|
85031
85718
|
export interface CIMGeometricEffectScale {
|
|
85032
85719
|
type: "CIMGeometricEffectScale";
|
|
85033
85720
|
primitiveName?: string;
|
|
85034
|
-
xScaleFactor
|
|
85035
|
-
yScaleFactor
|
|
85721
|
+
xScaleFactor?: number;
|
|
85722
|
+
yScaleFactor?: number;
|
|
85036
85723
|
}
|
|
85037
85724
|
|
|
85038
85725
|
/**
|
|
@@ -85043,10 +85730,53 @@ declare namespace __esri {
|
|
|
85043
85730
|
export interface CIMGeometricEffectWave {
|
|
85044
85731
|
type: "CIMGeometricEffectWave";
|
|
85045
85732
|
primitiveName?: string;
|
|
85046
|
-
amplitude
|
|
85047
|
-
period
|
|
85733
|
+
amplitude?: number;
|
|
85734
|
+
period?: number;
|
|
85048
85735
|
seed?: number;
|
|
85049
|
-
waveform
|
|
85736
|
+
waveform?: "Sinus" | "Square" | "Triangle" | "Random";
|
|
85737
|
+
}
|
|
85738
|
+
|
|
85739
|
+
/**
|
|
85740
|
+
* Represents a gradient fill which fills polygonal geometry with a specified color scheme.
|
|
85741
|
+
*
|
|
85742
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMGradientFill Read more...}
|
|
85743
|
+
*/
|
|
85744
|
+
export interface CIMGradientFill {
|
|
85745
|
+
type: "CIMGradientFill";
|
|
85746
|
+
enable: boolean;
|
|
85747
|
+
effects?: CIMGeometricEffect[];
|
|
85748
|
+
colorLocked?: boolean;
|
|
85749
|
+
primitiveName?: string;
|
|
85750
|
+
angle?: number;
|
|
85751
|
+
colorRamp: CIMColorRamp;
|
|
85752
|
+
gradientMethod?: "Linear" | "Rectangular" | "Circular";
|
|
85753
|
+
gradientSize?: number;
|
|
85754
|
+
gradientSizeUnits?: "Relative" | "Absolute";
|
|
85755
|
+
gradientType?: "Discrete" | "Continuous";
|
|
85756
|
+
interval?: number;
|
|
85757
|
+
}
|
|
85758
|
+
|
|
85759
|
+
/**
|
|
85760
|
+
* Represents a gradient stroke which draws linear geometry with a specified color scheme.
|
|
85761
|
+
*
|
|
85762
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMGradientStroke Read more...}
|
|
85763
|
+
*/
|
|
85764
|
+
export interface CIMGradientStroke {
|
|
85765
|
+
type: "CIMGradientStroke";
|
|
85766
|
+
enable: boolean;
|
|
85767
|
+
effects?: CIMGeometricEffect[];
|
|
85768
|
+
colorLocked?: boolean;
|
|
85769
|
+
primitiveName?: string;
|
|
85770
|
+
capStyle?: "Butt" | "Round" | "Square";
|
|
85771
|
+
joinStyle?: "Bevel" | "Round" | "Miter";
|
|
85772
|
+
miterLimit?: number;
|
|
85773
|
+
width: number;
|
|
85774
|
+
colorRamp: CIMColorRamp;
|
|
85775
|
+
gradientMethod: "AcrossLine" | "AlongLine";
|
|
85776
|
+
gradientSize?: number;
|
|
85777
|
+
gradientSizeUnits?: "Relative" | "Absolute";
|
|
85778
|
+
gradientType?: "Discrete" | "Continuous";
|
|
85779
|
+
interval?: number;
|
|
85050
85780
|
}
|
|
85051
85781
|
|
|
85052
85782
|
/**
|
|
@@ -85067,6 +85797,17 @@ declare namespace __esri {
|
|
|
85067
85797
|
separation: number;
|
|
85068
85798
|
}
|
|
85069
85799
|
|
|
85800
|
+
/**
|
|
85801
|
+
* Represents a linear continuous color ramp scheme - a color ramp that has a linear transition between two colors.
|
|
85802
|
+
*
|
|
85803
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMLinearContinousColorRamp Read more...}
|
|
85804
|
+
*/
|
|
85805
|
+
export interface CIMLinearContinousColorRamp {
|
|
85806
|
+
type: "CIMLinearContinousColorRamp";
|
|
85807
|
+
fromColor: number[];
|
|
85808
|
+
toColor: number[];
|
|
85809
|
+
}
|
|
85810
|
+
|
|
85070
85811
|
/**
|
|
85071
85812
|
* Represents a line symbol used to draw polyline features and graphics.
|
|
85072
85813
|
*
|
|
@@ -85155,8 +85896,8 @@ declare namespace __esri {
|
|
|
85155
85896
|
offsetX?: number;
|
|
85156
85897
|
offsetY?: number;
|
|
85157
85898
|
shiftOddRows?: boolean;
|
|
85158
|
-
stepX
|
|
85159
|
-
stepY
|
|
85899
|
+
stepX: number;
|
|
85900
|
+
stepY: number;
|
|
85160
85901
|
randomness?: number;
|
|
85161
85902
|
seed?: number;
|
|
85162
85903
|
clipping?: "ClipAtBoundary";
|
|
@@ -85173,7 +85914,7 @@ declare namespace __esri {
|
|
|
85173
85914
|
placePerPart?: boolean;
|
|
85174
85915
|
angleToLine?: boolean;
|
|
85175
85916
|
offset?: number;
|
|
85176
|
-
relativeTo
|
|
85917
|
+
relativeTo?: "LineMiddle" | "LineBeginning" | "LineEnd" | "SegmentMidpoint";
|
|
85177
85918
|
startPointOffset?: number;
|
|
85178
85919
|
}
|
|
85179
85920
|
|
|
@@ -85208,6 +85949,17 @@ declare namespace __esri {
|
|
|
85208
85949
|
clipAtBoundary?: boolean;
|
|
85209
85950
|
}
|
|
85210
85951
|
|
|
85952
|
+
/**
|
|
85953
|
+
* Represents a multipart color ramp scheme - a color ramp defined by combining two or more continous or fixed ramps.
|
|
85954
|
+
*
|
|
85955
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMMultipartColorRamp Read more...}
|
|
85956
|
+
*/
|
|
85957
|
+
export interface CIMMultipartColorRamp {
|
|
85958
|
+
type: "CIMMultipartColorRamp";
|
|
85959
|
+
colorRamps: CIMColorRamp[];
|
|
85960
|
+
weights: number[];
|
|
85961
|
+
}
|
|
85962
|
+
|
|
85211
85963
|
/**
|
|
85212
85964
|
* Represents a picture fill which fills polygonal geometry with a picture.
|
|
85213
85965
|
*
|
|
@@ -85264,7 +86016,6 @@ declare namespace __esri {
|
|
|
85264
86016
|
*/
|
|
85265
86017
|
export interface CIMPictureStroke {
|
|
85266
86018
|
type: "CIMPictureStroke";
|
|
85267
|
-
effects?: CIMGeometricEffect[];
|
|
85268
86019
|
enable: boolean;
|
|
85269
86020
|
colorLocked?: boolean;
|
|
85270
86021
|
primitiveName?: string;
|
|
@@ -85275,6 +86026,7 @@ declare namespace __esri {
|
|
|
85275
86026
|
capStyle?: "Butt" | "Round" | "Square";
|
|
85276
86027
|
joinStyle?: "Bevel" | "Round" | "Miter";
|
|
85277
86028
|
miterLimit?: number;
|
|
86029
|
+
effects?: CIMGeometricEffect[];
|
|
85278
86030
|
}
|
|
85279
86031
|
|
|
85280
86032
|
/**
|
|
@@ -85328,7 +86080,6 @@ declare namespace __esri {
|
|
|
85328
86080
|
*/
|
|
85329
86081
|
export interface CIMSolidStroke {
|
|
85330
86082
|
type: "CIMSolidStroke";
|
|
85331
|
-
effects?: CIMGeometricEffect[];
|
|
85332
86083
|
enable: boolean;
|
|
85333
86084
|
colorLocked?: boolean;
|
|
85334
86085
|
primitiveName?: string;
|
|
@@ -85337,6 +86088,7 @@ declare namespace __esri {
|
|
|
85337
86088
|
capStyle?: "Butt" | "Round" | "Square";
|
|
85338
86089
|
joinStyle?: "Bevel" | "Round" | "Miter";
|
|
85339
86090
|
miterLimit?: number;
|
|
86091
|
+
effects?: CIMGeometricEffect[];
|
|
85340
86092
|
animations?: CIMSymbolAnimation[];
|
|
85341
86093
|
}
|
|
85342
86094
|
|
|
@@ -85430,7 +86182,9 @@ declare namespace __esri {
|
|
|
85430
86182
|
| CIMPictureStroke
|
|
85431
86183
|
| CIMSolidFill
|
|
85432
86184
|
| CIMSolidStroke
|
|
85433
|
-
| CIMVectorMarker
|
|
86185
|
+
| CIMVectorMarker
|
|
86186
|
+
| CIMGradientStroke
|
|
86187
|
+
| CIMGradientFill;
|
|
85434
86188
|
|
|
85435
86189
|
/**
|
|
85436
86190
|
* Represents a symbol reference from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#data data} property.
|
|
@@ -93928,18 +94682,18 @@ declare namespace __esri {
|
|
|
93928
94682
|
* Highlights the given feature(s).
|
|
93929
94683
|
*
|
|
93930
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.
|
|
93931
|
-
* @param
|
|
93932
|
-
* @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.
|
|
93933
94687
|
*
|
|
93934
94688
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-BuildingSceneLayerView.html#highlight Read more...}
|
|
93935
94689
|
*/
|
|
93936
|
-
highlight(target: Graphic | Graphic[],
|
|
94690
|
+
highlight(target: Graphic | Graphic[], options?: BuildingSceneLayerViewHighlightOptions): Handle;
|
|
93937
94691
|
}
|
|
93938
94692
|
|
|
93939
94693
|
interface BuildingSceneLayerViewProperties extends LayerViewProperties {
|
|
93940
94694
|
}
|
|
93941
94695
|
|
|
93942
|
-
export interface
|
|
94696
|
+
export interface BuildingSceneLayerViewHighlightOptions {
|
|
93943
94697
|
name?: string;
|
|
93944
94698
|
}
|
|
93945
94699
|
|
|
@@ -93987,7 +94741,8 @@ declare namespace __esri {
|
|
|
93987
94741
|
*/
|
|
93988
94742
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
93989
94743
|
/**
|
|
93990
|
-
*
|
|
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).
|
|
93991
94746
|
*
|
|
93992
94747
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#hasAllFeaturesInView Read more...}
|
|
93993
94748
|
*/
|
|
@@ -94061,12 +94816,12 @@ declare namespace __esri {
|
|
|
94061
94816
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
94062
94817
|
*
|
|
94063
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.
|
|
94064
|
-
* @param
|
|
94065
|
-
* @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.
|
|
94066
94821
|
*
|
|
94067
94822
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#highlight Read more...}
|
|
94068
94823
|
*/
|
|
94069
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
94824
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
94070
94825
|
/**
|
|
94071
94826
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
94072
94827
|
*
|
|
@@ -94078,7 +94833,7 @@ declare namespace __esri {
|
|
|
94078
94833
|
*/
|
|
94079
94834
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
94080
94835
|
/**
|
|
94081
|
-
* 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
|
|
94082
94837
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
94083
94838
|
*
|
|
94084
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.
|
|
@@ -94087,7 +94842,7 @@ declare namespace __esri {
|
|
|
94087
94842
|
*
|
|
94088
94843
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#queryAttributeBins Read more...}
|
|
94089
94844
|
*/
|
|
94090
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
94845
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
94091
94846
|
/**
|
|
94092
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
|
|
94093
94848
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -94226,7 +94981,8 @@ declare namespace __esri {
|
|
|
94226
94981
|
*/
|
|
94227
94982
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
94228
94983
|
/**
|
|
94229
|
-
*
|
|
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).
|
|
94230
94986
|
*
|
|
94231
94987
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#hasAllFeaturesInView Read more...}
|
|
94232
94988
|
*/
|
|
@@ -94300,12 +95056,12 @@ declare namespace __esri {
|
|
|
94300
95056
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
94301
95057
|
*
|
|
94302
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.
|
|
94303
|
-
* @param
|
|
94304
|
-
* @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.
|
|
94305
95061
|
*
|
|
94306
95062
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#highlight Read more...}
|
|
94307
95063
|
*/
|
|
94308
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
95064
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
94309
95065
|
/**
|
|
94310
95066
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
94311
95067
|
*
|
|
@@ -94317,7 +95073,7 @@ declare namespace __esri {
|
|
|
94317
95073
|
*/
|
|
94318
95074
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
94319
95075
|
/**
|
|
94320
|
-
* 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
|
|
94321
95077
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
94322
95078
|
*
|
|
94323
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.
|
|
@@ -94326,7 +95082,7 @@ declare namespace __esri {
|
|
|
94326
95082
|
*
|
|
94327
95083
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#queryAttributeBins Read more...}
|
|
94328
95084
|
*/
|
|
94329
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
95085
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
94330
95086
|
/**
|
|
94331
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
|
|
94332
95088
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -94498,7 +95254,8 @@ declare namespace __esri {
|
|
|
94498
95254
|
*/
|
|
94499
95255
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
94500
95256
|
/**
|
|
94501
|
-
*
|
|
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).
|
|
94502
95259
|
*
|
|
94503
95260
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#hasAllFeaturesInView Read more...}
|
|
94504
95261
|
*/
|
|
@@ -94578,12 +95335,12 @@ declare namespace __esri {
|
|
|
94578
95335
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
94579
95336
|
*
|
|
94580
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.
|
|
94581
|
-
* @param
|
|
94582
|
-
* @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.
|
|
94583
95340
|
*
|
|
94584
95341
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#highlight Read more...}
|
|
94585
95342
|
*/
|
|
94586
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
95343
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
94587
95344
|
/**
|
|
94588
95345
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
94589
95346
|
*
|
|
@@ -94595,7 +95352,7 @@ declare namespace __esri {
|
|
|
94595
95352
|
*/
|
|
94596
95353
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
94597
95354
|
/**
|
|
94598
|
-
* 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
|
|
94599
95356
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
94600
95357
|
*
|
|
94601
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.
|
|
@@ -94604,7 +95361,7 @@ declare namespace __esri {
|
|
|
94604
95361
|
*
|
|
94605
95362
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#queryAttributeBins Read more...}
|
|
94606
95363
|
*/
|
|
94607
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
95364
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
94608
95365
|
/**
|
|
94609
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
|
|
94610
95367
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -94724,7 +95481,7 @@ declare namespace __esri {
|
|
|
94724
95481
|
*/
|
|
94725
95482
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
94726
95483
|
/**
|
|
94727
|
-
* 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
|
|
94728
95485
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
94729
95486
|
*
|
|
94730
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.
|
|
@@ -94733,7 +95490,7 @@ declare namespace __esri {
|
|
|
94733
95490
|
*
|
|
94734
95491
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerViewMixin.html#queryAttributeBins Read more...}
|
|
94735
95492
|
*/
|
|
94736
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
95493
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
94737
95494
|
/**
|
|
94738
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
|
|
94739
95496
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -94835,7 +95592,8 @@ declare namespace __esri {
|
|
|
94835
95592
|
*/
|
|
94836
95593
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
94837
95594
|
/**
|
|
94838
|
-
*
|
|
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).
|
|
94839
95597
|
*
|
|
94840
95598
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#hasAllFeaturesInView Read more...}
|
|
94841
95599
|
*/
|
|
@@ -94909,12 +95667,12 @@ declare namespace __esri {
|
|
|
94909
95667
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
94910
95668
|
*
|
|
94911
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.
|
|
94912
|
-
* @param
|
|
94913
|
-
* @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.
|
|
94914
95672
|
*
|
|
94915
95673
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#highlight Read more...}
|
|
94916
95674
|
*/
|
|
94917
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
95675
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
94918
95676
|
/**
|
|
94919
95677
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
94920
95678
|
*
|
|
@@ -94926,7 +95684,7 @@ declare namespace __esri {
|
|
|
94926
95684
|
*/
|
|
94927
95685
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
94928
95686
|
/**
|
|
94929
|
-
* 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
|
|
94930
95688
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
94931
95689
|
*
|
|
94932
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.
|
|
@@ -94935,7 +95693,7 @@ declare namespace __esri {
|
|
|
94935
95693
|
*
|
|
94936
95694
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#queryAttributeBins Read more...}
|
|
94937
95695
|
*/
|
|
94938
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
95696
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
94939
95697
|
/**
|
|
94940
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
|
|
94941
95699
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -95055,12 +95813,12 @@ declare namespace __esri {
|
|
|
95055
95813
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
95056
95814
|
*
|
|
95057
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.
|
|
95058
|
-
* @param
|
|
95059
|
-
* @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.
|
|
95060
95818
|
*
|
|
95061
95819
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GraphicsLayerView.html#highlight Read more...}
|
|
95062
95820
|
*/
|
|
95063
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
95821
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
95064
95822
|
/**
|
|
95065
95823
|
* Returns all graphics available for drawing in the layer view
|
|
95066
95824
|
* as a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Collection.html collection}.
|
|
@@ -95112,19 +95870,19 @@ declare namespace __esri {
|
|
|
95112
95870
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
95113
95871
|
*
|
|
95114
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.
|
|
95115
|
-
* @param
|
|
95116
|
-
* @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.
|
|
95117
95875
|
*
|
|
95118
95876
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-HighlightLayerViewMixin.html#highlight Read more...}
|
|
95119
95877
|
*/
|
|
95120
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
95878
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
95121
95879
|
}
|
|
95122
95880
|
|
|
95123
95881
|
interface HighlightLayerViewMixinProperties {
|
|
95124
95882
|
highlightOptions?: HighlightOptionsProperties | nullish;
|
|
95125
95883
|
}
|
|
95126
95884
|
|
|
95127
|
-
export interface
|
|
95885
|
+
export interface HighlightLayerViewMixinHighlightOptions {
|
|
95128
95886
|
name?: string;
|
|
95129
95887
|
}
|
|
95130
95888
|
|
|
@@ -95161,10 +95919,12 @@ declare namespace __esri {
|
|
|
95161
95919
|
* Highlights the given feature(s) in an ImageryLayerView.
|
|
95162
95920
|
*
|
|
95163
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.
|
|
95164
95924
|
*
|
|
95165
95925
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ImageryLayerView.html#highlight Read more...}
|
|
95166
95926
|
*/
|
|
95167
|
-
highlight(target: Graphic | Graphic[]): Handle;
|
|
95927
|
+
highlight(target: Graphic | Graphic[], options?: ImageryLayerViewHighlightOptions): Handle;
|
|
95168
95928
|
}
|
|
95169
95929
|
|
|
95170
95930
|
interface ImageryLayerViewProperties extends LayerViewProperties {
|
|
@@ -95183,6 +95943,10 @@ declare namespace __esri {
|
|
|
95183
95943
|
pixelData?: PixelData | nullish;
|
|
95184
95944
|
}
|
|
95185
95945
|
|
|
95946
|
+
export interface ImageryLayerViewHighlightOptions {
|
|
95947
|
+
name?: string;
|
|
95948
|
+
}
|
|
95949
|
+
|
|
95186
95950
|
export class ImageryTileLayerView extends LayerView {
|
|
95187
95951
|
/**
|
|
95188
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}
|
|
@@ -95398,12 +96162,12 @@ declare namespace __esri {
|
|
|
95398
96162
|
* Highlights the given media element(s) in a MediaLayerView.
|
|
95399
96163
|
*
|
|
95400
96164
|
* @param target The media element(s) to highlight.
|
|
95401
|
-
* @param
|
|
95402
|
-
* @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.
|
|
95403
96167
|
*
|
|
95404
96168
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-MediaLayerView.html#highlight Read more...}
|
|
95405
96169
|
*/
|
|
95406
|
-
highlight(target: ImageElement | VideoElement | Iterable<ImageElement | VideoElement>,
|
|
96170
|
+
highlight(target: ImageElement | VideoElement | Iterable<ImageElement | VideoElement>, options?: MediaLayerViewHighlightOptions): Handle;
|
|
95407
96171
|
}
|
|
95408
96172
|
|
|
95409
96173
|
interface MediaLayerViewProperties extends LayerViewProperties {
|
|
@@ -95427,7 +96191,7 @@ declare namespace __esri {
|
|
|
95427
96191
|
selectedElement?: ImageElement | VideoElement | nullish;
|
|
95428
96192
|
}
|
|
95429
96193
|
|
|
95430
|
-
export interface
|
|
96194
|
+
export interface MediaLayerViewHighlightOptions {
|
|
95431
96195
|
name?: string;
|
|
95432
96196
|
}
|
|
95433
96197
|
|
|
@@ -95474,7 +96238,8 @@ declare namespace __esri {
|
|
|
95474
96238
|
*/
|
|
95475
96239
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
95476
96240
|
/**
|
|
95477
|
-
*
|
|
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).
|
|
95478
96243
|
*
|
|
95479
96244
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#hasAllFeaturesInView Read more...}
|
|
95480
96245
|
*/
|
|
@@ -95548,12 +96313,12 @@ declare namespace __esri {
|
|
|
95548
96313
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
95549
96314
|
*
|
|
95550
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.
|
|
95551
|
-
* @param
|
|
95552
|
-
* @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.
|
|
95553
96318
|
*
|
|
95554
96319
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#highlight Read more...}
|
|
95555
96320
|
*/
|
|
95556
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
96321
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
95557
96322
|
/**
|
|
95558
96323
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
95559
96324
|
*
|
|
@@ -95565,7 +96330,7 @@ declare namespace __esri {
|
|
|
95565
96330
|
*/
|
|
95566
96331
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
95567
96332
|
/**
|
|
95568
|
-
* 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
|
|
95569
96334
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
95570
96335
|
*
|
|
95571
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.
|
|
@@ -95574,7 +96339,7 @@ declare namespace __esri {
|
|
|
95574
96339
|
*
|
|
95575
96340
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#queryAttributeBins Read more...}
|
|
95576
96341
|
*/
|
|
95577
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
96342
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
95578
96343
|
/**
|
|
95579
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
|
|
95580
96345
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -95677,18 +96442,18 @@ declare namespace __esri {
|
|
|
95677
96442
|
* Highlights the given point(s).
|
|
95678
96443
|
*
|
|
95679
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()}.
|
|
95680
|
-
* @param
|
|
95681
|
-
* @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.
|
|
95682
96447
|
*
|
|
95683
96448
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-PointCloudLayerView.html#highlight Read more...}
|
|
95684
96449
|
*/
|
|
95685
|
-
highlight(target: Graphic | Graphic[] | Collection<Graphic>,
|
|
96450
|
+
highlight(target: Graphic | Graphic[] | Collection<Graphic>, options?: PointCloudLayerViewHighlightOptions): Handle;
|
|
95686
96451
|
}
|
|
95687
96452
|
|
|
95688
96453
|
interface PointCloudLayerViewProperties extends LayerViewProperties {
|
|
95689
96454
|
}
|
|
95690
96455
|
|
|
95691
|
-
export interface
|
|
96456
|
+
export interface PointCloudLayerViewHighlightOptions {
|
|
95692
96457
|
name?: string;
|
|
95693
96458
|
}
|
|
95694
96459
|
|
|
@@ -95744,12 +96509,12 @@ declare namespace __esri {
|
|
|
95744
96509
|
* Highlights the given feature(s).
|
|
95745
96510
|
*
|
|
95746
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.
|
|
95747
|
-
* @param
|
|
95748
|
-
* @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.
|
|
95749
96514
|
*
|
|
95750
96515
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-SceneLayerView.html#highlight Read more...}
|
|
95751
96516
|
*/
|
|
95752
|
-
highlight(target: Graphic | Graphic[] | number | number[],
|
|
96517
|
+
highlight(target: Graphic | Graphic[] | number | number[], options?: SceneLayerViewHighlightOptions): Handle;
|
|
95753
96518
|
/**
|
|
95754
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
|
|
95755
96520
|
* returns the 3D {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -95811,7 +96576,7 @@ declare namespace __esri {
|
|
|
95811
96576
|
maximumNumberOfFeatures?: number;
|
|
95812
96577
|
}
|
|
95813
96578
|
|
|
95814
|
-
export interface
|
|
96579
|
+
export interface SceneLayerViewHighlightOptions {
|
|
95815
96580
|
name?: string;
|
|
95816
96581
|
}
|
|
95817
96582
|
|
|
@@ -95922,12 +96687,12 @@ declare namespace __esri {
|
|
|
95922
96687
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
95923
96688
|
*
|
|
95924
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.
|
|
95925
|
-
* @param
|
|
95926
|
-
* @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.
|
|
95927
96692
|
*
|
|
95928
96693
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-StreamLayerView.html#highlight Read more...}
|
|
95929
96694
|
*/
|
|
95930
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
96695
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
95931
96696
|
/**
|
|
95932
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.
|
|
95933
96698
|
*
|
|
@@ -96163,7 +96928,8 @@ declare namespace __esri {
|
|
|
96163
96928
|
*/
|
|
96164
96929
|
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
96165
96930
|
/**
|
|
96166
|
-
*
|
|
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).
|
|
96167
96933
|
*
|
|
96168
96934
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#hasAllFeaturesInView Read more...}
|
|
96169
96935
|
*/
|
|
@@ -96237,12 +97003,12 @@ declare namespace __esri {
|
|
|
96237
97003
|
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
96238
97004
|
*
|
|
96239
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.
|
|
96240
|
-
* @param
|
|
96241
|
-
* @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.
|
|
96242
97008
|
*
|
|
96243
97009
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#highlight Read more...}
|
|
96244
97010
|
*/
|
|
96245
|
-
highlight(target: Graphic | Graphic[] | number | number[] | string | string[],
|
|
97011
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
96246
97012
|
/**
|
|
96247
97013
|
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
96248
97014
|
*
|
|
@@ -96254,7 +97020,7 @@ declare namespace __esri {
|
|
|
96254
97020
|
*/
|
|
96255
97021
|
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
96256
97022
|
/**
|
|
96257
|
-
* 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
|
|
96258
97024
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
96259
97025
|
*
|
|
96260
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.
|
|
@@ -96263,7 +97029,7 @@ declare namespace __esri {
|
|
|
96263
97029
|
*
|
|
96264
97030
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#queryAttributeBins Read more...}
|
|
96265
97031
|
*/
|
|
96266
|
-
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<
|
|
97032
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
96267
97033
|
/**
|
|
96268
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
|
|
96269
97035
|
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
@@ -96570,15 +97336,7 @@ declare namespace __esri {
|
|
|
96570
97336
|
speedFactor?: number;
|
|
96571
97337
|
duration?: number;
|
|
96572
97338
|
maxDuration?: number;
|
|
96573
|
-
easing?: | "
|
|
96574
|
-
| "in-cubic"
|
|
96575
|
-
| "out-cubic"
|
|
96576
|
-
| "in-out-cubic"
|
|
96577
|
-
| "in-expo"
|
|
96578
|
-
| "out-expo"
|
|
96579
|
-
| "in-out-expo"
|
|
96580
|
-
| "in-out-coast-quad"
|
|
96581
|
-
| MapViewEasingFunction;
|
|
97339
|
+
easing?: "linear" | "ease" | "ease-in" | "ease-out" | "ease-in-out" | MapViewEasingFunction;
|
|
96582
97340
|
pickClosestTarget?: boolean;
|
|
96583
97341
|
signal?: AbortSignal | nullish;
|
|
96584
97342
|
}
|
|
@@ -107666,7 +108424,7 @@ declare namespace __esri {
|
|
|
107666
108424
|
*/
|
|
107667
108425
|
apiKey: string | nullish;
|
|
107668
108426
|
/**
|
|
107669
|
-
* When `true`, the assigned route layer will automatically solve whenever
|
|
108427
|
+
* When `true`, the assigned route layer will automatically solve whenever the stops or barriers (if any) are edited.
|
|
107670
108428
|
*
|
|
107671
108429
|
* @default true
|
|
107672
108430
|
*
|
|
@@ -107859,7 +108617,7 @@ declare namespace __esri {
|
|
|
107859
108617
|
*/
|
|
107860
108618
|
apiKey?: string | nullish;
|
|
107861
108619
|
/**
|
|
107862
|
-
* When `true`, the assigned route layer will automatically solve whenever
|
|
108620
|
+
* When `true`, the assigned route layer will automatically solve whenever the stops or barriers (if any) are edited.
|
|
107863
108621
|
*
|
|
107864
108622
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Directions-DirectionsViewModel.html#autoSolve Read more...}
|
|
107865
108623
|
*/
|
|
@@ -112658,12 +113416,10 @@ declare namespace __esri {
|
|
|
112658
113416
|
* Sets the view to a given target.
|
|
112659
113417
|
*
|
|
112660
113418
|
* @param params The parameters to pass to the `zoomTo()` method.
|
|
112661
|
-
* @param params.target The target location/viewpoint/extent to animate to.
|
|
112662
|
-
* @param params.options Options defining the animation, duration, and easing of the navigation.
|
|
112663
113419
|
*
|
|
112664
113420
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#zoomTo Read more...}
|
|
112665
113421
|
*/
|
|
112666
|
-
zoomTo(params:
|
|
113422
|
+
zoomTo(params: GoToParameters2D | GoToParameters3D): Promise<any>;
|
|
112667
113423
|
on(name: "trigger-action", eventHandler: FeaturesViewModelTriggerActionEventHandler): IHandle;
|
|
112668
113424
|
}
|
|
112669
113425
|
|
|
@@ -112861,11 +113617,6 @@ declare namespace __esri {
|
|
|
112861
113617
|
updateLocationEnabled?: boolean;
|
|
112862
113618
|
}
|
|
112863
113619
|
|
|
112864
|
-
export interface FeaturesViewModelZoomToParams {
|
|
112865
|
-
target: GoToTarget2D | GoToTarget3D;
|
|
112866
|
-
options?: GoToOptions2D | GoToOptions3D;
|
|
112867
|
-
}
|
|
112868
|
-
|
|
112869
113620
|
/**
|
|
112870
113621
|
* An object representing a point on the screen.
|
|
112871
113622
|
*
|
|
@@ -118605,7 +119356,7 @@ declare namespace __esri {
|
|
|
118605
119356
|
*
|
|
118606
119357
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html#layer Read more...}
|
|
118607
119358
|
*/
|
|
118608
|
-
layer: Layer | Sublayer | SubtypeSublayer | nullish;
|
|
119359
|
+
layer: Layer | Sublayer | SubtypeSublayer | SubtypeGroupLayer | nullish;
|
|
118609
119360
|
/**
|
|
118610
119361
|
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html LayerView} displaying data for the
|
|
118611
119362
|
* associated {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html#layer layer}.
|
|
@@ -118786,7 +119537,7 @@ declare namespace __esri {
|
|
|
118786
119537
|
*
|
|
118787
119538
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html#layer Read more...}
|
|
118788
119539
|
*/
|
|
118789
|
-
layer?: Layer | Sublayer | SubtypeSublayer | nullish;
|
|
119540
|
+
layer?: Layer | Sublayer | SubtypeSublayer | SubtypeGroupLayer | nullish;
|
|
118790
119541
|
/**
|
|
118791
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.
|
|
118792
119543
|
*
|
|
@@ -129816,7 +130567,27 @@ declare namespace __esri {
|
|
|
129816
130567
|
}
|
|
129817
130568
|
}
|
|
129818
130569
|
|
|
129819
|
-
export type GoToOverride = (view: MapView | SceneView, goToParameters:
|
|
130570
|
+
export type GoToOverride = (view: MapView | SceneView, goToParameters: GoToParameters2D | GoToParameters3D) => void;
|
|
130571
|
+
|
|
130572
|
+
/**
|
|
130573
|
+
* The parameters for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo MapView's goTo()} method.
|
|
130574
|
+
*
|
|
130575
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-support-widget.html#GoToParameters2D Read more...}
|
|
130576
|
+
*/
|
|
130577
|
+
export interface GoToParameters2D {
|
|
130578
|
+
target: GoToTarget2D;
|
|
130579
|
+
options?: GoToOptions2D;
|
|
130580
|
+
}
|
|
130581
|
+
|
|
130582
|
+
/**
|
|
130583
|
+
* The parameters for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#goTo SceneView's goTo()} method.
|
|
130584
|
+
*
|
|
130585
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-support-widget.html#GoToParameters3D Read more...}
|
|
130586
|
+
*/
|
|
130587
|
+
export interface GoToParameters3D {
|
|
130588
|
+
target: GoToTarget3D;
|
|
130589
|
+
options?: GoToOptions3D;
|
|
130590
|
+
}
|
|
129820
130591
|
|
|
129821
130592
|
export class Swipe extends Widget {
|
|
129822
130593
|
/**
|
|
@@ -130393,7 +131164,31 @@ declare namespace __esri {
|
|
|
130393
131164
|
*
|
|
130394
131165
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList-ListItem.html#layer Read more...}
|
|
130395
131166
|
*/
|
|
130396
|
-
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;
|
|
130397
131192
|
/**
|
|
130398
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.
|
|
130399
131194
|
*
|
|
@@ -130421,6 +131216,13 @@ declare namespace __esri {
|
|
|
130421
131216
|
>
|
|
130422
131217
|
>
|
|
130423
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>);
|
|
130424
131226
|
/**
|
|
130425
131227
|
* Allows you to display custom content for each ListItem
|
|
130426
131228
|
* in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TableList.html TableList} widget.
|