|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpatialReferenceSingletonManager
COM Interface 'ISpatialReferenceSingletonManager'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID58ab2690_5981_11d2_bcda_0000f875bcce
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
commitIdentity(int[] ppInOutCoordSys)
Ensures that no copy of pCS exists in the system. |
void |
createOwnedCS(int[] ppInOutCoordSys)
Replaces ppInOutCoordSys with an exact, deep copy. |
void |
findFactoryCS(int factoryCSCode,
int[] ppOutCoordSys)
Finds or manufactures a pre-defined coordinate system. |
void |
releaseCoordSys(int pInCoordSys)
Decrements the ref count of the extended coord sys and possibly removes it. |
Field Detail |
---|
static final int IID58ab2690_5981_11d2_bcda_0000f875bcce
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void createOwnedCS(int[] ppInOutCoordSys) throws java.io.IOException, AutomationException
ppInOutCoordSys
- The ppInOutCoordSys (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(int[] ppInOutCoordSys) throws java.io.IOException, AutomationException
ppInOutCoordSys
- The ppInOutCoordSys (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, int[] ppOutCoordSys) throws java.io.IOException, AutomationException
factoryCSCode
- The factoryCSCode (in)ppOutCoordSys
- The ppOutCoordSys (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(int pInCoordSys) throws java.io.IOException, AutomationException
pInCoordSys
- The pInCoordSys (A COM typedef) (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |