dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PixelSizeSpatialReference Class

Spatial reference to be used for the request.
ArcGIS Maps SDK for JavaScript

public class PixelSizeSpatialReference :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PixelSizeSpatialReference>

Inheritance System.Object 🡒 PixelSizeSpatialReference

Implements System.IEquatable<PixelSizeSpatialReference>

Constructors

PixelSizeSpatialReference(Nullable, Nullable) Constructor

Spatial reference to be used for the request.
ArcGIS Maps SDK for JavaScript

public PixelSizeSpatialReference(System.Nullable<long> Wkid=null, System.Nullable<double> Wkt=null);

Parameters

Wkid System.Nullable<System.Int64>

The wkid of the spatial reference.
ArcGIS Maps SDK for JavaScript

Wkt System.Nullable<System.Double>

The Well known text or wkt of the spatial reference.
ArcGIS Maps SDK for JavaScript

Properties

PixelSizeSpatialReference.Wkid Property

The wkid of the spatial reference.
ArcGIS Maps SDK for JavaScript

public System.Nullable<long> Wkid { get; set; }

Property Value

System.Nullable<System.Int64>

PixelSizeSpatialReference.Wkt Property

The Well known text or wkt of the spatial reference.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Wkt { get; set; }

Property Value

System.Nullable<System.Double>