Class RecordLoc
DNS location recod.
public record RecordLoc : Record, IEquatable<Record>, IEquatable<RecordLoc>
- Inheritance
-
RecordLoc
- Implements
- Inherited Members
Constructors
RecordLoc(RecordReader)
Initializes a new instance of the RecordLoc class.
public RecordLoc(RecordReader reader)
Parameters
readerRecordReaderRecord reader of the record data.
Properties
Altitude
Gets the altitude of the location.
public uint Altitude { get; }
Property Value
HorizontalPrecision
Gets the horizontal precision of the data.
public byte HorizontalPrecision { get; }
Property Value
Latitude
Gets the latitude of the location.
public uint Latitude { get; }
Property Value
Longitude
Gets the longitude of the location.
public uint Longitude { get; }
Property Value
Size
Gets the diameter of the sphere enclosing the entity.
public byte Size { get; }
Property Value
Version
Gets the version of the representation.
public byte Version { get; }
Property Value
VerticalPrecision
Gets the vertical precision or the data.
public byte VerticalPrecision { get; }
Property Value
Methods
ToString()
Gets a string of the location.
public override string ToString()
Returns
- string
String of the location.