public interface IPRJSpatialReference
extends java.io.Serializable
Description: 'Provides access to members that control the import/export operations components of a spatial reference system. IPRJSpatialReference is same as IPRJSpatialReferenceGEN.' 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 |
IID0c6d4b10_a38f_48eb_80eb_a3b86cc248dc |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
exportSpatialReferenceToPRJ(java.lang.String[] str,
int[] cBytesWrote)
Exports the spatial reference to a buffer.
|
int |
getPRJSpatialReferenceSize()
The number of bytes required to hold the persistant representation of the spatial reference.
|
void |
importSpatialReferenceFromPRJ(java.lang.String str,
int[] cBytesRead)
Defines the spatial reference from the specified ESRISpatialReference buffer.
|
static final int IID0c6d4b10_a38f_48eb_80eb_a3b86cc248dc
static final int xxDummy
static final java.lang.String IID
int getPRJSpatialReferenceSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void importSpatialReferenceFromPRJ(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 exportSpatialReferenceToPRJ(java.lang.String[] str, int[] cBytesWrote) throws java.io.IOException, AutomationException
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.