|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IRasterTypeEnvironmentProxy
public class IRasterTypeEnvironmentProxy
Provides access to members that control the raster type environment.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IRasterTypeEnvironmentProxy()
|
|
IRasterTypeEnvironmentProxy(Object obj)
|
protected |
IRasterTypeEnvironmentProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IStringArray |
getRasterTypeNames()
Names of all raster types installed on the system. |
Date |
getTimeStamp(String filePath)
Returns a time stamp associated either with the present instance in time or with the optional file path. |
IItemURI |
loadItemURI(IMemoryBlobStream pBlob)
Loads an item URI object from a blob. |
IRasterType |
loadRasterType(IMemoryBlobStream pBlob)
Loads a raster type object from a blob. |
void |
removeListener(String iidStr,
Object theListener)
|
String |
replacePath(IStringArray pOldPaths,
IStringArray pNewPaths,
String inputPath)
Replaces one or more parts of the specified input path using two arrays that map path values. |
IMemoryBlobStream |
saveItemURI(IItemURI pItemURI)
Saves an item URI object to a blob. |
IMemoryBlobStream |
saveRasterType(IRasterType pRasterType)
Saves a raster type object to a blob. |
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IRasterTypeEnvironmentProxy()
public IRasterTypeEnvironmentProxy(Object obj) throws IOException
IOException
protected IRasterTypeEnvironmentProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public IStringArray getRasterTypeNames() throws IOException, AutomationException
getRasterTypeNames
in interface IRasterTypeEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemURI loadItemURI(IMemoryBlobStream pBlob) throws IOException, AutomationException
loadItemURI
in interface IRasterTypeEnvironment
pBlob
- A reference to a com.esri.arcgis.system.IMemoryBlobStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMemoryBlobStream saveItemURI(IItemURI pItemURI) throws IOException, AutomationException
saveItemURI
in interface IRasterTypeEnvironment
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterType loadRasterType(IMemoryBlobStream pBlob) throws IOException, AutomationException
loadRasterType
in interface IRasterTypeEnvironment
pBlob
- A reference to a com.esri.arcgis.system.IMemoryBlobStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMemoryBlobStream saveRasterType(IRasterType pRasterType) throws IOException, AutomationException
saveRasterType
in interface IRasterTypeEnvironment
pRasterType
- A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Date getTimeStamp(String filePath) throws IOException, AutomationException
getTimeStamp
in interface IRasterTypeEnvironment
filePath
- The filePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String replacePath(IStringArray pOldPaths, IStringArray pNewPaths, String inputPath) throws IOException, AutomationException
replacePath
in interface IRasterTypeEnvironment
pOldPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)pNewPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)inputPath
- The inputPath (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 |