Package org.wololo.flatgeobuf.generated
Class ColumnType
- java.lang.Object
-
- org.wololo.flatgeobuf.generated.ColumnType
-
public final class ColumnType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteBinarystatic byteBoolstatic byteBytestatic byteDateTimestatic byteDoublestatic byteFloatstatic byteIntstatic byteJsonstatic byteLongstatic String[]namesstatic byteShortstatic byteStringstatic byteUBytestatic byteUIntstatic byteULongstatic byteUShort
-
-
-
Field Detail
-
Byte
public static final byte Byte
- See Also:
- Constant Field Values
-
UByte
public static final byte UByte
- See Also:
- Constant Field Values
-
Bool
public static final byte Bool
- See Also:
- Constant Field Values
-
Short
public static final byte Short
- See Also:
- Constant Field Values
-
UShort
public static final byte UShort
- See Also:
- Constant Field Values
-
Int
public static final byte Int
- See Also:
- Constant Field Values
-
UInt
public static final byte UInt
- See Also:
- Constant Field Values
-
Long
public static final byte Long
- See Also:
- Constant Field Values
-
ULong
public static final byte ULong
- See Also:
- Constant Field Values
-
Float
public static final byte Float
- See Also:
- Constant Field Values
-
Double
public static final byte Double
- See Also:
- Constant Field Values
-
String
public static final byte String
- See Also:
- Constant Field Values
-
Json
public static final byte Json
- See Also:
- Constant Field Values
-
DateTime
public static final byte DateTime
- See Also:
- Constant Field Values
-
Binary
public static final byte Binary
- See Also:
- Constant Field Values
-
names
public static final String[] names
-
-
Method Detail
-
name
public static String name(int e)
-
-