com.esri.arcgis.geodatabase
Interface IExternalDeserializerGdb

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IExternalDeserializerGdbProxy, JSONConverterGdb, JSONDeserializerGdb

public interface IExternalDeserializerGdb
extends java.io.Serializable

COM Interface 'IExternalDeserializerGdb'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides high-level deserialization methods for AMF and JSON formats.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb3021be9_c152_4df8_aa79_3d834190da67
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeometry readGeometry(int geomType)
          Reads geometry object.
 ISpatialReference readSpatialReference()
          Reads spatial reference object.
 

Field Detail

IIDb3021be9_c152_4df8_aa79_3d834190da67

static final int IIDb3021be9_c152_4df8_aa79_3d834190da67
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

readSpatialReference

ISpatialReference readSpatialReference()
                                       throws java.io.IOException,
                                              AutomationException
Reads spatial reference object.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

readGeometry

IGeometry readGeometry(int geomType)
                       throws java.io.IOException,
                              AutomationException
Reads geometry object.

Parameters:
geomType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.