[]
        
(Showing Draft Content)

C1.FlexMap.GeoGeometry

GeoGeometry Class

Represents the base class of geospatial geometries.

Namespace: C1.FlexMap
Assembly: C1.Win.Map.8.dll
Syntax
public abstract class GeoGeometry

Constructors

Name Description
GeoGeometry(GeoGeometryType)

Creates a new instance of GeoGeometry class.

Properties

Name Description
Bounds

Returns the bounds of the geometry.

Center

Gets the centroid of the geometry.

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.

Type

Gets the geometry type.

Methods

Name Description
GetPointsBounds(IEnumerable<GeoPoint>)

Gets the points bound rectangle.