public interface IESRISpatialReferenceGENEx
extends java.io.Serializable
Description: 'Provides access to members that generate well known string representations for spatial reference objects.' 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 |
IID05a455f2_1e1e_482e_b69e_4b31d1b1f5d1 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
exportToESRISpatialReferenceEx(boolean authority,
boolean wkt2,
java.lang.String[] str,
int[] cBytesWrote)
Exports this spatial reference component to a buffer.
|
int |
getESRISpatialReferenceSize()
The number of bytes required to hold the persistant representation of this spatial reference component.
|
void |
importFromESRISpatialReference(java.lang.String str,
int[] cBytesRead)
Defines this spatial reference component from the specified ESRISpatialReference buffer.
|
static final int IID05a455f2_1e1e_482e_b69e_4b31d1b1f5d1
static final int xxDummy
static final java.lang.String IID
int getESRISpatialReferenceSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void importFromESRISpatialReference(java.lang.String str,
int[] cBytesRead)
throws java.io.IOException,
AutomationException
str - The str (in)cBytesRead - The cBytesRead (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void exportToESRISpatialReferenceEx(boolean authority,
boolean wkt2,
java.lang.String[] str,
int[] cBytesWrote)
throws java.io.IOException,
AutomationException
authority - The authority (in)wkt2 - The wkt2 (in)str - The str (out: use single element array)cBytesWrote - The cBytesWrote (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.