public interface IRasterFunction2
extends java.io.Serializable
Description: 'Provides access to members that control a raster function.' 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 |
IIDcb7476d9_8621_4a5e_a693_adba10f25308 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
clearCache(java.lang.Object pArguments)
Clear the cache.
|
IGeometry |
computeFootprint(int maximumVertices)
Computes the footprint.
|
void |
computeFootprintAndCenter(int maximumVertices,
IGeometry[] ppFootprint,
IGeometry[] ppCenter)
Computes the footprint and center.
|
void |
getFiles(IGeometry pGeometry,
IStringArray ppFiles)
Gets source files within a given clipping geometry.
|
int |
getInvalidDatasetProperties()
The properties to be invalidated when a function raster dataset is initialized.
|
void |
getProcessingCost(double[] pProcessingCost)
getProcessingCost
|
boolean |
isActive()
Indicates if the function is actively participating in the chain.
|
boolean |
isCacheStale()
Indicates if the raster cache is stale and needs to be refreshed.
|
void |
refreshCache()
Refresh raster cache.
|
void |
setInvalidDatasetProperties(int pDatasetProperties)
The properties to be invalidated when a function raster dataset is initialized.
|
static final int IIDcb7476d9_8621_4a5e_a693_adba10f25308
static final int xxDummy
static final java.lang.String IID
IGeometry computeFootprint(int maximumVertices) throws java.io.IOException, AutomationException
maximumVertices
- The maximumVertices (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void refreshCache() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void clearCache(java.lang.Object pArguments) throws java.io.IOException, AutomationException
pArguments
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getFiles(IGeometry pGeometry, IStringArray ppFiles) throws java.io.IOException, AutomationException
pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)ppFiles
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getProcessingCost(double[] pProcessingCost) throws java.io.IOException, AutomationException
pProcessingCost
- The pProcessingCost (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCacheStale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isActive() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getInvalidDatasetProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInvalidDatasetProperties(int pDatasetProperties) throws java.io.IOException, AutomationException
pDatasetProperties
- The pDatasetProperties (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void computeFootprintAndCenter(int maximumVertices, IGeometry[] ppFootprint, IGeometry[] ppCenter) throws java.io.IOException, AutomationException
maximumVertices
- The maximumVertices (in)ppFootprint
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)ppCenter
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.