@arcgis/core 4.33.0-next.20250402 → 4.33.0-next.20250404
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/WebScene.js +1 -1
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/0669220e7acacd9c652a.js +1 -0
- package/assets/esri/core/workers/chunks/0cec53e6f1464c69448d.js +1 -0
- package/assets/esri/core/workers/chunks/{30a047bd66f333bb7d2d.js → 1364744b15b327abd5a1.js} +1 -1
- package/assets/esri/core/workers/chunks/{628395830c78b95b46dc.js → 290aed587aa647226b46.js} +1 -1
- package/assets/esri/core/workers/chunks/358a3a9326615d5e6d3b.js +1 -0
- package/assets/esri/core/workers/chunks/35ab75010817f1525e54.js +1 -0
- package/assets/esri/core/workers/chunks/386ea90e87254b0282ec.js +1 -0
- package/assets/esri/core/workers/chunks/61737e442b1f8e86164e.js +1 -0
- package/assets/esri/core/workers/chunks/69e606267dc5842ebf9d.js +1 -0
- package/assets/esri/core/workers/chunks/7099564a8853b81ba181.js +1 -0
- package/assets/esri/core/workers/chunks/8221f2e540abe1e0f048.js +1 -0
- package/assets/esri/core/workers/chunks/b06e3ba73f353592c81d.js +1 -0
- package/assets/esri/core/workers/chunks/{322cb1b1871d03b69f0a.js → baab3f0bdf78b6165fd6.js} +102 -102
- package/assets/esri/core/workers/chunks/c20ec58c7bc7d5893049.js +1 -0
- package/assets/esri/core/workers/chunks/c2d0fc13f4b746318a38.js +1 -0
- package/assets/esri/core/workers/chunks/{7e00122014d0a55363a8.js → ccb289911e7445b17763.js} +1 -1
- package/assets/esri/core/workers/chunks/eaead9e927ebadcf2cc3.js +1 -0
- package/assets/esri/core/workers/chunks/ed517687b3728fd2eb64.js +1 -0
- package/core/typedArrayUtil.js +1 -1
- package/editing/sharedTemplates/SharedTemplateProvider.js +1 -1
- package/geometry/Polygon.js +1 -1
- package/geometry/support/HalfFloatArray.js +1 -1
- package/geometry/support/buffer/BufferView.js +1 -1
- package/geometry/support/buffer/internals/Vec2.js +1 -1
- package/geometry/support/float16.js +5 -0
- package/interfaces.d.ts +591 -26
- package/layers/BuildingSceneLayer.js +1 -1
- package/layers/ParquetLayer.d.ts +4 -0
- package/layers/SceneLayer.js +1 -1
- package/package.json +2 -2
- package/portal/schemas/definitions.js +1 -1
- package/support/revision.js +1 -1
- package/undoredo/support/Services.js +1 -1
- package/views/2d/engine/Stage.js +1 -1
- package/views/2d/engine/vectorTiles/decluttering/CollisionJob.js +1 -1
- package/views/2d/engine/vectorTiles/decluttering/SymbolDeclutterer.js +1 -1
- package/views/2d/engine/vectorTiles/decluttering/SymbolFader.js +1 -1
- package/views/2d/engine/webgl/Painter.js +1 -1
- package/views/2d/engine/webgl/effects/highlight/HighlightSurfaces.js +1 -1
- package/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityResources.js +1 -1
- package/views/2d/engine/webgl/shaderGraph/techniques/heatmap/HeatmapResources.js +1 -1
- package/views/2d/layers/StreamLayerView2D.js +1 -1
- package/views/3d/environment/ChapmanAtmosphereTechnique.js +1 -1
- package/views/3d/environment/NoiseTextureAtlasTechnique.js +1 -1
- package/views/3d/environment/PrecipitationTechnique.js +1 -1
- package/views/3d/environment/SimpleAtmosphereTechnique.js +1 -1
- package/views/3d/layers/DrapedSubView3D.js +1 -1
- package/views/3d/support/buffer/InterleavedLayout.js +1 -1
- package/views/3d/terrain/PatchGeometry.js +1 -1
- package/views/3d/terrain/PatchGeometryFactory.js +1 -1
- package/views/3d/terrain/TerrainAttributes.js +1 -1
- package/views/3d/terrain/support/MultiSizeFramebuffer.js +1 -1
- package/views/3d/webgl/formats.js +1 -1
- package/views/3d/webgl-engine/core/FBOCache.js +1 -1
- package/views/3d/webgl-engine/core/shaderLibrary/attributes/PathVertexPosition.glsl.js +16 -16
- package/views/3d/webgl-engine/core/shaderLibrary/attributes/RibbonVertexPosition.glsl.js +5 -5
- package/views/3d/webgl-engine/core/shaderTechnique/ShaderTechnique.js +1 -1
- package/views/3d/webgl-engine/effects/RenderPlugin.js +1 -1
- package/views/3d/webgl-engine/effects/haze/HazeTechnique.js +1 -1
- package/views/3d/webgl-engine/effects/highlight/HighlightApplyTechnique.js +1 -1
- package/views/3d/webgl-engine/effects/highlight/ShadowHighlightTechnique.js +1 -1
- package/views/3d/webgl-engine/effects/magnifier/MagnifierTechnique.js +1 -1
- package/views/3d/webgl-engine/effects/stars/StarsTechnique.js +1 -1
- package/views/3d/webgl-engine/effects/transparency/OITBlendTechnique.js +1 -1
- package/views/3d/webgl-engine/lib/AttributeArray.js +1 -1
- package/views/3d/webgl-engine/lib/ChangeSet.js +1 -1
- package/views/3d/webgl-engine/lib/GLMaterials.js +1 -1
- package/views/3d/webgl-engine/lib/ITexture.js +1 -1
- package/views/3d/webgl-engine/lib/OrderIndependentTransparency.js +1 -1
- package/views/3d/webgl-engine/lib/PathBuilder.js +1 -1
- package/views/3d/webgl-engine/lib/PathGeometryData.js +1 -1
- package/views/3d/webgl-engine/lib/Renderer.js +1 -1
- package/views/3d/webgl-engine/lib/SortedRenderGeometryRenderer.js +1 -1
- package/views/3d/webgl-engine/lib/Texture.js +1 -1
- package/views/3d/webgl-engine/lib/TextureRepository.js +1 -1
- package/views/3d/webgl-engine/lib/TextureTechnique.js +1 -1
- package/views/3d/webgl-engine/lib/TextureUpdater.js +5 -0
- package/views/3d/webgl-engine/lib/VertexAttribute.js +1 -1
- package/views/3d/webgl-engine/lib/glUtil3D.js +1 -1
- package/views/3d/webgl-engine/lib/rendererUtils.js +1 -1
- package/views/3d/webgl-engine/materials/ColorMaterial.js +1 -1
- package/views/3d/webgl-engine/materials/ImageMaterial.js +1 -1
- package/views/3d/webgl-engine/materials/LineMarkerMaterial.js +1 -1
- package/views/3d/webgl-engine/materials/PathMaterial.js +1 -1
- package/views/3d/webgl-engine/materials/PathTechnique.js +1 -1
- package/views/3d/webgl-engine/materials/PatternMaterial.js +1 -1
- package/views/3d/webgl-engine/materials/RibbonLineMaterial.js +1 -1
- package/views/3d/webgl-engine/materials/internal/bufferWriterUtils.js +1 -1
- package/views/3d/webgl-engine/materials/renderers/MergedRenderer.js +1 -1
- package/views/3d/webgl-engine/shaders/CompositingTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/HUDMaterialTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/HeatmapDensityTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/HeatmapTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/ImageMaterialTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/LineMarkerTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/NativeLineTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/RibbonLineTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/ShadowCastAccumulateTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/ShadowCastVisualizeTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/SlicePlaneMaterialTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/TerrainTechnique.js +1 -1
- package/views/3d/webgl-engine/shaders/ViewshedTechnique.js +1 -1
- package/views/SceneView.js +1 -1
- package/views/layers/ParquetLayerView.d.ts +4 -0
- package/views/support/TextureCompressionWorker.js +1 -1
- package/views/webgl/FramebufferObject.js +1 -1
- package/views/webgl/Texture.js +1 -1
- package/views/webgl/Util.js +1 -1
- package/views/webgl/checkWebGLError.js +1 -1
- package/views/webgl/enums.js +1 -1
- package/views/webgl/renderState.js +1 -1
- package/views/webgl/testFloatBufferBlend.js +1 -1
- package/views/webgl/textureUtils.js +1 -1
- package/widgets/Editor/CreateFeaturesWorkflow.js +1 -1
- package/widgets/Editor/UpdateWorkflow.js +1 -1
- package/widgets/Editor/workflowUtils.js +1 -1
- package/widgets/Editor.js +1 -1
- package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/UtilityNetworkAssociationItemList.js +1 -1
- package/widgets/FeatureForm/FeatureFormUtilityNetworkAssociations/UtilityNetworkAssociationSettings.js +1 -1
- package/widgets/FeatureForm/FeatureFormViewModel.js +1 -1
- package/widgets/FeatureForm/UtilityNetworkAssociationAddAssociationViewModel.js +1 -1
- package/widgets/FeatureForm.js +1 -1
- package/widgets/support/GridControls/GridControlsViewModel.js +1 -1
- package/widgets/support/GridControls.js +1 -1
- package/widgets/support/UtilityNetworkAssociations/utils/getFeatureTitle.js +1 -1
- package/assets/esri/core/workers/chunks/1d322685016263f86cf5.js +0 -1
- package/assets/esri/core/workers/chunks/2219d970ece5676ca6ee.js +0 -1
- package/assets/esri/core/workers/chunks/401ff3c83789c72e9ac9.js +0 -1
- package/assets/esri/core/workers/chunks/555c95b149e3a82a4460.js +0 -1
- package/assets/esri/core/workers/chunks/6828e4936db0121a9638.js +0 -1
- package/assets/esri/core/workers/chunks/6e679703b5d6fc1b91a5.js +0 -1
- package/assets/esri/core/workers/chunks/6f3731f19497cbc6ea74.js +0 -1
- package/assets/esri/core/workers/chunks/7649d59b0b7d53818a29.js +0 -1
- package/assets/esri/core/workers/chunks/a56da688088404259481.js +0 -1
- package/assets/esri/core/workers/chunks/e6469173c65531d6524a.js +0 -1
- package/assets/esri/core/workers/chunks/e8312c999b3f0c9ef09e.js +0 -1
- package/assets/esri/core/workers/chunks/e9e517a2141e504eec64.js +0 -1
- package/assets/esri/core/workers/chunks/fa9ef9e8eae505371965.js +0 -1
- package/assets/esri/core/workers/chunks/fb5b852d0f72df014377.js +0 -1
package/interfaces.d.ts
CHANGED
|
@@ -8961,7 +8961,7 @@ declare namespace __esri {
|
|
|
8961
8961
|
}
|
|
8962
8962
|
|
|
8963
8963
|
/**
|
|
8964
|
-
* Returns the planar area of a 2D geometry
|
|
8964
|
+
* Returns the planar area of a 2D geometry.
|
|
8965
8965
|
*
|
|
8966
8966
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-areaOperator.html Read more...}
|
|
8967
8967
|
*/
|
|
@@ -8972,7 +8972,7 @@ declare namespace __esri {
|
|
|
8972
8972
|
*
|
|
8973
8973
|
* @param geometry The geometry to calculate the area from.
|
|
8974
8974
|
* @param options Additional options.
|
|
8975
|
-
* @param options.unit The area unit of the return value.
|
|
8975
|
+
* @param options.unit The area unit of the return value. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
8976
8976
|
*
|
|
8977
8977
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-areaOperator.html#execute Read more...}
|
|
8978
8978
|
*/
|
|
@@ -9045,7 +9045,7 @@ declare namespace __esri {
|
|
|
9045
9045
|
* @param geometry The input geometry to be buffered.
|
|
9046
9046
|
* @param distance The buffer distance for the geometry. Unless the `unit` option is set, the default is the geometry's spatial reference unit.
|
|
9047
9047
|
* @param options Additional options.
|
|
9048
|
-
* @param options.unit The length unit of the buffer distance. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9048
|
+
* @param options.unit The length unit of the buffer distance. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9049
9049
|
*
|
|
9050
9050
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-bufferOperator.html#execute Read more...}
|
|
9051
9051
|
*/
|
|
@@ -9059,7 +9059,7 @@ declare namespace __esri {
|
|
|
9059
9059
|
* @param options.maxDeviation The max deviation of the result buffer from the true buffer. When the value is NaN, internal logic is used to select deviation based on the buffer distance. Unless the `unit` option is set, the default is the geometries spatial reference unit.
|
|
9060
9060
|
* @param options.maxVerticesInFullCircle The maximum number of vertices in the polygon produced from a buffered point.
|
|
9061
9061
|
* @param options.union Indicates if the buffer geometries should be unioned. When set to `true`, the output will be a single geometry.
|
|
9062
|
-
* @param options.unit The length unit of the buffer distances and max deviation. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9062
|
+
* @param options.unit The length unit of the buffer distances and max deviation. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9063
9063
|
*
|
|
9064
9064
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-bufferOperator.html#executeMany Read more...}
|
|
9065
9065
|
*/
|
|
@@ -9259,7 +9259,7 @@ declare namespace __esri {
|
|
|
9259
9259
|
* @param options Additional options.
|
|
9260
9260
|
* @param options.maxAngleInDegrees The maximum angle that a new vertex can deviate from the original geometry. The number must be greater than or equal to zero. Applicable only on curves. The default value of `0` disables densification by angle. The value will be capped at 90.
|
|
9261
9261
|
* @param options.maxDeviation The maximum distance a newly placed vertex on a densified polyline can deviate from the original location on the curve. The number must be greater than or equal to zero. Applicable only on curves. The default of passing `0` disables densification by deviation. Unless the `unit` option is set, the default is the geometry's spatial reference unit.
|
|
9262
|
-
* @param options.unit The length unit of `maxSegmentLength` and `maxDeviation`. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9262
|
+
* @param options.unit The length unit of `maxSegmentLength` and `maxDeviation`. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9263
9263
|
*
|
|
9264
9264
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-densifyOperator.html#execute Read more...}
|
|
9265
9265
|
*/
|
|
@@ -9272,7 +9272,7 @@ declare namespace __esri {
|
|
|
9272
9272
|
* @param options Additional options.
|
|
9273
9273
|
* @param options.maxAngleInDegrees The maximum angle allowed. The number must be greater than or equal to zero. Applicable only on curves. The default of passing `0` disables densification by angle. The value will be capped at pi/2.
|
|
9274
9274
|
* @param options.maxDeviation The maximum deviation allowed. The number must be greater than or equal to zero. Applicable only on curves. The default of passing `0` disables densification by deviation.
|
|
9275
|
-
* @param options.unit The length unit of `maxSegmentLength` and `maxDeviation`. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9275
|
+
* @param options.unit The length unit of `maxSegmentLength` and `maxDeviation`. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9276
9276
|
*
|
|
9277
9277
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-densifyOperator.html#executeMany Read more...}
|
|
9278
9278
|
*/
|
|
@@ -9363,7 +9363,7 @@ declare namespace __esri {
|
|
|
9363
9363
|
* @param geometry1 The first input geometry.
|
|
9364
9364
|
* @param geometry2 The second input geometry.
|
|
9365
9365
|
* @param options Additional options.
|
|
9366
|
-
* @param options.unit The length unit of the distance. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9366
|
+
* @param options.unit The length unit of the distance. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9367
9367
|
*
|
|
9368
9368
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-distanceOperator.html#execute Read more...}
|
|
9369
9369
|
*/
|
|
@@ -9452,7 +9452,7 @@ declare namespace __esri {
|
|
|
9452
9452
|
* @param maxDeviation The maximum allowed deviation from the generalized geometry to the original geometry. If maxDeviation <= 0 the operator returns the input geometry. Unless the `unit` option is set, the default is the spatial reference unit of `geometry`.
|
|
9453
9453
|
* @param options Additional options.
|
|
9454
9454
|
* @param options.removeDegenerateParts Preserves degenerate parts. The operator will try to output three distinct vertices for closed polyline paths and polygon rings, and it will output two distinct vertices for open polyline paths. When set to `true`, the degenerate parts of the geometry will be removed from the output. This may not be desirable for displaying the geometry.
|
|
9455
|
-
* @param options.unit The length unit of `maxDeviation`. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9455
|
+
* @param options.unit The length unit of `maxDeviation`. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9456
9456
|
*
|
|
9457
9457
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-generalizeOperator.html#execute Read more...}
|
|
9458
9458
|
*/
|
|
@@ -9464,7 +9464,7 @@ declare namespace __esri {
|
|
|
9464
9464
|
* @param maxDeviation The maximum allowed deviation from the generalized geometry to the original geometry. If the value is less than or equal to zero, then the operator returns the input geometries. Unless the `unit` option is set, the default is the spatial reference unit of `geometries`.
|
|
9465
9465
|
* @param options Additional options.
|
|
9466
9466
|
* @param options.removeDegenerateParts Preserves degenerate parts. The operator will try to output three distinct vertices for closed polyline paths and polygon rings, and it will output two distinct vertices for open polyline paths. When set to `true`, the degenerate parts of the geometries will be removed from the output. This may not be desirable for displaying the geometries.
|
|
9467
|
-
* @param options.unit The length unit of `maxDeviation`. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9467
|
+
* @param options.unit The length unit of `maxDeviation`. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9468
9468
|
*
|
|
9469
9469
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-generalizeOperator.html#executeMany Read more...}
|
|
9470
9470
|
*/
|
|
@@ -9835,7 +9835,7 @@ declare namespace __esri {
|
|
|
9835
9835
|
* @param options.maxVerticesInFullCircle The maximum number of vertices in the polygon produced from a buffered point.
|
|
9836
9836
|
* @param options.miterLimit Defines when miter joins are replaced with bevel joins.
|
|
9837
9837
|
* @param options.union Indicates if the buffer geometries should be unioned. When set to `true`, the output will be a single geometry.
|
|
9838
|
-
* @param options.unit The length unit of the buffer distances and max deviation. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9838
|
+
* @param options.unit The length unit of the buffer distances and max deviation. The default is the input geometries spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9839
9839
|
*
|
|
9840
9840
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-graphicBufferOperator.html#executeMany Read more...}
|
|
9841
9841
|
*/
|
|
@@ -9950,7 +9950,7 @@ declare namespace __esri {
|
|
|
9950
9950
|
* @param geometry2 The second geometry.
|
|
9951
9951
|
* @param distance The distance (must be positive). Unless the `unit` option is set, the default is the geometry's spatial reference unit.
|
|
9952
9952
|
* @param options Additional options.
|
|
9953
|
-
* @param options.unit The length unit of the distance. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9953
|
+
* @param options.unit The length unit of the distance. Unless the `unit` option is set, the default is the geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
9954
9954
|
*
|
|
9955
9955
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-isNearOperator.html#execute Read more...}
|
|
9956
9956
|
*/
|
|
@@ -10002,7 +10002,7 @@ declare namespace __esri {
|
|
|
10002
10002
|
*
|
|
10003
10003
|
* @param geometry The geometry to calculate the length from.
|
|
10004
10004
|
* @param options Additional options.
|
|
10005
|
-
* @param options.unit The length unit of the return value. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10005
|
+
* @param options.unit The length unit of the return value. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10006
10006
|
*
|
|
10007
10007
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-lengthOperator.html#execute Read more...}
|
|
10008
10008
|
*/
|
|
@@ -10129,7 +10129,7 @@ declare namespace __esri {
|
|
|
10129
10129
|
* @param options.flattenError The maximum distance of the resulting segments compared to the true circular arc (used only when `joins` is set to `"round"`). The algorithm never produces more than around 180 vertices for each round join.
|
|
10130
10130
|
* @param options.joins Defines the join type of the offset geometry.
|
|
10131
10131
|
* @param options.miterLimit Defines when miter joins are replaced with bevel joins.
|
|
10132
|
-
* @param options.unit The length unit of the offset distance. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10132
|
+
* @param options.unit The length unit of the offset distance. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10133
10133
|
*
|
|
10134
10134
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-offsetOperator.html#execute Read more...}
|
|
10135
10135
|
*/
|
|
@@ -10143,7 +10143,7 @@ declare namespace __esri {
|
|
|
10143
10143
|
* @param options.flattenError The maximum distance of the resulting segments compared to the true circular arc (used only when joins is round). The algorithm never produces more than around 180 vertices for each round join.
|
|
10144
10144
|
* @param options.joins Defines the join type of the offset geometry.
|
|
10145
10145
|
* @param options.miterLimit Defines when miter joins are replaced with bevel joins.
|
|
10146
|
-
* @param options.unit The length unit of the offset distance. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10146
|
+
* @param options.unit The length unit of the offset distance. The default is the input geometries spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10147
10147
|
*
|
|
10148
10148
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-offsetOperator.html#executeMany Read more...}
|
|
10149
10149
|
*/
|
|
@@ -10252,7 +10252,7 @@ declare namespace __esri {
|
|
|
10252
10252
|
* @param remainingArea The size of the remaining piece of the uncut polygon. Pass zero, if you want to slice the whole polygon. Unless the `unit` option is set, the default is the spatial reference unit of `polygon`.
|
|
10253
10253
|
* @param options Additional options.
|
|
10254
10254
|
* @param options.transform The affine transformation to apply to the polygon before slicing. When applying the transformation, the slicing starts from the bottom and proceeds to the top. The default is the identity transformation. For horizontal slices, use {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-support-Transformation.html#setIdentity Transformation.setIdentity()}. To slice vertically, apply {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-support-Transformation.html#setSwapCoordinates Transformation.setSwapCoordinates()} that swaps x and y coordinate values, and for an arbitrary angle, use {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-support-Transformation.html#rotate Transformation.rotate()}.
|
|
10255
|
-
* @param options.unit The area unit of the remaining area.
|
|
10255
|
+
* @param options.unit The area unit of the remaining area. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10256
10256
|
*
|
|
10257
10257
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-polygonSlicerOperator.html#findSlicesByArea Read more...}
|
|
10258
10258
|
*/
|
|
@@ -10368,7 +10368,7 @@ declare namespace __esri {
|
|
|
10368
10368
|
* @param options Additional options.
|
|
10369
10369
|
* @param options.calculateLeftRightSide When the parameter is set to true, this function will calculate the left/right side of a polyline or polygon. Look for the result in the `rightSide` property of the returned `ProximityResult` object.
|
|
10370
10370
|
* @param options.testPolygonInterior When `geometry` is a polygon, the function will test if `point` is inside of the polygon. Points that are inside of the polygon have zero distance to the polygon. When set to false, the function will not check if the point is inside of the polygon, but will only determine proximity to the boundary.
|
|
10371
|
-
* @param options.unit The length unit of the result distance. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10371
|
+
* @param options.unit The length unit of the result distance. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10372
10372
|
*
|
|
10373
10373
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-proximityOperator.html#getNearestCoordinate Read more...}
|
|
10374
10374
|
*/
|
|
@@ -10379,7 +10379,7 @@ declare namespace __esri {
|
|
|
10379
10379
|
* @param geometry The input geometry.
|
|
10380
10380
|
* @param point The point used to search for the nearest coordinate in the input `geometry`.
|
|
10381
10381
|
* @param options Additional options.
|
|
10382
|
-
* @param options.unit The length unit of the result distance. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10382
|
+
* @param options.unit The length unit of the result distance. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10383
10383
|
*
|
|
10384
10384
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-proximityOperator.html#getNearestVertex Read more...}
|
|
10385
10385
|
*/
|
|
@@ -10392,7 +10392,7 @@ declare namespace __esri {
|
|
|
10392
10392
|
* @param searchRadius The planar distance from the `inputPoint` to search for vertices. Unless the `unit` option is set, the default is the geometry's spatial reference unit.
|
|
10393
10393
|
* @param maxVertexCountToReturn The maximum number of vertices that will be returned. Must be a positive number.
|
|
10394
10394
|
* @param options Additional options.
|
|
10395
|
-
* @param options.unit The length unit of the search radius and result distances. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10395
|
+
* @param options.unit The length unit of the search radius and result distances. The default is the input geometry's spatial reference unit. An error will be thrown if this is set for Geographic Coordinate Systems.
|
|
10396
10396
|
*
|
|
10397
10397
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-proximityOperator.html#getNearestVertices Read more...}
|
|
10398
10398
|
*/
|
|
@@ -11083,6 +11083,8 @@ declare namespace __esri {
|
|
|
11083
11083
|
* Checks to see if polygon rings cross each other and indicates if the polygon is
|
|
11084
11084
|
* self-intersecting, which means the ring of the polygon crosses itself.
|
|
11085
11085
|
*
|
|
11086
|
+
* @deprecated since 4.33. Please use {@link module:esri/geometry/operators/simplifyOperator#isSimple simplifyOperator.isSimple()} instead.
|
|
11087
|
+
*
|
|
11086
11088
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html#isSelfIntersecting Read more...}
|
|
11087
11089
|
*/
|
|
11088
11090
|
readonly isSelfIntersecting: boolean;
|
|
@@ -16951,7 +16953,7 @@ declare namespace __esri {
|
|
|
16951
16953
|
dataChanged: boolean;
|
|
16952
16954
|
}
|
|
16953
16955
|
|
|
16954
|
-
export interface CSVLayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OrderedLayer,
|
|
16956
|
+
export interface CSVLayer extends Layer, BlendLayer, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OrderedLayer, ScaleRangeLayer, TemporalLayer, TrackableLayer {
|
|
16955
16957
|
}
|
|
16956
16958
|
|
|
16957
16959
|
export class CSVLayer {
|
|
@@ -17216,7 +17218,7 @@ declare namespace __esri {
|
|
|
17216
17218
|
get popupTemplate(): PopupTemplate | nullish;
|
|
17217
17219
|
set popupTemplate(value: PopupTemplateProperties | nullish);
|
|
17218
17220
|
/**
|
|
17219
|
-
* The portal item from which the
|
|
17221
|
+
* The portal item referencing the CSV file from which the CSVLayer is loaded.
|
|
17220
17222
|
*
|
|
17221
17223
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#portalItem Read more...}
|
|
17222
17224
|
*/
|
|
@@ -17381,10 +17383,9 @@ declare namespace __esri {
|
|
|
17381
17383
|
on(name: "layerview-create", eventHandler: CSVLayerLayerviewCreateEventHandler): IHandle;
|
|
17382
17384
|
on(name: "layerview-create-error", eventHandler: CSVLayerLayerviewCreateErrorEventHandler): IHandle;
|
|
17383
17385
|
on(name: "layerview-destroy", eventHandler: CSVLayerLayerviewDestroyEventHandler): IHandle;
|
|
17384
|
-
static fromJSON(json: any): CSVLayer;
|
|
17385
17386
|
}
|
|
17386
17387
|
|
|
17387
|
-
interface CSVLayerProperties extends LayerProperties, BlendLayerProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OrderedLayerProperties,
|
|
17388
|
+
interface CSVLayerProperties extends LayerProperties, BlendLayerProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OrderedLayerProperties, ScaleRangeLayerProperties, TemporalLayerProperties, TrackableLayerProperties {
|
|
17388
17389
|
/**
|
|
17389
17390
|
* This property is used to configure the associated layer's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html FeatureTable}.
|
|
17390
17391
|
*
|
|
@@ -17554,7 +17555,7 @@ declare namespace __esri {
|
|
|
17554
17555
|
*/
|
|
17555
17556
|
popupTemplate?: PopupTemplateProperties | nullish;
|
|
17556
17557
|
/**
|
|
17557
|
-
* The portal item from which the
|
|
17558
|
+
* The portal item referencing the CSV file from which the CSVLayer is loaded.
|
|
17558
17559
|
*
|
|
17559
17560
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#portalItem Read more...}
|
|
17560
17561
|
*/
|
|
@@ -23933,6 +23934,7 @@ declare namespace __esri {
|
|
|
23933
23934
|
| "ogc-feature"
|
|
23934
23935
|
| "open-street-map"
|
|
23935
23936
|
| "oriented-imagery"
|
|
23937
|
+
| "parquet"
|
|
23936
23938
|
| "point-cloud"
|
|
23937
23939
|
| "route"
|
|
23938
23940
|
| "scene"
|
|
@@ -27988,6 +27990,362 @@ declare namespace __esri {
|
|
|
27988
27990
|
ignoreUnsupported?: boolean;
|
|
27989
27991
|
}
|
|
27990
27992
|
|
|
27993
|
+
export interface ParquetLayer extends Layer, BlendLayer, CustomParametersMixin, DisplayFilteredLayer, FeatureEffectLayer, FeatureReductionLayer, OperationalLayer, OrderedLayer, ScaleRangeLayer {
|
|
27994
|
+
}
|
|
27995
|
+
|
|
27996
|
+
export class ParquetLayer {
|
|
27997
|
+
/**
|
|
27998
|
+
* 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.
|
|
27999
|
+
*
|
|
28000
|
+
* @default "normal"
|
|
28001
|
+
*
|
|
28002
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#blendMode Read more...}
|
|
28003
|
+
*/
|
|
28004
|
+
declare blendMode: BlendLayer["blendMode"];
|
|
28005
|
+
/**
|
|
28006
|
+
* Copyright information for the layer.
|
|
28007
|
+
*
|
|
28008
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#copyright Read more...}
|
|
28009
|
+
*/
|
|
28010
|
+
copyright: string | nullish;
|
|
28011
|
+
/**
|
|
28012
|
+
* A list of custom parameters appended to the URL of all resources fetched by the layer.
|
|
28013
|
+
*
|
|
28014
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#customParameters Read more...}
|
|
28015
|
+
*/
|
|
28016
|
+
declare customParameters: CustomParametersMixin["customParameters"];
|
|
28017
|
+
/**
|
|
28018
|
+
* Indicates whether the layer's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#displayFilterInfo displayFilterInfo} is applied when rendering the layer in the view.
|
|
28019
|
+
*
|
|
28020
|
+
* @default true
|
|
28021
|
+
*
|
|
28022
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#displayFilterEnabled Read more...}
|
|
28023
|
+
*/
|
|
28024
|
+
declare displayFilterEnabled: DisplayFilteredLayer["displayFilterEnabled"];
|
|
28025
|
+
/**
|
|
28026
|
+
* Information related to a display filter associated with a layer.
|
|
28027
|
+
*
|
|
28028
|
+
* @default null
|
|
28029
|
+
*
|
|
28030
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#displayFilterInfo Read more...}
|
|
28031
|
+
*/
|
|
28032
|
+
declare displayFilterInfo: DisplayFilteredLayer["displayFilterInfo"];
|
|
28033
|
+
/**
|
|
28034
|
+
* Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to
|
|
28035
|
+
* how image filters work.
|
|
28036
|
+
*
|
|
28037
|
+
* @default null
|
|
28038
|
+
*
|
|
28039
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#effect Read more...}
|
|
28040
|
+
*/
|
|
28041
|
+
effect: Effect | nullish;
|
|
28042
|
+
/**
|
|
28043
|
+
* A convenient property that can be used to make case-insensitive lookups for a field by name.
|
|
28044
|
+
*
|
|
28045
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#fieldsIndex Read more...}
|
|
28046
|
+
*/
|
|
28047
|
+
readonly fieldsIndex: FieldsIndex;
|
|
28048
|
+
/**
|
|
28049
|
+
* The geometry type of features in the layer.
|
|
28050
|
+
*
|
|
28051
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#geometryType Read more...}
|
|
28052
|
+
*/
|
|
28053
|
+
geometryType: "point" | "polygon" | "polyline" | "multipoint";
|
|
28054
|
+
/**
|
|
28055
|
+
* Indicates whether to display labels for this layer.
|
|
28056
|
+
*
|
|
28057
|
+
* @default true
|
|
28058
|
+
*
|
|
28059
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#labelsVisible Read more...}
|
|
28060
|
+
*/
|
|
28061
|
+
labelsVisible: boolean;
|
|
28062
|
+
/**
|
|
28063
|
+
* Indicates whether the layer will be included in the legend.
|
|
28064
|
+
*
|
|
28065
|
+
* @default true
|
|
28066
|
+
*
|
|
28067
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#legendEnabled Read more...}
|
|
28068
|
+
*/
|
|
28069
|
+
legendEnabled: boolean;
|
|
28070
|
+
/**
|
|
28071
|
+
* The maximum scale (most zoomed in) at which the layer is visible in the view.
|
|
28072
|
+
*
|
|
28073
|
+
* @default 0
|
|
28074
|
+
*
|
|
28075
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#maxScale Read more...}
|
|
28076
|
+
*/
|
|
28077
|
+
declare maxScale: ScaleRangeLayer["maxScale"];
|
|
28078
|
+
/**
|
|
28079
|
+
* The minimum scale (most zoomed out) at which the layer is visible in the view.
|
|
28080
|
+
*
|
|
28081
|
+
* @default 0
|
|
28082
|
+
*
|
|
28083
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#minScale Read more...}
|
|
28084
|
+
*/
|
|
28085
|
+
declare minScale: ScaleRangeLayer["minScale"];
|
|
28086
|
+
/**
|
|
28087
|
+
* The name of an `oid` {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#fields field} containing
|
|
28088
|
+
* a unique value or identifier for each feature in the layer.
|
|
28089
|
+
*
|
|
28090
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#objectIdField Read more...}
|
|
28091
|
+
*/
|
|
28092
|
+
objectIdField: string;
|
|
28093
|
+
/**
|
|
28094
|
+
* Enable persistence of the layer in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html WebMap} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html WebScene}.
|
|
28095
|
+
*
|
|
28096
|
+
* @default true
|
|
28097
|
+
*
|
|
28098
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#persistenceEnabled Read more...}
|
|
28099
|
+
*/
|
|
28100
|
+
declare persistenceEnabled: OperationalLayer["persistenceEnabled"];
|
|
28101
|
+
/**
|
|
28102
|
+
* Indicates whether to display popups when features in the layer are clicked.
|
|
28103
|
+
*
|
|
28104
|
+
* @default true
|
|
28105
|
+
*
|
|
28106
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#popupEnabled Read more...}
|
|
28107
|
+
*/
|
|
28108
|
+
popupEnabled: boolean;
|
|
28109
|
+
readonly type: "parquet";
|
|
28110
|
+
/**
|
|
28111
|
+
* The ParquetLayer provides a way to visualize parquet files in a map.
|
|
28112
|
+
*
|
|
28113
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html Read more...}
|
|
28114
|
+
*/
|
|
28115
|
+
constructor(properties?: ParquetLayerProperties);
|
|
28116
|
+
/**
|
|
28117
|
+
* The featureEffect can be used to draw attention features of interest.
|
|
28118
|
+
*
|
|
28119
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#featureEffect Read more...}
|
|
28120
|
+
*/
|
|
28121
|
+
get featureEffect(): FeatureEffect | nullish;
|
|
28122
|
+
set featureEffect(value: FeatureEffectProperties | nullish);
|
|
28123
|
+
/**
|
|
28124
|
+
* Configures the method for reducing the number of features in the view.
|
|
28125
|
+
*
|
|
28126
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#featureReduction Read more...}
|
|
28127
|
+
*/
|
|
28128
|
+
get featureReduction(): FeatureReductionBinning | FeatureReductionCluster | FeatureReductionSelection | nullish;
|
|
28129
|
+
set featureReduction(value: | (FeatureReductionBinningProperties & { type: "binning" })
|
|
28130
|
+
| (FeatureReductionClusterProperties & { type: "cluster" })
|
|
28131
|
+
| (FeatureReductionSelectionProperties & { type: "selection" })
|
|
28132
|
+
| nullish);
|
|
28133
|
+
/**
|
|
28134
|
+
* An array of fields in the layer.
|
|
28135
|
+
*
|
|
28136
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#fields Read more...}
|
|
28137
|
+
*/
|
|
28138
|
+
get fields(): Field[];
|
|
28139
|
+
set fields(value: FieldProperties[]);
|
|
28140
|
+
/**
|
|
28141
|
+
* The label definition for this layer, specified as an array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html LabelClass}.
|
|
28142
|
+
*
|
|
28143
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#labelingInfo Read more...}
|
|
28144
|
+
*/
|
|
28145
|
+
get labelingInfo(): LabelClass[] | nullish;
|
|
28146
|
+
set labelingInfo(value: LabelClassProperties[] | nullish);
|
|
28147
|
+
/**
|
|
28148
|
+
* Determines the order in which features are drawn in the view.
|
|
28149
|
+
*
|
|
28150
|
+
* @default null
|
|
28151
|
+
*
|
|
28152
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#orderBy Read more...}
|
|
28153
|
+
*/
|
|
28154
|
+
get orderBy(): OrderByInfo[] | nullish;
|
|
28155
|
+
set orderBy(value: OrderByInfoProperties[] | nullish);
|
|
28156
|
+
/**
|
|
28157
|
+
* The popup template for the layer.
|
|
28158
|
+
*
|
|
28159
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#popupTemplate Read more...}
|
|
28160
|
+
*/
|
|
28161
|
+
get popupTemplate(): PopupTemplate | nullish;
|
|
28162
|
+
set popupTemplate(value: PopupTemplateProperties | nullish);
|
|
28163
|
+
/**
|
|
28164
|
+
* The renderer assigned to the layer.
|
|
28165
|
+
*
|
|
28166
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#renderer Read more...}
|
|
28167
|
+
*/
|
|
28168
|
+
get renderer(): RendererUnion | nullish;
|
|
28169
|
+
set renderer(value: | (HeatmapRendererProperties & { type: "heatmap" })
|
|
28170
|
+
| (SimpleRendererProperties & { type: "simple" })
|
|
28171
|
+
| (ClassBreaksRendererProperties & { type: "class-breaks" })
|
|
28172
|
+
| (UniqueValueRendererProperties & { type: "unique-value" })
|
|
28173
|
+
| (DotDensityRendererProperties & { type: "dot-density" })
|
|
28174
|
+
| (DictionaryRendererProperties & { type: "dictionary" })
|
|
28175
|
+
| (PieChartRendererProperties & { type: "pie-chart" })
|
|
28176
|
+
| nullish);
|
|
28177
|
+
/**
|
|
28178
|
+
* The spatial reference of the layer.
|
|
28179
|
+
*
|
|
28180
|
+
* @default SpatialReference.WGS84
|
|
28181
|
+
*
|
|
28182
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#spatialReference Read more...}
|
|
28183
|
+
*/
|
|
28184
|
+
get spatialReference(): SpatialReference;
|
|
28185
|
+
set spatialReference(value: SpatialReferenceProperties);
|
|
28186
|
+
/**
|
|
28187
|
+
* Collection of urls for parquet files.
|
|
28188
|
+
*
|
|
28189
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#urls Read more...}
|
|
28190
|
+
*/
|
|
28191
|
+
get urls(): Collection<string>;
|
|
28192
|
+
set urls(value: CollectionProperties<string>);
|
|
28193
|
+
static fromJSON(json: any): ParquetLayer;
|
|
28194
|
+
}
|
|
28195
|
+
|
|
28196
|
+
interface ParquetLayerProperties extends LayerProperties, BlendLayerProperties, CustomParametersMixinProperties, DisplayFilteredLayerProperties, FeatureEffectLayerProperties, FeatureReductionLayerProperties, OperationalLayerProperties, OrderedLayerProperties, ScaleRangeLayerProperties {
|
|
28197
|
+
/**
|
|
28198
|
+
* 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.
|
|
28199
|
+
*
|
|
28200
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#blendMode Read more...}
|
|
28201
|
+
*/
|
|
28202
|
+
blendMode?: BlendLayerProperties["blendMode"];
|
|
28203
|
+
/**
|
|
28204
|
+
* Copyright information for the layer.
|
|
28205
|
+
*
|
|
28206
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#copyright Read more...}
|
|
28207
|
+
*/
|
|
28208
|
+
copyright?: string | nullish;
|
|
28209
|
+
/**
|
|
28210
|
+
* A list of custom parameters appended to the URL of all resources fetched by the layer.
|
|
28211
|
+
*
|
|
28212
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#customParameters Read more...}
|
|
28213
|
+
*/
|
|
28214
|
+
customParameters?: CustomParametersMixinProperties["customParameters"];
|
|
28215
|
+
/**
|
|
28216
|
+
* Indicates whether the layer's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#displayFilterInfo displayFilterInfo} is applied when rendering the layer in the view.
|
|
28217
|
+
*
|
|
28218
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#displayFilterEnabled Read more...}
|
|
28219
|
+
*/
|
|
28220
|
+
displayFilterEnabled?: DisplayFilteredLayerProperties["displayFilterEnabled"];
|
|
28221
|
+
/**
|
|
28222
|
+
* Information related to a display filter associated with a layer.
|
|
28223
|
+
*
|
|
28224
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#displayFilterInfo Read more...}
|
|
28225
|
+
*/
|
|
28226
|
+
displayFilterInfo?: DisplayFilteredLayerProperties["displayFilterInfo"];
|
|
28227
|
+
/**
|
|
28228
|
+
* Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to
|
|
28229
|
+
* how image filters work.
|
|
28230
|
+
*
|
|
28231
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#effect Read more...}
|
|
28232
|
+
*/
|
|
28233
|
+
effect?: Effect | nullish;
|
|
28234
|
+
/**
|
|
28235
|
+
* The featureEffect can be used to draw attention features of interest.
|
|
28236
|
+
*
|
|
28237
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#featureEffect Read more...}
|
|
28238
|
+
*/
|
|
28239
|
+
featureEffect?: FeatureEffectProperties | nullish;
|
|
28240
|
+
/**
|
|
28241
|
+
* Configures the method for reducing the number of features in the view.
|
|
28242
|
+
*
|
|
28243
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#featureReduction Read more...}
|
|
28244
|
+
*/
|
|
28245
|
+
featureReduction?: | (FeatureReductionBinningProperties & { type: "binning" })
|
|
28246
|
+
| (FeatureReductionClusterProperties & { type: "cluster" })
|
|
28247
|
+
| (FeatureReductionSelectionProperties & { type: "selection" })
|
|
28248
|
+
| nullish;
|
|
28249
|
+
/**
|
|
28250
|
+
* An array of fields in the layer.
|
|
28251
|
+
*
|
|
28252
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#fields Read more...}
|
|
28253
|
+
*/
|
|
28254
|
+
fields?: FieldProperties[];
|
|
28255
|
+
/**
|
|
28256
|
+
* The geometry type of features in the layer.
|
|
28257
|
+
*
|
|
28258
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#geometryType Read more...}
|
|
28259
|
+
*/
|
|
28260
|
+
geometryType?: "point" | "polygon" | "polyline" | "multipoint";
|
|
28261
|
+
/**
|
|
28262
|
+
* The label definition for this layer, specified as an array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html LabelClass}.
|
|
28263
|
+
*
|
|
28264
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#labelingInfo Read more...}
|
|
28265
|
+
*/
|
|
28266
|
+
labelingInfo?: LabelClassProperties[] | nullish;
|
|
28267
|
+
/**
|
|
28268
|
+
* Indicates whether to display labels for this layer.
|
|
28269
|
+
*
|
|
28270
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#labelsVisible Read more...}
|
|
28271
|
+
*/
|
|
28272
|
+
labelsVisible?: boolean;
|
|
28273
|
+
/**
|
|
28274
|
+
* Indicates whether the layer will be included in the legend.
|
|
28275
|
+
*
|
|
28276
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#legendEnabled Read more...}
|
|
28277
|
+
*/
|
|
28278
|
+
legendEnabled?: boolean;
|
|
28279
|
+
/**
|
|
28280
|
+
* The maximum scale (most zoomed in) at which the layer is visible in the view.
|
|
28281
|
+
*
|
|
28282
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#maxScale Read more...}
|
|
28283
|
+
*/
|
|
28284
|
+
maxScale?: ScaleRangeLayerProperties["maxScale"];
|
|
28285
|
+
/**
|
|
28286
|
+
* The minimum scale (most zoomed out) at which the layer is visible in the view.
|
|
28287
|
+
*
|
|
28288
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#minScale Read more...}
|
|
28289
|
+
*/
|
|
28290
|
+
minScale?: ScaleRangeLayerProperties["minScale"];
|
|
28291
|
+
/**
|
|
28292
|
+
* The name of an `oid` {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#fields field} containing
|
|
28293
|
+
* a unique value or identifier for each feature in the layer.
|
|
28294
|
+
*
|
|
28295
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#objectIdField Read more...}
|
|
28296
|
+
*/
|
|
28297
|
+
objectIdField?: string;
|
|
28298
|
+
/**
|
|
28299
|
+
* Determines the order in which features are drawn in the view.
|
|
28300
|
+
*
|
|
28301
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#orderBy Read more...}
|
|
28302
|
+
*/
|
|
28303
|
+
orderBy?: OrderByInfoProperties[] | nullish;
|
|
28304
|
+
/**
|
|
28305
|
+
* Enable persistence of the layer in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html WebMap} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html WebScene}.
|
|
28306
|
+
*
|
|
28307
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#persistenceEnabled Read more...}
|
|
28308
|
+
*/
|
|
28309
|
+
persistenceEnabled?: OperationalLayerProperties["persistenceEnabled"];
|
|
28310
|
+
/**
|
|
28311
|
+
* Indicates whether to display popups when features in the layer are clicked.
|
|
28312
|
+
*
|
|
28313
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#popupEnabled Read more...}
|
|
28314
|
+
*/
|
|
28315
|
+
popupEnabled?: boolean;
|
|
28316
|
+
/**
|
|
28317
|
+
* The popup template for the layer.
|
|
28318
|
+
*
|
|
28319
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#popupTemplate Read more...}
|
|
28320
|
+
*/
|
|
28321
|
+
popupTemplate?: PopupTemplateProperties | nullish;
|
|
28322
|
+
/**
|
|
28323
|
+
* The renderer assigned to the layer.
|
|
28324
|
+
*
|
|
28325
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#renderer Read more...}
|
|
28326
|
+
*/
|
|
28327
|
+
renderer?: | (HeatmapRendererProperties & { type: "heatmap" })
|
|
28328
|
+
| (SimpleRendererProperties & { type: "simple" })
|
|
28329
|
+
| (ClassBreaksRendererProperties & { type: "class-breaks" })
|
|
28330
|
+
| (UniqueValueRendererProperties & { type: "unique-value" })
|
|
28331
|
+
| (DotDensityRendererProperties & { type: "dot-density" })
|
|
28332
|
+
| (DictionaryRendererProperties & { type: "dictionary" })
|
|
28333
|
+
| (PieChartRendererProperties & { type: "pie-chart" })
|
|
28334
|
+
| nullish;
|
|
28335
|
+
/**
|
|
28336
|
+
* The spatial reference of the layer.
|
|
28337
|
+
*
|
|
28338
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#spatialReference Read more...}
|
|
28339
|
+
*/
|
|
28340
|
+
spatialReference?: SpatialReferenceProperties;
|
|
28341
|
+
/**
|
|
28342
|
+
* Collection of urls for parquet files.
|
|
28343
|
+
*
|
|
28344
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#urls Read more...}
|
|
28345
|
+
*/
|
|
28346
|
+
urls?: CollectionProperties<string>;
|
|
28347
|
+
}
|
|
28348
|
+
|
|
27991
28349
|
export class PointCloudBitfieldFilter extends PointCloudFilter {
|
|
27992
28350
|
/**
|
|
27993
28351
|
* An array of bit positions where the bit value must be `0`, otherwise the point will not be displayed.
|
|
@@ -96959,6 +97317,213 @@ declare namespace __esri {
|
|
|
96959
97317
|
maximumNumberOfFeaturesExceeded?: FeatureLayerViewMixinProperties["maximumNumberOfFeaturesExceeded"];
|
|
96960
97318
|
}
|
|
96961
97319
|
|
|
97320
|
+
export interface ParquetLayerView extends LayerView, FeatureLayerViewMixin, HighlightLayerViewMixin {
|
|
97321
|
+
}
|
|
97322
|
+
|
|
97323
|
+
export class ParquetLayerView {
|
|
97324
|
+
/**
|
|
97325
|
+
* A list of attribute fields fetched for each feature including fields required for layer's `renderer`
|
|
97326
|
+
* `labelingInfo`, `elevationInfo`, and additional fields defined on the `outFields` properties.
|
|
97327
|
+
*
|
|
97328
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#availableFields Read more...}
|
|
97329
|
+
*/
|
|
97330
|
+
declare readonly availableFields: FeatureLayerViewMixin["availableFields"];
|
|
97331
|
+
/**
|
|
97332
|
+
* Indicates whether the layer view is currently fetching new features.
|
|
97333
|
+
*
|
|
97334
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#dataUpdating Read more...}
|
|
97335
|
+
*/
|
|
97336
|
+
declare readonly dataUpdating: FeatureLayerViewMixin["dataUpdating"];
|
|
97337
|
+
/**
|
|
97338
|
+
* Indicates whether the layer view contains all available features from the service.
|
|
97339
|
+
*
|
|
97340
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#hasAllFeatures Read more...}
|
|
97341
|
+
*/
|
|
97342
|
+
declare readonly hasAllFeatures: FeatureLayerViewMixin["hasAllFeatures"];
|
|
97343
|
+
/**
|
|
97344
|
+
* This property helps determine if the layer view has successfully retrieved all relevant data for the current extent, even if no features are visible
|
|
97345
|
+
* (for example, if the result is zero).
|
|
97346
|
+
*
|
|
97347
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#hasAllFeaturesInView Read more...}
|
|
97348
|
+
*/
|
|
97349
|
+
declare readonly hasAllFeaturesInView: FeatureLayerViewMixin["hasAllFeaturesInView"];
|
|
97350
|
+
/**
|
|
97351
|
+
* Indicates whether the layer view has geometries at full resolution.
|
|
97352
|
+
*
|
|
97353
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#hasFullGeometries Read more...}
|
|
97354
|
+
*/
|
|
97355
|
+
declare readonly hasFullGeometries: FeatureLayerViewMixin["hasFullGeometries"];
|
|
97356
|
+
/**
|
|
97357
|
+
* The maximum number of features that can be displayed at a time.
|
|
97358
|
+
*
|
|
97359
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#maximumNumberOfFeatures Read more...}
|
|
97360
|
+
*/
|
|
97361
|
+
declare maximumNumberOfFeatures: FeatureLayerViewMixin["maximumNumberOfFeatures"];
|
|
97362
|
+
/**
|
|
97363
|
+
* Signifies whether the maximum number of features has been exceeded.
|
|
97364
|
+
*
|
|
97365
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#maximumNumberOfFeaturesExceeded Read more...}
|
|
97366
|
+
*/
|
|
97367
|
+
declare maximumNumberOfFeaturesExceeded: FeatureLayerViewMixin["maximumNumberOfFeaturesExceeded"];
|
|
97368
|
+
/**
|
|
97369
|
+
* Represents the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html LayerView} of a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html ParquetLayer}
|
|
97370
|
+
* after it has been added to a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map}.
|
|
97371
|
+
*
|
|
97372
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html Read more...}
|
|
97373
|
+
*/
|
|
97374
|
+
constructor(properties?: ParquetLayerViewProperties);
|
|
97375
|
+
/**
|
|
97376
|
+
* The featureEffect can be used to draw attention features of interest.
|
|
97377
|
+
*
|
|
97378
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#featureEffect Read more...}
|
|
97379
|
+
*/
|
|
97380
|
+
get featureEffect(): FeatureEffect | nullish;
|
|
97381
|
+
set featureEffect(value: FeatureEffectProperties | nullish);
|
|
97382
|
+
/**
|
|
97383
|
+
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#where attribute},
|
|
97384
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#geometry geometry},
|
|
97385
|
+
* and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#timeExtent time extent}
|
|
97386
|
+
* filter.
|
|
97387
|
+
*
|
|
97388
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#filter Read more...}
|
|
97389
|
+
*/
|
|
97390
|
+
get filter(): FeatureFilter | nullish;
|
|
97391
|
+
set filter(value: FeatureFilterProperties | nullish);
|
|
97392
|
+
/**
|
|
97393
|
+
* Options for configuring the highlight.
|
|
97394
|
+
*
|
|
97395
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#highlightOptions Read more...}
|
|
97396
|
+
*/
|
|
97397
|
+
get highlightOptions(): HighlightOptions | nullish;
|
|
97398
|
+
set highlightOptions(value: HighlightOptionsProperties | nullish);
|
|
97399
|
+
/**
|
|
97400
|
+
* Creates query parameter object that can be used to {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#queryAggregates fetch aggregate features} as they are being
|
|
97401
|
+
* displayed.
|
|
97402
|
+
*
|
|
97403
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#createAggregateQuery Read more...}
|
|
97404
|
+
*/
|
|
97405
|
+
createAggregateQuery(): Query;
|
|
97406
|
+
/**
|
|
97407
|
+
* Creates a query parameter object that can be used to fetch features as they are being
|
|
97408
|
+
* displayed.
|
|
97409
|
+
*
|
|
97410
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#createQuery Read more...}
|
|
97411
|
+
*/
|
|
97412
|
+
createQuery(): Query;
|
|
97413
|
+
/**
|
|
97414
|
+
* Highlights the given feature(s) in a layer view using the named {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html HighlightOptions}
|
|
97415
|
+
* from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
|
|
97416
|
+
*
|
|
97417
|
+
* @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.
|
|
97418
|
+
* @param options An object with the following properties.
|
|
97419
|
+
* @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.
|
|
97420
|
+
*
|
|
97421
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#highlight Read more...}
|
|
97422
|
+
*/
|
|
97423
|
+
highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
|
|
97424
|
+
/**
|
|
97425
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against aggregate features (i.e.
|
|
97426
|
+
*
|
|
97427
|
+
* @param query Specifies the parameters of the query. Leave this parameter empty to query all aggregates in the view.
|
|
97428
|
+
* @param options An object with the following properties.
|
|
97429
|
+
* @param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Error.html Error} named `AbortError` when an abort is signaled. See also [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) for more information on how to construct a controller that can be used to deliver abort signals.
|
|
97430
|
+
*
|
|
97431
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#queryAggregates Read more...}
|
|
97432
|
+
*/
|
|
97433
|
+
queryAggregates(query?: QueryProperties, options?: FeatureLayerViewMixinQueryAggregatesOptions): Promise<FeatureSet>;
|
|
97434
|
+
/**
|
|
97435
|
+
* 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
|
|
97436
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet} containing the series of bins.
|
|
97437
|
+
*
|
|
97438
|
+
* @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.
|
|
97439
|
+
* @param options An object with the following properties.
|
|
97440
|
+
* @param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Error.html Error} named `AbortError` when an abort is signaled. See also [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) for more information on how to construct a controller that can be used to deliver abort signals.
|
|
97441
|
+
*
|
|
97442
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#queryAttributeBins Read more...}
|
|
97443
|
+
*/
|
|
97444
|
+
queryAttributeBins(binsQuery: AttributeBinsQueryProperties, options?: FeatureLayerViewMixinQueryAttributeBinsOptions): Promise<AttributeBinsFeatureSet>;
|
|
97445
|
+
/**
|
|
97446
|
+
* 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
|
|
97447
|
+
* returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html Extent} of features that satisfy the query.
|
|
97448
|
+
*
|
|
97449
|
+
* @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.
|
|
97450
|
+
* @param options An object with the following properties.
|
|
97451
|
+
* @param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Error.html Error} named `AbortError` when an abort is signaled. See also [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) for more information on how to construct a controller that can be used to deliver abort signals.
|
|
97452
|
+
*
|
|
97453
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#queryExtent Read more...}
|
|
97454
|
+
*/
|
|
97455
|
+
queryExtent(query?: QueryProperties, options?: FeatureLayerViewMixinQueryExtentOptions): Promise<any>;
|
|
97456
|
+
/**
|
|
97457
|
+
* 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
|
|
97458
|
+
* and returns the number of features that satisfy the query.
|
|
97459
|
+
*
|
|
97460
|
+
* @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.
|
|
97461
|
+
* @param options An object with the following properties.
|
|
97462
|
+
* @param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Error.html Error} named `AbortError` when an abort is signaled. See also [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) for more information on how to construct a controller that can be used to deliver abort signals.
|
|
97463
|
+
*
|
|
97464
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#queryFeatureCount Read more...}
|
|
97465
|
+
*/
|
|
97466
|
+
queryFeatureCount(query?: QueryProperties, options?: FeatureLayerViewMixinQueryFeatureCountOptions): Promise<number>;
|
|
97467
|
+
/**
|
|
97468
|
+
* 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
|
|
97469
|
+
* and returns a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html FeatureSet}.
|
|
97470
|
+
*
|
|
97471
|
+
* @param query Specifies the attributes and spatial filter of the query. When this parameter is not passed to `queryFeatures()` method, then a default query is created using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#createQuery createQuery()} method and all features that pass the layer view {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#filter filter} are returned along with their attributes that are {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#availableFields available on the client}. To only return features visible in the view, set the `geometry` parameter in the query object to the view's extent.
|
|
97472
|
+
* @param options An object with the following properties.
|
|
97473
|
+
* @param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Error.html Error} named `AbortError` when an abort is signaled. See also [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) for more information on how to construct a controller that can be used to deliver abort signals.
|
|
97474
|
+
*
|
|
97475
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#queryFeatures Read more...}
|
|
97476
|
+
*/
|
|
97477
|
+
queryFeatures(query?: QueryProperties, options?: FeatureLayerViewMixinQueryFeaturesOptions): Promise<FeatureSet>;
|
|
97478
|
+
/**
|
|
97479
|
+
* Executes a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html Query} against features available for drawing in
|
|
97480
|
+
* the layerView and returns array of the ObjectIDs of features that satisfy the input query.
|
|
97481
|
+
*
|
|
97482
|
+
* @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.
|
|
97483
|
+
* @param options An object with the following properties.
|
|
97484
|
+
* @param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Error.html Error} named `AbortError` when an abort is signaled. See also [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) for more information on how to construct a controller that can be used to deliver abort signals.
|
|
97485
|
+
*
|
|
97486
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#queryObjectIds Read more...}
|
|
97487
|
+
*/
|
|
97488
|
+
queryObjectIds(query?: QueryProperties, options?: FeatureLayerViewMixinQueryObjectIdsOptions): Promise<(number | string)[]>;
|
|
97489
|
+
}
|
|
97490
|
+
|
|
97491
|
+
interface ParquetLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
|
|
97492
|
+
/**
|
|
97493
|
+
* The featureEffect can be used to draw attention features of interest.
|
|
97494
|
+
*
|
|
97495
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#featureEffect Read more...}
|
|
97496
|
+
*/
|
|
97497
|
+
featureEffect?: FeatureEffectProperties | nullish;
|
|
97498
|
+
/**
|
|
97499
|
+
* The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#where attribute},
|
|
97500
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#geometry geometry},
|
|
97501
|
+
* and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#timeExtent time extent}
|
|
97502
|
+
* filter.
|
|
97503
|
+
*
|
|
97504
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#filter Read more...}
|
|
97505
|
+
*/
|
|
97506
|
+
filter?: FeatureFilterProperties | nullish;
|
|
97507
|
+
/**
|
|
97508
|
+
* Options for configuring the highlight.
|
|
97509
|
+
*
|
|
97510
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#highlightOptions Read more...}
|
|
97511
|
+
*/
|
|
97512
|
+
highlightOptions?: HighlightOptionsProperties | nullish;
|
|
97513
|
+
/**
|
|
97514
|
+
* The maximum number of features that can be displayed at a time.
|
|
97515
|
+
*
|
|
97516
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#maximumNumberOfFeatures Read more...}
|
|
97517
|
+
*/
|
|
97518
|
+
maximumNumberOfFeatures?: FeatureLayerViewMixinProperties["maximumNumberOfFeatures"];
|
|
97519
|
+
/**
|
|
97520
|
+
* Signifies whether the maximum number of features has been exceeded.
|
|
97521
|
+
*
|
|
97522
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#maximumNumberOfFeaturesExceeded Read more...}
|
|
97523
|
+
*/
|
|
97524
|
+
maximumNumberOfFeaturesExceeded?: FeatureLayerViewMixinProperties["maximumNumberOfFeaturesExceeded"];
|
|
97525
|
+
}
|
|
97526
|
+
|
|
96962
97527
|
export class PointCloudLayerView extends LayerView {
|
|
96963
97528
|
/**
|
|
96964
97529
|
* A list of attribute fields fetched for each point including fields required for layer
|
|
@@ -131191,8 +131756,8 @@ declare namespace __esri {
|
|
|
131191
131756
|
*
|
|
131192
131757
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-support-GridControls-GridControlsViewModel.html#gridColor Read more...}
|
|
131193
131758
|
*/
|
|
131194
|
-
get gridColor(): Color;
|
|
131195
|
-
set gridColor(value: ColorProperties);
|
|
131759
|
+
get gridColor(): Color | nullish;
|
|
131760
|
+
set gridColor(value: ColorProperties | nullish);
|
|
131196
131761
|
/**
|
|
131197
131762
|
* This is the snapping options object that will be configured by the 'enable snapping' property.
|
|
131198
131763
|
*
|
|
@@ -131222,7 +131787,7 @@ declare namespace __esri {
|
|
|
131222
131787
|
*
|
|
131223
131788
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-support-GridControls-GridControlsViewModel.html#gridColor Read more...}
|
|
131224
131789
|
*/
|
|
131225
|
-
gridColor?: ColorProperties;
|
|
131790
|
+
gridColor?: ColorProperties | nullish;
|
|
131226
131791
|
/**
|
|
131227
131792
|
* Sets the interactive placement state, either starting or ending a draw operation that implicitly adjusts the grid.
|
|
131228
131793
|
*
|