|
|||||||||
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.carto.IRealTimeFeedProxy
Description: 'Provides access to basic properties of RealTimeFeed.' 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 IRealTimeFeedProxy
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.carto.IRealTimeFeed |
---|
IID, IID57736c36_7c6e_4c58_b8cb_b1efb385b47c |
Constructor Summary | |
---|---|
|
IRealTimeFeedProxy()
Deprecated. For internal use only |
|
IRealTimeFeedProxy(java.lang.Object obj)
Deprecated. |
protected |
IRealTimeFeedProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRealTimeFeedProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRealTimeFeedProxy(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 |
getConnectionError()
Deprecated. Connection error information. |
esriGpsDateTime |
getCurrentDateTime()
Deprecated. The current date and time. |
esriGpsDgpsInfo |
getCurrentDgpsInfo()
Deprecated. The current DGPS information. |
esriGpsDOPInfo |
getCurrentDopInfo()
Deprecated. The current DOP information. |
esriGpsGroundCourse |
getCurrentGroundCourse()
Deprecated. The current ground course. |
esriGpsMagneticVariance |
getCurrentMagneticVariance()
Deprecated. The current magnetic variance. |
esriGpsPositionInfo |
getCurrentPosition()
Deprecated. The current position information from the real-time feed. |
int |
getCurrentSatelliteCount()
Deprecated. The most recent number of satellites. |
esriGpsSatelliteData |
getCurrentSatelliteData(int index)
Deprecated. The satellite data for the given index value. |
ISpatialReference |
getSpatialReference()
Deprecated. The spatial reference of the real-time feed. |
int |
getStatus()
Deprecated. The current status of the real-time feed. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
Deprecated. The spatial reference of the real-time feed. |
void |
start()
Deprecated. Starts the real-time feed. |
void |
stop()
Deprecated. Stops the real-time feed. |
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 IRealTimeFeedProxy(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 IRealTimeFeedProxy()
public IRealTimeFeedProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRealTimeFeedProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRealTimeFeedProxy(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 void start() throws java.io.IOException, AutomationException
start
in interface IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stop() throws java.io.IOException, AutomationException
stop
in interface IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference
in interface IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference ppSpatialReference) throws java.io.IOException, AutomationException
setSpatialReferenceByRef
in interface IRealTimeFeed
ppSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (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 IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public esriGpsPositionInfo getCurrentPosition() throws java.io.IOException, AutomationException
getCurrentPosition
in interface IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCurrentSatelliteCount() throws java.io.IOException, AutomationException
getCurrentSatelliteCount
in interface IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public esriGpsSatelliteData getCurrentSatelliteData(int index) throws java.io.IOException, AutomationException
getCurrentSatelliteData
in interface IRealTimeFeed
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public esriGpsMagneticVariance getCurrentMagneticVariance() throws java.io.IOException, AutomationException
getCurrentMagneticVariance
in interface IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public esriGpsGroundCourse getCurrentGroundCourse() throws java.io.IOException, AutomationException
getCurrentGroundCourse
in interface IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public esriGpsDOPInfo getCurrentDopInfo() throws java.io.IOException, AutomationException
getCurrentDopInfo
in interface IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public esriGpsDateTime getCurrentDateTime() throws java.io.IOException, AutomationException
getCurrentDateTime
in interface IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public esriGpsDgpsInfo getCurrentDgpsInfo() throws java.io.IOException, AutomationException
getCurrentDgpsInfo
in interface IRealTimeFeed
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getConnectionError() throws java.io.IOException, AutomationException
getConnectionError
in interface IRealTimeFeed
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 |