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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |