public interface ISpatialReferenceSingletonManager
extends java.io.Serializable
Description: 'Ensure that no duplicates of projection engine pcs or gcs objects are created.' 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 |
IID58ab2690_5981_11d2_bcda_0000f875bcce |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
commitIdentity(long[] ppInOutCoordSys)
Ensures that no copy of pCS exists in the system.
|
void |
createOwnedCS(long[] ppInOutCoordSys)
Replaces ppInOutCoordSys with an exact, deep copy.
|
void |
findFactoryCS(int factoryCSCode,
long[] ppOutCoordSys)
Finds or manufactures a pre-defined coordinate system.
|
void |
releaseCoordSys(long pInCoordSys)
Decrements the ref count of the extended coord sys and possibly removes it.
|
static final int IID58ab2690_5981_11d2_bcda_0000f875bcce
static final int xxDummy
static final java.lang.String IID
void createOwnedCS(long[] ppInOutCoordSys) throws java.io.IOException, AutomationException
ppInOutCoordSys
- Signed 64-bit int (A COM typedef) (A COM typedef) (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void commitIdentity(long[] ppInOutCoordSys) throws java.io.IOException, AutomationException
ppInOutCoordSys
- Signed 64-bit int (A COM typedef) (A COM typedef) (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void findFactoryCS(int factoryCSCode, long[] ppOutCoordSys) throws java.io.IOException, AutomationException
factoryCSCode
- The factoryCSCode (in)ppOutCoordSys
- Signed 64-bit int (A COM typedef) (A COM typedef) (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void releaseCoordSys(long pInCoordSys) throws java.io.IOException, AutomationException
pInCoordSys
- Signed 64-bit int (A COM typedef) (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.