org.gvsig.metadata.lib.ioexchanger.iso19139
Class ISOMetadataExchangerFactory

java.lang.Object
  extended by org.gvsig.metadata.lib.ioexchanger.iso19139.ISOMetadataExchangerFactory
All Implemented Interfaces:
MetadataExchangerFactory, ExtensionSingleton, ProviderFactory

public class ISOMetadataExchangerFactory
extends Object
implements MetadataExchangerFactory


Constructor Summary
ISOMetadataExchangerFactory()
           
 
Method Summary
 boolean allowsExport()
           
 boolean allowsImport()
           
 MetadataExchanger create(DynObject params)
           
 Provider create(DynObject parameters, ProviderServices services)
           
 DynObject createParameters()
           
 String getDescription()
           
 String getName()
           
 void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISOMetadataExchangerFactory

public ISOMetadataExchangerFactory()
Method Detail

getName

public String getName()
Specified by:
getName in interface ProviderFactory

create

public Provider create(DynObject parameters,
                       ProviderServices services)
                throws ServiceException
Specified by:
create in interface ProviderFactory
Throws:
ServiceException

createParameters

public DynObject createParameters()
Specified by:
createParameters in interface ProviderFactory

initialize

public void initialize()
Specified by:
initialize in interface ProviderFactory

getDescription

public String getDescription()
Specified by:
getDescription in interface MetadataExchangerFactory

create

public MetadataExchanger create(DynObject params)
Specified by:
create in interface MetadataExchangerFactory

allowsImport

public boolean allowsImport()
Specified by:
allowsImport in interface MetadataExchangerFactory

allowsExport

public boolean allowsExport()
Specified by:
allowsExport in interface MetadataExchangerFactory


Copyright © 2004-2013 gvSIG. All Rights Reserved.