|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFunctionRasterDataset2
Provides access to members that control a function raster dataset.
Method Summary | |
---|---|
void |
clearCache()
Clear the cache. |
IGeometry |
computeFootprint(int maximumVertices)
Computes the footprint. |
void |
getFiles(IGeometry pGeometry,
IStringArray ppFiles)
Gets source files within a given clipping geometry. |
boolean |
isCacheStale()
Indicates if the raster cache is stale and needs to be refreshed. |
void |
refreshCache()
Refresh raster cache. |
void |
synchronize()
Synchronizes changes. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IFunctionRasterDataset |
---|
alterDefinition, findMemberFunctionsArgumentsByCLSID, findMemberFunctionsByCLSID, findMemberFunctionsByName, getArguments, getFunction, getMemberDatasetNames, getMemberRasterDatasets, getProperties, getRasterInfo, init, setArgumentsByRef, setFullNameByRef, setFunctionByRef, setPropertiesByRef, simplify |
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() throws IOException, AutomationException
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.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 synchronize() throws IOException, AutomationException
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 |