Uses of Class
com.gisgraphy.domain.geoloc.service.geoloc.street.StreetType

Packages that use StreetType
com.gisgraphy.domain.geoloc.entity   
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.geoloc.service.geoloc.street   
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.webapp.action   
 

Uses of StreetType in com.gisgraphy.domain.geoloc.entity
 

Methods in com.gisgraphy.domain.geoloc.entity that return StreetType
 StreetType OpenStreetMap.getStreetType()
           
 

Methods in com.gisgraphy.domain.geoloc.entity with parameters of type StreetType
 void OpenStreetMap.setStreetType(StreetType streetType)
           
 

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

Methods in com.gisgraphy.domain.geoloc.service.geoloc that return StreetType
 StreetType StreetSearchQuery.getStreetType()
           
 

Methods in com.gisgraphy.domain.geoloc.service.geoloc with parameters of type StreetType
 StreetSearchQuery StreetSearchQuery.withStreetType(StreetType streetType)
           
 

Constructors in com.gisgraphy.domain.geoloc.service.geoloc with parameters of type StreetType
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)
           
StreetSearchQuery(com.vividsolutions.jts.geom.Point point, double radius, StreetType streetType)
           
StreetSearchQuery(com.vividsolutions.jts.geom.Point point, StreetType streetType)
           
 

Uses of StreetType in com.gisgraphy.domain.geoloc.service.geoloc.street
 

Methods in com.gisgraphy.domain.geoloc.service.geoloc.street that return StreetType
static StreetType StreetType.getFromString(java.lang.String type)
           
static StreetType StreetType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StreetType[] StreetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StreetType in com.gisgraphy.domain.repository
 

Methods in com.gisgraphy.domain.repository with parameters of type StreetType
 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 StreetType in com.gisgraphy.domain.valueobject
 

Methods in com.gisgraphy.domain.valueobject that return StreetType
 StreetType StreetDistance.getStreetType()
           
 

Methods in com.gisgraphy.domain.valueobject with parameters of type StreetType
 StreetDistance.StreetDistanceBuilder StreetDistance.StreetDistanceBuilder.withStreetType(StreetType streetType)
           
 

Uses of StreetType in com.gisgraphy.webapp.action
 

Methods in com.gisgraphy.webapp.action that return StreetType
 StreetType[] StreetSearchAction.getStreetTypes()
           
 



Copyright © 2010. All Rights Reserved.