com.esri.arcgis.datasourcesraster
Interface IGeodeticProjection

All Superinterfaces:
IXForm, java.io.Serializable
All Known Implementing Classes:
IGeodeticProjectionProxy

public interface IGeodeticProjection
extends IXForm, java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID559b8940_bab1_11d2_8e30_00a0249480f0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IXForm
IIDa10a39ee_b9ca_11d2_8e30_00a0249480f0
 
Method Summary
 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 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 interface com.esri.arcgis.datasourcesraster.IXForm
getInUnit, getOutUnit, invert, isIdentity, map, setInUnit, setOutUnit
 

Field Detail

IID559b8940_bab1_11d2_8e30_00a0249480f0

static final int IID559b8940_bab1_11d2_8e30_00a0249480f0
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

getName

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

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameters

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

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameters

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

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

getSpheroid

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

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

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

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

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

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

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

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.