org.geotools.renderer.crs
Class TransverseMercatorHandlerFactory

java.lang.Object
  extended by org.geotools.renderer.crs.TransverseMercatorHandlerFactory
All Implemented Interfaces:
ProjectionHandlerFactory

public class TransverseMercatorHandlerFactory
extends java.lang.Object
implements ProjectionHandlerFactory

Returns a ProjectionHandler for the TransverseMercator projection that will cut geometries 45° away from the projection central meridian

Author:
Andrea Aime - OpenGeo

Constructor Summary
TransverseMercatorHandlerFactory()
           
 
Method Summary
 ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope)
          Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransverseMercatorHandlerFactory

public TransverseMercatorHandlerFactory()
Method Detail

getHandler

public ProjectionHandler getHandler(ReferencedEnvelope renderingEnvelope)
Description copied from interface: ProjectionHandlerFactory
Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one

Specified by:
getHandler in interface ProjectionHandlerFactory
Returns:


Copyright © 1996-2010 Geotools. All Rights Reserved.