Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Package oracle.spatial.georaster

Class Summary
BandReferenceInfo BandReferenceInfo is a Java class mapped to the XML element BandReferenceInfo in the Oracle Spatial GeoRaster metadata.
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.
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.
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 Summary
GeoRasterException The class GeoRasterException is a subclass of Exception, and it indicates conditions related to JGeoRaster that an application might want to catch.

 


Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.