|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.JSONDeserializerGdb
public class JSONDeserializerGdb
High-level object deserializer from JSON.
| Constructor Summary | |
|---|---|
JSONDeserializerGdb()
Constructs a JSONDeserializerGdb using ArcGIS Engine. |
|
JSONDeserializerGdb(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. JSONDeserializerGdb theJSONDeserializerGdb = (JSONDeserializerGdb) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
Object |
readObject(GUID riid,
IPropertySet pProps)
Deserialize an object. |
ISpatialReference |
readSpatialReference()
Reads spatial reference object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public JSONDeserializerGdb()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public JSONDeserializerGdb(Object obj)
throws IOException
JSONDeserializerGdb theJSONDeserializerGdb = (JSONDeserializerGdb) obj;
obj to JSONDeserializerGdb.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IJSONReader getReader()
throws IOException,
AutomationException
getReader in interface IJSONDeserializerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void initDeserializer(IJSONReader pReader,
IPropertySet pProps)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object readObject(GUID riid,
IPropertySet pProps)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference readSpatialReference()
throws IOException,
AutomationException
readSpatialReference in interface IExternalDeserializerGdbIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry readGeometry(int geomType)
throws IOException,
AutomationException
readGeometry in interface IExternalDeserializerGdbgeomType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||