WebPoint Class |
Namespace: ArtDatabanken.WebService.Data
The WebPoint type exposes the following members.
Name | Description | |
---|---|---|
WebPoint |
Initializes a new instance of the WebPoint class.
| |
WebPoint(Double, Double) |
Initializes a new instance of the WebPoint class.
| |
WebPoint(Double, Double, Double, Double) |
Initializes a new instance of the WebPoint class.
|
Name | Description | |
---|---|---|
IsMSpecified |
Indication if property M has been specified.
| |
IsZSpecified |
Indication if property Z has been specified.
| |
M |
This value is part of a linear reference system.
Property IsMSpecified must be set to true if
property M is used.
| |
X |
East-west value of the coordinate.
Which values that are valid depends on which
coordinate system that is used.
| |
Y |
North-south value of the coordinate.
Which values that are valid depends on which
coordinate system that is used.
| |
Z |
Altitude value of the coordinate.
Property IsZSpecified must be set to true if
property Z is used.
|