dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
GeometryFieldsInfo Class
The `GeometryFieldsInfo` class returns information about the system maintained geometry information associated with a specific feature in a FeatureLayer. ArcGIS Maps SDK for JavaScript
public record GeometryFieldsInfo : System.IEquatable<dymaptic.GeoBlazor.Core.Model.GeometryFieldsInfo>
Inheritance System.Object 🡒 GeometryFieldsInfo
Implements System.IEquatable<GeometryFieldsInfo>
Constructors
GeometryFieldsInfo(string, string, string) Constructor
The `GeometryFieldsInfo` class returns information about the system maintained geometry information associated with a specific feature in a FeatureLayer. ArcGIS Maps SDK for JavaScript
public GeometryFieldsInfo(string? ShapeAreaField=null, string? ShapeLengthField=null, string? Units=null);
Parameters
ShapeAreaField System.String
The name of the field that stores the feature's area, e.g. ArcGIS Maps SDK for JavaScript
ShapeLengthField System.String
The name of the field that stores the feature's length, e.g. ArcGIS Maps SDK for JavaScript
Units System.String
The units of measure for the area and length field values. ArcGIS Maps SDK for JavaScript
Properties
GeometryFieldsInfo.ShapeAreaField Property
The name of the field that stores the feature's area, e.g. ArcGIS Maps SDK for JavaScript
public string? ShapeAreaField { get; init; }
Property Value
GeometryFieldsInfo.ShapeLengthField Property
The name of the field that stores the feature's length, e.g. ArcGIS Maps SDK for JavaScript
public string? ShapeLengthField { get; init; }
Property Value
GeometryFieldsInfo.Units Property
The units of measure for the area and length field values. ArcGIS Maps SDK for JavaScript
public string? Units { get; init; }