com.esri.arcgis.datasourcesraster
Class IGeodeticProjectionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IXFormProxy
          extended by com.esri.arcgis.datasourcesraster.IGeodeticProjectionProxy
All Implemented Interfaces:
IGeodeticProjection, IXForm, java.io.Externalizable, java.io.Serializable

public class IGeodeticProjectionProxy
extends IXFormProxy
implements IGeodeticProjection, java.io.Serializable

Internal use class Proxy for COM Interface 'IGeodeticProjection'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that contain information on the projection of a raster.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.datasourcesraster.IGeodeticProjection
IID, IID559b8940_bab1_11d2_8e30_00a0249480f0
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IXForm
IIDa10a39ee_b9ca_11d2_8e30_00a0249480f0
 
Constructor Summary
  IGeodeticProjectionProxy()
          For internal use only
  IGeodeticProjectionProxy(java.lang.Object obj)
           
protected IGeodeticProjectionProxy(java.lang.Object obj, java.lang.String iid)
           
  IGeodeticProjectionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IGeodeticProjectionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 IDatum getDatum()
          Datum parameters.
 java.lang.String getName()
          Property name.
 java.lang.Object getParameters()
          SafeArray of doubles: raw parameter list.
 ISpheroid getSpheroid()
          Spheroid parameters.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setDatum(IDatum pVal)
          Datum parameters.
 void setParameters(java.lang.Object pVal)
          SafeArray of doubles: raw parameter list.
 void setSpheroid(ISpheroid pVal)
          Spheroid parameters.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IXFormProxy
getInUnit, getOutUnit, invert, isIdentity, map, setInUnit, setOutUnit
 
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
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IXForm
getInUnit, getOutUnit, invert, isIdentity, map, setInUnit, setOutUnit
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IGeodeticProjectionProxy

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

IGeodeticProjectionProxy

public IGeodeticProjectionProxy()
For internal use only


IGeodeticProjectionProxy

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

IGeodeticProjectionProxy

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

IGeodeticProjectionProxy

protected IGeodeticProjectionProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
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
Overrides:
addListener in class IXFormProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class IXFormProxy
Throws:
java.io.IOException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Property name.

Specified by:
getName in interface IGeodeticProjection
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameters

public java.lang.Object getParameters()
                               throws java.io.IOException,
                                      AutomationException
SafeArray of doubles: raw parameter list.

Specified by:
getParameters in interface IGeodeticProjection
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameters

public void setParameters(java.lang.Object pVal)
                   throws java.io.IOException,
                          AutomationException
SafeArray of doubles: raw parameter list.

Specified by:
setParameters in interface IGeodeticProjection
Parameters:
pVal - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpheroid

public ISpheroid getSpheroid()
                      throws java.io.IOException,
                             AutomationException
Spheroid parameters.

Specified by:
getSpheroid in interface IGeodeticProjection
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.

setSpheroid

public void setSpheroid(ISpheroid pVal)
                 throws java.io.IOException,
                        AutomationException
Spheroid parameters.

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

getDatum

public IDatum getDatum()
                throws java.io.IOException,
                       AutomationException
Datum parameters.

Specified by:
getDatum in interface IGeodeticProjection
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.

setDatum

public void setDatum(IDatum pVal)
              throws java.io.IOException,
                     AutomationException
Datum parameters.

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