|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.JSONDeserializerGdb
public class JSONDeserializerGdb
COM Class 'JSONDeserializerGdb'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.system.IJSONDeserializer |
---|
IID, IID1e6dc0eb_5c8a_4401_a8af_bb5602ddfb7e, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IExternalDeserializer |
---|
IID09134de8_4147_4564_82bd_6cc18414c389 |
Fields inherited from interface com.esri.arcgis.geodatabase.IExternalDeserializerGdb |
---|
IID, IIDb3021be9_c152_4df8_aa79_3d834190da67, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
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; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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 a JSONDeserializerGdb. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONDeserializerGdb() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.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 Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |