I've used the \usepackage{pdflscape} instruction and the following code for inserting an image in a landscape oriented page.
\begin{landscape}
\begin{figure}[p!]
\centering
\includegraphics[scale=0.4]{./images/SelectDVA.png}
\caption{DVA selection Use Case.}
\end{figure}
\end{landscape}
This is the outcome:

I'd like the image to be centred vertically and horizontally, put playing with \vspace or \hspace didn't help me.
What is the correct way of doing it?
\hspace*{-1cm}before\includegraphics– egreg Nov 25 '12 at 15:30\includegraphics[width=\hsize]{...}(or better yet0.9\hsize). – egreg Nov 25 '12 at 15:44