Provides access to members that control a function raster dataset.
Members
Name | Description | |
---|---|---|
AlterDefinition | Saves any changes made to this dataset. | |
Arguments | The raster function arguments. | |
ClearCache | Clear the cache. | |
ComputeFootprint | Computes the footprint. | |
ComputeFootprintAndCenter | Computes the footprint and center. | |
FindMemberFunctionsArgumentsByCLSID | Finds raster function arguments in this dataset that match the given function arguments CLSID. | |
FindMemberFunctionsByCLSID | Finds raster functions in this dataset that match the given function CLSID. | |
FindMemberFunctionsByName | Finds raster functions in this dataset that match the given function name. | |
FullName | The name of this function raster dataset. | |
Function | The raster function. | |
GetFiles | Gets source files within a given clipping geometry. | |
Init | Initializes this function raster dataset. | |
IsCacheStale | Indicates if the raster cache is stale and needs to be refreshed. | |
MemberDatasetNames | The constituent datasets names referenced by this function raster dataset. | |
MemberRasterDatasets | The constituent raster datasets in this function raster dataset. | |
Properties | The function raster dataset proprties. | |
RasterInfo | The raster information. | |
RefreshCache | Refresh raster cache. | |
Simplify | Simplifies the function raster dataset by removing redundant raster functions. | |
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. |