| Package | Description |
|---|---|
| cz.utb.caribou.digger.api | |
| cz.utb.caribou.digger.dao | |
| cz.utb.caribou.digger.domain |
| Modifier and Type | Method and Description |
|---|---|
static AddressPoint |
Geocoding.address(AddressPoint address)
Works just like addTreAddressPointe(String)
|
static AddressPoint |
Geocoding.address(String address)
Transform address stored in the string to AddressPoint object by google
api.
|
| Modifier and Type | Method and Description |
|---|---|
static AddressPoint |
Geocoding.address(AddressPoint address)
Works just like addTreAddressPointe(String)
|
| Modifier and Type | Method and Description |
|---|---|
AddressPoint |
AddressPointDao.searchBy(AddressPoint addressPoint) |
| Modifier and Type | Method and Description |
|---|---|
Class<AddressPoint> |
AddressPointDao.getEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
AddressPoint |
AddressPointDao.searchBy(AddressPoint addressPoint) |
| Modifier and Type | Method and Description |
|---|---|
AddressPoint |
Tender.getAddressPoint() |
AddressPoint |
Organization.getPlace() |
AddressPoint |
Tender.getTourAddressPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
Tender.setAddressPoint(AddressPoint addressPoint) |
void |
Organization.setPlace(AddressPoint place) |
void |
Tender.setTourAddressPoint(AddressPoint tourAddressPoint) |
| Constructor and Description |
|---|
Organization(int uid,
String name,
String regNo,
AddressPoint place) |
Copyright © 2013. All Rights Reserved.