true if the writer can perform tiling with non-zero grid offsets while writing. If this method returns false, then setTiling will throw an UnsupportedOperationException if the grid offset arguments are not both zero. If canWriteTiles returns false, this method will return false as well.
@return true if the writer supports non-zero tileoffsets.
@see #canWriteTiles()
@see #setTiling(int,int,int,int)
| |