|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.IXFormProxy com.esri.arcgis.datasourcesraster.IGeodeticProjectionProxy
public class IGeodeticProjectionProxy
Provides access to members that contain information on the projection of a raster.
This interface is not intented for the developers.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IGeodeticProjectionProxy()
|
|
IGeodeticProjectionProxy(Object obj)
|
protected |
IGeodeticProjectionProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IDatum |
getDatum()
Datum parameters. |
String |
getName()
Property name. |
Object |
getParameters()
SafeArray of doubles: raw parameter list. |
ISpheroid |
getSpheroid()
Spheroid parameters. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setDatum(IDatum pVal)
Datum parameters. |
void |
setParameters(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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IGeodeticProjectionProxy()
public IGeodeticProjectionProxy(Object obj) throws IOException
IOException
protected IGeodeticProjectionProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IXFormProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IXFormProxy
IOException
public String getName() throws IOException, AutomationException
getName
in interface IGeodeticProjection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getParameters() throws IOException, AutomationException
getParameters
in interface IGeodeticProjection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParameters(Object pVal) throws IOException, AutomationException
setParameters
in interface IGeodeticProjection
pVal
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpheroid getSpheroid() throws IOException, AutomationException
getSpheroid
in interface IGeodeticProjection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpheroid(ISpheroid pVal) throws IOException, AutomationException
setSpheroid
in interface IGeodeticProjection
pVal
- A reference to a com.esri.arcgis.geometry.ISpheroid (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDatum getDatum() throws IOException, AutomationException
getDatum
in interface IGeodeticProjection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatum(IDatum pVal) throws IOException, AutomationException
setDatum
in interface IGeodeticProjection
pVal
- A reference to a com.esri.arcgis.geometry.IDatum (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |