public interface IRasterTypeEnvironment
extends java.io.Serializable
Description: 'Provides access to members that control the raster type environment.' 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 |
IID3eca95bb_3dd3_4f8b_8bb0_cb47071c456b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IStringArray |
getRasterTypeNames()
Names of all raster types installed on the system.
|
java.util.Date |
getTimeStamp(java.lang.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.
|
java.lang.String |
replacePath(IStringArray pOldPaths,
IStringArray pNewPaths,
java.lang.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.
|
static final int IID3eca95bb_3dd3_4f8b_8bb0_cb47071c456b
static final int xxDummy
static final java.lang.String IID
IStringArray getRasterTypeNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IItemURI loadItemURI(IMemoryBlobStream pBlob) throws java.io.IOException, AutomationException
pBlob
- A reference to a com.esri.arcgis.system.IMemoryBlobStream (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMemoryBlobStream saveItemURI(IItemURI pItemURI) throws java.io.IOException, AutomationException
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterType loadRasterType(IMemoryBlobStream pBlob) throws java.io.IOException, AutomationException
pBlob
- A reference to a com.esri.arcgis.system.IMemoryBlobStream (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMemoryBlobStream saveRasterType(IRasterType pRasterType) throws java.io.IOException, AutomationException
pRasterType
- A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getTimeStamp(java.lang.String filePath) throws java.io.IOException, AutomationException
filePath
- The filePath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String replacePath(IStringArray pOldPaths, IStringArray pNewPaths, java.lang.String inputPath) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.