public class IAssociationObjectProxy extends com.esri.arcgis.interop.Dispatch implements IAssociationObject, java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network association 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID6d76a607_8604_4c66_bc8d_e92e04bd92e1| Modifier | Constructor and Description |
|---|---|
|
IAssociationObjectProxy()
For internal use only
|
|
IAssociationObjectProxy(java.lang.Object obj) |
protected |
IAssociationObjectProxy(java.lang.Object obj,
java.lang.String iid) |
|
IAssociationObjectProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IAssociationObjectProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
int |
getAssociationType()
Returns the type of association.
|
long |
getErrorCode()
Returns the association record errorCode.
|
java.lang.String |
getErrorMessage()
Returns the association record error message.
|
GUID |
getFromFeatureID()
Returns the from feature Global ID.
|
int |
getFromSourceID()
Returns the from feature source ID.
|
int |
getFromTerminalID()
Returns the from feature terminal ID if applicable.
|
IGeometry |
getGeometry()
Returns the association geometry.
|
GUID |
getGlobalID()
Returns the association record Global ID.
|
long |
getObjectID()
Returns the association record Object ID.
|
double |
getPercentAlong()
Returns the association record percent along.
|
int |
getStatus()
Returns the association record status.
|
GUID |
getToFeatureID()
Returns the to feature Global ID.
|
int |
getToSourceID()
Returns the to feature source ID.
|
int |
getToTerminalID()
Returns the to feature terminal ID if applicable.
|
boolean |
isContentVisible()
Returns the association record isContentVisible.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAssociationType(int type)
Returns the type of association.
|
void |
setErrorCode(long errorCode)
Returns the association record errorCode.
|
void |
setErrorMessage(java.lang.String errorMessage)
Returns the association record error message.
|
void |
setFromFeatureID(GUID fromFeatureID)
Returns the from feature Global ID.
|
void |
setFromSourceID(int fromSourceID)
Returns the from feature source ID.
|
void |
setFromTerminalID(int fromTerminalID)
Returns the from feature terminal ID if applicable.
|
void |
setGeometryByRef(IGeometry geom)
Returns the association geometry.
|
void |
setGlobalID(GUID globalID)
Returns the association record Global ID.
|
void |
setIsContentVisible(boolean isContentVisible)
Returns the association record isContentVisible.
|
void |
setObjectID(long objectID)
Returns the association record Object ID.
|
void |
setPercentAlong(double percentAlong)
Returns the association record percent along.
|
void |
setStatus(int status)
Returns the association record status.
|
void |
setToFeatureID(GUID toFeatureID)
Returns the to feature Global ID.
|
void |
setToSourceID(int toSourceID)
Returns the to feature source ID.
|
void |
setToTerminalID(int toTerminalID)
Returns the to feature terminal ID if applicable.
|
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 IAssociationObjectProxy(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 IAssociationObjectProxy()
public IAssociationObjectProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IAssociationObjectProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IAssociationObjectProxy(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 int getAssociationType()
throws java.io.IOException,
AutomationException
getAssociationType in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAssociationType(int type)
throws java.io.IOException,
AutomationException
setAssociationType in interface IAssociationObjecttype - A com.esri.arcgis.geodatabase.esriUtilityNetworkAssociationType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry getGeometry() throws java.io.IOException, AutomationException
getGeometry in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGeometryByRef(IGeometry geom) throws java.io.IOException, AutomationException
setGeometryByRef in interface IAssociationObjectgeom - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFromSourceID()
throws java.io.IOException,
AutomationException
getFromSourceID in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFromSourceID(int fromSourceID)
throws java.io.IOException,
AutomationException
setFromSourceID in interface IAssociationObjectfromSourceID - The fromSourceID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getToSourceID()
throws java.io.IOException,
AutomationException
getToSourceID in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setToSourceID(int toSourceID)
throws java.io.IOException,
AutomationException
setToSourceID in interface IAssociationObjecttoSourceID - The toSourceID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public GUID getFromFeatureID() throws java.io.IOException, AutomationException
getFromFeatureID in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFromFeatureID(GUID fromFeatureID) throws java.io.IOException, AutomationException
setFromFeatureID in interface IAssociationObjectfromFeatureID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public GUID getToFeatureID() throws java.io.IOException, AutomationException
getToFeatureID in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setToFeatureID(GUID toFeatureID) throws java.io.IOException, AutomationException
setToFeatureID in interface IAssociationObjecttoFeatureID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFromTerminalID()
throws java.io.IOException,
AutomationException
getFromTerminalID in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFromTerminalID(int fromTerminalID)
throws java.io.IOException,
AutomationException
setFromTerminalID in interface IAssociationObjectfromTerminalID - The fromTerminalID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getToTerminalID()
throws java.io.IOException,
AutomationException
getToTerminalID in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setToTerminalID(int toTerminalID)
throws java.io.IOException,
AutomationException
setToTerminalID in interface IAssociationObjecttoTerminalID - The toTerminalID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getStatus()
throws java.io.IOException,
AutomationException
getStatus in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStatus(int status)
throws java.io.IOException,
AutomationException
setStatus in interface IAssociationObjectstatus - The status (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public long getErrorCode()
throws java.io.IOException,
AutomationException
getErrorCode in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setErrorCode(long errorCode)
throws java.io.IOException,
AutomationException
setErrorCode in interface IAssociationObjecterrorCode - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getErrorMessage()
throws java.io.IOException,
AutomationException
getErrorMessage in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setErrorMessage(java.lang.String errorMessage)
throws java.io.IOException,
AutomationException
setErrorMessage in interface IAssociationObjecterrorMessage - The errorMessage (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getPercentAlong()
throws java.io.IOException,
AutomationException
getPercentAlong in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPercentAlong(double percentAlong)
throws java.io.IOException,
AutomationException
setPercentAlong in interface IAssociationObjectpercentAlong - The percentAlong (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isContentVisible()
throws java.io.IOException,
AutomationException
isContentVisible in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsContentVisible(boolean isContentVisible)
throws java.io.IOException,
AutomationException
setIsContentVisible in interface IAssociationObjectisContentVisible - The isContentVisible (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public long getObjectID()
throws java.io.IOException,
AutomationException
getObjectID in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setObjectID(long objectID)
throws java.io.IOException,
AutomationException
setObjectID in interface IAssociationObjectobjectID - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public GUID getGlobalID() throws java.io.IOException, AutomationException
getGlobalID in interface IAssociationObjectjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGlobalID(GUID globalID) throws java.io.IOException, AutomationException
setGlobalID in interface IAssociationObjectglobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.