|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJSONConverterGdb
Provides high-level deserialization methods for JSON.
Method Summary | |
---|---|
void |
queryJSONDomain(IDomain pDomain,
IJSONObject pDomainJO)
Query domain info from IDomain and populate IJSONObject. |
void |
readRecordSet(IJSONReader pReader,
IFields pDefaultSchema,
IPropertySet pConversionProps,
IRecordSet[] ppRecordset,
IPropertySet[] ppOriginalToNewFieldMap)
Reads RecordSet object from IJSONReader. |
void |
toRecordSet(IJSONObject pObj,
IFields pDefaultSchema,
IPropertySet pConversionProps,
IRecordSet[] ppRecordset,
IPropertySet[] ppOriginalToNewFieldMap)
Reads RecordSet object from IJSONObject. |
void |
writeRecordSet(IJSONWriter pWriter,
IJSONConverterGeometry pGeomConv,
IPropertySet pProps,
String propname,
IRecordSet pRecordset,
IGeometryResultOptions pGeomOpt,
boolean bWriteEndOfObj)
Writes RecordSet to IJSONWriter. |
Method Detail |
---|
void readRecordSet(IJSONReader pReader, IFields pDefaultSchema, IPropertySet pConversionProps, IRecordSet[] ppRecordset, IPropertySet[] ppOriginalToNewFieldMap) throws IOException, AutomationException
pReader
- A reference to a com.esri.arcgis.system.IJSONReader (in)pDefaultSchema
- A reference to a com.esri.arcgis.geodatabase.IFields (in)pConversionProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)ppRecordset
- A reference to a com.esri.arcgis.geodatabase.IRecordSet (out: use single element array)ppOriginalToNewFieldMap
- A reference to a com.esri.arcgis.system.IPropertySet (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void toRecordSet(IJSONObject pObj, IFields pDefaultSchema, IPropertySet pConversionProps, IRecordSet[] ppRecordset, IPropertySet[] ppOriginalToNewFieldMap) throws IOException, AutomationException
pObj
- A reference to a com.esri.arcgis.system.IJSONObject (in)pDefaultSchema
- A reference to a com.esri.arcgis.geodatabase.IFields (in)pConversionProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)ppRecordset
- A reference to a com.esri.arcgis.geodatabase.IRecordSet (out: use single element array)ppOriginalToNewFieldMap
- A reference to a com.esri.arcgis.system.IPropertySet (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void writeRecordSet(IJSONWriter pWriter, IJSONConverterGeometry pGeomConv, IPropertySet pProps, String propname, IRecordSet pRecordset, IGeometryResultOptions pGeomOpt, boolean bWriteEndOfObj) throws IOException, AutomationException
pWriter
- A reference to a com.esri.arcgis.system.IJSONWriter (in)pGeomConv
- A reference to a com.esri.arcgis.geometry.IJSONConverterGeometry (in)pProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)propname
- The propname (in)pRecordset
- A reference to a com.esri.arcgis.geodatabase.IRecordSet (in)pGeomOpt
- A reference to a com.esri.arcgis.geodatabase.IGeometryResultOptions (in)bWriteEndOfObj
- The bWriteEndOfObj (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryJSONDomain(IDomain pDomain, IJSONObject pDomainJO) throws IOException, AutomationException
pDomain
- A reference to a com.esri.arcgis.geodatabase.IDomain (in)pDomainJO
- A reference to a com.esri.arcgis.system.IJSONObject (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 |