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
Elevation
public double Elevation { get; set; }
Property Value
Latitude
public double Latitude { get; set; }
Property Value
Longitude
public double Longitude { get; set; }
Property Value
Map
Free text map to which the coordinate relates.
public string Map { get; set; }
Property Value
PositionAddress
public string PositionAddress { get; set; }
Property Value
Methods
GetXmlModelType()
public static string GetXmlModelType()
Returns
ParseFields(IEnumerable<XElement>, Coordinate, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, Coordinate result, bool debugAttributes = false)
Parameters
fieldElementsIEnumerable<XElement>resultCoordinatedebugAttributesbool
ParseModel(XElement, bool)
public static Coordinate ParseModel(XElement element, bool debugAttributes = false)
Parameters
Returns
ParseModelFields(IEnumerable<XElement>, Coordinate, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Coordinate result, bool debugAttributes = false)
Parameters
modelFieldElementsIEnumerable<XElement>resultCoordinatedebugAttributesbool
ParseMultiFields(IEnumerable<XElement>, Coordinate, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Coordinate result, bool debugAttributes = false)
Parameters
multiFieldElementsIEnumerable<XElement>resultCoordinatedebugAttributesbool
ParseMultiModel(XElement, bool)
public static List<Coordinate> ParseMultiModel(XElement corrdinatesElement, bool debugAttributes = false)
Parameters
Returns
ParseMultiModelFields(IEnumerable<XElement>, Coordinate, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Coordinate result, bool debugAttributes = false)
Parameters
multiModelFieldElementsIEnumerable<XElement>resultCoordinatedebugAttributesbool