org.geotools.renderer.crs
Class ProjectionHandlerFinder

java.lang.Object
  extended by org.geotools.renderer.crs.ProjectionHandlerFinder

public class ProjectionHandlerFinder
extends java.lang.Object

Looks up the ProjectionHandler for the specified rendering area. WARNING: this API is not finalized and is meant to be used by StreamingRenderer only

Author:
Andrea Aime - OpenGeo

Constructor Summary
ProjectionHandlerFinder()
           
 
Method Summary
static ProjectionHandler getHandler(ReferencedEnvelope renderingArea)
          Returns a projection handler for the specified rendering area, or null if not found
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionHandlerFinder

public ProjectionHandlerFinder()
Method Detail

getHandler

public static ProjectionHandler getHandler(ReferencedEnvelope renderingArea)
Returns a projection handler for the specified rendering area, or null if not found



Copyright © 1996-2010 Geotools. All Rights Reserved.