Package | Description |
---|---|
org.gridfour.gvrs |
Provides classes and interfaces for managing raster data in files.
|
Modifier and Type | Method and Description |
---|---|
static GvrsMnc |
GvrsMnc.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GvrsMnc[] |
GvrsMnc.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<GvrsMetadata> |
GvrsFile.readMetadata(GvrsMnc gmConstant)
Reads a set of metadata objects that match the name of the specified
enumeration.If no such metadata objects exist,
the resulting list will be empty.
|
void |
GvrsFile.writeMetadata(GvrsMnc gmConstant,
String content)
A convenience method for storing a GVRS metadata object with string
content.
|
Copyright © 2022. All rights reserved.