com.iver.cit.gvsig.fmap.write
Class GeometryHandlerFactory

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.write.GeometryHandlerFactory

public class GeometryHandlerFactory
extends java.lang.Object


Constructor Summary
GeometryHandlerFactory()
           
 
Method Summary
 GeometryHandler createGMLHandler(java.io.File file)
          Crea un contentHandler para XML que puede ser o un DiskGMLHandler o un MemoryGMLHandler, en función de la memoria disponible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryHandlerFactory

public GeometryHandlerFactory()
Method Detail

createGMLHandler

public GeometryHandler createGMLHandler(java.io.File file)
Crea un contentHandler para XML que puede ser o un DiskGMLHandler o un MemoryGMLHandler, en función de la memoria disponible