Skip to content

Commit c617389

Browse files
authored
Remove ArcMap references (#1777)
1 parent e3c2ff4 commit c617389

18 files changed

Lines changed: 30 additions & 30 deletions

File tree

src/MAUI/Maui.Samples/Samples/Geoprocessing/ListGeodatabaseVersions/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ The sample uses a [sample geoprocessing service](https://sampleserver6.arcgisonl
4040

4141
## Additional information
4242

43-
ArcGIS Server does not include a geoprocessing service for listing geodatabase versions. You must configure one using the steps defined in [Geoprocessing service example: list, create, and delete geodatabase versions](http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/gp-service-example-list-create-and-delete-geodatabase-versions.htm) in the *ArcMap* documentation.
43+
ArcGIS Server does not include a geoprocessing service for listing geodatabase versions. Instead, you must configure and publish one yourself using ArcGIS Pro. To learn more about geoprocessing services see [Web tools and geoprocessing services](https://enterprise.arcgis.com/en/server/latest/publish-services/linux/what-is-a-web-tool.htm) in the *ArcGIS Server* documentation.
4444

4545
## Tags
4646

47-
conflict resolution, data management, database, multi-user, sync, version
47+
conflict resolution, data management, database, multi-user, sync, version

src/MAUI/Maui.Samples/Samples/Layers/ApplyMosaicRule/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This sample uses a [raster image service](https://sampleserver7.arcgisonline.com
3636

3737
## Additional information
3838

39-
For more information, see [Understanding the mosaicking rules](https://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/understanding-the-mosaicking-rules-for-a-mosaic-dataset.htm) from *ArcGIS Desktop* documentation. To learn more about how to define certain mosaic rules, see [Mosaic rule objects](https://developers.arcgis.com/documentation/common-data-types/mosaic-rules.htm) from *ArcGIS for Developers*.
39+
For more information, see [Mosaicking rules for a mosaic dataset](https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/mosaicking-rules-for-a-mosaic-dataset-pro-.htm) from the *ArcGIS Pro* documentation. To learn more about how to define certain mosaic rules, see [Mosaic rule objects](https://developers.arcgis.com/rest/services-reference/enterprise/mosaic-rules/) from *ArcGIS for Developers*.
4040

4141
## Tags
4242

src/MAUI/Maui.Samples/Samples/Layers/ChangeStretchRenderer/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ This sample uses a raster imagery tile of an area of forested mountainous terrai
4949

5050
## Additional information
5151

52-
See [Stretch function](http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/stretch-function.htm) in the *ArcMap* documentation for more information about the types of stretches that can be performed.
52+
See [Stretch function](https://pro.arcgis.com/en/pro-app/latest/help/analysis/raster-functions/stretch-function.htm) in the *ArcGIS Pro* documentation for more information about the types of stretches that can be performed.
5353

5454
## Tags
5555

56-
analysis, deviation, histogram, imagery, interpretation, min-max, percent clip, pixel, raster, stretch, symbology, visualization
56+
analysis, deviation, histogram, imagery, interpretation, min-max, percent clip, pixel, raster, stretch, symbology, visualization

src/MAUI/Maui.Samples/Samples/Layers/RasterLayerFile/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ This sample downloads the following items from ArcGIS Online automatically:
3131

3232
## Additional information
3333

34-
See the topic [What is raster data?](http://desktop.arcgis.com/en/arcmap/10.3/manage-data/raster-and-images/what-is-raster-data.htm) in the *ArcMap* documentation for more information about raster images.
34+
See the topic [Introduction to image and raster data](https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/introduction-to-raster-data.htm) in the *ArcGIS Pro* documentation for more information about raster images.
3535

3636
## Tags
3737

38-
data, image, import, layer, raster, visualization
38+
data, image, import, layer, raster, visualization

src/MAUI/Maui.Samples/Samples/Layers/RasterLayerRasterFunction/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ The raster function is applied automatically when the sample starts and the resu
3232

3333
## About the data
3434

35-
The sample applies a hillshade function to a raster produced from the National Land Cover Database, [NLCDLandCover2001](https://sampleserver6.arcgisonline.com/arcgis/rest/services/NLCDLandCover2001/ImageServer). You can learn more about the [hillshade function](http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/hillshade-function.htm) in the *ArcMap* documentation.
35+
The sample applies a hillshade function to a raster produced from the National Land Cover Database, [NLCDLandCover2001](https://sampleserver6.arcgisonline.com/arcgis/rest/services/NLCDLandCover2001/ImageServer). You can learn more about the [hillshade function](https://pro.arcgis.com/en/pro-app/latest/help/analysis/raster-functions/hillshade-function.htm) in the *ArcGIS Pro* documentation.
3636

3737
## Additional information
3838

3939
The raster function computation happens locally on the client device.
4040

4141
## Tags
4242

43-
function, layer, raster, raster function, service
43+
function, layer, raster, raster function, service

src/MAUI/Maui.Samples/Samples/Layers/TimeBasedQuery/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Run the sample, and a subset of records will be displayed on the map.
1414

1515
## How it works
1616

17-
1. An instance of `ServiceFeatureTable` is created by passing a URL to the REST endpoint of a time-enabled service. Time-enabled services will have TimeInfo defined in the service description. This information is specified in ArcMap or ArcGIS Pro prior to publishing the service.
17+
1. An instance of `ServiceFeatureTable` is created by passing a URL to the REST endpoint of a time-enabled service. Time-enabled services will have TimeInfo defined in the service description. This information is specified in ArcGIS Pro prior to publishing the service.
1818
2. The feature request mode of the `ServiceFeatureTable` is set to `ManualCache`, so that the developer can control how and when the feature table is populated with data.
1919
3. A `FeatureLayer` is created by passing in the instance of the `ServiceFeatureTable`.
2020
4. A `TimeExtent` object is created by specifying start and end date/time objects.

src/WPF/WPF.Viewer/Samples/Geoprocessing/ListGeodatabaseVersions/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ The sample uses a [sample geoprocessing service](https://sampleserver6.arcgisonl
4040

4141
## Additional information
4242

43-
ArcGIS Server does not include a geoprocessing service for listing geodatabase versions. You must configure one using the steps defined in [Geoprocessing service example: list, create, and delete geodatabase versions](http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/gp-service-example-list-create-and-delete-geodatabase-versions.htm) in the *ArcMap* documentation.
43+
ArcGIS Server does not include a geoprocessing service for listing geodatabase versions. Instead, you must configure and publish one yourself using ArcGIS Pro. To learn more about geoprocessing services see [Web tools and geoprocessing services](https://enterprise.arcgis.com/en/server/latest/publish-services/linux/what-is-a-web-tool.htm) in the *ArcGIS Server* documentation.
4444

4545
## Tags
4646

47-
conflict resolution, data management, database, multi-user, sync, version
47+
conflict resolution, data management, database, multi-user, sync, version

src/WPF/WPF.Viewer/Samples/Layers/ApplyMosaicRule/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This sample uses a [raster image service](https://sampleserver7.arcgisonline.com
3636

3737
## Additional information
3838

39-
For more information, see [Understanding the mosaicking rules](https://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/understanding-the-mosaicking-rules-for-a-mosaic-dataset.htm) from *ArcGIS Desktop* documentation. To learn more about how to define certain mosaic rules, see [Mosaic rule objects](https://developers.arcgis.com/documentation/common-data-types/mosaic-rules.htm) from *ArcGIS for Developers*.
39+
For more information, see [Mosaicking rules for a mosaic dataset](https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/mosaicking-rules-for-a-mosaic-dataset-pro-.htm) from the *ArcGIS Pro* documentation. To learn more about how to define certain mosaic rules, see [Mosaic rule objects](https://developers.arcgis.com/rest/services-reference/enterprise/mosaic-rules/) from *ArcGIS for Developers*.
4040

4141
## Tags
4242

src/WPF/WPF.Viewer/Samples/Layers/ChangeStretchRenderer/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ This sample uses a raster imagery tile of an area of forested mountainous terrai
4949

5050
## Additional information
5151

52-
See [Stretch function](http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/stretch-function.htm) in the *ArcMap* documentation for more information about the types of stretches that can be performed.
52+
See [Stretch function](https://pro.arcgis.com/en/pro-app/latest/help/analysis/raster-functions/stretch-function.htm) in the *ArcGIS Pro* documentation for more information about the types of stretches that can be performed.
5353

5454
## Tags
5555

56-
analysis, deviation, histogram, imagery, interpretation, min-max, percent clip, pixel, raster, stretch, symbology, visualization
56+
analysis, deviation, histogram, imagery, interpretation, min-max, percent clip, pixel, raster, stretch, symbology, visualization

src/WPF/WPF.Viewer/Samples/Layers/RasterLayerFile/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ This sample downloads the following items from ArcGIS Online automatically:
3131

3232
## Additional information
3333

34-
See the topic [What is raster data?](http://desktop.arcgis.com/en/arcmap/10.3/manage-data/raster-and-images/what-is-raster-data.htm) in the *ArcMap* documentation for more information about raster images.
34+
See the topic [Introduction to image and raster data](https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/introduction-to-raster-data.htm) in the *ArcGIS Pro* documentation for more information about raster images.
3535

3636
## Tags
3737

38-
data, image, import, layer, raster, visualization
38+
data, image, import, layer, raster, visualization

0 commit comments

Comments
 (0)