Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
RasterAttributeTable() |
protected |
RasterAttributeTable(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
RasterAttributeTable |
Clone() |
int |
CreateColumn(String pszName,
int eType,
int eUsage) |
void |
delete() |
protected void |
finalize() |
int |
GetColOfUsage(int eUsage) |
int |
GetColumnCount() |
protected static long |
getCPtr(RasterAttributeTable obj) |
boolean |
GetLinearBinning(double[] pdfRow0Min,
double[] pdfBinSize) |
String |
GetNameOfCol(int iCol) |
int |
GetRowCount() |
int |
GetRowOfValue(double dfValue) |
int |
GetTypeOfCol(int iCol) |
int |
GetUsageOfCol(int iCol) |
double |
GetValueAsDouble(int iRow,
int iCol) |
int |
GetValueAsInt(int iRow,
int iCol) |
String |
GetValueAsString(int iRow,
int iCol) |
int |
SetLinearBinning(double dfRow0Min,
double dfBinSize) |
void |
SetRowCount(int nCount) |
void |
SetValueAsDouble(int iRow,
int iCol,
double dfValue) |
void |
SetValueAsInt(int iRow,
int iCol,
int nValue) |
void |
SetValueAsString(int iRow,
int iCol,
String pszValue) |
protected RasterAttributeTable(long cPtr, boolean cMemoryOwn)
public RasterAttributeTable()
protected static long getCPtr(RasterAttributeTable obj)
public void delete()
public RasterAttributeTable Clone()
public int GetColumnCount()
public String GetNameOfCol(int iCol)
public int GetUsageOfCol(int iCol)
public int GetTypeOfCol(int iCol)
public int GetColOfUsage(int eUsage)
public int GetRowCount()
public String GetValueAsString(int iRow, int iCol)
public int GetValueAsInt(int iRow, int iCol)
public double GetValueAsDouble(int iRow, int iCol)
public void SetValueAsString(int iRow, int iCol, String pszValue)
public void SetValueAsInt(int iRow, int iCol, int nValue)
public void SetValueAsDouble(int iRow, int iCol, double dfValue)
public void SetRowCount(int nCount)
public int CreateColumn(String pszName, int eType, int eUsage)
public boolean GetLinearBinning(double[] pdfRow0Min, double[] pdfBinSize)
public int SetLinearBinning(double dfRow0Min, double dfBinSize)
public int GetRowOfValue(double dfValue)
Copyright © 2014. All rights reserved.