org.gvsig.fmap.geom.impl
Class GeometryPersistenceFactory

java.lang.Object
  extended by org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
      extended by org.gvsig.fmap.geom.impl.GeometryPersistenceFactory
All Implemented Interfaces:
PersistenceFactory

public class GeometryPersistenceFactory
extends AbstractSinglePersistenceFactory

Factory to manage the persistence of Geometry objects.

Version:
$Id$
Author:
gvSIG Team

Constructor Summary
protected GeometryPersistenceFactory()
           
 
Method Summary
 Object createFromState(PersistentState state)
           
 void saveToState(PersistentState state, Object obj)
           
 
Methods inherited from class org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
getDefinition, getDefinition, getDefinitions, getDomainName, getDomainURL, getManagedClass, getManagedClass, getManagedClass, getManagedClasses, getManagedClassName, loadFromState, manages, manages, manages, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryPersistenceFactory

protected GeometryPersistenceFactory()
Parameters:
theClass -
name -
description -
domainName -
domainUrl -
Method Detail

createFromState

public Object createFromState(PersistentState state)
                       throws PersistenceException
Throws:
PersistenceException

saveToState

public void saveToState(PersistentState state,
                        Object obj)
                 throws PersistenceException
Throws:
PersistenceException


Copyright © 2004-2012 gvSIG. All Rights Reserved.