public interface IJSONConverterGdb
extends java.io.Serializable
Description: 'Provides high-level deserialization methods for 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf28d230e_0f29_4022_b84f_e7e955a9a873 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
queryJSONDomain(IDomain pDomain,
IJSONObject pDomainJO)
Query domain info from IDomain and populate IJSONObject.
|
void |
queryJSONDomain2(IDomain domain,
boolean returnDomainNames,
IJSONObject domainJO)
Query domain info from IDomain and populate IJSONObject.
|
void |
queryJSONDomain3(IDomain typeDomain,
IDomain fieldDomain,
boolean returnDomainNames,
IJSONObject domainJO)
Query domain info from IDomain and populate IJSONObject.If fieldDomain is equal to typeDomain, it returns the domain as inherited.
|
void |
querySubtype(ISubtypes subtypes,
int subtypeCode,
java.lang.String subtypeName,
IFields fields,
boolean returnDomainNames,
IJSONObject subtypeJO)
Query subtype info from subtype 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,
java.lang.String propname,
IRecordSet pRecordset,
IGeometryResultOptions pGeomOpt,
boolean bWriteEndOfObj)
Writes RecordSet to IJSONWriter.
|
static final int IIDf28d230e_0f29_4022_b84f_e7e955a9a873
static final int xxDummy
static final java.lang.String IID
void readRecordSet(IJSONReader pReader, IFields pDefaultSchema, IPropertySet pConversionProps, IRecordSet[] ppRecordset, IPropertySet[] ppOriginalToNewFieldMap) throws java.io.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)java.io.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 java.io.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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeRecordSet(IJSONWriter pWriter, IJSONConverterGeometry pGeomConv, IPropertySet pProps, java.lang.String propname, IRecordSet pRecordset, IGeometryResultOptions pGeomOpt, boolean bWriteEndOfObj) throws java.io.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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryJSONDomain(IDomain pDomain, IJSONObject pDomainJO) throws java.io.IOException, AutomationException
pDomain - A reference to a com.esri.arcgis.geodatabase.IDomain (in)pDomainJO - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryJSONDomain2(IDomain domain, boolean returnDomainNames, IJSONObject domainJO) throws java.io.IOException, AutomationException
domain - A reference to a com.esri.arcgis.geodatabase.IDomain (in)returnDomainNames - The returnDomainNames (in)domainJO - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryJSONDomain3(IDomain typeDomain, IDomain fieldDomain, boolean returnDomainNames, IJSONObject domainJO) throws java.io.IOException, AutomationException
typeDomain - A reference to a com.esri.arcgis.geodatabase.IDomain (in)fieldDomain - A reference to a com.esri.arcgis.geodatabase.IDomain (in)returnDomainNames - The returnDomainNames (in)domainJO - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void querySubtype(ISubtypes subtypes, int subtypeCode, java.lang.String subtypeName, IFields fields, boolean returnDomainNames, IJSONObject subtypeJO) throws java.io.IOException, AutomationException
subtypes - A reference to a com.esri.arcgis.geodatabase.ISubtypes (in)subtypeCode - The subtypeCode (in)subtypeName - The subtypeName (in)fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)returnDomainNames - The returnDomainNames (in)subtypeJO - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.