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

Packages that use StreetDistance
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   
 

Uses of StreetDistance in com.gisgraphy.domain.repository
 

Methods in com.gisgraphy.domain.repository that return types with arguments of type StreetDistance
 java.util.List<StreetDistance> OpenStreetMapDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance, int firstResult, int maxResults, StreetType streetType, java.lang.Boolean oneWay, java.lang.String name, StreetSearchMode streetSearchMode, boolean includeDistanceField)
           
 java.util.List<StreetDistance> IOpenStreetMapDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance, int firstResult, int maxResults, StreetType streetType, java.lang.Boolean oneWay, java.lang.String name, StreetSearchMode streetSearchMode, boolean includeDistanceField)
          base method for all findNearest
 

Uses of StreetDistance in com.gisgraphy.domain.valueobject
 

Methods in com.gisgraphy.domain.valueobject that return StreetDistance
 StreetDistance StreetDistance.StreetDistanceBuilder.build()
           
 

Methods in com.gisgraphy.domain.valueobject that return types with arguments of type StreetDistance
 java.util.List<StreetDistance> StreetSearchResultsDto.getResult()
           
 

Constructor parameters in com.gisgraphy.domain.valueobject with type arguments of type StreetDistance
StreetSearchResultsDto(java.util.List<StreetDistance> result, java.lang.Long QTime, java.lang.String query)
           
 

Uses of StreetDistance in com.gisgraphy.hibernate.criterion
 

Methods in com.gisgraphy.hibernate.criterion that return types with arguments of type StreetDistance
static java.util.List<StreetDistance> ResultTransformerUtil.transformToStreetDistance(java.lang.String[] aliasList, java.util.List<?> resultList)
          Transform to bean.
 



Copyright © 2010. All Rights Reserved.