|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterFunction2
Provides access to members that control a raster function.
| Method Summary | |
|---|---|
void |
clearCache(Object pArguments)
Clear the cache. |
IGeometry |
computeFootprint(int maximumVertices)
Computes the footprint. |
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. |
| Method Detail |
|---|
IGeometry computeFootprint(int maximumVertices)
throws IOException,
AutomationException
maximumVertices - The maximumVertices (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refreshCache()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearCache(Object pArguments)
throws IOException,
AutomationException
pArguments - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getFiles(IGeometry pGeometry,
IStringArray ppFiles)
throws IOException,
AutomationException
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)ppFiles - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getProcessingCost(double[] pProcessingCost)
throws IOException,
AutomationException
pProcessingCost - The pProcessingCost (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCacheStale()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isActive()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getInvalidDatasetProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInvalidDatasetProperties(int pDatasetProperties)
throws IOException,
AutomationException
pDatasetProperties - The pDatasetProperties (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 | ||||||||