()
| 1559 | * @return the number of color entries. |
| 1560 | */ |
| 1561 | public class ColorTable:public int GetCount() |
| 1562 | |
| 1563 | /** |
| 1564 | * Fetch palette interpretation. |
| 1565 | * <p> |
| 1566 | * The returned value is used to interpret the values in the GDALColorEntry. |
| 1567 | * |
| 1568 | * @return palette interpretation enumeration value, usually gdalconst.GPI_RGB. |
| 1569 | */ |
| 1570 | public class ColorTable:public int GetPaletteInterpretation() |
| 1571 | |
| 1572 | /** |
no outgoing calls