Package | Description |
---|---|
org.gridfour.gvrs |
Provides classes and interfaces for managing raster data in files.
|
Modifier and Type | Method and Description |
---|---|
GridPoint |
GvrsFileSpecification.mapGeographicToGridPoint(double latitude,
double longitude)
Map geographic coordinates to grid coordinates storing the row and column
in an instance of the GridPoint class.
|
GridPoint |
GvrsFile.mapGeographicToGridPoint(double latitude,
double longitude)
Map geographic coordinates to grid coordinates storing the row and column
in an array in that order.
|
GridPoint |
GvrsFileSpecification.mapGeographicToGridPoint(IGeoPoint geoPoint)
Map geographic coordinates to grid coordinates storing the row and column
in an instance of the GridPoint class.
|
GridPoint |
GvrsFile.mapGeographicToGridPoint(IGeoPoint geoPoint)
Map geographic coordinates to grid coordinates storing the row and column
in an instance of the GridPoint class.
|
GridPoint |
GvrsFileSpecification.mapModelToGridPoint(double x,
double y)
Map model coordinates to grid coordinates storing the computed row and
column in an instance of GvrsGridPoint.
|
GridPoint |
GvrsFile.mapModelToGridPoint(double x,
double y)
Map model coordinates to grid coordinates storing the computed row and
column in an instance of GvrsGridPoint.
|
GridPoint |
GvrsFileSpecification.mapModelToGridPoint(IModelPoint modelPoint)
Maps a model point to a grid point.
|
GridPoint |
GvrsFile.mapModelToGridPoint(IModelPoint modelPoint)
Maps a model point to a grid point.
|
Modifier and Type | Method and Description |
---|---|
float |
GvrsElementShort.readValue(GridPoint gridPoint) |
float |
GvrsElementIntCodedFloat.readValue(GridPoint gridPoint) |
float |
GvrsElementInt.readValue(GridPoint gridPoint) |
float |
GvrsElementFloat.readValue(GridPoint gridPoint) |
abstract float |
GvrsElement.readValue(GridPoint gridPoint)
Reads a floating-point value from the GVRS raster file.
|
int |
GvrsElementShort.readValueInt(GridPoint gridPoint) |
int |
GvrsElementIntCodedFloat.readValueInt(GridPoint gridPoint) |
int |
GvrsElementInt.readValueInt(GridPoint gridPoint) |
int |
GvrsElementFloat.readValueInt(GridPoint gridPoint) |
abstract int |
GvrsElement.readValueInt(GridPoint gridPoint)
Reads an integer value from the GVRS raster file.
|
void |
GvrsElementShort.writeValue(GridPoint gridPoint,
float value) |
void |
GvrsElementIntCodedFloat.writeValue(GridPoint gridPoint,
float value) |
void |
GvrsElementInt.writeValue(GridPoint gridPoint,
float value) |
void |
GvrsElementFloat.writeValue(GridPoint gridPoint,
float value) |
abstract void |
GvrsElement.writeValue(GridPoint gridPoint,
float value)
Write a floating-point value to the GVRS raster file.
|
void |
GvrsElementShort.writeValueInt(GridPoint gridPoint,
int value) |
void |
GvrsElementIntCodedFloat.writeValueInt(GridPoint gridPoint,
int value) |
void |
GvrsElementInt.writeValueInt(GridPoint gridPoint,
int value) |
void |
GvrsElementFloat.writeValueInt(GridPoint gridPoint,
int value) |
abstract void |
GvrsElement.writeValueInt(GridPoint gridPoint,
int value)
Write an integer value in the GVRS raster file.
|
Copyright © 2022. All rights reserved.