public static enum GeoPkgMetadata.Scope extends Enum<GeoPkgMetadata.Scope>
Enum Constant and Description |
---|
Attribute |
AttributeType |
Catalog |
CollectionHardware |
CollectionSession |
Dataset |
DimensionGroup |
Feature |
FeatureType |
FieldSession |
Model |
NonGeographicDataset |
Schema |
Series |
Service |
Software |
Style |
Taxonomy |
Tile |
Undefined |
Modifier and Type | Method and Description |
---|---|
String |
getSqlValue() |
static GeoPkgMetadata.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoPkgMetadata.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoPkgMetadata.Scope Undefined
public static final GeoPkgMetadata.Scope FieldSession
public static final GeoPkgMetadata.Scope CollectionSession
public static final GeoPkgMetadata.Scope Series
public static final GeoPkgMetadata.Scope Dataset
public static final GeoPkgMetadata.Scope FeatureType
public static final GeoPkgMetadata.Scope Feature
public static final GeoPkgMetadata.Scope AttributeType
public static final GeoPkgMetadata.Scope Attribute
public static final GeoPkgMetadata.Scope Tile
public static final GeoPkgMetadata.Scope Model
public static final GeoPkgMetadata.Scope Catalog
public static final GeoPkgMetadata.Scope Schema
public static final GeoPkgMetadata.Scope Taxonomy
public static final GeoPkgMetadata.Scope Software
public static final GeoPkgMetadata.Scope Service
public static final GeoPkgMetadata.Scope CollectionHardware
public static final GeoPkgMetadata.Scope NonGeographicDataset
public static final GeoPkgMetadata.Scope DimensionGroup
public static final GeoPkgMetadata.Scope Style
public static GeoPkgMetadata.Scope[] values()
for (GeoPkgMetadata.Scope c : GeoPkgMetadata.Scope.values()) System.out.println(c);
public static GeoPkgMetadata.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–2021 Geotools. All rights reserved.