Class GeometryCollection
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
GeometriesIEnumerable<Geometry>- An array of Geometry objects.
Properties
Geometries
An array of Geometry objects.
public IEnumerable<Geometry> Geometries { get; init; }