org.gvsig.fmap.crs.persistence
Class CoordTransPersistenceFactory

java.lang.Object
  extended by org.gvsig.tools.persistence.AbstractSinglePersistenceFactory
      extended by org.gvsig.fmap.crs.persistence.CoordTransPersistenceFactory
All Implemented Interfaces:
PersistenceFactory

public class CoordTransPersistenceFactory
extends AbstractSinglePersistenceFactory

Version:
$Id$
Author:
gvSIG Team

Constructor Summary
CoordTransPersistenceFactory()
          Creates a new CoordTransPersistenceFactory.
 
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

CoordTransPersistenceFactory

public CoordTransPersistenceFactory()
Creates a new CoordTransPersistenceFactory.

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-2013 gvSIG. All Rights Reserved.