Package | Description |
---|---|
org.gridfour.gvrs |
Provides classes and interfaces for managing raster data in files.
|
Modifier and Type | Class and Description |
---|---|
class |
GvrsElementSpecificationFloat
Provides a concrete definition of a GvrsElementSpecification that specifies
floating-point data
|
class |
GvrsElementSpecificationInt
Provides a concrete definition of a GvrsElementSpecification that specifies
integer data
|
class |
GvrsElementSpecificationIntCodedFloat
Provides a concrete definition of a GvrsElementSpecification that defines
an integer-based encoding for floating point values.
|
class |
GvrsElementSpecificationShort
Provides a concrete definition of a GvrsElementSpecification that specifies
short-integer data
|
Modifier and Type | Method and Description |
---|---|
GvrsElementSpecification |
GvrsFileSpecification.getElementSpecification(String name)
Gets the element specification that matches the specified name, if any.
|
Modifier and Type | Method and Description |
---|---|
List<GvrsElementSpecification> |
GvrsFileSpecification.getElementSpecifications()
Gets a safe copy of the element specifications currently stored
in this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
GvrsFileSpecification.addElementSpecification(GvrsElementSpecification specification)
Adds an element specification to the file specification.
|
protected void |
GvrsElementSpecification.copyApplicationData(GvrsElementSpecification spec) |
Copyright © 2022. All rights reserved.