Show / Hide Table of Contents

Property OutSpatialReference

OutSpatialReference

Gets or sets the spatial reference to use when returning dynamic entities.

Declaration
public SpatialReference OutSpatialReference { get; set; }
Property Value
Type Description
SpatialReference

The spatial reference to use when returning dynamic entities.

Remarks

Use this property to instruct the service to provide observation geometries in the given spatial reference.

This property is useful if the client application needs dynamic entities in a specific spatial reference. Setting this property forces the server to reproject geometries before adding observations to the stream. This relieves the client application from the performance burden of reprojecting dynamic entities.

The default value is null which indicates that dynamic entities are returned in the spatial reference of the service.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.