com.esri.arcgis.system
Class IJSONReader3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.IJSONReaderProxy
          extended by com.esri.arcgis.system.IJSONReader2Proxy
              extended by com.esri.arcgis.system.IJSONReader3Proxy
All Implemented Interfaces:
IJSONReader, IJSONReader2, IJSONReader3, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IJSONReader3'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 IJSONReader3Proxy
extends IJSONReader2Proxy
implements IJSONReader3, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.system.IJSONReader3
IID, IID14dff1e9_0100_4ab9_9e4c_aa1dfafd6774
 
Fields inherited from interface com.esri.arcgis.system.IJSONReader2
IID2c573605_c449_47e3_a483_f441192840fa
 
Fields inherited from interface com.esri.arcgis.system.IJSONReader
IID48105a80_e0dc_4d69_bb61_3df74cafa52c
 
Constructor Summary
  IJSONReader3Proxy()
          Deprecated. For internal use only
  IJSONReader3Proxy(java.lang.Object obj)
          Deprecated.  
protected IJSONReader3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IJSONReader3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IJSONReader3Proxy(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.  
 long readValueAsInt64()
          Deprecated. Obtains property or array value as number.
 long readValueAsUInt64()
          Deprecated. Obtains property or array value as number.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.system.IJSONReader2Proxy
parseJSONString, readValueEx, removeAllBookmarks, removeBookmark, returnToBookmark, setBookmark
 
Methods inherited from class com.esri.arcgis.system.IJSONReaderProxy
findProperties, findProperty, getCurrentTokenType, getStream, isBoolean, isEndOfArray, isEndOfObject, isNull, isNumber, isStartOfArray, isStartOfObject, isString, read, readFrom, readFromString, readPropertyName, readValue, readValueAsBoolean, readValueAsDate, readValueAsDouble, readValueAsLong, readValueAsString, skipUntilArrayEnds, skipUntilObjectEnds
 
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
 
Methods inherited from interface com.esri.arcgis.system.IJSONReader2
parseJSONString, readValueEx, removeAllBookmarks, removeBookmark, returnToBookmark, setBookmark
 
Methods inherited from interface com.esri.arcgis.system.IJSONReader
findProperties, findProperty, getCurrentTokenType, getStream, isBoolean, isEndOfArray, isEndOfObject, isNull, isNumber, isStartOfArray, isStartOfObject, isString, read, readFrom, readFromString, readPropertyName, readValue, readValueAsBoolean, readValueAsDate, readValueAsDouble, readValueAsLong, readValueAsString, skipUntilArrayEnds, skipUntilObjectEnds
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IJSONReader3Proxy

public IJSONReader3Proxy(java.lang.String CLSID,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.net.UnknownHostException,
                         java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IJSONReader3Proxy

public IJSONReader3Proxy()
Deprecated. 
For internal use only


IJSONReader3Proxy

public IJSONReader3Proxy(java.lang.Object obj)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IJSONReader3Proxy

protected IJSONReader3Proxy(java.lang.Object obj,
                            java.lang.String iid)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IJSONReader3Proxy

protected IJSONReader3Proxy(java.lang.String CLSID,
                            java.lang.String iid,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IJSONReader2Proxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IJSONReader2Proxy
Throws:
java.io.IOException

readValueAsInt64

public long readValueAsInt64()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Obtains property or array value as number. Advances to the next token. If property value cannot be coerced to long, returns E_FAIL.

Specified by:
readValueAsInt64 in interface IJSONReader3
Returns:
Signed 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

readValueAsUInt64

public long readValueAsUInt64()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Obtains property or array value as number. Advances to the next token. If property value cannot be coerced to long, returns E_FAIL.

Specified by:
readValueAsUInt64 in interface IJSONReader3
Returns:
Unsigned 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.