[]
        
(Showing Draft Content)

C1.FlexMap.GeoGeometryCollection

GeoGeometryCollection Class

Represents the collection of geospatial geometries.

Inheritance
GeoGeometryCollection
Namespace: C1.FlexMap
Assembly: C1.Win.Map.4.8.dll
Syntax
public class GeoGeometryCollection : GeoGeometry

Constructors

Name Description
GeoGeometryCollection(GeoGeometryType, IEnumerable<GeoGeometry>)

Creates a new instance of GeoGeometryCollection class.

GeoGeometryCollection(IEnumerable<GeoGeometry>)

Initializes a new instance of the GeoGeometryCollection class.

Properties

Name Description
Geometries

Gets the inner geometries.

Is3D

Returns true if the geometry has z-coordinate values.

IsEmpty

Returns the value indicating whether the geometry is empty geometry.

IsMeasured

Returns true if the geometry has m-coordinate values.

PointsCount

Returns the number of points used in a geometry.