public class RasterTypeEnvironment extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IRasterTypeEnvironment, IRasterTypeEnvironment2, IRasterTypeDataSourceHandler, IRasterTypeDataSourceHandler2, IRasterTypeDataSourceHandler3
Description '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 =
IID, IIDfbefe2cd_7605_48b6_9663_e0588776e120, xxDummyIID3eca95bb_3dd3_4f8b_8bb0_cb47071c456bIID, IIDa62ce1ba_e195_4397_9658_a73f2b761dbc, xxDummyIIDd14b8350_b7ce_4f80_b61d_5e93fa4adbdbIIDca1d1ab9_63cc_40e6_ac24_5a69d2bbde4d| Constructor and Description |
|---|
RasterTypeEnvironment()
Constructs a RasterTypeEnvironment using ArcGIS Engine.
|
RasterTypeEnvironment(java.lang.Object obj)
Construct a RasterTypeEnvironment using a reference to such an object returned from ArcGIS Engine or Server.
|
| Modifier and Type | Method and Description |
|---|---|
IArray |
canOpen(IRasterTypeDataSourceHandlerParameters pParameters)
Indicates whether a valid raster type is available in the specified collection that's capable of opening the given data source and returns a collection of all such valid raster types.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
IObjectMemoizer |
getDataSourceMemoizer()
The object memoizer associated with the data source handler that's capable of caching datasets and workspaces.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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.
|
int |
hashCode()
the hashcode for this object
|
IItemURI |
loadItemURI(IMemoryBlobStream pBlob)
Loads an item URI object from a blob.
|
IRasterType |
loadRasterType(IMemoryBlobStream pBlob)
Loads a raster type object from a blob.
|
IBuilderItem |
open(IRasterTypeDataSourceHandlerParameters pParameters)
Builds the specified data source using the specified raster types and returns the constructed function raster dataset.
|
IArray |
openEx(IRasterTypeDataSourceHandlerParameters pParameters)
Opens the specified data source as a raster dataset or builds it using the specified raster types and returns the set of constructed IRasterDataset and/or IBuilderItem objects depending on the values of IRasterTypeDataSourceHandlerParameters.AllowRasterDataset
|
void |
querySupportedFilesInFolder(IRasterTypeDataSourceHandlerParameters pParameters,
IStringArray[] ppSupportedFilePaths,
IArray[] ppAssociatedRasterTypes)
Searches the given folder path, non-recursively, for files that can be opened by the specified collection of raster types and returns an array of valid file paths.
|
void |
release()
Release this COM object reference
|
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.
|
void |
setDataSourceMemoizerByRef(IObjectMemoizer pDataSourceMemoizer)
The object memoizer associated with the data source handler that's capable of caching datasets and workspaces.
|
void |
updateRasterTypeDefaults(IRasterType pRasterType,
IMosaicDataset pMosaicDataset,
IDataSourceCrawler pCrawler)
Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler.
|
public RasterTypeEnvironment()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic RasterTypeEnvironment(java.lang.Object obj)
throws java.io.IOException
obj to RasterTypeEnvironment.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
RasterTypeEnvironment theRasterTypeEnvironment = (RasterTypeEnvironment) obj;public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic IStringArray getRasterTypeNames() throws java.io.IOException, AutomationException
getRasterTypeNames in interface IRasterTypeEnvironmentjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IItemURI loadItemURI(IMemoryBlobStream pBlob) throws java.io.IOException, AutomationException
loadItemURI in interface IRasterTypeEnvironmentpBlob - 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.public IMemoryBlobStream saveItemURI(IItemURI pItemURI) throws java.io.IOException, AutomationException
saveItemURI in interface IRasterTypeEnvironmentpItemURI - 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.public IRasterType loadRasterType(IMemoryBlobStream pBlob) throws java.io.IOException, AutomationException
loadRasterType in interface IRasterTypeEnvironmentpBlob - 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.public IMemoryBlobStream saveRasterType(IRasterType pRasterType) throws java.io.IOException, AutomationException
saveRasterType in interface IRasterTypeEnvironmentpRasterType - 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.public java.util.Date getTimeStamp(java.lang.String filePath)
throws java.io.IOException,
AutomationException
getTimeStamp in interface IRasterTypeEnvironmentfilePath - The filePath (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String replacePath(IStringArray pOldPaths, IStringArray pNewPaths, java.lang.String inputPath) throws java.io.IOException, AutomationException
replacePath in interface IRasterTypeEnvironmentpOldPaths - 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.public void updateRasterTypeDefaults(IRasterType pRasterType, IMosaicDataset pMosaicDataset, IDataSourceCrawler pCrawler) throws java.io.IOException, AutomationException
updateRasterTypeDefaults in interface IRasterTypeEnvironment2pRasterType - A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)pMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)pCrawler - A reference to a com.esri.arcgis.datasourcesraster.IDataSourceCrawler (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray canOpen(IRasterTypeDataSourceHandlerParameters pParameters) throws java.io.IOException, AutomationException
canOpen in interface IRasterTypeDataSourceHandlerpParameters - A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void querySupportedFilesInFolder(IRasterTypeDataSourceHandlerParameters pParameters, IStringArray[] ppSupportedFilePaths, IArray[] ppAssociatedRasterTypes) throws java.io.IOException, AutomationException
querySupportedFilesInFolder in interface IRasterTypeDataSourceHandlerpParameters - A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters (in)ppSupportedFilePaths - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppAssociatedRasterTypes - A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IBuilderItem open(IRasterTypeDataSourceHandlerParameters pParameters) throws java.io.IOException, AutomationException
open in interface IRasterTypeDataSourceHandlerpParameters - A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray openEx(IRasterTypeDataSourceHandlerParameters pParameters) throws java.io.IOException, AutomationException
openEx in interface IRasterTypeDataSourceHandler2pParameters - A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDataSourceMemoizerByRef(IObjectMemoizer pDataSourceMemoizer) throws java.io.IOException, AutomationException
setDataSourceMemoizerByRef in interface IRasterTypeDataSourceHandler3pDataSourceMemoizer - A reference to a com.esri.arcgis.datasourcesraster.IObjectMemoizer (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IObjectMemoizer getDataSourceMemoizer() throws java.io.IOException, AutomationException
getDataSourceMemoizer in interface IRasterTypeDataSourceHandler3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.