public static enum GeometryHeaderFlags.GeopackageBinaryType extends Enum<GeometryHeaderFlags.GeopackageBinaryType>
Enum Constant and Description |
---|
ExtendedGeoPackageBinary |
StandardGeoPackageBinary |
Modifier and Type | Method and Description |
---|---|
byte |
getValue() |
static GeometryHeaderFlags.GeopackageBinaryType |
valueOf(byte b) |
static GeometryHeaderFlags.GeopackageBinaryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeometryHeaderFlags.GeopackageBinaryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeometryHeaderFlags.GeopackageBinaryType StandardGeoPackageBinary
public static final GeometryHeaderFlags.GeopackageBinaryType ExtendedGeoPackageBinary
public static GeometryHeaderFlags.GeopackageBinaryType[] values()
for (GeometryHeaderFlags.GeopackageBinaryType c : GeometryHeaderFlags.GeopackageBinaryType.values()) System.out.println(c);
public static GeometryHeaderFlags.GeopackageBinaryType 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 byte getValue()
public static GeometryHeaderFlags.GeopackageBinaryType valueOf(byte b)
Copyright © 1996–2023 Geotools. All rights reserved.