Table of Contents

Class GeometryCollection

Namespace
Cryville.EEW.Features
Assembly
Cryville.EEW.Features.dll
Represents a geometry collection.
public record GeometryCollection : Geometry, IEquatable<Geometry>, IEquatable<GeometryCollection>
Inheritance
GeometryCollection
Implements
Inherited Members

Constructors

GeometryCollection(IEnumerable<Geometry>)

Represents a geometry collection.
public GeometryCollection(IEnumerable<Geometry> Geometries)

Parameters

Geometries IEnumerable<Geometry>
An array of Geometry objects.

Properties

Geometries

An array of Geometry objects.
public IEnumerable<Geometry> Geometries { get; init; }

Property Value

IEnumerable<Geometry>