Skip to content

Commit

Permalink
[Automated] Sync v.next with main (#1521)
Browse files Browse the repository at this point in the history
Co-authored-by: William Bohrmann <[email protected]>
  • Loading branch information
arcgis-maps-sdk-bot and williambohrmann3 authored Sep 3, 2024
1 parent ff55ab7 commit 1b725ce
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace ArcGIS.Samples.AddDynamicEntityLayer
tags: new[] { "data", "dynamic", "entity", "live", "purge", "real-time", "service", "stream", "track" })]
public partial class AddDynamicEntityLayer
{
// This envelope is a limited region around Sandy, Utah. It will be the extent used by the `DynamicEntityFilter`.
// This envelope is a limited region around Sandy, Utah. It will be the extent used by the ArcGISStreamServiceFilter.
private Envelope _utahSandyEnvelope = new Envelope(new MapPoint(-112.110052, 40.718083, SpatialReferences.Wgs84), new MapPoint(-111.814782, 40.535247, SpatialReferences.Wgs84));

private ArcGISStreamService _dynamicEntityDataSource;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Use the controls to connect to or disconnect from the stream service, modify dis
## Relevant API

* ArcGISStreamService
* ArcGISStreamServiceFilter
* ConnectionStatus
* DynamicEntity
* DynamicEntityFilter
* DynamicEntityLayer
* DynamicEntityPurgeOptions
* TrackDisplayProperties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"relevant_apis": [
"ArcGISStreamService",
"ArcGISStreamServiceFilter",
"ConnectionStatus",
"DynamicEntity",
"DynamicEntityFilter",
"DynamicEntityLayer",
"DynamicEntityPurgeOptions",
"TrackDisplayProperties"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace ArcGIS.WPF.Samples.AddDynamicEntityLayer
tags: new[] { "data", "dynamic", "entity", "live", "purge", "real-time", "service", "stream", "track" })]
public partial class AddDynamicEntityLayer
{
// This envelope is a limited region around Sandy, Utah. It will be the extent used by the `DynamicEntityFilter`.
// This envelope is a limited region around Sandy, Utah. It will be the extent used by the ArcGISStreamServiceFilter.
private Envelope _utahSandyEnvelope = new Envelope(new MapPoint(-112.110052, 40.718083, SpatialReferences.Wgs84), new MapPoint(-111.814782, 40.535247, SpatialReferences.Wgs84));

private ArcGISStreamService _dynamicEntityDataSource;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Use the controls to connect to or disconnect from the stream service, modify dis
## Relevant API

* ArcGISStreamService
* ArcGISStreamServiceFilter
* ConnectionStatus
* DynamicEntity
* DynamicEntityFilter
* DynamicEntityLayer
* DynamicEntityPurgeOptions
* TrackDisplayProperties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"relevant_apis": [
"ArcGISStreamService",
"ArcGISStreamServiceFilter",
"ConnectionStatus",
"DynamicEntity",
"DynamicEntityFilter",
"DynamicEntityLayer",
"DynamicEntityPurgeOptions",
"TrackDisplayProperties"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace ArcGIS.WinUI.Samples.AddDynamicEntityLayer
tags: new[] { "data", "dynamic", "entity", "live", "purge", "real-time", "service", "stream", "track" })]
public partial class AddDynamicEntityLayer
{
// This envelope is a limited region around Sandy, Utah. It will be the extent used by the `DynamicEntityFilter`.
// This envelope is a limited region around Sandy, Utah. It will be the extent used by the ArcGISStreamServiceFilter.
private Envelope _utahSandyEnvelope = new Envelope(new MapPoint(-112.110052, 40.718083, SpatialReferences.Wgs84), new MapPoint(-111.814782, 40.535247, SpatialReferences.Wgs84));

private ArcGISStreamService _dynamicEntityDataSource;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Use the controls to connect to or disconnect from the stream service, modify dis
## Relevant API

* ArcGISStreamService
* ArcGISStreamServiceFilter
* ConnectionStatus
* DynamicEntity
* DynamicEntityFilter
* DynamicEntityLayer
* DynamicEntityPurgeOptions
* TrackDisplayProperties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"relevant_apis": [
"ArcGISStreamService",
"ArcGISStreamServiceFilter",
"ConnectionStatus",
"DynamicEntity",
"DynamicEntityFilter",
"DynamicEntityLayer",
"DynamicEntityPurgeOptions",
"TrackDisplayProperties"
Expand Down

0 comments on commit 1b725ce

Please sign in to comment.