Click or drag to resize
ILinearRing Interface
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.

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

The ILinearRing type exposes the following members.

Properties
  NameDescription
Public propertyPoints
Points that defines the LinearRing.
Top
Extension Methods
  NameDescription
Public Extension MethodToWebLinearRing
Convert a ILinearRing instance to a WebLinearRing instance.
(Defined by GeometryExtension.)
Top
See Also