com.esri.arcgis.geometry
Interface ISpatialReferenceSingletonManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISpatialReferenceSingletonManagerProxy, SpatialReferenceEnvironment

public interface ISpatialReferenceSingletonManager
extends java.io.Serializable

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

IID58ab2690_5981_11d2_bcda_0000f875bcce

static final int IID58ab2690_5981_11d2_bcda_0000f875bcce
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

createOwnedCS

void createOwnedCS(int[] ppInOutCoordSys)
                   throws java.io.IOException,
                          AutomationException
Replaces ppInOutCoordSys with an exact, deep copy.

Parameters:
ppInOutCoordSys - The ppInOutCoordSys (A COM typedef) (A COM typedef) (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

commitIdentity

void commitIdentity(int[] ppInOutCoordSys)
                    throws java.io.IOException,
                           AutomationException
Ensures that no copy of pCS exists in the system.

Parameters:
ppInOutCoordSys - The ppInOutCoordSys (A COM typedef) (A COM typedef) (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findFactoryCS

void findFactoryCS(int factoryCSCode,
                   int[] ppOutCoordSys)
                   throws java.io.IOException,
                          AutomationException
Finds or manufactures a pre-defined coordinate system.

Parameters:
factoryCSCode - The factoryCSCode (in)
ppOutCoordSys - The ppOutCoordSys (A COM typedef) (A COM typedef) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

releaseCoordSys

void releaseCoordSys(int pInCoordSys)
                     throws java.io.IOException,
                            AutomationException
Decrements the ref count of the extended coord sys and possibly removes it.

Parameters:
pInCoordSys - The pInCoordSys (A COM typedef) (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.