Package | Description |
---|---|
org.gridfour.gvrs |
Provides classes and interfaces for managing raster data in files.
|
Modifier and Type | Method and Description |
---|---|
GvrsMetadata |
GvrsMnc.newInstance()
Constructs a new instance of a GvrsMetadata with the name and
data type specified by the enumeration.
|
GvrsMetadata |
GvrsMnc.newInstance(int recordID)
Constructs a new instance of a GvrsMetadata object with the name,
data type, specified by the enumeration and the record ID
assigned to it by the calling application.
|
GvrsMetadata |
GvrsFile.readMetadata(String name,
int recordID)
Reads the unique metadata object identified by name and record ID from
the GVRS file.
|
Modifier and Type | Method and Description |
---|---|
List<GvrsMetadata> |
GvrsFile.readMetadata()
Reads the complete set of metadata records stored in the file.
|
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.
|
List<GvrsMetadata> |
GvrsFile.readMetadata(String name)
Reads a set of metadata objects that match the specified name
from the GVRS file.
|
Modifier and Type | Method and Description |
---|---|
int |
GvrsMetadata.compareTo(GvrsMetadata o)
Implements a comparison based on name and recordID, in that order.
|
void |
GvrsFile.writeMetadata(GvrsMetadata metadata)
Store a GvrsMetadata instance providing metadata in the file.
|
Copyright © 2022. All rights reserved.