Geoposition class

A geographic position measurement.

OMH version 1.0 See geoposition

Inheritance
Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Constructors

Geoposition({required PlaneAngleUnitValue latitude, required PlaneAngleUnitValue longitude, LengthUnitValue? elevation, int? numberOfSatellitesInView, int? numberOfSatellitesInFix, String? positioningSystem})
Creates a Geoposition. The latitude and longitude are required according to the OMH definition.
Geoposition.fromJson(Map<String, dynamic> json)
factory

Properties

descriptiveStatistic String?
getter/setter pairinherited
effectiveTimeFrame TimeFrame?
getter/setter pairinherited
elevation LengthUnitValue?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latitude PlaneAngleUnitValue
getter/setter pair
longitude PlaneAngleUnitValue
getter/setter pair
numberOfSatellitesInFix int?
getter/setter pair
numberOfSatellitesInView int?
getter/setter pair
positioningSystem String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userNotes String?
getter/setter pairinherited

Methods

getAdditionalProperties() Map<String, Object>
Gets the additional properties.
inherited
getAdditionalProperty(String name) Object?
Gets an additional property.
inherited
getSchemaId() SchemaId
The schema this class corresponds to
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAdditionalProperty(String path, Object value) → void
Sets an additional property.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

SCHEMA_ID SchemaId
getter/setter pair