Description: 'Provides access to methods usable in all supported languages.' 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 IGeoDatabaseBridge2Proxy extends IGeoDatabaseBridgeProxy implements IGeoDatabaseBridge2, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID84a92bc8_ee99_4d54_8547_8f6f7181f777IID9999e240_ecd1_4979_83e6_b557748c18b7| Modifier | Constructor and Description |
|---|---|
|
IGeoDatabaseBridge2Proxy()
Deprecated.
For internal use only
|
|
IGeoDatabaseBridge2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IGeoDatabaseBridge2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IGeoDatabaseBridge2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IGeoDatabaseBridge2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addList(ISelectionSet selectionSet,
int[] oIDList)
Deprecated.
Adds a list of object id's to the selection set.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
getLineOfSight(ISurface pSurface,
IPoint pObserver,
IPoint pTarget,
IPoint[] ppObstruction,
IPolyline[] ppVisibleLines,
IPolyline[] ppInvisibleLines,
boolean[] pbIsVisible,
boolean bApplyCurvature,
boolean bApplyRefraction,
java.lang.Object pRefractionFactor)
Deprecated.
Returns a line-of-site indicator interpolated from the TIN based on an input polyline.
|
void |
queryElevationBand(ITinTriangle pTinTriangle,
double zLowerBound,
double zUpperBound,
int[] pCount,
_WKSPointZ[][] pRegion)
Deprecated.
The polygon based on the specified triangle and input bounds.
|
void |
queryPixelBlock(ISurface pSurface,
double xOrigin,
double yOrigin,
double xPixelSize,
double yPixelSize,
int type,
java.lang.Object valueForNoData,
java.lang.Object[] block)
Deprecated.
Derives slope, aspect, hillshade, or elevation from the input surface and writes the result to the provided PixelBlock.
|
void |
removeList(ISelectionSet selectionSet,
int[] oIDList)
Deprecated.
Removes a list of object id's from the selection set.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
getFeaturesbindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFeaturespublic static final java.lang.Class targetClass
public boolean noncastable
public IGeoDatabaseBridge2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IGeoDatabaseBridge2Proxy()
public IGeoDatabaseBridge2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IGeoDatabaseBridge2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IGeoDatabaseBridge2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IGeoDatabaseBridgeProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IGeoDatabaseBridgeProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void addList(ISelectionSet selectionSet, int[] oIDList) throws java.io.IOException, AutomationException
addList in interface IGeoDatabaseBridge2selectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)oIDList - The oIDList (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeList(ISelectionSet selectionSet, int[] oIDList) throws java.io.IOException, AutomationException
removeList in interface IGeoDatabaseBridge2selectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)oIDList - The oIDList (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryElevationBand(ITinTriangle pTinTriangle, double zLowerBound, double zUpperBound, int[] pCount, _WKSPointZ[][] pRegion) throws java.io.IOException, AutomationException
queryElevationBand in interface IGeoDatabaseBridge2pTinTriangle - A reference to a com.esri.arcgis.geodatabase.ITinTriangle (in)zLowerBound - The zLowerBound (in)zUpperBound - The zUpperBound (in)pCount - The pCount (out: use single element array)pRegion - A Structure: com.esri.arcgis.system._WKSPointZ (An array of com.esri.arcgis.system._WKSPointZ COM typedef) (in/out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryPixelBlock(ISurface pSurface, double xOrigin, double yOrigin, double xPixelSize, double yPixelSize, int type, java.lang.Object valueForNoData, java.lang.Object[] block) throws java.io.IOException, AutomationException
queryPixelBlock in interface IGeoDatabaseBridge2pSurface - A reference to a com.esri.arcgis.geodatabase.ISurface (in)xOrigin - The xOrigin (in)yOrigin - The yOrigin (in)xPixelSize - The xPixelSize (in)yPixelSize - The yPixelSize (in)type - A com.esri.arcgis.geodatabase.esriRasterizationType constant (in)valueForNoData - A Variant (in)block - A Variant (in/out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getLineOfSight(ISurface pSurface, IPoint pObserver, IPoint pTarget, IPoint[] ppObstruction, IPolyline[] ppVisibleLines, IPolyline[] ppInvisibleLines, boolean[] pbIsVisible, boolean bApplyCurvature, boolean bApplyRefraction, java.lang.Object pRefractionFactor) throws java.io.IOException, AutomationException
getLineOfSight in interface IGeoDatabaseBridge2pSurface - A reference to a com.esri.arcgis.geodatabase.ISurface (in)pObserver - A reference to a com.esri.arcgis.geometry.IPoint (in)pTarget - A reference to a com.esri.arcgis.geometry.IPoint (in)ppObstruction - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)ppVisibleLines - A reference to a com.esri.arcgis.geometry.IPolyline (out: use single element array)ppInvisibleLines - A reference to a com.esri.arcgis.geometry.IPolyline (out: use single element array)pbIsVisible - The pbIsVisible (out: use single element array)bApplyCurvature - The bApplyCurvature (in)bApplyRefraction - The bApplyRefraction (in)pRefractionFactor - A Variant (in, optional, pass null if not required)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.