Uses of Interface
com.gisgraphy.domain.geoloc.importer.IImporterProcessor

Packages that use IImporterProcessor
com.gisgraphy.domain.geoloc.importer   
com.gisgraphy.domain.valueobject Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. 
 

Uses of IImporterProcessor in com.gisgraphy.domain.geoloc.importer
 

Classes in com.gisgraphy.domain.geoloc.importer that implement IImporterProcessor
 class AbstractFileRetriever
          Base class to download files from a server
 class AbstractImporterProcessor
          Base class for all geonames processor. it provides session management and the ability to process one or more CSV file
 class AdmExtracter
          Extract 4 files in CSV format in order to import Adm.
 class GeonamesAdm1Importer
          Import the Adm of level 1 file.
 class GeonamesAdm2Importer
          Import the Adm of level 2 file.
 class GeonamesAdm3Importer
          Import the Adm of level 3 file.
 class GeonamesAdm4Importer
          Import the Adm of level 4 file.
 class GeonamesAlternateNamesExtracter
          Extract the alternateNames into separate files : one for country, one for adm1 and one for adm2
 class GeonamesAlternateNamesImporter
          Import the Alternate names.
 class GeonamesCountryImporter
          Import the Countries.
 class GeonamesDatabaseIndexer
          Create the required index for all the Geonames databases
 class GeonamesFeatureImporter
          Import the Features from a Geonames dump file.
 class GeonamesFileRetriever
          Retrieve The Geonames files from a server
 class GeonamesLanguageImporter
          Import the languages.
 class OpenStreetMapFileRetriever
          Retrieve The Geonames files from a server
 class OpenStreetMapFulltextBuilder
          build the fulltext engine in order to use the street fulltext search
 class OpenStreetMapImporter
          Import the street from an (pre-processed) openStreet map data file .
 

Methods in com.gisgraphy.domain.geoloc.importer that return types with arguments of type IImporterProcessor
 java.util.List<IImporterProcessor> IImporterManager.getImporters()
           
 java.util.List<IImporterProcessor> ImporterManager.getImporters()
           
 

Method parameters in com.gisgraphy.domain.geoloc.importer with type arguments of type IImporterProcessor
 void ImporterManager.setImporters(java.util.List<IImporterProcessor> importers)
           
 

Uses of IImporterProcessor in com.gisgraphy.domain.valueobject
 

Constructors in com.gisgraphy.domain.valueobject with parameters of type IImporterProcessor
ImporterStatusDto(IImporterProcessor processor)
           
 



Copyright © 2010. All Rights Reserved.