|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.raster.IlvRasterAbstractReader
ilog.views.maps.format.oracle.IlvRasterSDOReader
public class IlvRasterSDOReader
IlvRasterSDOReader represents an Oracle SDO reader that reads
images from Oracle GeoRaster objects.
| Field Summary |
|---|
| Fields inherited from class ilog.views.maps.raster.IlvRasterAbstractReader |
|---|
needReload |
| Constructor Summary | |
|---|---|
IlvRasterSDOReader(IlvInputStream stream)
Constructs an IlvSDORasterReader from a specific input
stream. |
|
IlvRasterSDOReader(IlvSDOConnection sdoConnection,
String rasterLayerName)
Constructs an IlvSDORasterReader using a specific SQL connection
and a layername. |
|
| Method Summary | |
|---|---|
IlvCoordinateSystem |
getCoordinateSystem()
Returns the spatial reference system that describes the system of geometric coordinates for the map features. |
IlvMathTransform |
getInternalTransformation(int imageIndex)
Returns the projection associated with the raster image stored at a given index. |
IlvFeatureAttributeProperty |
getProperties(int imageIndex)
This method always returns null. |
void |
write(IlvOutputStream stream)
Writes this IlvSDORasterReader instance to the specified
stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvRasterSDOReader(IlvInputStream stream)
throws IlvReadFileException
IlvSDORasterReader from a specific input
stream.
stream - The input stream to read from.
IlvReadFileException - when an exception occurs during
the reading operation for this object.
public IlvRasterSDOReader(IlvSDOConnection sdoConnection,
String rasterLayerName)
IlvSDORasterReader using a specific SQL connection
and a layername.
sdoConnection - The SQL connection to fetch the images from.rasterLayerName - The name of the SDO layer containing images.| Method Detail |
|---|
public IlvMathTransform getInternalTransformation(int imageIndex)
getInternalTransformation in class IlvRasterAbstractReaderimageIndex - The index of the raster image to return.
imageIndex.IlvRasterAbstractReader.getInternalTransformation(int)public IlvFeatureAttributeProperty getProperties(int imageIndex)
null.
getProperties in class IlvRasterAbstractReaderimageIndex - The index of the image.
null.IlvRasterAbstractReader.getProperties(int)public IlvCoordinateSystem getCoordinateSystem()
IlvMapFeatureIterator.getCoordinateSystem()
public void write(IlvOutputStream stream)
throws IOException
IlvSDORasterReader instance to the specified
stream.
write in interface IlvPersistentObjectwrite in class IlvRasterAbstractReaderstream - The output stream to write to.
IOException - when an exception occurs during
the write operation for this object.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||