|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpatialReferenceSingletonManager
Ensure that no duplicates of projection engine pcs or gcs objects are created.
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. |
Method Detail |
---|
void createOwnedCS(int[] ppInOutCoordSys) throws IOException, AutomationException
ppInOutCoordSys
- The ppInOutCoordSys (A COM typedef) (A COM typedef) (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void commitIdentity(int[] ppInOutCoordSys) throws IOException, AutomationException
ppInOutCoordSys
- The ppInOutCoordSys (A COM typedef) (A COM typedef) (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void findFactoryCS(int factoryCSCode, int[] ppOutCoordSys) throws IOException, AutomationException
factoryCSCode
- The factoryCSCode (in)ppOutCoordSys
- The ppOutCoordSys (A COM typedef) (A COM typedef) (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void releaseCoordSys(int pInCoordSys) throws IOException, AutomationException
pInCoordSys
- The pInCoordSys (A COM typedef) (A COM typedef) (in)
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 |