IFunctionRasterDataset2 Interface

Provides access to members that control a function raster dataset.

Members

Name Description
Method AlterDefinition Saves any changes made to this dataset.
Read/write property Arguments The raster function arguments.
Method ClearCache Clear the cache.
Method ComputeFootprint Computes the footprint.
Method ComputeFootprintAndCenter Computes the footprint and center.
Method FindMemberFunctionsArgumentsByCLSID Finds raster function arguments in this dataset that match the given function arguments CLSID.
Method FindMemberFunctionsByCLSID Finds raster functions in this dataset that match the given function CLSID.
Method FindMemberFunctionsByName Finds raster functions in this dataset that match the given function name.
Write-only property FullName The name of this function raster dataset.
Read/write property Function The raster function.
Method GetFiles Gets source files within a given clipping geometry.
Method Init Initializes this function raster dataset.
Read-only property IsCacheStale Indicates if the raster cache is stale and needs to be refreshed.
Read-only property MemberDatasetNames The constituent datasets names referenced by this function raster dataset.
Read-only property MemberRasterDatasets The constituent raster datasets in this function raster dataset.
Read/write property Properties The function raster dataset proprties.
Read-only property RasterInfo The raster information.
Method RefreshCache Refresh raster cache.
Method Simplify Simplifies the function raster dataset by removing redundant raster functions.
Method Synchronize Synchronizes changes.

IFunctionRasterDataset2.ClearCache Method

Clear the cache.

Public Sub ClearCache ( _
)
public void ClearCache (
);

IFunctionRasterDataset2.ComputeFootprint Method

Computes the footprint.

Public Function ComputeFootprint ( _
    ByVal MaximumVertices As Integer _
) As IGeometry
public IGeometry ComputeFootprint (
    int MaximumVertices
);

IFunctionRasterDataset2.ComputeFootprintAndCenter Method

Computes the footprint and center.

Public Sub ComputeFootprintAndCenter ( _
    ByVal MaximumVertices As Integer, _
    ByRef ppFootprint As IGeometry, _
    ByRef ppCenter As IGeometry _
)
public void ComputeFootprintAndCenter (
    int MaximumVertices,
    ref IGeometry ppFootprint,
    ref IGeometry ppCenter
);

IFunctionRasterDataset2.GetFiles Method

Gets source files within a given clipping geometry.

Public Sub GetFiles ( _
    ByVal pGeometry As IGeometry, _
    ByRef ppFiles As IStringArray _
)
public void GetFiles (
    IGeometry pGeometry,
    ref IStringArray ppFiles
);

IFunctionRasterDataset2.IsCacheStale Property

Indicates if the raster cache is stale and needs to be refreshed.

Public ReadOnly Property IsCacheStale As Boolean
public bool IsCacheStale {get;}

IFunctionRasterDataset2.RefreshCache Method

Refresh raster cache.

Public Sub RefreshCache ( _
)
public void RefreshCache (
);

IFunctionRasterDataset2.Synchronize Method

Synchronizes changes.

Public Sub Synchronize ( _
)
public void Synchronize (
);

Inherited Interfaces

Interfaces Description
IFunctionRasterDataset Provides access to members that control a function raster dataset.

Classes that implement IFunctionRasterDataset2

Classes Description
FunctionRasterDataset A class for a function raster dataset.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.