| Modifier and Type | Field and Description |
|---|---|
java.time.Instant |
AppliedTimeUtc
Applied time utc
|
String |
Comments
Comments
|
Publish.MeasurementDirection |
MeasurementDirection
Direction that positive measurements are taken in relation to the reference point
|
String |
Method
Method used to determine the offset
|
Double |
OffsetToStandard
Offset to standard
|
String |
Standard
Standard
|
Publish.TimeRange |
TimeRange
Time range
|
Double |
Uncertainty
Uncertainty of offset to standard if any
|
String |
UnitIdentifier
Unit identifier
|
String |
User
User
|
| Constructor and Description |
|---|
LocationDatumPeriod() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getAppliedTimeUtc() |
String |
getComments() |
Publish.MeasurementDirection |
getMeasurementDirection() |
String |
getMethod() |
Double |
getOffsetToStandard() |
String |
getStandard() |
Publish.TimeRange |
getTimeRange() |
Double |
getUncertainty() |
String |
getUnitIdentifier() |
String |
getUser() |
Publish.LocationDatumPeriod |
setAppliedTimeUtc(java.time.Instant value) |
Publish.LocationDatumPeriod |
setComments(String value) |
Publish.LocationDatumPeriod |
setMeasurementDirection(Publish.MeasurementDirection value) |
Publish.LocationDatumPeriod |
setMethod(String value) |
Publish.LocationDatumPeriod |
setOffsetToStandard(Double value) |
Publish.LocationDatumPeriod |
setStandard(String value) |
Publish.LocationDatumPeriod |
setTimeRange(Publish.TimeRange value) |
Publish.LocationDatumPeriod |
setUncertainty(Double value) |
Publish.LocationDatumPeriod |
setUnitIdentifier(String value) |
Publish.LocationDatumPeriod |
setUser(String value) |
public String Standard
public Publish.TimeRange TimeRange
public String UnitIdentifier
public Double OffsetToStandard
public Double Uncertainty
public String Method
public Publish.MeasurementDirection MeasurementDirection
public String Comments
public java.time.Instant AppliedTimeUtc
public String User
public String getStandard()
public Publish.LocationDatumPeriod setStandard(String value)
public Publish.TimeRange getTimeRange()
public Publish.LocationDatumPeriod setTimeRange(Publish.TimeRange value)
public String getUnitIdentifier()
public Publish.LocationDatumPeriod setUnitIdentifier(String value)
public Double getOffsetToStandard()
public Publish.LocationDatumPeriod setOffsetToStandard(Double value)
public Double getUncertainty()
public Publish.LocationDatumPeriod setUncertainty(Double value)
public String getMethod()
public Publish.LocationDatumPeriod setMethod(String value)
public Publish.MeasurementDirection getMeasurementDirection()
public Publish.LocationDatumPeriod setMeasurementDirection(Publish.MeasurementDirection value)
public String getComments()
public Publish.LocationDatumPeriod setComments(String value)
public java.time.Instant getAppliedTimeUtc()
public Publish.LocationDatumPeriod setAppliedTimeUtc(java.time.Instant value)
public String getUser()
public Publish.LocationDatumPeriod setUser(String value)
Copyright © 2022. All rights reserved.