|
|||||||||
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.IRealTimeLogProxy
Description: 'Provides access to members for logging real-time data.' 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 IRealTimeLogProxy
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.IRealTimeLog |
---|
IID, IID32c1c986_1df2_482f_9a7f_39d2e134e528 |
Constructor Summary | |
---|---|
|
IRealTimeLogProxy()
Deprecated. For internal use only |
|
IRealTimeLogProxy(java.lang.Object obj)
Deprecated. |
protected |
IRealTimeLogProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRealTimeLogProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRealTimeLogProxy(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. |
IFeatureClass |
getLogFile()
Deprecated. The feature class used to log positions. |
double |
getLogRate()
Deprecated. The time, in seconds, between storing positions in the log file. |
double |
getMinimumLogDeflectionAngle()
Deprecated. The minimum deflection angle to use when deciding when to log points. |
double |
getMinimumLogDistance()
Deprecated. The minimum distance between points before they are logged. |
boolean |
isLogEstimatedPosition()
Deprecated. Indicates if positions are logged if the signal is lost. |
boolean |
isLogging()
Deprecated. Indicates if the data is being logged. |
boolean |
isUseLogRate()
Deprecated. Indicates if the log rate is used for sampling data. |
boolean |
isUseMinimumLogDeflectionAngle()
Deprecated. Indicates if the minimum log deflection angle is used for sampling data. |
boolean |
isUseMinimumLogDistance()
Deprecated. Indicates if the minimum log rate is used for sampling data. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setLogEstimatedPosition(boolean pLogEstimated)
Deprecated. Indicates if positions are logged if the signal is lost. |
void |
setLogFileByRef(IFeatureClass ppFeatureClass)
Deprecated. The feature class used to log positions. |
void |
setLogRate(double pRate)
Deprecated. The time, in seconds, between storing positions in the log file. |
void |
setMinimumLogDeflectionAngle(double pAngle)
Deprecated. The minimum deflection angle to use when deciding when to log points. |
void |
setMinimumLogDistance(double pDistance)
Deprecated. The minimum distance between points before they are logged. |
void |
setUseLogRate(boolean pUse)
Deprecated. Indicates if the log rate is used for sampling data. |
void |
setUseMinimumLogDeflectionAngle(boolean pUse)
Deprecated. Indicates if the minimum log deflection angle is used for sampling data. |
void |
setUseMinimumLogDistance(boolean pUse)
Deprecated. Indicates if the minimum log rate is used for sampling data. |
void |
stampGpsPosition()
Deprecated. Stamp current position values to the selected log file. |
void |
startLogging()
Deprecated. Start logging to the current log file. |
void |
stopLogging()
Deprecated. Stop logging to the current log file. |
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 IRealTimeLogProxy(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 IRealTimeLogProxy()
public IRealTimeLogProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRealTimeLogProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRealTimeLogProxy(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 IFeatureClass getLogFile() throws java.io.IOException, AutomationException
getLogFile
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLogFileByRef(IFeatureClass ppFeatureClass) throws java.io.IOException, AutomationException
setLogFileByRef
in interface IRealTimeLog
ppFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLogRate() throws java.io.IOException, AutomationException
getLogRate
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLogRate(double pRate) throws java.io.IOException, AutomationException
setLogRate
in interface IRealTimeLog
pRate
- The pRate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumLogDistance() throws java.io.IOException, AutomationException
getMinimumLogDistance
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumLogDistance(double pDistance) throws java.io.IOException, AutomationException
setMinimumLogDistance
in interface IRealTimeLog
pDistance
- The pDistance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumLogDeflectionAngle() throws java.io.IOException, AutomationException
getMinimumLogDeflectionAngle
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumLogDeflectionAngle(double pAngle) throws java.io.IOException, AutomationException
setMinimumLogDeflectionAngle
in interface IRealTimeLog
pAngle
- The pAngle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseLogRate() throws java.io.IOException, AutomationException
isUseLogRate
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseLogRate(boolean pUse) throws java.io.IOException, AutomationException
setUseLogRate
in interface IRealTimeLog
pUse
- The pUse (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseMinimumLogDistance() throws java.io.IOException, AutomationException
isUseMinimumLogDistance
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseMinimumLogDistance(boolean pUse) throws java.io.IOException, AutomationException
setUseMinimumLogDistance
in interface IRealTimeLog
pUse
- The pUse (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseMinimumLogDeflectionAngle() throws java.io.IOException, AutomationException
isUseMinimumLogDeflectionAngle
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseMinimumLogDeflectionAngle(boolean pUse) throws java.io.IOException, AutomationException
setUseMinimumLogDeflectionAngle
in interface IRealTimeLog
pUse
- The pUse (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startLogging() throws java.io.IOException, AutomationException
startLogging
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stopLogging() throws java.io.IOException, AutomationException
stopLogging
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLogging() throws java.io.IOException, AutomationException
isLogging
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stampGpsPosition() throws java.io.IOException, AutomationException
stampGpsPosition
in interface IRealTimeLog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLogEstimatedPosition(boolean pLogEstimated) throws java.io.IOException, AutomationException
setLogEstimatedPosition
in interface IRealTimeLog
pLogEstimated
- The pLogEstimated (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLogEstimatedPosition() throws java.io.IOException, AutomationException
isLogEstimatedPosition
in interface IRealTimeLog
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 |