Uses of Package
com.gisgraphy.domain.valueobject

Packages that use com.gisgraphy.domain.valueobject
com.gisgraphy.domain.geoloc.entity   
com.gisgraphy.domain.geoloc.importer   
com.gisgraphy.domain.geoloc.service   
com.gisgraphy.domain.geoloc.service.errors   
com.gisgraphy.domain.geoloc.service.fulltextsearch   
com.gisgraphy.domain.geoloc.service.geoloc 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. 
com.gisgraphy.domain.repository   
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. 
com.gisgraphy.hibernate.criterion   
com.gisgraphy.servlet   
com.gisgraphy.webapp.action   
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.domain.geoloc.entity
AlternateNameSource
          Represents a possible source for AlternateName It tells from which files / gazetteers it has been imported
GISSource
          List of source for the gisFeatures. it tells from which files/gazetteers it has been imported
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.domain.geoloc.importer
ImporterStatus
          The differents status an importer can have
ImporterStatusDto
          Represents a status of an IgeonamesProcessor
NameValueDTO
          A simple DTO that associate a name to an Object
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.domain.geoloc.service
Output
          Represent an output specification.
Output.OutputFormat
          All the possible fulltext search output format, all the OUTPUFORMAT enum should be in uppercase
Output.OutputStyle
          All the possible fulltext search output style verbosity Short (basic informations) : feature_id, name, fully_qualified_name, zipcode (if city), placetype, country_code, country_name
Medium (More informations) : Short + lat, lon, feature_class, feature_code, population, fips
Long (AlternateNames +adm informations) : Medium + alternateNames, adm1_name, adm2_name, adm3_name, Adm4_name, adm1_code, Adm2_code, Adm3_code, Adm4_code
Full (alternatenames for adm and country): Long + country_alternate_name_, adm1_alternate_name_, adm2_alternate_name_
Pagination
          Represent a pagination specification.the design (with DSL and interface) does not allow to set the 'to' properties before the from e.g : Paginate().from(1).to(9) will return [1,2,3,4,5,6,7,8,9].
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.domain.geoloc.service.errors
Output.OutputFormat
          All the possible fulltext search output format, all the OUTPUFORMAT enum should be in uppercase
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.domain.geoloc.service.fulltextsearch
FulltextResultsDto
          DTO (data transfer object) that contains a list of SolrResponseDto and other metaData like the maximum score, The time the query has take
Output
          Represent an output specification.
Output.OutputFormat
          All the possible fulltext search output format, all the OUTPUFORMAT enum should be in uppercase
Pagination
          Represent a pagination specification.the design (with DSL and interface) does not allow to set the 'to' properties before the from e.g : Paginate().from(1).to(9) will return [1,2,3,4,5,6,7,8,9].
SolrResponseDto
          Java Dto for a solr fulltext response. it is used by FulltextResultsDto
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.domain.geoloc.service.geoloc
GeolocResultsDto
          DTO (data transfer object) for a list of GisFeatureDistance The node name is Constants.GEOLOCRESULTSDTO_JAXB_NAME
Output
          Represent an output specification.
Output.OutputFormat
          All the possible fulltext search output format, all the OUTPUFORMAT enum should be in uppercase
Pagination
          Represent a pagination specification.the design (with DSL and interface) does not allow to set the 'to' properties before the from e.g : Paginate().from(1).to(9) will return [1,2,3,4,5,6,7,8,9].
StreetSearchResultsDto
          DTO (data transfer object) for a list of StreetDistance The node name is Constants.STREETSEARCHRESULTSDTO_JAXB_NAME
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.domain.repository
GisFeatureDistance
          Value object that represents a gisFeature with a distance The JAXB node name is Constants.GISFEATUREDISTANCE_JAXB_NAME
ImporterStatusDto
          Represents a status of an IgeonamesProcessor
StreetDistance
          Value object that represents a StreetOSM with a distance The JAXB node name is Constants.STREETDISTANCE_JAXB_NAME
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.domain.valueobject
AlternateNameSource
          Represents a possible source for AlternateName It tells from which files / gazetteers it has been imported
Constants.SolrQueryType
          All the Query type in the Gisgraphy solr config file
FeatureCode
          List of all feature codes with their feature class with a localized description and an associated java Object.
GisFeatureDistance
          Value object that represents a gisFeature with a distance The JAXB node name is Constants.GISFEATUREDISTANCE_JAXB_NAME
GisFeatureDistance.GisFeatureDistanceBuilder
           
GisgraphyServiceType
          List of The services provided by gisgraphy
GISSource
          List of source for the gisFeatures. it tells from which files/gazetteers it has been imported
ImporterStatus
          The differents status an importer can have
Output
          Represent an output specification.
Output.OutputFormat
          All the possible fulltext search output format, all the OUTPUFORMAT enum should be in uppercase
Output.OutputStyle
          All the possible fulltext search output style verbosity Short (basic informations) : feature_id, name, fully_qualified_name, zipcode (if city), placetype, country_code, country_name
Medium (More informations) : Short + lat, lon, feature_class, feature_code, population, fips
Long (AlternateNames +adm informations) : Medium + alternateNames, adm1_name, adm2_name, adm3_name, Adm4_name, adm1_code, Adm2_code, Adm3_code, Adm4_code
Full (alternatenames for adm and country): Long + country_alternate_name_, adm1_alternate_name_, adm2_alternate_name_
Pagination
          Represent a pagination specification.the design (with DSL and interface) does not allow to set the 'to' properties before the from e.g : Paginate().from(1).to(9) will return [1,2,3,4,5,6,7,8,9].
Pagination.FromSpecification
           
Pagination.ToSpecification
           
SolrResponseDto
          Java Dto for a solr fulltext response. it is used by FulltextResultsDto
SRID
          An SRID enum
StreetDistance
          Value object that represents a StreetOSM with a distance The JAXB node name is Constants.STREETDISTANCE_JAXB_NAME
StreetDistance.StreetDistanceBuilder
           
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.hibernate.criterion
GisFeatureDistance
          Value object that represents a gisFeature with a distance The JAXB node name is Constants.GISFEATUREDISTANCE_JAXB_NAME
StreetDistance
          Value object that represents a StreetOSM with a distance The JAXB node name is Constants.STREETDISTANCE_JAXB_NAME
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.servlet
GisgraphyServiceType
          List of The services provided by gisgraphy
Output.OutputFormat
          All the possible fulltext search output format, all the OUTPUFORMAT enum should be in uppercase
 

Classes in com.gisgraphy.domain.valueobject used by com.gisgraphy.webapp.action
FulltextResultsDto
          DTO (data transfer object) that contains a list of SolrResponseDto and other metaData like the maximum score, The time the query has take
GeolocResultsDto
          DTO (data transfer object) for a list of GisFeatureDistance The node name is Constants.GEOLOCRESULTSDTO_JAXB_NAME
ImporterStatus
          The differents status an importer can have
ImporterStatusDto
          Represents a status of an IgeonamesProcessor
Output.OutputFormat
          All the possible fulltext search output format, all the OUTPUFORMAT enum should be in uppercase
Output.OutputStyle
          All the possible fulltext search output style verbosity Short (basic informations) : feature_id, name, fully_qualified_name, zipcode (if city), placetype, country_code, country_name
Medium (More informations) : Short + lat, lon, feature_class, feature_code, population, fips
Long (AlternateNames +adm informations) : Medium + alternateNames, adm1_name, adm2_name, adm3_name, Adm4_name, adm1_code, Adm2_code, Adm3_code, Adm4_code
Full (alternatenames for adm and country): Long + country_alternate_name_, adm1_alternate_name_, adm2_alternate_name_
SolrResponseDto
          Java Dto for a solr fulltext response. it is used by FulltextResultsDto
StreetSearchResultsDto
          DTO (data transfer object) for a list of StreetDistance The node name is Constants.STREETSEARCHRESULTSDTO_JAXB_NAME
 



Copyright © 2010. All Rights Reserved.