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 class 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
dymaptic.GeoBlazor.Core.Components.Geometries.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
dymaptic.GeoBlazor.Core.Components.Geometries.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; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Geometries.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; set; }
Property Value
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; set; }