org.geotools.renderer.crs
Interface ProjectionHandlerFactory

All Known Implementing Classes:
GeographicHandlerFactory, MercatorHandlerFactory, PolarStereographicHandlerFactory, TransverseMercatorHandlerFactory

public interface ProjectionHandlerFactory

Builds ProjectionHandler instances WARNING: this API is not finalized and is meant to be used by StreamingRenderer only

Author:
Andrea Aime - OpenGeo

Method Summary
 ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope)
          Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one
 

Method Detail

getHandler

ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope)
Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one

Parameters:
renderingEnvelope -
Returns:


Copyright © 1996-2010 Geotools. All Rights Reserved.