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

Packages that use GisFeatureDistance
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 GisFeatureDistance in com.gisgraphy.domain.repository
 

Methods in com.gisgraphy.domain.repository that return types with arguments of type GisFeatureDistance
 java.util.List<GisFeatureDistance> GenericGisDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance)
           
 java.util.List<GisFeatureDistance> IGisDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance)
          same as IGisDao.getNearestAndDistanceFromGisFeature(GisFeature, double, int, int)but without paginate
 java.util.List<GisFeatureDistance> GisFeatureDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance, java.lang.Class<? extends GisFeature> requiredClass)
           
 java.util.List<GisFeatureDistance> IGisFeatureDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance, java.lang.Class<? extends GisFeature> requiredClass)
          same as IGisFeatureDao.getNearestAndDistanceFrom(Point, double, int, int, Class) but without paginate
 java.util.List<GisFeatureDistance> GenericGisDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance, int firstResult, int maxResults)
           
 java.util.List<GisFeatureDistance> IGisDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance, int firstResult, int maxResults)
           
 java.util.List<GisFeatureDistance> GisFeatureDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance, int firstResult, int maxResults, java.lang.Class<? extends GisFeature> requiredClass)
           
 java.util.List<GisFeatureDistance> IGisFeatureDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, double distance, int firstResult, int maxResults, java.lang.Class<? extends GisFeature> requiredClass)
          tips to search the nearestplace use firstresult=1 and maxResults=1
protected  java.util.List<GisFeatureDistance> GenericGisDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point, java.lang.Long pointId, double distance, int firstResult, int maxResults, java.lang.Class<? extends GisFeature> requiredClass)
          base method for all findNearest* /**
 java.util.List<GisFeatureDistance> GenericGisDao.getNearestAndDistanceFromGisFeature(GisFeature gisFeature, double distance)
           
 java.util.List<GisFeatureDistance> IGisDao.getNearestAndDistanceFromGisFeature(GisFeature gisFeature, double distance)
          same as IGisDao.getNearestAndDistanceFromGisFeature(GisFeature, double, int, int)but without paginate
 java.util.List<GisFeatureDistance> GisFeatureDao.getNearestAndDistanceFromGisFeature(GisFeature gisFeature, double distance, java.lang.Class<? extends GisFeature> requiredClass)
           
 java.util.List<GisFeatureDistance> IGisFeatureDao.getNearestAndDistanceFromGisFeature(GisFeature gisFeature, double distance, java.lang.Class<? extends GisFeature> requiredClass)
          same as IGisFeatureDao.getNearestAndDistanceFromGisFeature(GisFeature, double, int, int, Class) but without paginate
 java.util.List<GisFeatureDistance> GenericGisDao.getNearestAndDistanceFromGisFeature(GisFeature gisFeature, double distance, int firstResult, int maxResults)
           
 java.util.List<GisFeatureDistance> IGisDao.getNearestAndDistanceFromGisFeature(GisFeature gisFeature, double distance, int firstResult, int maxResults)
           
 java.util.List<GisFeatureDistance> GisFeatureDao.getNearestAndDistanceFromGisFeature(GisFeature gisFeature, double distance, int firstResult, int maxResults, java.lang.Class<? extends GisFeature> requiredClass)
           
 java.util.List<GisFeatureDistance> IGisFeatureDao.getNearestAndDistanceFromGisFeature(GisFeature gisFeature, double distance, int firstResult, int maxResults, java.lang.Class<? extends GisFeature> requiredClass)
          tips to search the nearestplace use firstresult=1 and maxResults=1
 

Uses of GisFeatureDistance in com.gisgraphy.domain.valueobject
 

Methods in com.gisgraphy.domain.valueobject that return GisFeatureDistance
 GisFeatureDistance GisFeatureDistance.GisFeatureDistanceBuilder.build()
           
 

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

Method parameters in com.gisgraphy.domain.valueobject with type arguments of type GisFeatureDistance
 void GeolocResultsDto.setResult(java.util.List<GisFeatureDistance> list)
           
 

Constructor parameters in com.gisgraphy.domain.valueobject with type arguments of type GisFeatureDistance
GeolocResultsDto(java.util.List<GisFeatureDistance> result, java.lang.Long qTime)
           
 

Uses of GisFeatureDistance in com.gisgraphy.hibernate.criterion
 

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



Copyright © 2009. All Rights Reserved.