public interface IGeodeticProjection extends IXForm, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID559b8940_bab1_11d2_8e30_00a0249480f0 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa10a39ee_b9ca_11d2_8e30_00a0249480f0
Modifier and Type | Method and Description |
---|---|
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.
|
getInUnit, getOutUnit, invert, isIdentity, map, setInUnit, setOutUnit
static final int IID559b8940_bab1_11d2_8e30_00a0249480f0
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setParameters(java.lang.Object pVal) throws java.io.IOException, AutomationException
pVal
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpheroid getSpheroid() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpheroid(ISpheroid pVal) throws java.io.IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.geometry.ISpheroid (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDatum getDatum() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDatum(IDatum pVal) throws java.io.IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.geometry.IDatum (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.