C# Класс CustomFunction.NDVICustomFunctionArguments

Наследование: INDVICustomFunctionArguments
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConvertToSupportedObject ( esriArcGISVersion docVersion ) : object

Convert the instance into an object supported by the given version

Deserialize ( IXMLSerializeData data ) : void

Deserialize the argument object from the datastream provided

GetValue ( string Name ) : object

Get the value associated with the name provided.

IsSupportedAtVersion ( esriArcGISVersion docVersion ) : bool

Check if the object is supported at the given version

Load ( IVariantStream Stream ) : void

Load the properties of the argument object from the stream provided

NDVICustomFunctionArguments ( ) : System
PutValue ( string Name, object Value ) : void

Set the given property name to the given value

Remove ( string Name ) : void

Remove the value of the property name provided

RemoveAll ( ) : void

Clear the property set of all names and values.

Resolve ( IRow pRow, IPropertySet pPropertySet ) : void

Resolve variables containing field names with the corresponding values.

Save ( IVariantStream Stream ) : void

Save the properties of the argument object to the stream provided

Serialize ( IXMLSerializeData data ) : void

Serialize the argument object into the stream provided.

Update ( IRow pRow, IPropertySet pPropertySet, IRasterFunctionArguments pTemplateArguments ) : void

Update the variables containing field names to their updated values.

Приватные методы

Метод Описание
FindPropertyInRow ( IRasterFunctionVariable rasterFunctionVar, IRow pRow ) : object

Check the Name and Alias properties of the given Raster Function Variable to see if they contain a field name and get the value of the corresponding field if needed.

GetDereferencedValue ( string name ) : object

Dereference and return the value of the property whose name is given if necessary.

OpenRasterDataset ( string path ) : IRasterDataset

Open the Raster Dataset given the path to the file.

ResolveRasterVal ( IRow pRow ) : void

Resolve the 'Raster' variable if it contains field names with the corresponding values.

Описание методов

ConvertToSupportedObject() публичный Метод

Convert the instance into an object supported by the given version
public ConvertToSupportedObject ( esriArcGISVersion docVersion ) : object
docVersion esriArcGISVersion Version to convert to
Результат object

Deserialize() публичный Метод

Deserialize the argument object from the datastream provided
public Deserialize ( IXMLSerializeData data ) : void
data IXMLSerializeData Xml stream to deserialize the argument object from
Результат void

GetValue() публичный Метод

Get the value associated with the name provided.
public GetValue ( string Name ) : object
Name string Name of the property
Результат object

IsSupportedAtVersion() публичный Метод

Check if the object is supported at the given version
public IsSupportedAtVersion ( esriArcGISVersion docVersion ) : bool
docVersion esriArcGISVersion Version to check against
Результат bool

Load() публичный Метод

Load the properties of the argument object from the stream provided
public Load ( IVariantStream Stream ) : void
Stream IVariantStream Stream that contains the serialized form of the argument object
Результат void

NDVICustomFunctionArguments() публичный Метод

public NDVICustomFunctionArguments ( ) : System
Результат System

PutValue() публичный Метод

Set the given property name to the given value
public PutValue ( string Name, object Value ) : void
Name string Name of the property
Value object Value of the property
Результат void

Remove() публичный Метод

Remove the value of the property name provided
public Remove ( string Name ) : void
Name string Name of the property to be removed
Результат void

RemoveAll() публичный Метод

Clear the property set of all names and values.
public RemoveAll ( ) : void
Результат void

Resolve() публичный Метод

Resolve variables containing field names with the corresponding values.
public Resolve ( IRow pRow, IPropertySet pPropertySet ) : void
pRow IRow The row corresponding to the function raster dataset.
pPropertySet IPropertySet Property Set to add the list of the names and the resolved values to.
Результат void

Save() публичный Метод

Save the properties of the argument object to the stream provided
public Save ( IVariantStream Stream ) : void
Stream IVariantStream Stream to which to serialize the argument object into
Результат void

Serialize() публичный Метод

Serialize the argument object into the stream provided.
public Serialize ( IXMLSerializeData data ) : void
data IXMLSerializeData Xml stream to serialize the argument object into
Результат void

Update() публичный Метод

Update the variables containing field names to their updated values.
public Update ( IRow pRow, IPropertySet pPropertySet, IRasterFunctionArguments pTemplateArguments ) : void
pRow IRow The row corresponding to the function raster dataset.
pPropertySet IPropertySet Property Set to add the list of the names and the updated values to.
pTemplateArguments IRasterFunctionArguments The arguements object containing the properties to update if
Результат void