|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExternalSerializerGdb
Provides high-level serialization methods for AMF and JSON formats.
Method Summary | |
---|---|
byte[] |
getErrorObject(String propname,
int code,
String message,
IStringArray details)
Convenience method. |
void |
writeErrorObject(String propname,
int code,
String message,
IStringArray details)
Writes error object. |
void |
writeGeometry(String propname,
IGeometry pGeom)
Writes geometry object. |
void |
writeRecordSet(String propname,
IRecordSet pRecordset,
IGeometryResultOptions pGeomOpt)
Writes feature recordset. |
void |
writeRow(String propname,
IRow pRow,
IFields pFields,
int[] rowFieldIndexes,
IGeometryResultOptions pGeomOpt)
Writes feature row object |
void |
writeSpatialReference(String propname,
ISpatialReference pSR)
Writes spatial reference object. |
Method Detail |
---|
void writeSpatialReference(String propname, ISpatialReference pSR) throws IOException, AutomationException
propname
- The propname (in)pSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void writeGeometry(String propname, IGeometry pGeom) throws IOException, AutomationException
propname
- The propname (in)pGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void writeRow(String propname, IRow pRow, IFields pFields, int[] rowFieldIndexes, IGeometryResultOptions pGeomOpt) throws IOException, AutomationException
propname
- The propname (in)pRow
- A reference to a com.esri.arcgis.geodatabase.IRow (in)pFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)rowFieldIndexes
- The rowFieldIndexes (in)pGeomOpt
- A reference to a com.esri.arcgis.geodatabase.IGeometryResultOptions (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void writeRecordSet(String propname, IRecordSet pRecordset, IGeometryResultOptions pGeomOpt) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void writeErrorObject(String propname, int code, String message, IStringArray details) throws IOException, AutomationException
propname
- The propname (in)code
- The code (in)message
- The message (in)details
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.byte[] getErrorObject(String propname, int code, String message, IStringArray details) throws IOException, AutomationException
propname
- The propname (in)code
- The code (in)message
- The message (in)details
- A reference to a com.esri.arcgis.system.IStringArray (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 |