[]
Returns the precinct partition width in component 'n' and tile 't' at resolution level 'rl'. If the tile index is equal to -1 or if the component index is equal to -1 it means that those should not be taken into account.
public virtual int getPPX(int t, int c, int rl)
Type | Name | Description |
---|---|---|
int | t | The tile index, in raster scan order. Specify -1 if it is not a specific tile. |
int | c | The component index. Specify -1 if it is not a specific component. |
int | rl | The resolution level |
Type | Description |
---|---|
int | The precinct partition width in component 'c' and tile 't' at resolution level 'rl'. |