|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterTypeEnvironment
Provides access to members that control the raster type environment.
| Method Summary | |
|---|---|
IStringArray |
getRasterTypeNames()
Names of all raster types available in 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. |
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. |
| Method Detail |
|---|
IStringArray getRasterTypeNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IItemURI loadItemURI(IMemoryBlobStream pBlob)
throws IOException,
AutomationException
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.
IMemoryBlobStream saveItemURI(IItemURI pItemURI)
throws IOException,
AutomationException
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.
IRasterType loadRasterType(IMemoryBlobStream pBlob)
throws IOException,
AutomationException
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.
IMemoryBlobStream saveRasterType(IRasterType pRasterType)
throws IOException,
AutomationException
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.
Date getTimeStamp(String filePath)
throws IOException,
AutomationException
filePath - The filePath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String replacePath(IStringArray pOldPaths,
IStringArray pNewPaths,
String inputPath)
throws IOException,
AutomationException
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 | ||||||||