[]
        
(Showing Draft Content)

C1.FlexMap.GeoPoint

GeoPoint Class

Represents the geospatial point.

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

Constructors

Name Description
GeoPoint(double, double)

Initializes a new instance of the GeoPoint class.

GeoPoint(double, double, double?, double?)

Initializes a new instance of the GeoPoint class.

Properties

Name Description
Bounds

Returns the bounds 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.

Location

Gets the x and y coordintes.

M

Gets or sets the m-coordinate.

PointsCount

Returns the number of points used in a geometry.

X

Gets or sets the x-coordinate.

Y

Gets or sets the y-coordinate.

Z

Gets or sets the z-coordinate.