Uses of Interface
com.gisgraphy.domain.repository.IIdGenerator

Packages that use IIdGenerator
com.gisgraphy.domain.repository   
com.gisgraphy.importer   
com.gisgraphy.webapp.action   
 

Uses of IIdGenerator in com.gisgraphy.domain.repository
 

Classes in com.gisgraphy.domain.repository that implement IIdGenerator
 class IdGenerator
          Convenience class to generate if (for openstreetmap, geonames) when they are not provided, in case of custom add. this can be used in multithreading
 

Uses of IIdGenerator in com.gisgraphy.importer
 

Fields in com.gisgraphy.importer declared as IIdGenerator
protected  IIdGenerator OpenStreetMapSimpleImporter.idGenerator
           
protected  IIdGenerator AbstractAdvancedImporterProcessor.idGenerator
           
protected  IIdGenerator GeonamesZipCodeSimpleImporter.IdGenerator
           
 

Methods in com.gisgraphy.importer with parameters of type IIdGenerator
 void GeonamesZipCodeSimpleImporter.setIdGenerator(IIdGenerator idGenerator)
           
 void OpenStreetMapSimpleImporter.setIdGenerator(IIdGenerator idGenerator)
           
 void AbstractAdvancedImporterProcessor.setIdGenerator(IIdGenerator idGenerator)
           
 

Uses of IIdGenerator in com.gisgraphy.webapp.action
 

Methods in com.gisgraphy.webapp.action with parameters of type IIdGenerator
 void EditFeatureAction.setIdGenerator(IIdGenerator idGenerator)
           
 void EditStreetAction.setIdGenerator(IIdGenerator idGenerator)
           
 



Copyright © 2012. All Rights Reserved.