| Class | Description |
|---|---|
| BandReferenceInfo |
BandReferenceInfo is a Java class mapped to the XML element BandReferenceInfo in
the Oracle Spatial GeoRaster metadata.
|
| GCPGeoreference |
GCPGeoreference represents the PL/SQL type MDSYS.SDO_GEOR_GEOREFERENCE
It could be used to load Ground Control Points into a GeoRaster using
sdo_geor.georeference.
|
| GCPPoint | |
| GeorColormap |
GeorColormap is combined with class GeorColormapEnrty to represent a GeoRaster colormap, which contains an array
of GeorColormapEnrty instances, and each GeorColormapEnrty contains four components: red, green, blue, and alpha (alpha is optional).
|
| GeorColormapEntry |
A GeoRaster colormap entry, which contains five components: cellValue, red, green, blue, and alpha (alpha is optional).
|
| GeorFunctionalFittingModel |
GeorFunctionFittingModel is a Java class that maps to the XML type rationalPolynomialType
defined in the GeoRaster XML schema.
|
| GeorGrayscale |
GeorGrayscale class is combined with class GeorGrayscaleEntry to represent a GeoRaster grayscale, which contains an array
of GeorGrayscaleEntry instances, and each GeorGrayscaleEntry contains a pair of cell value and gray value.
|
| GeorGrayscaleEntry |
A GeoRaster grayscale entry, which contains two components: cellvalue and gray.
|
| GeorHistogram |
GeorHistogram class is combined with class GeorHistogramEntry to represent a GeoRaster histogram, which contains an array
of GeorHistogramEntry instances, and each GeorHistogramEntry contains a pair of cell value and count value.
|
| GeorHistogramEntry |
A GeoRaster grayscale entry, which contains two components: value and count.
|
| GeorSpatialReference | |
| JGeoRaster |
JGeoRaster is a Java class mapped to the Oracle Spatial GeoRaster SQL type MDSYS.SDO_GEORASTER,
and it provides the capability to access, manipulate, and visualize the GeoRaster objects stored in an
Oracle Spatial database.
|
| JGeoRasterMeta |
The GeoRaster Java library defines a full set of Java classes to store and represent
all metadata of a GeoRaster object.
|
| JGeoRasterVM |
JGeoRasterVM supports the definition of a GeoRaster virtual mosaic for the purpose of displaying
a collection of images as a single one without storing the resulting image and supporting most of
the same visualization options as if it was a single image.
|
| JRaster |
JRaster is a Java class that deals with raster data stored on the server side.
|
| LayerInfo |
LayerInfo is a Java class mapped to the XML element LayerInfo in the Oracle Spatial
GeoRaster metadata.
|
| ObjectInfo |
ObjectInfo is a Java class mapped to the XML element ObjectInfo in the Oracle Spatial
GeoRaster metadata.
|
| RasterInfo |
RasterInfo is a Java class mapped to the XML element RasterInfo in the Oracle Spatial
GeoRaster metadata.
|
| SpatialReferenceInfo |
SpatialReferenceInfo is a Java class mapped to the XML element SpatialReferenceInfo in the Oracle Spatial
GeoRaster metadata.
|
| SubLayerInfo |
SubLayerInfo is a Java class mapped to the XML element subLayer or objectLayer in the Oracle
Spatial GeoRaster metadata.
|
| TemporalReferenceInfo |
TemporalReferenceInfo is a Java class mapped to the XML element TemporalReferenceInfo in the Oracle Spatial
GeoRaster metadata.
|
| Exception | Description |
|---|---|
| GeoRasterException |
The class GeoRasterException is a subclass of Exception, and it
indicates conditions related to JGeoRaster that an application might want to catch.
|