|
|||||||||
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.geoprocessing.IGPRasterLayerProxy
Description: 'Provides access to the properties/methods of a geoprocessing raster layer object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class IGPRasterLayerProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPRasterLayer |
---|
IID, IID9d08ed26_ab4c_45d5_9f4e_32677670f7a0 |
Constructor Summary | |
---|---|
|
IGPRasterLayerProxy()
Deprecated. For internal use only |
|
IGPRasterLayerProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPRasterLayerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPRasterLayerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPRasterLayerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getBandCount()
Deprecated. The number of bands in the raster layer object. |
int |
getColumnCount()
Deprecated. The number of columns of the raster layer object. |
IField |
getField()
Deprecated. The field of the raster layer. |
double |
getPixelHeight()
Deprecated. The pixel height of the raster layer object. |
double |
getPixelWidth()
Deprecated. The pixel width of the raster layer object. |
int |
getRowCount()
Deprecated. The row count of the raster layer object. |
java.lang.String |
getWhereClause()
Deprecated. The where clause of the raster layer. |
boolean |
isInteger()
Deprecated. Indicates whether or not the raster layer is of integer type. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBandCount(int bandCount)
Deprecated. The number of bands in the raster layer object. |
void |
setFieldByRef(IField ppField)
Deprecated. The field of the raster layer. |
void |
setIsInteger(boolean isInteger)
Deprecated. Indicates whether or not the raster layer is of integer type. |
void |
setPixelHeight(double pixelHeight)
Deprecated. The pixel height of the raster layer object. |
void |
setPixelWidth(double pixelWidth)
Deprecated. The pixel width of the raster layer object. |
void |
setWhereClause(java.lang.String pWhereClause)
Deprecated. The where clause of the raster layer. |
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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGPRasterLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGPRasterLayerProxy()
public IGPRasterLayerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPRasterLayerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPRasterLayerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IField getField() throws java.io.IOException, AutomationException
getField
in interface IGPRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldByRef(IField ppField) throws java.io.IOException, AutomationException
setFieldByRef
in interface IGPRasterLayer
ppField
- A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWhereClause() throws java.io.IOException, AutomationException
getWhereClause
in interface IGPRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWhereClause(java.lang.String pWhereClause) throws java.io.IOException, AutomationException
setWhereClause
in interface IGPRasterLayer
pWhereClause
- The pWhereClause (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInteger() throws java.io.IOException, AutomationException
isInteger
in interface IGPRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsInteger(boolean isInteger) throws java.io.IOException, AutomationException
setIsInteger
in interface IGPRasterLayer
isInteger
- The isInteger (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBandCount() throws java.io.IOException, AutomationException
getBandCount
in interface IGPRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBandCount(int bandCount) throws java.io.IOException, AutomationException
setBandCount
in interface IGPRasterLayer
bandCount
- The bandCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getPixelWidth() throws java.io.IOException, AutomationException
getPixelWidth
in interface IGPRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPixelWidth(double pixelWidth) throws java.io.IOException, AutomationException
setPixelWidth
in interface IGPRasterLayer
pixelWidth
- The pixelWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getPixelHeight() throws java.io.IOException, AutomationException
getPixelHeight
in interface IGPRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPixelHeight(double pixelHeight) throws java.io.IOException, AutomationException
setPixelHeight
in interface IGPRasterLayer
pixelHeight
- The pixelHeight (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRowCount() throws java.io.IOException, AutomationException
getRowCount
in interface IGPRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColumnCount() throws java.io.IOException, AutomationException
getColumnCount
in interface IGPRasterLayer
java.io.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 |