Package | Description |
---|---|
org.geotools.geopkg |
Modifier and Type | Method and Description |
---|---|
GeoPkgMetadata.Scope |
GeoPkgMetadata.getScope() |
static GeoPkgMetadata.Scope |
GeoPkgMetadata.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoPkgMetadata.Scope[] |
GeoPkgMetadata.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoPkgMetadata.setScope(GeoPkgMetadata.Scope scope) |
Constructor and Description |
---|
GeoPkgMetadata(GeoPkgMetadata.Scope scope,
String URI,
String mimeType,
String metadata) |
GeoPkgMetadata(long id,
GeoPkgMetadata.Scope scope,
String URI,
String mimeType,
String metadata) |
Copyright © 1996–2022 Geotools. All rights reserved.