com.esri.arcgis.geometry
Class ISpatialReferenceFactoryProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.ISpatialReferenceFactoryProxy
All Implemented Interfaces:
ISpatialReferenceFactory, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ISpatialReferenceFactory2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'ISpatialReferenceFactory'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that create different kinds of spatial reference components.' 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 =

public class ISpatialReferenceFactoryProxy
extends com.esri.arcgis.interop.Dispatch
implements ISpatialReferenceFactory, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geometry.ISpatialReferenceFactory
IID, IID6cd10b60_c4f6_11d1_bc92_0000f875bcce
 
Constructor Summary
  ISpatialReferenceFactoryProxy()
          Deprecated. For internal use only
  ISpatialReferenceFactoryProxy(java.lang.Object obj)
          Deprecated.  
protected ISpatialReferenceFactoryProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISpatialReferenceFactoryProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISpatialReferenceFactoryProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IDatum createDatum(int datumType)
          Deprecated. Creates a predefined datum.
 void createESRISpatialReference(java.lang.String spatRefInfo, ISpatialReference[] spatialReference, int[] cBytesRead)
          Deprecated. Creates a spatial reference system and defines it from the specified ESRISpatialReference buffer.
 ISpatialReference createESRISpatialReferenceFromPRJ(java.lang.String prj)
          Deprecated. Creates a spatial reference from a PRJ string.
 ISpatialReference createESRISpatialReferenceFromPRJFile(java.lang.String prjFile)
          Deprecated. Creates a spatial reference from a PRJ file.
 IGeographicCoordinateSystem createGeographicCoordinateSystem(int gcsType)
          Deprecated. Creates a predefined geographic coordinate system.
 ITransformation createGeoTransformation(int gTransformationType)
          Deprecated. Creates a predefined transformation between geographic coordinate systems.
 IParameter createParameter(int parameterType)
          Deprecated. Creates a predefined parameter.
 ISet createPredefinedAngularUnits()
          Deprecated. Creates a list of predefined angular units.
 ISet createPredefinedDatums()
          Deprecated. Creates a list of a list of predefined datums.
 ISet createPredefinedLinearUnits()
          Deprecated. Creates a list of predefined linear units.
 ISet createPredefinedPrimeMeridians()
          Deprecated. Creates a list of predefined prime meridians.
 ISet createPredefinedProjections()
          Deprecated. Creates a list of predefined projections.
 ISet createPredefinedSpheroids()
          Deprecated. Creates a list of predefined spheroids.
 IPrimeMeridian createPrimeMeridian(int primeMeridianType)
          Deprecated. Creates a predefined prime meridian.
 IProjectedCoordinateSystem createProjectedCoordinateSystem(int pcsType)
          Deprecated. Creates a predefined projected coordinate system.
 IProjection createProjection(int projectionType)
          Deprecated. Creates a predefined projection.
 ISpheroid createSpheroid(int spheroidType)
          Deprecated. Creates a predefined spheroid.
 IUnit createUnit(int unitType)
          Deprecated. Creates a predefined unit of measure.
 void exportESRISpatialReferenceToPRJFile(java.lang.String prjFile, ISpatialReference spatialReference)
          Deprecated. Exports a spatial reference to a PRJ file.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISpatialReferenceFactoryProxy

public ISpatialReferenceFactoryProxy(java.lang.String CLSID,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.net.UnknownHostException,
                                     java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISpatialReferenceFactoryProxy

public ISpatialReferenceFactoryProxy()
Deprecated. 
For internal use only


ISpatialReferenceFactoryProxy

public ISpatialReferenceFactoryProxy(java.lang.Object obj)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISpatialReferenceFactoryProxy

protected ISpatialReferenceFactoryProxy(java.lang.Object obj,
                                        java.lang.String iid)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISpatialReferenceFactoryProxy

protected ISpatialReferenceFactoryProxy(java.lang.String CLSID,
                                        java.lang.String iid,
                                        java.lang.String host,
                                        com.esri.arcgis.interop.AuthInfo authInfo)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

createESRISpatialReference

public void createESRISpatialReference(java.lang.String spatRefInfo,
                                       ISpatialReference[] spatialReference,
                                       int[] cBytesRead)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Creates a spatial reference system and defines it from the specified ESRISpatialReference buffer.

Specified by:
createESRISpatialReference in interface ISpatialReferenceFactory
Parameters:
spatRefInfo - The spatRefInfo (in)
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (out: use single element array)
cBytesRead - The cBytesRead (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createESRISpatialReferenceFromPRJ

public ISpatialReference createESRISpatialReferenceFromPRJ(java.lang.String prj)
                                                    throws java.io.IOException,
                                                           AutomationException
Deprecated. 
Creates a spatial reference from a PRJ string.

Specified by:
createESRISpatialReferenceFromPRJ in interface ISpatialReferenceFactory
Parameters:
prj - The prj (in)
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createESRISpatialReferenceFromPRJFile

public ISpatialReference createESRISpatialReferenceFromPRJFile(java.lang.String prjFile)
                                                        throws java.io.IOException,
                                                               AutomationException
Deprecated. 
Creates a spatial reference from a PRJ file.

Specified by:
createESRISpatialReferenceFromPRJFile in interface ISpatialReferenceFactory
Parameters:
prjFile - The prjFile (in)
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportESRISpatialReferenceToPRJFile

public void exportESRISpatialReferenceToPRJFile(java.lang.String prjFile,
                                                ISpatialReference spatialReference)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Exports a spatial reference to a PRJ file.

Specified by:
exportESRISpatialReferenceToPRJFile in interface ISpatialReferenceFactory
Parameters:
prjFile - The prjFile (in)
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createUnit

public IUnit createUnit(int unitType)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Creates a predefined unit of measure.

Specified by:
createUnit in interface ISpatialReferenceFactory
Parameters:
unitType - The unitType (in)
Returns:
A reference to a com.esri.arcgis.geometry.IUnit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSpheroid

public ISpheroid createSpheroid(int spheroidType)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Creates a predefined spheroid.

Specified by:
createSpheroid in interface ISpatialReferenceFactory
Parameters:
spheroidType - The spheroidType (in)
Returns:
A reference to a com.esri.arcgis.geometry.ISpheroid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createDatum

public IDatum createDatum(int datumType)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Creates a predefined datum.

Specified by:
createDatum in interface ISpatialReferenceFactory
Parameters:
datumType - The datumType (in)
Returns:
A reference to a com.esri.arcgis.geometry.IDatum
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createPrimeMeridian

public IPrimeMeridian createPrimeMeridian(int primeMeridianType)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Creates a predefined prime meridian.

Specified by:
createPrimeMeridian in interface ISpatialReferenceFactory
Parameters:
primeMeridianType - The primeMeridianType (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPrimeMeridian
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createProjection

public IProjection createProjection(int projectionType)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Creates a predefined projection.

Specified by:
createProjection in interface ISpatialReferenceFactory
Parameters:
projectionType - The projectionType (in)
Returns:
A reference to a com.esri.arcgis.geometry.IProjection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createParameter

public IParameter createParameter(int parameterType)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Creates a predefined parameter.

Specified by:
createParameter in interface ISpatialReferenceFactory
Parameters:
parameterType - The parameterType (in)
Returns:
A reference to a com.esri.arcgis.geometry.IParameter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createProjectedCoordinateSystem

public IProjectedCoordinateSystem createProjectedCoordinateSystem(int pcsType)
                                                           throws java.io.IOException,
                                                                  AutomationException
Deprecated. 
Creates a predefined projected coordinate system.

Specified by:
createProjectedCoordinateSystem in interface ISpatialReferenceFactory
Parameters:
pcsType - The pcsType (in)
Returns:
A reference to a com.esri.arcgis.geometry.IProjectedCoordinateSystem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createGeographicCoordinateSystem

public IGeographicCoordinateSystem createGeographicCoordinateSystem(int gcsType)
                                                             throws java.io.IOException,
                                                                    AutomationException
Deprecated. 
Creates a predefined geographic coordinate system.

Specified by:
createGeographicCoordinateSystem in interface ISpatialReferenceFactory
Parameters:
gcsType - The gcsType (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createGeoTransformation

public ITransformation createGeoTransformation(int gTransformationType)
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Creates a predefined transformation between geographic coordinate systems.

Specified by:
createGeoTransformation in interface ISpatialReferenceFactory
Parameters:
gTransformationType - The gTransformationType (in)
Returns:
A reference to a com.esri.arcgis.geometry.ITransformation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createPredefinedProjections

public ISet createPredefinedProjections()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Creates a list of predefined projections.

Specified by:
createPredefinedProjections in interface ISpatialReferenceFactory
Returns:
A reference to a com.esri.arcgis.system.ISet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createPredefinedLinearUnits

public ISet createPredefinedLinearUnits()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Creates a list of predefined linear units.

Specified by:
createPredefinedLinearUnits in interface ISpatialReferenceFactory
Returns:
A reference to a com.esri.arcgis.system.ISet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createPredefinedDatums

public ISet createPredefinedDatums()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Creates a list of a list of predefined datums.

Specified by:
createPredefinedDatums in interface ISpatialReferenceFactory
Returns:
A reference to a com.esri.arcgis.system.ISet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createPredefinedAngularUnits

public ISet createPredefinedAngularUnits()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Creates a list of predefined angular units.

Specified by:
createPredefinedAngularUnits in interface ISpatialReferenceFactory
Returns:
A reference to a com.esri.arcgis.system.ISet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createPredefinedPrimeMeridians

public ISet createPredefinedPrimeMeridians()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Creates a list of predefined prime meridians.

Specified by:
createPredefinedPrimeMeridians in interface ISpatialReferenceFactory
Returns:
A reference to a com.esri.arcgis.system.ISet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createPredefinedSpheroids

public ISet createPredefinedSpheroids()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Creates a list of predefined spheroids.

Specified by:
createPredefinedSpheroids in interface ISpatialReferenceFactory
Returns:
A reference to a com.esri.arcgis.system.ISet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.