Skip navigation links

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


oracle.spatial.georaster
Class ObjectInfo

java.lang.Object
  extended by oracle.spatial.georaster.ObjectInfo


public class ObjectInfo
extends java.lang.Object

ObjectInfo is a Java class mapped to the XML element ObjectInfo in the Oracle Spatial GeoRaster metadata.


Method Summary
 java.lang.Double getBlankCellValue()
          Returns the blank cell value defined in the GeoRaster object.
 java.lang.Long getDefaultBlue()
          Returns the default blue band set in the GeoRaster object.
 java.lang.Long getDefaultGreen()
          Returns the default green band set in the GeoRaster object.
 java.lang.Long getDefaultRed()
          Returns the default red band set in the GeoRaster object.
 java.lang.String[] getDescription()
          Returns the description of the GeoRaster object.
 java.lang.String getMajorVersion()
          Returns the major version of the GeoRaster object.
 java.lang.String getMinorVersion()
          Returns the minor version of the GeoRaster object.
 java.lang.Integer getRasterType()
          Returns the GeoRaster type.
 java.lang.String getUserID()
          Returns the GeoRaster user ID.
 java.lang.Boolean isBlank()
          Returns true if the GeoRaster object is blank.
 void setBlankCellValue(java.lang.Double blankCellValue)
          Sets the blank cell value for the current GeoRaster object.
 void setDefaultBlue(java.lang.Long defaultBlue)
          Sets the default blue band for the current GeoRaster object.
 void setDefaultGreen(java.lang.Long defaultGreen)
          Sets the default green band for the current GeoRaster object.
 void setDefaultRed(java.lang.Long defaultRed)
          Sets the default red band for the current GeoRaster object.
 void setDescription(java.lang.String[] description)
          Sets the description for the current GeoRaster object.
 void setMajorVersion(java.lang.String majorVersion)
          Sets the major version for the current GeoRaster object.
 void setMinorVersion(java.lang.String minorVersion)
          Sets the minor version for the current GeoRaster object.
 void setUserID(java.lang.String ID)
          Sets the user ID for the current GeoRaster object.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getRasterType

public java.lang.Integer getRasterType()
Returns the GeoRaster type.
Returns:
Raster type.

getUserID

public java.lang.String getUserID()
Returns the GeoRaster user ID.
Returns:
GeoRaster user ID.

setUserID

public void setUserID(java.lang.String ID)
Sets the user ID for the current GeoRaster object.
Parameters:
ID - user ID.

getDescription

public java.lang.String[] getDescription()
Returns the description of the GeoRaster object.
Returns:
the description of the GeoRaster object.

setDescription

public void setDescription(java.lang.String[] description)
Sets the description for the current GeoRaster object.
Parameters:
description - set description for the current GeoRaster object.

getMajorVersion

public java.lang.String getMajorVersion()
Returns the major version of the GeoRaster object.
Returns:
the major version of the GeoRaster object.

setMajorVersion

public void setMajorVersion(java.lang.String majorVersion)
Sets the major version for the current GeoRaster object.
Parameters:
majorVersion - set major version for the current GeoRaster object.

getMinorVersion

public java.lang.String getMinorVersion()
Returns the minor version of the GeoRaster object.
Returns:
the minor version of the GeoRaster object.

setMinorVersion

public void setMinorVersion(java.lang.String minorVersion)
Sets the minor version for the current GeoRaster object.
Parameters:
minorVersion - set minor version for the current GeoRaster object.

isBlank

public java.lang.Boolean isBlank()
Returns true if the GeoRaster object is blank.
Returns:
true if the GeoRaster object is blank.

getBlankCellValue

public java.lang.Double getBlankCellValue()
Returns the blank cell value defined in the GeoRaster object.
Returns:
the blank cell value defined in the GeoRaster object.

setBlankCellValue

public void setBlankCellValue(java.lang.Double blankCellValue)
Sets the blank cell value for the current GeoRaster object.
Parameters:
blankCellValue - blank cell value

getDefaultRed

public java.lang.Long getDefaultRed()
Returns the default red band set in the GeoRaster object.
Returns:
the default red band set in the GeoRaster object.

setDefaultRed

public void setDefaultRed(java.lang.Long defaultRed)
Sets the default red band for the current GeoRaster object.
Parameters:
defaultRed - default red band

getDefaultGreen

public java.lang.Long getDefaultGreen()
Returns the default green band set in the GeoRaster object.
Returns:
the default green band set in the GeoRaster object.

setDefaultGreen

public void setDefaultGreen(java.lang.Long defaultGreen)
Sets the default green band for the current GeoRaster object.
Parameters:
defaultGreen - default green band

getDefaultBlue

public java.lang.Long getDefaultBlue()
Returns the default blue band set in the GeoRaster object.
Returns:
the default blue band set in the GeoRaster object.

setDefaultBlue

public void setDefaultBlue(java.lang.Long defaultBlue)
Sets the default blue band for the current GeoRaster object.
Parameters:
defaultBlue - default blue band

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.