Class LinearRing
Class that implements the LinearRing element XML schemas for a Polygon element.
Inherited Members
Namespace: Pidf
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class LinearRing
Constructors
| Edit this page View SourceLinearRing()
Default constructor.
Declaration
public LinearRing()
Fields
| Edit this page View Sourcepos
Gets or sets the array of Position elements.
Declaration
public List<Position> pos
Field Value
Type | Description |
---|---|
List<Position> |
posList
Gets or sets a string containing the coordinates for the compact form of the LinearRing element.
Declaration
public string posList
Field Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceConvertCompactFormToStandardForm()
Converts the compact form of a LinearRing to the standard form.
Declaration
public List<Position> ConvertCompactFormToStandardForm()
Returns
Type | Description |
---|---|
List<Position> | Returns a List of Position elements. Returns null if an error is detected. |