Package oracle.spatial.georaster
Provides interfaces and classes that support features available with the GeoRaster feature of Oracle Spatial. This package provides a complete mapping of the SDO_GEORASTER object type and its metadata to Java objects, and it offers Java methods to manipulate GeoRaster objects. It is in pure Java and does not depend upon JAI. GeoRaster is documented in Oracle Spatial GeoRaster Developer's Guide.
-
Interface Summary Interface Description CellValueInterface -
Class Summary 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 Summary 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.