|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IRasterPyramidProxy
com.esri.arcgis.datasourcesraster.IRasterPyramid2Proxy
public class IRasterPyramid2Proxy
Provides access to members that control the pyramids for a raster dataset.
THe IRasterPyramid2 interface allows you to build pyramid layers on a geodatabase raster dataset with user specified pyramid level and resampling method.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
IRasterPyramid2Proxy()
|
|
IRasterPyramid2Proxy(Object obj)
|
protected |
IRasterPyramid2Proxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
buildPyramid(int maxLevel,
int method)
Builds pyramid for this RasterDataset. |
int |
getPyramidLevel()
The pyramid level. |
int |
getPyramidResamplingMethod()
The pyramid resampling method. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.datasourcesraster.IRasterPyramidProxy |
|---|
create, getMinimumSize, isPresent, setMinimumSize |
| 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.datasourcesraster.IRasterPyramid |
|---|
create, getMinimumSize, isPresent, setMinimumSize |
| Constructor Detail |
|---|
public IRasterPyramid2Proxy()
public IRasterPyramid2Proxy(Object obj)
throws IOException
IOException
protected IRasterPyramid2Proxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class IRasterPyramidProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class IRasterPyramidProxyIOException
public int getPyramidLevel()
throws IOException,
AutomationException
getPyramidLevel in interface IRasterPyramid2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPyramidResamplingMethod()
throws IOException,
AutomationException
getPyramidResamplingMethod in interface IRasterPyramid2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void buildPyramid(int maxLevel,
int method)
throws IOException,
AutomationException
buildPyramid in interface IRasterPyramid2maxLevel - The maxLevel (in)method - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class IRasterPyramidProxyIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class IRasterPyramidProxyIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||