|
|||||||||
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
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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IJSONReader getReader() throws IOException, AutomationException
getReader
in interface IJSONDeserializer
IOException
- 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 IJSONDeserializer
pReader
- 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 IExternalDeserializer
riid
- 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 IExternalDeserializerGdb
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry readGeometry(int geomType) throws IOException, AutomationException
readGeometry
in interface IExternalDeserializerGdb
geomType
- 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 ISupportErrorInfo
riid
- 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 |