|
|||||||||
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.IBuildFootprintsByRadiometryParametersProxy
public class IBuildFootprintsByRadiometryParametersProxy
Provides access to members that control parameters to the build footprints by Radiometry operation.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IBuildFootprintsByRadiometryParametersProxy()
|
|
IBuildFootprintsByRadiometryParametersProxy(Object obj)
|
protected |
IBuildFootprintsByRadiometryParametersProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
double |
getMaximumValidDataValue()
The maximum valid pixel value. |
int |
getMaximumVertices()
The maximum number of vertices in the computed footprint geometry. |
int |
getMinimumRegionSize()
The minimum number of pixels used for computing valid region. |
double |
getMinimumValidDataValue()
The minimum valid pixel value. |
int |
getRequestSize()
The recommended number of pixels (in any one dimension) of the resampled raster requested off the dataset associated with each selected item. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setMaximumValidDataValue(double pMaximumDataValue)
The maximum valid pixel value. |
void |
setMaximumVertices(int pMaximumVertices)
The maximum number of vertices in the computed footprint geometry. |
void |
setMinimumRegionSize(int pMinimumRegionSize)
The minimum number of pixels used for computing valid region. |
void |
setMinimumValidDataValue(double pMinimumDataValue)
The minimum valid pixel value. |
void |
setRequestSize(int pRequestSize)
The recommended number of pixels (in any one dimension) of the resampled raster requested off the dataset associated with each selected item. |
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 IBuildFootprintsByRadiometryParametersProxy()
public IBuildFootprintsByRadiometryParametersProxy(Object obj) throws IOException
IOException
protected IBuildFootprintsByRadiometryParametersProxy(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 setMinimumValidDataValue(double pMinimumDataValue) throws IOException, AutomationException
setMinimumValidDataValue
in interface IBuildFootprintsByRadiometryParameters
pMinimumDataValue
- The pMinimumDataValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumValidDataValue() throws IOException, AutomationException
getMinimumValidDataValue
in interface IBuildFootprintsByRadiometryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumValidDataValue(double pMaximumDataValue) throws IOException, AutomationException
setMaximumValidDataValue
in interface IBuildFootprintsByRadiometryParameters
pMaximumDataValue
- The pMaximumDataValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumValidDataValue() throws IOException, AutomationException
getMaximumValidDataValue
in interface IBuildFootprintsByRadiometryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRequestSize(int pRequestSize) throws IOException, AutomationException
setRequestSize
in interface IBuildFootprintsByRadiometryParameters
pRequestSize
- The pRequestSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRequestSize() throws IOException, AutomationException
getRequestSize
in interface IBuildFootprintsByRadiometryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumVertices(int pMaximumVertices) throws IOException, AutomationException
setMaximumVertices
in interface IBuildFootprintsByRadiometryParameters
pMaximumVertices
- The pMaximumVertices (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaximumVertices() throws IOException, AutomationException
getMaximumVertices
in interface IBuildFootprintsByRadiometryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumRegionSize(int pMinimumRegionSize) throws IOException, AutomationException
setMinimumRegionSize
in interface IBuildFootprintsByRadiometryParameters
pMinimumRegionSize
- The pMinimumRegionSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMinimumRegionSize() throws IOException, AutomationException
getMinimumRegionSize
in interface IBuildFootprintsByRadiometryParameters
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 |