Uses of Class
com.gisgraphy.domain.valueobject.Output

Packages that use Output
com.gisgraphy.domain.geoloc.service   
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.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 Output in com.gisgraphy.domain.geoloc.service
 

Fields in com.gisgraphy.domain.geoloc.service declared as Output
protected  Output AbstractGisQuery.output
           
 

Methods in com.gisgraphy.domain.geoloc.service that return Output
 Output AbstractGisQuery.getOutput()
           
 

Methods in com.gisgraphy.domain.geoloc.service with parameters of type Output
 AbstractGisQuery AbstractGisQuery.withOutput(Output output)
           
 

Constructors in com.gisgraphy.domain.geoloc.service with parameters of type Output
AbstractGisQuery(Pagination pagination, Output output)
           
 

Uses of Output in com.gisgraphy.domain.geoloc.service.fulltextsearch
 

Constructors in com.gisgraphy.domain.geoloc.service.fulltextsearch with parameters of type Output
FulltextQuery(java.lang.String query, Pagination pagination, Output output, java.lang.Class<? extends GisFeature> placeType, java.lang.String countryCode)
           
 

Uses of Output in com.gisgraphy.domain.geoloc.service.geoloc
 

Constructors in com.gisgraphy.domain.geoloc.service.geoloc with parameters of type Output
GeolocQuery(com.vividsolutions.jts.geom.Point point, double radius, Pagination pagination, Output output, java.lang.Class<? extends GisFeature> placeType)
           
StreetSearchQuery(com.vividsolutions.jts.geom.Point point, double radius, Pagination pagination, Output output, StreetType streetType, java.lang.Boolean oneWay, java.lang.String name, StreetSearchMode streetSearchMode)
           
 

Uses of Output in com.gisgraphy.domain.valueobject
 

Fields in com.gisgraphy.domain.valueobject declared as Output
static Output Output.DEFAULT_OUTPUT
          Output with default values
 

Methods in com.gisgraphy.domain.valueobject that return Output
static Output Output.withDefaultFormat()
           
static Output Output.withFormat(Output.OutputFormat format)
           
 Output Output.withIndentation()
          This method force the output to be indented
 Output Output.withLanguageCode(java.lang.String languageCode)
           
 Output Output.withStyle(Output.OutputStyle style)
           
 



Copyright © 2010. All Rights Reserved.