Package | Description |
---|---|
com.ars.aerodata.A424A_enums | |
com.ars.aerodata.A424A_records |
Modifier and Type | Method and Description |
---|---|
static DatumCode |
DatumCode.fromValue(String v) |
static DatumCode |
DatumCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatumCode[] |
DatumCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected DatumCode |
A424Point.datumCode
The Datum Code field defines the Local Horizontal Reference Datum to which a geographical position, expressed in latitude and longitude, is associated.
|
Modifier and Type | Method and Description |
---|---|
DatumCode |
A424Point.getDatumCode()
Gets the value of the datumCode property.
|
Modifier and Type | Method and Description |
---|---|
void |
A424Point.setDatumCode(DatumCode value)
Sets the value of the datumCode property.
|
Copyright © 2017. All rights reserved.