Description: 'Provides access to members that control TIN selction methods.' 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 ITinSelectionProxy extends com.esri.arcgis.interop.Dispatch implements ITinSelection, 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, IIDb0dbc8e2_b4b1_11d3_ab4d_0008c73fd50c| Modifier | Constructor and Description |
|---|---|
|
ITinSelectionProxy()
Deprecated.
For internal use only
|
|
ITinSelectionProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITinSelectionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITinSelectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITinSelectionProxy(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 |
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 |
clearSelection(int type)
Deprecated.
Clears selected element(s).
|
void |
flipSelection(int type,
boolean bDataElementsOnly)
Deprecated.
Flips current selection of the specified element type in the TIN.
|
int |
getSelectedElementCount(int type)
Deprecated.
The number of selected elements.
|
IEnumTinElement |
getSelection(int type)
Deprecated.
Returns an enumerator containing selected elements.
|
boolean |
hasSelection(int type)
Deprecated.
Indicates if element(s) is/are selected.
|
boolean |
isSelected(int index,
int type)
Deprecated.
Returns TRUE if the element referenced by the index is selected.
|
void |
querySelectionExtent(int type,
IEnvelope pExtent)
Deprecated.
Returns the extent of the selected elements.
|
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.
|
void |
selectAll(int type,
boolean bDataElementsOnly)
Deprecated.
Selects all elements of the specified element type in the TIN.
|
void |
selectByArea(int type,
IPolygon pArea,
boolean bPassThrough,
boolean bDataElementsOnly,
int action)
Deprecated.
Selects all elements of the specified element type in a specified polygonal area.
|
void |
selectByEnvelope(int type,
IEnvelope pEnvelope,
boolean bPassThrough,
boolean bDataElementsOnly,
int action)
Deprecated.
Selects all elements of the specified element type in a specified rectangular envelope.
|
void |
setSelected(int index,
int type,
int action)
Deprecated.
Selects the element referenced by the index.
|
void |
setSelection(IEnumTinElement pElements,
int action)
Deprecated.
Selects elements returned by the enumerator.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ITinSelectionProxy(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 ITinSelectionProxy()
public ITinSelectionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITinSelectionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITinSelectionProxy(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 com.esri.arcgis.interop.DispatchiidStr - 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 com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic boolean hasSelection(int type)
throws java.io.IOException,
AutomationException
hasSelection in interface ITinSelectiontype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void clearSelection(int type)
throws java.io.IOException,
AutomationException
clearSelection in interface ITinSelectiontype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSelection(IEnumTinElement pElements, int action) throws java.io.IOException, AutomationException
setSelection in interface ITinSelectionpElements - A reference to a com.esri.arcgis.geodatabase.IEnumTinElement (in)action - A com.esri.arcgis.geodatabase.esriTinSelectionType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumTinElement getSelection(int type) throws java.io.IOException, AutomationException
getSelection in interface ITinSelectiontype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void selectAll(int type,
boolean bDataElementsOnly)
throws java.io.IOException,
AutomationException
selectAll in interface ITinSelectiontype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)bDataElementsOnly - The bDataElementsOnly (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void flipSelection(int type,
boolean bDataElementsOnly)
throws java.io.IOException,
AutomationException
flipSelection in interface ITinSelectiontype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)bDataElementsOnly - The bDataElementsOnly (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void selectByArea(int type,
IPolygon pArea,
boolean bPassThrough,
boolean bDataElementsOnly,
int action)
throws java.io.IOException,
AutomationException
selectByArea in interface ITinSelectiontype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)pArea - A reference to a com.esri.arcgis.geometry.IPolygon (in)bPassThrough - The bPassThrough (in)bDataElementsOnly - The bDataElementsOnly (in)action - A com.esri.arcgis.geodatabase.esriTinSelectionType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void selectByEnvelope(int type,
IEnvelope pEnvelope,
boolean bPassThrough,
boolean bDataElementsOnly,
int action)
throws java.io.IOException,
AutomationException
selectByEnvelope in interface ITinSelectiontype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)pEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)bPassThrough - The bPassThrough (in)bDataElementsOnly - The bDataElementsOnly (in)action - A com.esri.arcgis.geodatabase.esriTinSelectionType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSelected(int index,
int type,
int action)
throws java.io.IOException,
AutomationException
setSelected in interface ITinSelectionindex - The index (in)type - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)action - A com.esri.arcgis.geodatabase.esriTinSelectionType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSelected(int index,
int type)
throws java.io.IOException,
AutomationException
isSelected in interface ITinSelectionindex - The index (in)type - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void querySelectionExtent(int type,
IEnvelope pExtent)
throws java.io.IOException,
AutomationException
querySelectionExtent in interface ITinSelectiontype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSelectedElementCount(int type)
throws java.io.IOException,
AutomationException
getSelectedElementCount in interface ITinSelectiontype - A com.esri.arcgis.geodatabase.esriTinElementType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.