Click or drag to resize
WebPoint Class
This class 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).
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebPoint : WebData

The WebPoint type exposes the following members.

Constructors
  NameDescription
Public methodWebPoint
Initializes a new instance of the WebPoint class.
Public methodWebPoint(Double, Double)
Initializes a new instance of the WebPoint class.
Public methodWebPoint(Double, Double, Double, Double)
Initializes a new instance of the WebPoint class.
Top
Properties
  NameDescription
Public propertyIsMSpecified
Indication if property M has been specified.
Public propertyIsZSpecified
Indication if property Z has been specified.
Public propertyM
This value is part of a linear reference system. Property IsMSpecified must be set to true if property M is used.
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. Property IsZSpecified must be set to true if property Z is used.
Top
Methods
  NameDescription
Public methodClone
Get a copy of this point.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also