Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace ArcGIS.Samples.ConfigureBasemapStyleParameters
name: "Configure basemap style parameters",
category: "Map",
description: "Apply basemap style parameters customization for a basemap, such as displaying all labels in a specific language or displaying every label in their corresponding local language.",
instructions: "This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Bulgaria, Greece and Turkey, as they use three different alphabets: Cyrillic, Greek, and Latin, respectively. By default, the `BasemapStyleLanguageStrategy` is set to `Local`, which displays all labels in their corresponding local language. This can be changed to `Global`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.",
instructions: "This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Athens, Greece. By default, the `BasemapStyleLanguageStrategy` is set to `Local`, which displays all labels in their corresponding local language. This can be changed to `Global`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.",
tags: new[] { "basemap style", "language", "language strategy", "map", "point", "viewpoint" })]
[ArcGIS.Samples.Shared.Attributes.OfflineData()]
public partial class ConfigureBasemapStyleParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When creating an application that's used in multiple countries, basemaps can ref

## How to use the sample

This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Athens, Greece. By default, the `BasemapStyleLanguageStrategy` is set to `LOCAL`, which displays all labels in their corresponding local language. This can be changed to `GLOBAL`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.
This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Athens, Greece. By default, the `BasemapStyleLanguageStrategy` is set to `Local`, which displays all labels in their corresponding local language. This can be changed to `Global`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.

Pan and zoom to navigate the map to neighboring countries that use different alphabets, such as Bulgaria, and Turkey, to see how different labels are displayed depending on the selected `BasemapStyleLanguageStrategy` and `SpecificLanguage`: all English, all Greek, all Bulgarian, all Turkish, or each their own.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"category": "Map",
"description": "Specify a map's spatial reference.",
"formal_name": "SetSpatialReference",
"ignore": false,
"images": [
"setspatialreference.jpg"
],
"keywords": [
"WGS84",
"WKID",
"Web Mercator",
"coordinate system",
"project",
"projection",
"spatial reference"
],
"offline_data": [],
"redirect_from": [
"/net/latest/maui/sample-code/set-spatial-reference.htm"
],
"relevant_apis": [
"ArcGISMapImageLayer",
"Basemap",
"Map",
"MapView",
"SpatialReference"
],
"snippets": [
"SetSpatialReference.xaml.cs",
"SetSpatialReference.xaml"
],
"title": "Set spatial reference"
"category": "Map",
"description": "Specify a map's spatial reference.",
"formal_name": "SetSpatialReference",
"ignore": false,
"images": [
"setspatialreference.jpg"
],
"keywords": [
"WGS84",
"WKID",
"Web Mercator",
"coordinate system",
"project",
"projection",
"spatial reference"
],
"offline_data": [],
"redirect_from": [
"/net/latest/maui/sample-code/set-spatial-reference.htm"
],
"relevant_apis": [
"ArcGISMapImageLayer",
"Basemap",
"Map",
"MapView",
"SpatialReference"
],
"snippets": [
"SetSpatialReference.xaml.cs",
"SetSpatialReference.xaml"
],
"title": "Set spatial reference"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace ArcGIS.Samples.ConfigureSceneEnvironment
name: "Configure scene environment",
category: "Scene",
description: "Configure the environment settings in a local scene to change the lighting conditions and background appearance.",
instructions: "At start-up, you will see a local scene with a set of scene environment controls. Adjusting the controls will change the scene's environment altering the presentation of the scene. Toggle the \"Stars\" and \"Atmosphere\" check boxes to enable or disable those features. Select a color from the dropdown to set a solid background color; selecting a new background color will disable the stars and atmosphere so you can see the new color. Switch between \"Sun\" and \"Virtual\" lighting, toggle \"Direct Shadows\", and adjust the hour slider to change the sun position.",
instructions: "At start-up, you will see a local scene with a set of scene environment controls. Adjusting the controls will change the scene's environment altering the presentation of the scene.",
tags: new[] { "3D", "environment", "lighting", "scene" })]
public partial class ConfigureSceneEnvironment : ContentPage
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For an analytic scenario, like examining a building scene layer, the developer m

## How to use the sample

At start-up, you will see a local scene with a set of scene environment controls at the bottom. Adjusting the controls will change the scene's environment altering the presentation of the scene.
At start-up, you will see a local scene with a set of scene environment controls. Adjusting the controls will change the scene's environment altering the presentation of the scene.

### Sky and Background color settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace ArcGIS.WPF.Samples.ConfigureBasemapStyleParameters
name: "Configure basemap style parameters",
category: "Map",
description: "Apply basemap style parameters customization for a basemap, such as displaying all labels in a specific language or displaying every label in their corresponding local language.",
instructions: "This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Bulgaria, Greece and Turkey, as they use three different alphabets: Cyrillic, Greek, and Latin, respectively. By default, the `BasemapStyleLanguageStrategy` is set to `Local`, which displays all labels in their corresponding local language. This can be changed to `Global`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.",
instructions: "This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Athens, Greece. By default, the `BasemapStyleLanguageStrategy` is set to `Local`, which displays all labels in their corresponding local language. This can be changed to `Global`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.",
tags: new[] { "basemap style", "language", "language strategy", "map", "point", "viewpoint" })]
[ArcGIS.Samples.Shared.Attributes.OfflineData()]
public partial class ConfigureBasemapStyleParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When creating an application that's used in multiple countries, basemaps can ref

## How to use the sample

This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Athens, Greece. By default, the `BasemapStyleLanguageStrategy` is set to `LOCAL`, which displays all labels in their corresponding local language. This can be changed to `GLOBAL`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.
This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Athens, Greece. By default, the `BasemapStyleLanguageStrategy` is set to `Local`, which displays all labels in their corresponding local language. This can be changed to `Global`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.

Pan and zoom to navigate the map to neighboring countries that use different alphabets, such as Bulgaria, and Turkey, to see how different labels are displayed depending on the selected `BasemapStyleLanguageStrategy` and `SpecificLanguage`: all English, all Greek, all Bulgarian, all Turkish, or each their own.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace ArcGIS.WPF.Samples.ConfigureSceneEnvironment
name: "Configure scene environment",
category: "Scene",
description: "Configure the environment settings in a local scene to change the lighting conditions and background appearance.",
instructions: "At start-up, you will see a local scene with a set of scene environment controls. Adjusting the controls will change the scene's environment altering the presentation of the scene. Toggle the \"Stars\" and \"Atmosphere\" check boxes to enable or disable those features. Select a color from the dropdown to set a solid background color; selecting a new background color will disable the stars and atmosphere so you can see the new color. Switch between \"Sun\" and \"Virtual\" lighting, toggle \"Direct Shadows\", and adjust the hour slider to change the sun position.",
instructions: "At start-up, you will see a local scene with a set of scene environment controls. Adjusting the controls will change the scene's environment altering the presentation of the scene.",
tags: new[] { "3D", "environment", "lighting", "scene" })]
public partial class ConfigureSceneEnvironment
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For an analytic scenario, like examining a building scene layer, the developer m

## How to use the sample

At start-up, you will see a local scene with a set of scene environment controls at the bottom. Adjusting the controls will change the scene's environment altering the presentation of the scene.
At start-up, you will see a local scene with a set of scene environment controls. Adjusting the controls will change the scene's environment altering the presentation of the scene.

### Sky and Background color settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace ArcGIS.WinUI.Samples.ConfigureBasemapStyleParameters
name: "Configure basemap style parameters",
category: "Map",
description: "Apply basemap style parameters customization for a basemap, such as displaying all labels in a specific language or displaying every label in their corresponding local language.",
instructions: "This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Bulgaria, Greece and Turkey, as they use three different alphabets: Cyrillic, Greek, and Latin, respectively. By default, the `BasemapStyleLanguageStrategy` is set to `Local`, which displays all labels in their corresponding local language. This can be changed to `Global`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.",
instructions: "This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Athens, Greece. By default, the `BasemapStyleLanguageStrategy` is set to `Local`, which displays all labels in their corresponding local language. This can be changed to `Global`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.",
tags: new[] { "basemap style", "language", "language strategy", "map", "point", "viewpoint" })]
[ArcGIS.Samples.Shared.Attributes.OfflineData()]
public partial class ConfigureBasemapStyleParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When creating an application that's used in multiple countries, basemaps can ref

## How to use the sample

This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Athens, Greece. By default, the `BasemapStyleLanguageStrategy` is set to `LOCAL`, which displays all labels in their corresponding local language. This can be changed to `GLOBAL`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.
This sample showcases the workflow of configuring basemap style parameters by displaying a basemap with labels in different languages and launches with a `Viewpoint` near Athens, Greece. By default, the `BasemapStyleLanguageStrategy` is set to `Local`, which displays all labels in their corresponding local language. This can be changed to `Global`, which displays all labels in English. The `SpecificLanguage` setting sets all labels to a selected language and overrides the `BasemapStyleLanguageStrategy` settings.

Pan and zoom to navigate the map to neighboring countries that use different alphabets, such as Bulgaria, and Turkey, to see how different labels are displayed depending on the selected `BasemapStyleLanguageStrategy` and `SpecificLanguage`: all English, all Greek, all Bulgarian, all Turkish, or each their own.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"category": "Map",
"description": "Specify a map's spatial reference.",
"formal_name": "SetSpatialReference",
"ignore": false,
"images": [
"SetSpatialReference.jpg"
],
"keywords": [
"WGS84",
"WKID",
"Web Mercator",
"coordinate system",
"project",
"projection",
"spatial reference"
],
"offline_data": [],
"redirect_from": [
"/net/latest/winui/sample-code/set-spatial-reference.htm"
],
"relevant_apis": [
"ArcGISMapImageLayer",
"Basemap",
"Map",
"MapView",
"SpatialReference"
],
"snippets": [
"SetSpatialReference.xaml.cs",
"SetSpatialReference.xaml"
],
"title": "Set spatial reference"
"category": "Map",
"description": "Specify a map's spatial reference.",
"formal_name": "SetSpatialReference",
"ignore": false,
"images": [
"SetSpatialReference.jpg"
],
"keywords": [
"WGS84",
"WKID",
"Web Mercator",
"coordinate system",
"project",
"projection",
"spatial reference"
],
"offline_data": [],
"redirect_from": [
"/net/latest/winui/sample-code/set-spatial-reference.htm"
],
"relevant_apis": [
"ArcGISMapImageLayer",
"Basemap",
"Map",
"MapView",
"SpatialReference"
],
"snippets": [
"SetSpatialReference.xaml.cs",
"SetSpatialReference.xaml"
],
"title": "Set spatial reference"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace ArcGIS.WinUI.Samples.ConfigureSceneEnvironment
name: "Configure scene environment",
category: "Scene",
description: "Configure the environment settings in a local scene to change the lighting conditions and background appearance.",
instructions: "At start-up, you will see a local scene with a set of scene environment controls. Adjusting the controls will change the scene's environment altering the presentation of the scene. Toggle the \"Stars\" and \"Atmosphere\" check boxes to enable or disable those features. Select a color from the dropdown to set a solid background color; selecting a new background color will disable the stars and atmosphere so you can see the new color. Switch between \"Sun\" and \"Virtual\" lighting, toggle \"Direct Shadows\", and adjust the hour slider to change the sun position.",
instructions: "At start-up, you will see a local scene with a set of scene environment controls. Adjusting the controls will change the scene's environment altering the presentation of the scene.",
tags: new[] { "3D", "environment", "lighting", "scene" })]
public partial class ConfigureSceneEnvironment
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For an analytic scenario, like examining a building scene layer, the developer m

## How to use the sample

At start-up, you will see a local scene with a set of scene environment controls at the bottom. Adjusting the controls will change the scene's environment altering the presentation of the scene.
At start-up, you will see a local scene with a set of scene environment controls. Adjusting the controls will change the scene's environment altering the presentation of the scene.

### Sky and Background color settings

Expand Down
Loading