public static enum GeoPkgMetadataReference.Scope extends Enum<GeoPkgMetadataReference.Scope>
Enum Constant and Description |
---|
Column |
GeoPackage |
Row |
RowCol |
Table |
Modifier and Type | Method and Description |
---|---|
String |
getSqlValue() |
static GeoPkgMetadataReference.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoPkgMetadataReference.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoPkgMetadataReference.Scope GeoPackage
public static final GeoPkgMetadataReference.Scope Table
public static final GeoPkgMetadataReference.Scope Column
public static final GeoPkgMetadataReference.Scope Row
public static final GeoPkgMetadataReference.Scope RowCol
public static GeoPkgMetadataReference.Scope[] values()
for (GeoPkgMetadataReference.Scope c : GeoPkgMetadataReference.Scope.values()) System.out.println(c);
public static GeoPkgMetadataReference.Scope 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 String getSqlValue()
Copyright © 1996–2022 Geotools. All rights reserved.