Table of Contents

Class Coordinate

Namespace
UFEDLib
Assembly
UFEDLib.dll
[Serializable]
public class Coordinate : ModelBase, IUfedModelParser<Coordinate>
Inheritance
Coordinate
Implements
Inherited Members

Properties

Comment

public string Comment { get; set; }

Property Value

string

Elevation

public double Elevation { get; set; }

Property Value

double

Latitude

public double Latitude { get; set; }

Property Value

double

Longitude

public double Longitude { get; set; }

Property Value

double

Map

Free text map to which the coordinate relates.

public string Map { get; set; }

Property Value

string

PositionAddress

public string PositionAddress { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, Coordinate, bool)

public static void ParseFields(IEnumerable<XElement> fieldElements, Coordinate result, bool debugAttributes = false)

Parameters

fieldElements IEnumerable<XElement>
result Coordinate
debugAttributes bool

ParseModel(XElement, bool)

public static Coordinate ParseModel(XElement element, bool debugAttributes = false)

Parameters

element XElement
debugAttributes bool

Returns

Coordinate

ParseModelFields(IEnumerable<XElement>, Coordinate, bool)

public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Coordinate result, bool debugAttributes = false)

Parameters

modelFieldElements IEnumerable<XElement>
result Coordinate
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, Coordinate, bool)

public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Coordinate result, bool debugAttributes = false)

Parameters

multiFieldElements IEnumerable<XElement>
result Coordinate
debugAttributes bool

ParseMultiModel(XElement, bool)

public static List<Coordinate> ParseMultiModel(XElement corrdinatesElement, bool debugAttributes = false)

Parameters

corrdinatesElement XElement
debugAttributes bool

Returns

List<Coordinate>

ParseMultiModelFields(IEnumerable<XElement>, Coordinate, bool)

public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Coordinate result, bool debugAttributes = false)

Parameters

multiModelFieldElements IEnumerable<XElement>
result Coordinate
debugAttributes bool