GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

AggregatedGeometry Class

A class that defines an aggregation of geometries. ArcGIS Maps SDK for JavaScript

public record AggregatedGeometry : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.AggregatedGeometry>

Inheritance System.Object 🡒 AggregatedGeometry

Implements System.IEquatable<AggregatedGeometry>

Constructors

AggregatedGeometry(Polyline, Multipoint, Polygon) Constructor

A class that defines an aggregation of geometries. ArcGIS Maps SDK for JavaScript

public AggregatedGeometry(dymaptic.GeoBlazor.Core.Components.Geometries.Polyline? Line=null, dymaptic.GeoBlazor.Pro.Components.Geometries.Multipoint? Multipoint=null, dymaptic.GeoBlazor.Core.Components.Geometries.Polygon? Polygon=null);

Parameters

Line Polyline

A polyline geometry representing a union of all polyline features encountered during the trace and specified by the output. ArcGIS Maps SDK for JavaScript

Multipoint Multipoint

A multi-point geometry representing a union of all point features encountered during the trace and specified by the output The aggregated geometries will only include geometries that belong to features with `assetgroups/assettypes` specified in the trace output. ArcGIS Maps SDK for JavaScript

Polygon Polygon

A polygon geometry representing a union of all polygon features encountered during the trace and specified by the output. ArcGIS Maps SDK for JavaScript

Properties

AggregatedGeometry.Line Property

A polyline geometry representing a union of all polyline features encountered during the trace and specified by the output. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Polyline? Line { get; init; }

Property Value

Polyline

AggregatedGeometry.Multipoint Property

A multi-point geometry representing a union of all point features encountered during the trace and specified by the output The aggregated geometries will only include geometries that belong to features with `assetgroups/assettypes` specified in the trace output. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Components.Geometries.Multipoint? Multipoint { get; init; }

Property Value

Multipoint

AggregatedGeometry.Polygon Property

A polygon geometry representing a union of all polygon features encountered during the trace and specified by the output. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Polygon? Polygon { get; init; }

Property Value

Polygon