Package org.geotools.geopkg
Enum GeoPkgMetadata.Scope
- Object
-
- Enum<GeoPkgMetadata.Scope>
-
- Scope
-
- All Implemented Interfaces:
Serializable
,Comparable<GeoPkgMetadata.Scope>
- Enclosing class:
- GeoPkgMetadata
public static enum GeoPkgMetadata.Scope extends Enum<GeoPkgMetadata.Scope>
Scope of the metadata
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Attribute
AttributeType
Catalog
CollectionHardware
CollectionSession
Dataset
DimensionGroup
Feature
FeatureType
FieldSession
Model
NonGeographicDataset
Schema
Series
Service
Software
Style
Taxonomy
Tile
Undefined
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
Undefined
public static final GeoPkgMetadata.Scope Undefined
-
FieldSession
public static final GeoPkgMetadata.Scope FieldSession
-
CollectionSession
public static final GeoPkgMetadata.Scope CollectionSession
-
Series
public static final GeoPkgMetadata.Scope Series
-
Dataset
public static final GeoPkgMetadata.Scope Dataset
-
FeatureType
public static final GeoPkgMetadata.Scope FeatureType
-
Feature
public static final GeoPkgMetadata.Scope Feature
-
AttributeType
public static final GeoPkgMetadata.Scope AttributeType
-
Attribute
public static final GeoPkgMetadata.Scope Attribute
-
Tile
public static final GeoPkgMetadata.Scope Tile
-
Model
public static final GeoPkgMetadata.Scope Model
-
Catalog
public static final GeoPkgMetadata.Scope Catalog
-
Schema
public static final GeoPkgMetadata.Scope Schema
-
Taxonomy
public static final GeoPkgMetadata.Scope Taxonomy
-
Software
public static final GeoPkgMetadata.Scope Software
-
Service
public static final GeoPkgMetadata.Scope Service
-
CollectionHardware
public static final GeoPkgMetadata.Scope CollectionHardware
-
NonGeographicDataset
public static final GeoPkgMetadata.Scope NonGeographicDataset
-
DimensionGroup
public static final GeoPkgMetadata.Scope DimensionGroup
-
Style
public static final GeoPkgMetadata.Scope Style
-
-
Method Detail
-
values
public static GeoPkgMetadata.Scope[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GeoPkgMetadata.Scope c : GeoPkgMetadata.Scope.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GeoPkgMetadata.Scope valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getSqlValue
public String getSqlValue()
-
-