com.esri.arcgis.geodatabase
Class IRasterStorageDef2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRasterStorageDefProxy
          extended by com.esri.arcgis.geodatabase.IRasterStorageDef2Proxy
All Implemented Interfaces:
IRasterStorageDef, IRasterStorageDef2, Externalizable, Serializable

public class IRasterStorageDef2Proxy
extends IRasterStorageDefProxy
implements IRasterStorageDef2, Serializable

Provides access to members that control raster storage properties.

Description

IRasterStorageDef2 provides the access to the tiling storage property for a raster dataset. Set Tiled to save a raster in a tiled storage structure.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IRasterValue2, IRasterValue, IRasterStorageDef2, IRasterStorageDef, Serialized Form

Field Summary
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E
 
Constructor Summary
  IRasterStorageDef2Proxy()
           
  IRasterStorageDef2Proxy(Object obj)
           
protected IRasterStorageDef2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean isTiled()
          Indicates if output raster dataset should be tiled if applicable.
 void readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 void setTiled(boolean tiled)
          Indicates if output raster dataset should be tiled if applicable.
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class com.esri.arcgis.geodatabase.IRasterStorageDefProxy
getCellSize, getCompressionQuality, getCompressionType, getOrigin, getPyramidLevel, getPyramidResampleType, getTileHeight, getTileWidth, setCellSizeByRef, setCompressionQuality, setCompressionType, setOriginByRef, setPyramidLevel, setPyramidResampleType, setTileHeight, setTileWidth
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterStorageDef
getCellSize, getCompressionQuality, getCompressionType, getOrigin, getPyramidLevel, getPyramidResampleType, getTileHeight, getTileWidth, setCellSizeByRef, setCompressionQuality, setCompressionType, setOriginByRef, setPyramidLevel, setPyramidResampleType, setTileHeight, setTileWidth
 

Constructor Detail

IRasterStorageDef2Proxy

public IRasterStorageDef2Proxy()

IRasterStorageDef2Proxy

public IRasterStorageDef2Proxy(Object obj)
                        throws IOException
Throws:
IOException

IRasterStorageDef2Proxy

protected IRasterStorageDef2Proxy(Object obj,
                                  String iid)
                           throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IRasterStorageDefProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IRasterStorageDefProxy
Throws:
IOException

isTiled

public boolean isTiled()
                throws IOException,
                       AutomationException
Indicates if output raster dataset should be tiled if applicable.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isTiled in interface IRasterStorageDef2
Returns:
The tiled
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTiled

public void setTiled(boolean tiled)
              throws IOException,
                     AutomationException
Indicates if output raster dataset should be tiled if applicable.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setTiled in interface IRasterStorageDef2
Parameters:
tiled - The tiled (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException
ClassNotFoundException