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, xxDummy
IID09134de8_4147_4564_82bd_6cc18414c389
IID, IIDb3021be9_c152_4df8_aa79_3d834190da67, xxDummy
IID, 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IJSONReader getReader() throws java.io.IOException, AutomationException
getReader
in interface IJSONDeserializer
java.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 IJSONDeserializer
pReader
- 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 IExternalDeserializer
riid
- 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 IExternalDeserializerGdb
java.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 IExternalDeserializerGdb
geomType
- 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 ISupportErrorInfo
riid
- 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.