@arcgis/core 5.0.0-next.126 → 5.0.0-next.128
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/Camera.d.ts +1 -1
- package/Ground.d.ts +7 -7
- package/PopupTemplate.d.ts +6 -6
- package/WebScene.d.ts +1 -1
- package/analysis/AreaMeasurementAnalysis.d.ts +1 -1
- package/analysis/DirectLineMeasurementAnalysis.d.ts +1 -1
- package/analysis/LengthDimension.d.ts +4 -4
- package/analysis/ShadowCastAnalysis.d.ts +3 -3
- package/analysis/SliceAnalysis.d.ts +1 -1
- package/analysis/SlicePlane.d.ts +1 -1
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/{0a4ebb5dca630a4ab0dd.js → 236f8137ae505c8f0764.js} +1 -1
- package/assets/esri/core/workers/chunks/84905581a3782e95ec34.js +1 -0
- package/assets/esri/core/workers/chunks/{f5f513997cde0ce0f2a2.js → 8eb535b43e1220cf0d75.js} +1 -1
- package/config.js +1 -1
- package/effects/FocusAreas.d.ts +1 -1
- package/form/elements/FieldElement.d.ts +1 -1
- package/form/elements/GroupElement.d.ts +1 -1
- package/form/elements/TextElement.d.ts +1 -1
- package/form/elements/inputs/ComboBoxInput.d.ts +1 -1
- package/form/elements/inputs/RadioButtonsInput.d.ts +1 -1
- package/form/elements/inputs/SwitchInput.d.ts +1 -1
- package/geometry/Mesh.d.ts +7 -7
- package/geometry/operators/alphaShapeOperator.d.ts +1 -1
- package/geometry/operators/areaOperator.d.ts +1 -1
- package/geometry/operators/bufferOperator.d.ts +1 -1
- package/geometry/operators/centroidOperator.d.ts +1 -1
- package/geometry/operators/clipOperator.d.ts +1 -1
- package/geometry/operators/containsOperator.d.ts +1 -1
- package/geometry/operators/convexHullOperator.d.ts +1 -1
- package/geometry/operators/crossesOperator.d.ts +1 -1
- package/geometry/operators/cutOperator.d.ts +1 -1
- package/geometry/operators/densifyOperator.d.ts +1 -1
- package/geometry/operators/differenceOperator.d.ts +1 -1
- package/geometry/operators/disjointOperator.d.ts +1 -1
- package/geometry/operators/distanceOperator.d.ts +1 -1
- package/geometry/operators/generalizeOperator.d.ts +1 -1
- package/geometry/operators/geodesicProximityOperator.d.ts +1 -1
- package/geometry/operators/geodeticDistanceOperator.d.ts +1 -1
- package/geometry/operators/geodeticUtilsOperator.d.ts +2 -2
- package/geometry/operators/graphicBufferOperator.d.ts +1 -1
- package/geometry/operators/intersectionOperator.d.ts +1 -1
- package/geometry/operators/intersectsOperator.d.ts +1 -1
- package/geometry/operators/isNearOperator.d.ts +1 -1
- package/geometry/operators/lengthOperator.d.ts +1 -1
- package/geometry/operators/locateBetweenOperator.d.ts +1 -1
- package/geometry/operators/multiPartToSinglePartOperator.d.ts +1 -1
- package/geometry/operators/offsetOperator.d.ts +5 -5
- package/geometry/operators/overlapsOperator.d.ts +1 -1
- package/geometry/operators/proximityOperator.d.ts +1 -1
- package/geometry/operators/simplifyOGCOperator.d.ts +1 -1
- package/geometry/operators/simplifyOperator.d.ts +1 -1
- package/geometry/operators/support/Transformation.d.ts +6 -6
- package/geometry/operators/symmetricDifferenceOperator.d.ts +1 -1
- package/geometry/operators/touchesOperator.d.ts +1 -1
- package/geometry/operators/unionOperator.d.ts +1 -1
- package/geometry/operators/withinOperator.d.ts +1 -1
- package/geometry/support/MeshMaterialMetallicRoughness.d.ts +1 -1
- package/kernel.js +1 -1
- package/layers/BuildingSceneLayer.d.ts +4 -4
- package/layers/CSVLayer.d.ts +2 -2
- package/layers/CatalogLayer.d.ts +2 -2
- package/layers/ElevationLayer.d.ts +1 -1
- package/layers/FeatureLayer.d.ts +2 -2
- package/layers/GeoJSONLayer.d.ts +2 -2
- package/layers/GeoRSSLayer.d.ts +1 -1
- package/layers/GraphicsLayer.d.ts +2 -2
- package/layers/ImageryLayer.d.ts +3 -3
- package/layers/ImageryTileLayer.d.ts +2 -2
- package/layers/IntegratedMesh3DTilesLayer.d.ts +6 -6
- package/layers/IntegratedMeshLayer.d.ts +7 -7
- package/layers/Layer.d.ts +1 -0
- package/layers/MapImageLayer.d.ts +1 -1
- package/layers/MediaLayer.d.ts +1 -1
- package/layers/OGCFeatureLayer.d.ts +2 -2
- package/layers/PointCloudLayer.d.ts +1 -1
- package/layers/SceneLayer.d.ts +5 -5
- package/layers/StreamLayer.d.ts +2 -2
- package/layers/VectorTileLayer.d.ts +2 -2
- package/layers/VideoLayer.d.ts +1 -1
- package/layers/VoxelLayer.d.ts +8 -8
- package/layers/WFSLayer.d.ts +6 -6
- package/layers/catalog/CatalogFootprintLayer.d.ts +1 -1
- package/layers/mixins/BlendLayer.d.ts +6 -6
- package/layers/pointCloudFilters/PointCloudReturnFilter.d.ts +1 -1
- package/layers/pointCloudFilters/PointCloudValueFilter.d.ts +1 -1
- package/layers/support/DimensionalDefinition.d.ts +2 -2
- package/layers/support/FeatureEffect.d.ts +4 -4
- package/layers/support/FeatureFilter.d.ts +17 -17
- package/layers/support/FeatureReductionBinning.d.ts +1 -1
- package/layers/support/FeatureReductionCluster.d.ts +9 -9
- package/layers/support/LabelClass.d.ts +2 -2
- package/layers/support/RasterFunction.d.ts +1 -1
- package/layers/support/SceneFilter.d.ts +2 -2
- package/layers/support/SceneModification.d.ts +3 -3
- package/package.json +1 -1
- package/popup/content/AttachmentsContent.d.ts +1 -1
- package/popup/content/BarChartMediaInfo.d.ts +1 -1
- package/popup/content/ColumnChartMediaInfo.d.ts +1 -1
- package/popup/content/FieldsContent.d.ts +1 -1
- package/popup/content/ImageMediaInfo.d.ts +1 -1
- package/popup/content/LineChartMediaInfo.d.ts +1 -1
- package/popup/content/MediaContent.d.ts +1 -1
- package/popup/content/PieChartMediaInfo.d.ts +1 -1
- package/popup/content/RelationshipContent.d.ts +1 -1
- package/popup/content/TextContent.d.ts +1 -1
- package/renderers/DotDensityRenderer.d.ts +3 -3
- package/renderers/FlowRenderer.d.ts +6 -6
- package/renderers/HeatmapRenderer.d.ts +3 -3
- package/renderers/PieChartRenderer.d.ts +1 -1
- package/renderers/RasterShadedReliefRenderer.d.ts +1 -1
- package/renderers/Renderer.d.ts +2 -2
- package/renderers/SimpleRenderer.d.ts +1 -1
- package/renderers/VectorFieldRenderer.d.ts +1 -1
- package/renderers/mixins/VisualVariablesMixin.d.ts +8 -8
- package/rest/query/operations/pbfFlatFeatureSet.js +1 -1
- package/rest/query/support/AttachmentInfo.d.ts +1 -1
- package/rest/support/AutoIntervalBinParameters.d.ts +1 -1
- package/rest/support/DateBinParameters.d.ts +1 -1
- package/rest/support/FixedBoundariesBinParameters.d.ts +1 -1
- package/rest/support/FixedIntervalBinParameters.d.ts +1 -1
- package/smartMapping/labels/clusters.d.ts +1 -1
- package/smartMapping/popup/clusters.d.ts +2 -2
- package/smartMapping/popup/templates.d.ts +1 -1
- package/smartMapping/raster/renderers/flow.d.ts +2 -2
- package/smartMapping/renderers/color.d.ts +12 -12
- package/smartMapping/renderers/predominance.d.ts +3 -3
- package/smartMapping/renderers/relationship.d.ts +15 -15
- package/smartMapping/renderers/univariateColorSize.d.ts +4 -4
- package/smartMapping/symbology/color.d.ts +4 -4
- package/smartMapping/symbology/flow.d.ts +2 -2
- package/smartMapping/symbology/types.d.ts +18 -18
- package/support/revision.js +1 -1
- package/symbols/CIMSymbol.d.ts +1 -1
- package/symbols/FillSymbol3DLayer.d.ts +3 -3
- package/symbols/IconSymbol3DLayer.d.ts +1 -1
- package/symbols/LabelSymbol3D.d.ts +2 -2
- package/symbols/LineStyleMarker3D.d.ts +7 -7
- package/symbols/LineSymbol3D.d.ts +2 -2
- package/symbols/LineSymbol3DLayer.d.ts +7 -7
- package/symbols/LineSymbolMarker.d.ts +6 -6
- package/symbols/MarkerSymbol.d.ts +1 -1
- package/symbols/MeshSymbol3D.d.ts +2 -2
- package/symbols/ObjectSymbol3DLayer.d.ts +1 -1
- package/symbols/PathSymbol3DLayer.d.ts +14 -14
- package/symbols/PictureFillSymbol.d.ts +1 -1
- package/symbols/PictureMarkerSymbol.d.ts +1 -1
- package/symbols/PointSymbol3D.d.ts +3 -3
- package/symbols/PolygonSymbol3D.d.ts +7 -7
- package/symbols/SimpleFillSymbol.d.ts +8 -8
- package/symbols/SimpleLineSymbol.d.ts +20 -20
- package/symbols/SimpleMarkerSymbol.d.ts +7 -7
- package/symbols/Symbol3DLayer.d.ts +16 -16
- package/symbols/TextSymbol.d.ts +1 -1
- package/symbols/TextSymbol3DLayer.d.ts +1 -1
- package/symbols/WaterSymbol3DLayer.d.ts +3 -3
- package/symbols/WebStyleSymbol.d.ts +1 -1
- package/symbols/callouts/Callout3D.d.ts +1 -1
- package/symbols/callouts/LineCallout3D.d.ts +3 -3
- package/symbols/cim/cimAnalyzer.js +1 -1
- package/symbols/cim/types.d.ts +23 -23
- package/symbols/edges/Edges3D.d.ts +1 -1
- package/symbols/edges/SolidEdges3D.d.ts +1 -1
- package/symbols/patterns/LineStylePattern3D.d.ts +11 -11
- package/symbols/patterns/StylePattern3D.d.ts +8 -8
- package/symbols/support/ElevationInfo.d.ts +2 -2
- package/symbols/support/IconSymbol3DLayerResource.d.ts +6 -6
- package/symbols/support/ObjectSymbol3DLayerResource.d.ts +7 -7
- package/symbols/support/Symbol3DEmissive.d.ts +23 -13
- package/symbols/support/Symbol3DVerticalOffset.d.ts +2 -2
- package/views/2d/engine/webgl/shaderGraph/techniques/GraphicInstanceStore.js +1 -1
- package/views/2d/engine/webgl/shaderGraph/techniques/animated/AAnimatedPolyShader.js +1 -1
- package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedFillShader.js +1 -1
- package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedPolyMeshWriters.js +1 -1
- package/views/2d/engine/webgl/shaderGraph/techniques/animated/attributes.js +1 -1
- package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
- package/views/2d/layers/BaseLayerViewGL2D.d.ts +1 -1
- package/views/2d/layers/features/schema/processor/symbols/ComplexSymbolSchema.js +1 -1
- package/views/2d/types.d.ts +3 -3
- package/views/3d/environment/CloudyWeather.d.ts +1 -1
- package/views/3d/environment/Environment.d.ts +4 -4
- package/views/3d/environment/FoggyWeather.d.ts +1 -1
- package/views/3d/environment/RainyWeather.d.ts +1 -1
- package/views/3d/environment/SnowyWeather.d.ts +1 -1
- package/views/3d/environment/SunLighting.d.ts +1 -1
- package/views/3d/environment/SunnyWeather.d.ts +1 -1
- package/views/3d/environment/VirtualLighting.d.ts +1 -1
- package/views/3d/webgl/RenderNode.d.ts +2 -2
- package/views/3d/webgl.d.ts +1 -1
- package/views/Magnifier.d.ts +3 -3
- package/views/MapView.d.ts +7 -7
- package/views/SceneView.d.ts +34 -37
- package/views/View.d.ts +2 -2
- package/views/interactive/sketch/SketchLabelOptions.d.ts +1 -1
- package/views/interactive/sketch/SketchTooltipOptions.d.ts +1 -1
- package/views/interactive/snapping/SnappingOptions.d.ts +7 -7
- package/views/support/HighlightOptions.d.ts +1 -1
- package/views/support/flow/dataUtils.js +1 -1
- package/views/ui/DefaultUI.d.ts +2 -2
- package/webscene/Environment.d.ts +10 -10
- package/webscene/Glow.d.ts +7 -5
- package/webscene/background/ColorBackground.d.ts +1 -1
- package/widgets/AreaMeasurement2D.d.ts +1 -1
- package/widgets/AreaMeasurement3D.d.ts +2 -2
- package/widgets/Attachments.d.ts +1 -1
- package/widgets/Attribution.d.ts +1 -1
- package/widgets/BasemapGallery.d.ts +1 -1
- package/widgets/BasemapLayerList.d.ts +3 -3
- package/widgets/BasemapToggle.d.ts +1 -1
- package/widgets/Bookmarks/BookmarksVisibleElements.d.ts +1 -1
- package/widgets/Bookmarks.d.ts +2 -2
- package/widgets/BuildingExplorer.d.ts +1 -1
- package/widgets/CatalogLayerList.d.ts +3 -3
- package/widgets/Compass.d.ts +2 -2
- package/widgets/CoordinateConversion.d.ts +1 -1
- package/widgets/Daylight.d.ts +5 -5
- package/widgets/DirectLineMeasurement3D.d.ts +2 -2
- package/widgets/Directions.d.ts +4 -4
- package/widgets/DistanceMeasurement2D.d.ts +1 -1
- package/widgets/Editor/CreateFeaturesWorkflow.d.ts +1 -1
- package/widgets/Editor.d.ts +2 -2
- package/widgets/ElevationProfile/ElevationProfileLineGround.d.ts +1 -1
- package/widgets/ElevationProfile/ElevationProfileLineInput.d.ts +1 -1
- package/widgets/ElevationProfile/ElevationProfileLineView.d.ts +1 -1
- package/widgets/ElevationProfile.d.ts +3 -3
- package/widgets/Expand.d.ts +1 -1
- package/widgets/FeatureForm.d.ts +1 -1
- package/widgets/FeatureTable/ActionColumn.d.ts +1 -1
- package/widgets/FeatureTable/AttachmentsColumn.d.ts +1 -1
- package/widgets/FeatureTable/FeatureTableViewModel.d.ts +3 -3
- package/widgets/FeatureTable/Grid/GroupColumn.d.ts +1 -1
- package/widgets/FeatureTable/RelationshipColumn.d.ts +1 -1
- package/widgets/FeatureTable/VisibleElements.d.ts +1 -1
- package/widgets/FeatureTable.d.ts +9 -9
- package/widgets/FeatureTemplates/FeatureTemplatesViewModel.d.ts +5 -5
- package/widgets/FeatureTemplates.d.ts +8 -8
- package/widgets/Features/FeaturesViewModel.d.ts +2 -2
- package/widgets/Features/FeaturesVisibleElements.d.ts +2 -2
- package/widgets/Features.d.ts +1 -1
- package/widgets/Histogram.d.ts +2 -2
- package/widgets/HistogramRangeSlider.d.ts +1 -1
- package/widgets/Home.d.ts +1 -1
- package/widgets/LayerList.d.ts +4 -4
- package/widgets/Legend.d.ts +8 -8
- package/widgets/LineOfSight.d.ts +1 -1
- package/widgets/Locate.d.ts +2 -2
- package/widgets/Measurement.d.ts +1 -1
- package/widgets/NavigationToggle/NavigationToggleViewModel.d.ts +1 -1
- package/widgets/NavigationToggle.d.ts +3 -3
- package/widgets/OrientedImageryViewer/OrientedImageryViewerViewModel.js +1 -1
- package/widgets/OrientedImageryViewer/adapters/sketch/MeasurementAdapter.js +1 -1
- package/widgets/OrientedImageryViewer/components/ImageLocationViewModel.js +1 -1
- package/widgets/OrientedImageryViewer/imageMeasurementUtils.js +1 -1
- package/widgets/OrientedImageryViewer/navigation/NavigationManager.js +1 -1
- package/widgets/OrientedImageryViewer/navigation/queries.js +1 -1
- package/widgets/OrientedImageryViewer/navigation/utils.js +1 -1
- package/widgets/Popup/PopupVisibleElements.d.ts +2 -2
- package/widgets/Popup.d.ts +5 -5
- package/widgets/Print/CustomTemplate.d.ts +1 -1
- package/widgets/Print/TemplateOptions.d.ts +4 -4
- package/widgets/ScaleRangeSlider.d.ts +1 -1
- package/widgets/Search/SearchViewModel.d.ts +4 -4
- package/widgets/Search.d.ts +5 -5
- package/widgets/ShadowCast.d.ts +3 -3
- package/widgets/Sketch/SketchViewModel.d.ts +39 -39
- package/widgets/Sketch.d.ts +43 -43
- package/widgets/Slice.d.ts +2 -2
- package/widgets/Slider/SliderViewModel.d.ts +2 -2
- package/widgets/Slider.d.ts +9 -9
- package/widgets/Swipe/SwipeViewModel.d.ts +1 -1
- package/widgets/Swipe.d.ts +2 -2
- package/widgets/TableList.d.ts +1 -1
- package/widgets/TimeSlider/TimeSliderViewModel.d.ts +8 -8
- package/widgets/TimeSlider/types.d.ts +1 -1
- package/widgets/TimeSlider.d.ts +11 -11
- package/widgets/Track.d.ts +2 -2
- package/widgets/UtilityNetworkAssociations.d.ts +3 -3
- package/widgets/UtilityNetworkTrace.d.ts +4 -4
- package/widgets/UtilityNetworkValidateTopology.d.ts +1 -1
- package/widgets/ValuePicker.d.ts +5 -5
- package/widgets/VideoPlayer.d.ts +1 -1
- package/widgets/smartMapping/ClassedColorSlider.d.ts +1 -1
- package/widgets/smartMapping/ClassedSizeSlider.d.ts +1 -1
- package/widgets/smartMapping/ColorSizeSlider.d.ts +2 -2
- package/widgets/smartMapping/ColorSlider.d.ts +1 -1
- package/widgets/smartMapping/HeatmapSlider.d.ts +1 -1
- package/widgets/smartMapping/OpacitySlider.d.ts +1 -1
- package/widgets/smartMapping/SizeSlider.d.ts +1 -1
- package/widgets/smartMapping/SmartMappingSliderBase.d.ts +4 -4
- package/widgets/smartMapping/SmartMappingSliderViewModel.d.ts +6 -6
- package/widgets/support/GridControls.d.ts +1 -1
- package/widgets/support/SnappingControls/VisibleElements.d.ts +1 -1
- package/widgets/support/SnappingControls.d.ts +6 -6
- package/assets/esri/core/workers/chunks/e0519f24430fecead87b.js +0 -1
package/config.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.0/LICENSE.txt */
|
|
2
|
-
import"./core/has.js";import{deepMerge as e}from"./core/object.js";const s={apiKey:void 0,apiKeys:{scopes:[]},applicationName:"",applicationUrl:globalThis.location?.href,assetsPath:"",fontsUrl:"https://static.arcgis.com/fonts",geometryServiceUrl:"https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer",geoRSSServiceUrl:"https://utility.arcgis.com/sharing/rss",kmlServiceUrl:"https://utility.arcgis.com/sharing/kml",userPrivilegesApplied:!0,portalUrl:"https://www.arcgis.com",respectPrefersReducedMotion:!0,routeServiceUrl:"https://route-api.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World",workers:{loaderConfig:{has:{},paths:{},map:{},packages:[]}},request:{crossOriginNoCorsDomains:null,httpsDomains:["arcgis.com","arcgisonline.com","esrikr.com","premiumservices.blackbridge.com","esripremium.accuweather.com","gbm.digitalglobe.com","firstlook.digitalglobe.com","msi.digitalglobe.com"],interceptors:[],internalInterceptors:[],maxUrlLength:2e3,priority:"high",proxyRules:[],proxyUrl:null,timeout:62e3,trustedServers:[],useIdentity:!0},log:{interceptors:[],level:null}};if(globalThis.esriConfig&&(e(s,globalThis.esriConfig,!0),delete s.has),!s.assetsPath){{const e="5.0.0-next.
|
|
2
|
+
import"./core/has.js";import{deepMerge as e}from"./core/object.js";const s={apiKey:void 0,apiKeys:{scopes:[]},applicationName:"",applicationUrl:globalThis.location?.href,assetsPath:"",fontsUrl:"https://static.arcgis.com/fonts",geometryServiceUrl:"https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer",geoRSSServiceUrl:"https://utility.arcgis.com/sharing/rss",kmlServiceUrl:"https://utility.arcgis.com/sharing/kml",userPrivilegesApplied:!0,portalUrl:"https://www.arcgis.com",respectPrefersReducedMotion:!0,routeServiceUrl:"https://route-api.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World",workers:{loaderConfig:{has:{},paths:{},map:{},packages:[]}},request:{crossOriginNoCorsDomains:null,httpsDomains:["arcgis.com","arcgisonline.com","esrikr.com","premiumservices.blackbridge.com","esripremium.accuweather.com","gbm.digitalglobe.com","firstlook.digitalglobe.com","msi.digitalglobe.com"],interceptors:[],internalInterceptors:[],maxUrlLength:2e3,priority:"high",proxyRules:[],proxyUrl:null,timeout:62e3,trustedServers:[],useIdentity:!0},log:{interceptors:[],level:null}};if(globalThis.esriConfig&&(e(s,globalThis.esriConfig,!0),delete s.has),!s.assetsPath){{const e="5.0.0-next.128";s.assetsPath=`https://cdn.jsdelivr.net/npm/@arcgis/core@${e}/assets`}s.defaultAssetsPath=s.assetsPath}export{s as default};
|
package/effects/FocusAreas.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export interface FocusAreasProperties extends Partial<Pick<FocusAreas, "style">>
|
|
|
19
19
|
* contrast for scenes with different coloring. A focus area can have a colored outline, which is helpful to
|
|
20
20
|
* distinguish different focus areas in a map. Focus areas can be captured in slides and shared as part of a webscene.
|
|
21
21
|
*
|
|
22
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/focus-area/)
|
|
23
23
|
*
|
|
24
24
|
* > [!WARNING]
|
|
25
25
|
* >
|
|
@@ -32,7 +32,7 @@ export interface FieldElementProperties extends ElementProperties, Partial<Pick<
|
|
|
32
32
|
* [feature form](https://developers.arcgis.com/javascript/latest/references/core/widgets/FeatureForm/#formTemplate)
|
|
33
33
|
* or [feature layer](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/#formTemplate) `formTemplate`.
|
|
34
34
|
*
|
|
35
|
-
* 
|
|
36
36
|
*
|
|
37
37
|
* @since 4.16
|
|
38
38
|
* @see [FormTemplate](https://developers.arcgis.com/javascript/latest/references/core/form/FormTemplate/)
|
|
@@ -30,7 +30,7 @@ export interface GroupElementProperties extends ElementProperties, Partial<Pick<
|
|
|
30
30
|
*
|
|
31
31
|
* Form with individual field elements | Form with grouped field elements
|
|
32
32
|
* -----------------------------------|----------------------------------
|
|
33
|
-
*  | 
|
|
34
34
|
*
|
|
35
35
|
*
|
|
36
36
|
* > [!WARNING]
|
|
@@ -9,7 +9,7 @@ export interface TextElementProperties extends ElementProperties, Partial<Pick<T
|
|
|
9
9
|
* The text may reference values returned from a field attribute or an
|
|
10
10
|
* [Arcade](https://developers.arcgis.com/javascript/latest/arcade/) expression defined in a FormTemplate's [FormTemplate.expressionInfos](https://developers.arcgis.com/javascript/latest/references/core/form/FormTemplate/#expressionInfos) property.
|
|
11
11
|
*
|
|
12
|
-
* [](https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-form-elements/)
|
|
13
13
|
*
|
|
14
14
|
* @see [FormTemplate](https://developers.arcgis.com/javascript/latest/references/core/form/FormTemplate/)
|
|
15
15
|
* @see [FeatureForm](https://developers.arcgis.com/javascript/latest/references/core/widgets/FeatureForm/)
|
|
@@ -9,7 +9,7 @@ export interface ComboBoxInputProperties extends Partial<Pick<ComboBoxInput, "no
|
|
|
9
9
|
* >
|
|
10
10
|
* > Coded-value domains are required when using this input type. Previously, fields containing values that weren't compatible with their associated coded-value domain(s) displayed the option and would remove it once a user updated the value. The `ComboBoxInput` will now display and keep the value but will disable it.
|
|
11
11
|
*
|
|
12
|
-
* 
|
|
13
13
|
*
|
|
14
14
|
* @since 4.19
|
|
15
15
|
* @see [FieldElement](https://developers.arcgis.com/javascript/latest/references/core/form/elements/FieldElement/)
|
|
@@ -9,7 +9,7 @@ export interface RadioButtonsInputProperties extends Partial<Pick<RadioButtonsIn
|
|
|
9
9
|
* >
|
|
10
10
|
* > Coded-value domains are required when using this input type. Previously, fields containing values that weren't compatible with their associated coded-value domain(s) displayed the option and would remove it once a user updated the value. The `RadioButtonsInput` will now keep the value, but it will not display an option in the user interface.
|
|
11
11
|
*
|
|
12
|
-
* 
|
|
13
13
|
*
|
|
14
14
|
* @since 4.19
|
|
15
15
|
* @see [FieldElement](https://developers.arcgis.com/javascript/latest/references/core/form/elements/FieldElement/)
|
|
@@ -16,7 +16,7 @@ export interface SwitchInputProperties {
|
|
|
16
16
|
* >
|
|
17
17
|
* > Coded-value domains are required when using this input type.
|
|
18
18
|
*
|
|
19
|
-
* 
|
|
20
20
|
*
|
|
21
21
|
* @since 4.20
|
|
22
22
|
* @see [FieldElement](https://developers.arcgis.com/javascript/latest/references/core/form/elements/FieldElement/)
|
package/geometry/Mesh.d.ts
CHANGED
|
@@ -142,7 +142,7 @@ export interface MeshProperties extends BaseGeometryProperties, LoadableMixinPro
|
|
|
142
142
|
*
|
|
143
143
|
* Most popular 3D model formats, such as glTF, are not georeferenced and represent the mesh vertex coordinates in a plain **local cartesian** space with some length unit (e.g. `meters` for glTF). The coordinate (0,0,0) is the origin. We call this coordinate system "local" and represent it using the [MeshLocalVertexSpace](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshLocalVertexSpace/). The units in this vertex space are always "meters".
|
|
144
144
|
*
|
|
145
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/
|
|
145
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-local-vertex-space.png" style="width:300px;"/>
|
|
146
146
|
*
|
|
147
147
|
* *local vertex space*
|
|
148
148
|
*
|
|
@@ -150,7 +150,7 @@ export interface MeshProperties extends BaseGeometryProperties, LoadableMixinPro
|
|
|
150
150
|
*
|
|
151
151
|
* Currently we use the tangent plane of the sphere even for ellipsoidal geographic coordinate systems. This is a simplification we use as we render on a perfect sphere in global viewing mode.
|
|
152
152
|
*
|
|
153
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/
|
|
153
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-local-vertex-space-on-GCS-or-WM.png" style="width:300px;"/>
|
|
154
154
|
*
|
|
155
155
|
* *local vertex space on GCS or Web Mercator (ENU)*
|
|
156
156
|
*
|
|
@@ -164,7 +164,7 @@ export interface MeshProperties extends BaseGeometryProperties, LoadableMixinPro
|
|
|
164
164
|
*
|
|
165
165
|
* The [georeferenced vertex space](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshGeoreferencedVertexSpace/) indicates that mesh vertices are already projected and that their coordinates are in the spatial reference of the mesh. If an [MeshGeoreferencedVertexSpace.origin](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshGeoreferencedVertexSpace/#origin) is provided, those vertex coordinates are interpreted as offsets relative to the origin. Otherwise, the coordinates are interpreted as absolute.
|
|
166
166
|
*
|
|
167
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/
|
|
167
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-georeferenced-vertex-space-on-PCS.png" style="width:300px;"/>
|
|
168
168
|
*
|
|
169
169
|
* *georeferenced vertex space on PCS*
|
|
170
170
|
*
|
|
@@ -302,7 +302,7 @@ export default class Mesh extends MeshSuperclass {
|
|
|
302
302
|
*
|
|
303
303
|
* The box geometry will have UV coordinates generated according to the following scheme:
|
|
304
304
|
*
|
|
305
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/
|
|
305
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-box-uv.png" width="300" height="300"/>
|
|
306
306
|
*
|
|
307
307
|
* @param location - The location bottom center of the box.
|
|
308
308
|
* @param parameters - Parameters to configure the box creation.
|
|
@@ -336,7 +336,7 @@ export default class Mesh extends MeshSuperclass {
|
|
|
336
336
|
* The cylinder geometry will have UV coordinates generated according to the following scheme
|
|
337
337
|
* (example is shown for 8 vertices cylinder):
|
|
338
338
|
*
|
|
339
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/
|
|
339
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-cylinder-uv.png" width="300" height="300"/>
|
|
340
340
|
*
|
|
341
341
|
* @param location - The location of the bottom center of the cylinder.
|
|
342
342
|
* @param parameters - Parameters to configure the cylinder creation.
|
|
@@ -380,7 +380,7 @@ export default class Mesh extends MeshSuperclass {
|
|
|
380
380
|
*
|
|
381
381
|
* The plane geometry will have UV coordinates generated according to the following scheme:
|
|
382
382
|
*
|
|
383
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/
|
|
383
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-plane-uv.png" width="300" height="300"/>
|
|
384
384
|
*
|
|
385
385
|
* @param location - The location of the bottom center of the plane.
|
|
386
386
|
* @param parameters - Parameters to configure the plane creation.
|
|
@@ -396,7 +396,7 @@ export default class Mesh extends MeshSuperclass {
|
|
|
396
396
|
* The sphere geometry will have UV coordinates generated according to the following scheme
|
|
397
397
|
* (example is shown for 8x8 vertices sphere):
|
|
398
398
|
*
|
|
399
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/
|
|
399
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-sphere-uv.png" width="300" height="300"/>
|
|
400
400
|
*
|
|
401
401
|
* @param location - The location of the bottom center of the sphere.
|
|
402
402
|
* @param parameters - Parameters to configure the sphere creation.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Calculates the alpha shape of 2D points (concave hull).
|
|
3
3
|
* Alpha shapes are used to generalize bounding polygons containing sets of points or multipoints. Using this operator on other geometry types will produce results, however it is probably not what you are expecting.
|
|
4
4
|
*
|
|
5
|
-
* 
|
|
6
6
|
*
|
|
7
7
|
* @since 4.31
|
|
8
8
|
* @see [Alpha shape - wikipedia](https://en.wikipedia.org/wiki/Alpha_shape)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Returns the planar area of a 2D geometry.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* This is suitable for rendering smaller areas within a projected coordinate system where the curvature of the Earth can be ignored, such as when all features are contained in one UTM zone.
|
|
4
4
|
* Planar buffers can introduce distortions and inaccuracies when applied over larger areas.
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
* @see [How Buffer (Analysis) works](https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/how-buffer-analysis-works.htm)
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* It is not guaranteed to be within or on the geometry. The centroid of a donut polygon is
|
|
6
6
|
* the center of the hole, which is outside the polygon. The centroid of a curved polyline is not located on the line itself, but will be some distance away from it.
|
|
7
7
|
*
|
|
8
|
-
* 
|
|
9
9
|
*
|
|
10
10
|
* @since 4.31
|
|
11
11
|
* @see [labelPointOperator](https://developers.arcgis.com/javascript/latest/references/core/geometry/operators/labelPointOperator/)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Clips geometries with a 2D extent.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Geometry A contains geometry B, when B is the intersection of A and B.
|
|
4
4
|
* A contains B is equivalent to B within A. Geometry B can be non-simple geometry.
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* A convex hull is the smallest convex polygon that encloses a group of geometries or vertices.
|
|
4
4
|
* The hull is typically a polygon but can also be a polyline or a point in degenerate cases.
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Performs a relational operation to determine if one 2D geometry crosses another 2D geometry.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* An undefined cut will only be produced if a left cut or right cut was produced, and there was a
|
|
13
13
|
* part left over after cutting or a cut is bounded to the left and right of the polyline that is used to cut.
|
|
14
14
|
*
|
|
15
|
-
* 
|
|
16
16
|
*
|
|
17
17
|
* @since 4.31
|
|
18
18
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* Suggestion: to limit the number of segments that are produced, if you have an area of interest such as a visible extent,
|
|
16
16
|
* clip the input geometries before densifying.
|
|
17
17
|
*
|
|
18
|
-
* 
|
|
19
19
|
*
|
|
20
20
|
* @since 4.31
|
|
21
21
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Performs a topological difference operation on 2D geometries.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Performs a relational operation to determine if one 2D geometry is disjoint (doesn't intersect in any way) with another 2D geometry.
|
|
3
3
|
* This operator can be used with non-simple geometries.
|
|
4
4
|
*
|
|
5
|
-
* 
|
|
6
6
|
*
|
|
7
7
|
* @since 4.31
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Calculates planar distance between 2D geometries.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
* @see [Blog - Geodesic or planar: which to use for distance analysis](https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/geodesic-or-planar-which-to-use-for-distance-analysis)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generalizes 2D geometries using Douglas-Peucker algorithm.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* > Verify that `isLoaded()` returns `true` before using this module.
|
|
9
9
|
* > Use `load()` to load this module's dependencies.
|
|
10
10
|
*
|
|
11
|
-
* 
|
|
12
12
|
*
|
|
13
13
|
* @since 4.31
|
|
14
14
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* > Verify that `isLoaded()` returns `true` before using this module.
|
|
9
9
|
* > Use `load()` to load this module's dependencies.
|
|
10
10
|
*
|
|
11
|
-
* 
|
|
12
12
|
*
|
|
13
13
|
* @since 4.31
|
|
14
14
|
* @see [Blog - Geodesic or planar: which to use for distance analysis](https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/geodesic-or-planar-which-to-use-for-distance-analysis)
|
|
@@ -72,7 +72,7 @@ export function load(): Promise<void>;
|
|
|
72
72
|
* Geodetically calculates the distance and direction between two points.
|
|
73
73
|
* Unless the `unit` option is set, the default is meters.
|
|
74
74
|
*
|
|
75
|
-
* 
|
|
76
76
|
*
|
|
77
77
|
* @param point1 - The starting point.
|
|
78
78
|
* @param point2 - The ending point.
|
|
@@ -94,7 +94,7 @@ export function calculateDistanceAndAzimuth(point1: Point, point2: Point, option
|
|
|
94
94
|
* Geodetically calculates a point location at a defined distance and direction from a known point.
|
|
95
95
|
* Unless the `unit` option is set, the default is meters.
|
|
96
96
|
*
|
|
97
|
-
* 
|
|
98
98
|
*
|
|
99
99
|
* @param point - Origin location.
|
|
100
100
|
* @param distance - Distance from the origin point.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Creates planar buffers around 2D geometries using graphical joins and caps.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Create new geometries using the topological intersection of 2D geometries.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Intersect is same as not disjoint.
|
|
4
4
|
* This operator can be used with non-simple geometries.
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Performs a 2D relational operation that checks if two geometries are near each other.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Returns the planar length of a 2D geometry.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This can also be used for locate along operations, which is a variation of locate between when the start and end M values are equal.
|
|
5
5
|
* This is a linear referencing operation. Polygons and extents are not supported.
|
|
6
6
|
*
|
|
7
|
-
* 
|
|
8
8
|
*
|
|
9
9
|
* @since 4.31
|
|
10
10
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Convert multipart 2D geometries to single part geometries.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
*
|
|
18
18
|
* The miter limit is multiplied by the offset distance and the result determines how far a mitered offset intersection can be from the input curve before it is beveled.
|
|
19
19
|
*
|
|
20
|
-
* 
|
|
21
21
|
*
|
|
22
22
|
* ### Join types
|
|
23
23
|
* The join type controls how corners in the offset geometry are represented.
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
*
|
|
26
26
|
* * Round - a circular arc that is tangent to the ends of both offset line segments.
|
|
27
27
|
*
|
|
28
|
-
* 
|
|
29
29
|
*
|
|
30
30
|
* * Miter - the offset line segments are extended to their intersection point forming a sharp angle, unless that extension exceeds the `miterLimit`, in which case the result is a bevel.
|
|
31
31
|
*
|
|
32
|
-
* 
|
|
33
33
|
*
|
|
34
34
|
* * Bevel - the offset line segments are not extended; their endpoints are joined by a straight line.
|
|
35
35
|
*
|
|
36
|
-
* 
|
|
37
37
|
*
|
|
38
38
|
* * Square - same as `miter` for minor arcs greater than 90 degrees. For all other minor arcs, the offset line segments are extended by an extra `distance` before their endpoints are joined.
|
|
39
39
|
*
|
|
40
|
-
* 
|
|
41
41
|
*
|
|
42
42
|
* @since 4.31
|
|
43
43
|
* @see 
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Performs a relational operation to determine if two 2D geometries of the same dimension overlap.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Find the closest vertices of the 2D geometry.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
* @see 
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Simplifies geometries to enforce topological correctness according to the [OGC Simple Feature Access specification 1.2.1](https://www.ogc.org/standards/sfa/).
|
|
3
3
|
* This operator uses stricter rules than [simplifyOperator](https://developers.arcgis.com/javascript/latest/references/core/geometry/operators/simplifyOperator/).
|
|
4
4
|
*
|
|
5
|
-
* 
|
|
6
6
|
*
|
|
7
7
|
* @since 4.33
|
|
8
8
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* This makes them topologically legal with respect to their geometry type.
|
|
4
4
|
* This operator is less strict than [simplifyOGCOperator](https://developers.arcgis.com/javascript/latest/references/core/geometry/operators/simplifyOGCOperator/).
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
*/
|
|
@@ -27,7 +27,7 @@ export default class Transformation {
|
|
|
27
27
|
* Flips all the `x` coordinates of geometries on the vertical y-axis (right or left) that is centered between `x0` and `x1`.
|
|
28
28
|
* For example, if `x0` is 0 and `x1` is 10, all the `x` coordinates of the geometries will be flipped, or mirrored, on the vertical axis centered at `x = 5`.
|
|
29
29
|
*
|
|
30
|
-
* 
|
|
31
31
|
*
|
|
32
32
|
* @param x0 - The x-coordinate of the first geometry.
|
|
33
33
|
* @param x1 - The x-coordinate of the second geometry.
|
|
@@ -47,7 +47,7 @@ export default class Transformation {
|
|
|
47
47
|
* Flips all the `y` coordinates of geometries on the horizontal x-axis (up or down) that is centered between `y0` and `y1`.
|
|
48
48
|
* For example, if `y0` is 0 and `y1` is 10, all the `y` coordinates of the geometries will be flipped, or mirrored, on the horizontal axis centered at `y = 5`.
|
|
49
49
|
*
|
|
50
|
-
* 
|
|
51
51
|
*
|
|
52
52
|
* @param y0 - The y-coordinate of the first geometry.
|
|
53
53
|
* @param y1 - The y-coordinate of the second geometry.
|
|
@@ -95,7 +95,7 @@ export default class Transformation {
|
|
|
95
95
|
* Rotates the geometries by the specified angle in degrees around the point specified by the x and y coordinates.
|
|
96
96
|
* The point can be the center of the geometries or any other point.
|
|
97
97
|
*
|
|
98
|
-
* 
|
|
99
99
|
*
|
|
100
100
|
* @param angleInDegrees - The angle to rotate the geometries in degrees.
|
|
101
101
|
* @param rotationX - The x-coordinate of the point to rotate around.
|
|
@@ -110,7 +110,7 @@ export default class Transformation {
|
|
|
110
110
|
* Resizes the geometries by the specified scale factors defined by the x and y coordinates.
|
|
111
111
|
* The coordinates define how much scaling is applied to the geometries in the x and y directions.
|
|
112
112
|
*
|
|
113
|
-
* 
|
|
114
114
|
*
|
|
115
115
|
* @param x - The x-coordinate that defines the horizontal scale factor.
|
|
116
116
|
* @param y - The y-coordinate that defines the vertical scale factor.
|
|
@@ -135,7 +135,7 @@ export default class Transformation {
|
|
|
135
135
|
* This transformation preserves lines and parallelisms, however it may distort angles and distances.
|
|
136
136
|
* Applying this transformation will not change a geometry's area.
|
|
137
137
|
*
|
|
138
|
-
* 
|
|
139
139
|
*
|
|
140
140
|
* @param proportionX - The proportion to shear the geometry in the x direction.
|
|
141
141
|
* @param proportionY - The proportion to shear the geometry in the y direction.
|
|
@@ -148,7 +148,7 @@ export default class Transformation {
|
|
|
148
148
|
/**
|
|
149
149
|
* Shifts all the coordinates of the geometries by the distance and direction between the specified `x` and `y` coordinates and their current location. This operation does not change the size or shape of the geometries.
|
|
150
150
|
*
|
|
151
|
-
* 
|
|
152
152
|
*
|
|
153
153
|
* @param x - The x-coordinate to shift by.
|
|
154
154
|
* @param y - The y-coordinate to shift by.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* This operation can be performed only on geometries that have same dimension (e.g. points with points, lines with lines, polygons with polygons or envelopes, etc).
|
|
6
6
|
* Otherwise, the output will be the input geometry of the higher topological dimension.
|
|
7
7
|
*
|
|
8
|
-
* 
|
|
9
9
|
*
|
|
10
10
|
* @since 4.31
|
|
11
11
|
* @see [Wikipedia - Symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Perform a relational operation to determine if one 2D geometry touches another 2D geometry.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Perform a topological union (dissolve) operation on 2D geometries.
|
|
3
3
|
*
|
|
4
|
-
* 
|
|
5
5
|
*
|
|
6
6
|
* @since 4.31
|
|
7
7
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Geometry A can be non-simple geometry.
|
|
5
5
|
*
|
|
6
|
-
* 
|
|
7
7
|
*
|
|
8
8
|
* @since 4.31
|
|
9
9
|
*/
|
|
@@ -64,7 +64,7 @@ export interface MeshMaterialMetallicRoughnessProperties extends MeshMaterialPro
|
|
|
64
64
|
* In this image you can see how [metallic](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshMaterialMetallicRoughness/#metallic) and [roughness](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshMaterialMetallicRoughness/#roughness) property values influence the display
|
|
65
65
|
* of the material:
|
|
66
66
|
*
|
|
67
|
-
* <img src="https://developers.arcgis.com/javascript/latest/assets/
|
|
67
|
+
* <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-metal-roughness.png" width="400"/>
|
|
68
68
|
*
|
|
69
69
|
* The [metallicRoughnessTexture](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshMaterialMetallicRoughness/#metallicRoughnessTexture) can be used to map specific metallic/roughness properties
|
|
70
70
|
* on different parts of the model.
|