Click or drag to resize
IPoint Interface
This interface contains information about a geometry coordinate. Coordinates for geometries may be 2D (x, y), 3D (x, y, z), 4D (x, y, z, m) with a m value that is part of a linear reference system or 2D with a m value (x, y, m).

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IPoint

The IPoint type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Get data context.
Public propertyM
This value is part of a linear reference system.
Public propertyX
East-west value of the coordinate. Which values that are valid depends on which coordinate system that is used.
Public propertyY
North-south value of the coordinate. Which values that are valid depends on which coordinate system that is used.
Public propertyZ
Altitude value of the coordinate.
Top
Extension Methods
  NameDescription
Public Extension MethodToWebPoint
Convert a IPoint instance to a WebPoint instance.
(Defined by GeometryExtension.)
Top
See Also