public class JSONDeserializerGdb extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IJSONDeserializer, IExternalDeserializerGdb, ISupportErrorInfo
Description 'High-level object deserializer from JSON.' 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 =
IID, IID1e6dc0eb_5c8a_4401_a8af_bb5602ddfb7e, xxDummyIID09134de8_4147_4564_82bd_6cc18414c389IID, IIDb3021be9_c152_4df8_aa79_3d834190da67, xxDummyIID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy| Constructor and Description |
|---|
JSONDeserializerGdb()
Constructs a JSONDeserializerGdb using ArcGIS Engine.
|
JSONDeserializerGdb(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
JSONDeserializerGdb theJSONDeserializerGdb = (JSONDeserializerGdb) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
IJSONReader |
getReader()
Obtains JSON Reader.
|
int |
hashCode()
the hashcode for this object
|
void |
initDeserializer(IJSONReader pReader,
IPropertySet pProps)
Write deserialization options.
|
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo
|
IGeometry |
readGeometry(int geomType)
Reads geometry object.
|
java.lang.Object |
readObject(GUID riid,
IPropertySet pProps)
Deserialize an object.
|
ISpatialReference |
readSpatialReference()
Reads spatial reference object.
|
void |
release()
Release this COM object reference
|
public JSONDeserializerGdb()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic JSONDeserializerGdb(java.lang.Object obj)
throws java.io.IOException
JSONDeserializerGdb theJSONDeserializerGdb = (JSONDeserializerGdb) obj;obj to JSONDeserializerGdb.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic IJSONReader getReader() throws java.io.IOException, AutomationException
getReader in interface IJSONDeserializerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void initDeserializer(IJSONReader pReader, IPropertySet pProps) throws java.io.IOException, AutomationException
initDeserializer in interface IJSONDeserializerpReader - A reference to a com.esri.arcgis.system.IJSONReader (in)pProps - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object readObject(GUID riid, IPropertySet pProps) throws java.io.IOException, AutomationException
readObject in interface IExternalDeserializerriid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)pProps - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference readSpatialReference() throws java.io.IOException, AutomationException
readSpatialReference in interface IExternalDeserializerGdbjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry readGeometry(int geomType) throws java.io.IOException, AutomationException
readGeometry in interface IExternalDeserializerGdbgeomType - A com.esri.arcgis.geometry.esriGeometryType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - 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.