Provides access to members that control raster class names.
Members
Name | Description | |
---|---|---|
Bin | Converts pixels to indices. | |
ClassName | The class name at the current entry. | |
Create | Create Class Names safe array. | |
Names | String array of class (category) names. | |
Size | The number of Class Names for the band. |
IRasterClassNames.Bin Method
Converts pixels to indices.
Public Function Bin ( _
ByVal pixval As Double _
) As Integer
public int Bin (
double pixval
);
IRasterClassNames.ClassName Property
The class name at the current entry.
Public Function get_ClassName ( _
ByVal nEntry As Integer _
) As String
Public Sub set_ClassName ( _
ByVal nEntry As Integer, _
ByVal pClassName As String _
)
public string get_ClassName (
int nEntry
);
public void set_ClassName (
int nEntry,
string pClassName
);
IRasterClassNames.Create Method
Create Class Names safe array.
Public Sub Create ( _
ByVal numNames As Integer _
)
public void Create (
int numNames
);
IRasterClassNames.Names Property
String array of class (category) names.
Public ReadOnly Property Names As Object
public object Names {get;}
IRasterClassNames.Size Property
The number of Class Names for the band.
Public ReadOnly Property Size As Integer
public int Size {get;}
Classes that implement IRasterClassNames
Classes | Description |
---|---|
RasterClassNames | A list of class (category) names. |