A LinearRing is a LineString that is both closed and simple.
A LineString is a curve with linear interpolation
between points. Each consecutive pair of points
defines a line segment.
Inheritance Hierarchy
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public class WebLinearRing : WebData
Public Class WebLinearRing
Inherits WebData
public ref class WebLinearRing : public WebData
type WebLinearRing =
class
inherit WebData
end
The WebLinearRing type exposes the following members.
Constructors
| Name | Description |
---|
| WebLinearRing | Initializes a new instance of the WebLinearRing class |
TopProperties
| Name | Description |
---|
| Points |
Points that defines the LinearRing.
|
TopSee Also