|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.ICellSizeLevelProxy
public class ICellSizeLevelProxy
Provides access to members that control a cell size level.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ICellSizeLevelProxy()
|
|
ICellSizeLevelProxy(Object obj)
|
protected |
ICellSizeLevelProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
double |
getCellSize()
The cell size value assocated with the level. |
IGeometry |
getGeometry()
The geometry defining the boundary of the cell size level. |
int |
getID()
The unique ID associated with the cell size level. |
double |
getMaximumCellSize()
The maximum cell size value associated with the level. |
double |
getMinimumCellSize()
The minimum cell size value associated with the level. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCellSize(double pCellsize)
The cell size value assocated with the level. |
void |
setGeometryByRef(IGeometry ppLevelBoundary)
The geometry defining the boundary of the cell size level. |
void |
setID(int pDescriptionID)
The unique ID associated with the cell size level. |
void |
setMaximumCellSize(double pMaximumCellSize)
The maximum cell size value associated with the level. |
void |
setMinimumCellSize(double pMinimumCellSize)
The minimum cell size value associated with the level. |
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, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ICellSizeLevelProxy()
public ICellSizeLevelProxy(Object obj) throws IOException
IOException
protected ICellSizeLevelProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setCellSize(double pCellsize) throws IOException, AutomationException
setCellSize
in interface ICellSizeLevel
pCellsize
- The pCellsize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCellSize() throws IOException, AutomationException
getCellSize
in interface ICellSizeLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometryByRef(IGeometry ppLevelBoundary) throws IOException, AutomationException
setGeometryByRef
in interface ICellSizeLevel
ppLevelBoundary
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getGeometry() throws IOException, AutomationException
getGeometry
in interface ICellSizeLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumCellSize(double pMinimumCellSize) throws IOException, AutomationException
setMinimumCellSize
in interface ICellSizeLevel
pMinimumCellSize
- The pMinimumCellSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumCellSize() throws IOException, AutomationException
getMinimumCellSize
in interface ICellSizeLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumCellSize(double pMaximumCellSize) throws IOException, AutomationException
setMaximumCellSize
in interface ICellSizeLevel
pMaximumCellSize
- The pMaximumCellSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumCellSize() throws IOException, AutomationException
getMaximumCellSize
in interface ICellSizeLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(int pDescriptionID) throws IOException, AutomationException
setID
in interface ICellSizeLevel
pDescriptionID
- The pDescriptionID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getID() throws IOException, AutomationException
getID
in interface ICellSizeLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |