|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.networkanalyst.INALocationProxy
Description: 'Provides access to properties of an NALocation.' 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 INALocationProxy
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.networkanalyst.INALocation |
|---|
IID, IID109c0d16_c677_4b96_b5c4_6b17e8d234d2 |
| Constructor Summary | |
|---|---|
|
INALocationProxy()
Deprecated. For internal use only |
|
INALocationProxy(java.lang.Object obj)
Deprecated. |
protected |
INALocationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INALocationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INALocationProxy(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 |
getSide()
Deprecated. The side of the feature. |
int |
getSourceID()
Deprecated. The ID of the network source. |
int |
getSourceOID()
Deprecated. The OID of the feature. |
double |
getSourcePosition()
Deprecated. The position along the feature. |
boolean |
isLocated()
Deprecated. Indicates if the location has been found on the network. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setSide(int side)
Deprecated. The side of the feature. |
void |
setSourceID(int sourceID)
Deprecated. The ID of the network source. |
void |
setSourceOID(int sourceOID)
Deprecated. The OID of the feature. |
void |
setSourcePosition(double position)
Deprecated. The position along the feature. |
| 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 INALocationProxy(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.IOExceptionpublic INALocationProxy()
public INALocationProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected INALocationProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected INALocationProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setSourceID(int sourceID)
throws java.io.IOException,
AutomationException
setSourceID in interface INALocationsourceID - The sourceID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSourceID()
throws java.io.IOException,
AutomationException
getSourceID in interface INALocationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourceOID(int sourceOID)
throws java.io.IOException,
AutomationException
setSourceOID in interface INALocationsourceOID - The sourceOID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSourceOID()
throws java.io.IOException,
AutomationException
getSourceOID in interface INALocationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourcePosition(double position)
throws java.io.IOException,
AutomationException
setSourcePosition in interface INALocationposition - The position (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSourcePosition()
throws java.io.IOException,
AutomationException
getSourcePosition in interface INALocationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSide(int side)
throws java.io.IOException,
AutomationException
setSide in interface INALocationside - A com.esri.arcgis.networkanalyst.esriNAEdgeSideType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSide()
throws java.io.IOException,
AutomationException
getSide in interface INALocationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLocated()
throws java.io.IOException,
AutomationException
isLocated in interface INALocationjava.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 | ||||||||