|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZipCode | |
|---|---|
| com.gisgraphy.domain.geoloc.entity | |
| Uses of ZipCode in com.gisgraphy.domain.geoloc.entity |
|---|
| Methods in com.gisgraphy.domain.geoloc.entity that return types with arguments of type ZipCode | |
|---|---|
java.util.List<ZipCode> |
GisFeature.getZipCodes()
|
| Methods in com.gisgraphy.domain.geoloc.entity with parameters of type ZipCode | |
|---|---|
void |
GisFeature.addZipCode(ZipCode zipCode)
Do a double set : add the zip code to the current GisFeature and set this GisFeature as the GisFeature of the zipcode |
| Method parameters in com.gisgraphy.domain.geoloc.entity with type arguments of type ZipCode | |
|---|---|
void |
GisFeature.addZipCodes(java.util.List<ZipCode> zipCodes)
Do a double set : add the zip codes to the current GisFeature and set this GisFeature as the GisFeature of the zipcodes * @param zipCodes the zip codes to add |
void |
GisFeature.setZipCodes(java.util.List<ZipCode> zipCodes)
Set The zipCodes for the city. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||