Package 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.

See:
          Description

Interface Summary
Pagination.FromSpecification  
Pagination.ToSpecification  
 

Class Summary
Constants  
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
GisFeatureDistance Value object that represents a gisFeature with a distance The JAXB node name is Constants.GISFEATUREDISTANCE_JAXB_NAME
GisFeatureDistance.GisFeatureDistanceBuilder  
GisgraphyConfig A bean that contains some property for gisgraphy
ImporterStatusDto Represents a status of an IgeonamesProcessor
NameValueDTO<T> A simple DTO that associate a name to an Object
Output Represent an output specification.
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.PaginationBuilder  
SolrResponseDto Java Dto for a solr fulltext response. it is used by FulltextResultsDto
StreetDistance Value object that represents a StreetOSM with a distance The JAXB node name is Constants.STREETDISTANCE_JAXB_NAME
StreetDistance.StreetDistanceBuilder  
StreetSearchResultsDto DTO (data transfer object) for a list of StreetDistance The node name is Constants.STREETSEARCHRESULTSDTO_JAXB_NAME
 

Enum Summary
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.
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.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_
SRID An SRID enum
 

Package com.gisgraphy.domain.valueobject Description

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. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA Copyright 2008 Gisgraphy project David Masclet



Copyright © 2010. All Rights Reserved.