public abstract class StreetProcessor extends KladrRowProcessor
| Constructor and Description |
|---|
StreetProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
processCity(long cityCode,
City city) |
void |
processKladrRow(byte[] code,
byte regionId,
int districtId,
int cityId,
int countryId,
byte[] name,
byte[] socr,
int index) |
void |
processStreet(long streetCode,
Street street) |
processRowpublic final void processKladrRow(byte[] code,
byte regionId,
int districtId,
int cityId,
int countryId,
byte[] name,
byte[] socr,
int index)
processKladrRow in class KladrRowProcessorpublic void processCity(long cityCode,
City city)
public void processStreet(long streetCode,
Street street)