Package | Description |
---|---|
org.gridfour.gvrs |
Provides classes and interfaces for managing raster data in files.
|
Modifier and Type | Class and Description |
---|---|
class |
GvrsElementFloat
Provides a concrete definition of a GvrsElementSpecification that specifies
integer data
|
class |
GvrsElementInt
Provides a concrete definition of a GvrsElementSpecification that specifies
integer data
|
class |
GvrsElementIntCodedFloat
Provides a concrete definition of a GvrsElementSpecification that specifies
four-byte floating-point value encoded as an integer.
|
class |
GvrsElementShort
Provides a concrete definition of a GvrsElementSpecification that specifies
integer data
|
Modifier and Type | Method and Description |
---|---|
GvrsElement |
GvrsFile.getElement(int index)
Gets the GVRS element by index (order created).
|
GvrsElement |
GvrsFile.getElement(String name)
Gets the GVRS element (if any) that matches the specified
name.
|
Modifier and Type | Method and Description |
---|---|
List<GvrsElement> |
GvrsFile.getElements()
Gets a list of all the elements that were specified for
the GVRS file when it was created.
|
Constructor and Description |
---|
GvrsInterpolatorBSpline(GvrsElement element)
Constructs an instance that will operate over the specified GVRS File.
|
Copyright © 2022. All rights reserved.