public enum DataFormat extends Enum<DataFormat>
DataStreamRecord
.Enum Constant and Description |
---|
BINEX
BINEX.
|
CMR
CMR.
|
CMR_PLUS
CMR+.
|
RAW
RAW.
|
RINEX
RINEX.
|
RTCA
RTCA.
|
RTCM_2
RTCM 2.x.
|
RTCM_3
RTCM 3.x.
|
RTCM_SAPOS
RTCM SAPOS.
|
SAPOS_ADV
SAPOS-AdV.
|
SP3
SP3.
|
Modifier and Type | Method and Description |
---|---|
static DataFormat |
getDataFormat(String keyword)
Get the message type corresponding to a keyword.
|
static DataFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataFormat RTCM_2
public static final DataFormat RTCM_3
public static final DataFormat RTCM_SAPOS
public static final DataFormat CMR
public static final DataFormat CMR_PLUS
public static final DataFormat SAPOS_ADV
public static final DataFormat RTCA
public static final DataFormat RAW
public static final DataFormat RINEX
public static final DataFormat SP3
public static final DataFormat BINEX
public static DataFormat[] values()
for (DataFormat c : DataFormat.values()) System.out.println(c);
public static DataFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DataFormat getDataFormat(String keyword)
keyword
- data format keywordCopyright © 2002-2022 CS GROUP. All rights reserved.