public interface IExternalDeserializerGdb
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb3021be9_c152_4df8_aa79_3d834190da67 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeometry |
readGeometry(int geomType)
Reads geometry object.
|
ISpatialReference |
readSpatialReference()
Reads spatial reference object.
|
static final int IIDb3021be9_c152_4df8_aa79_3d834190da67
static final int xxDummy
static final java.lang.String IID
ISpatialReference readSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry readGeometry(int geomType) throws java.io.IOException, AutomationException
geomType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.