| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 | |
| de.micromata.opengis.kml.v_2_2_0.xal |
| Modifier and Type | Method and Description |
|---|---|
AddressDetails |
Feature.createAndSetXalAddressDetails(AddressDetails.Address xalAddress,
AddressLines addressLines,
AddressDetails.Country country,
AdministrativeArea administrativeArea,
Locality locality,
Thoroughfare thoroughfare)
Creates a new instance of
AddressDetails and set it to xalAddressDetails. |
static AddressDetails |
KmlFactory.createXalAddressDetails(AddressDetails.Address xalAddress,
AddressLines addressLines,
AddressDetails.Country country,
AdministrativeArea administrativeArea,
Locality locality,
Thoroughfare thoroughfare)
Create an instance of
AddressDetails |
| Modifier and Type | Field and Description |
|---|---|
protected AddressDetails.Country |
AddressDetails.country |
| Modifier and Type | Method and Description |
|---|---|
AddressDetails.Country |
AddressDetails.Country.addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection
|
AddressDetails.Country |
AddressDetails.Country.addToAny(Object any)
add a value to the any property collection
|
AddressDetails.Country |
AddressDetails.Country.addToCountryName(CountryName countryName)
add a value to the countryName property collection
|
AddressDetails.Country |
AddressDetails.Country.addToCountryNameCode(AddressDetails.Country.CountryNameCode countryNameCode)
add a value to the countryNameCode property collection
|
AddressDetails.Country |
AddressDetails.Country.clone() |
AddressDetails.Country |
AddressDetails.createAndSetCountry(AdministrativeArea administrativeArea,
Locality locality,
Thoroughfare thoroughfare)
Creates a new instance of
AddressDetails.Country and set it to country. |
AddressDetails.Country |
AddressDetails.getCountry() |
AddressDetails.Country |
AddressDetails.Country.withAddressLine(List<AddressLine> addressLine)
fluent setter
|
AddressDetails.Country |
AddressDetails.Country.withAny(List<Object> any)
fluent setter
|
AddressDetails.Country |
AddressDetails.Country.withCountryName(List<CountryName> countryName)
fluent setter
|
AddressDetails.Country |
AddressDetails.Country.withCountryNameCode(List<AddressDetails.Country.CountryNameCode> countryNameCode)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
AddressDetails |
XAL.createAndAddXalAddressDetails(AddressDetails.Address xalAddress,
AddressLines addressLines,
AddressDetails.Country country,
AdministrativeArea administrativeArea,
Locality locality,
Thoroughfare thoroughfare)
Creates a new instance of
AddressDetails and adds it to xalAddressDetails. |
void |
AddressDetails.setCountry(AddressDetails.Country value) |
| Constructor and Description |
|---|
AddressDetails(AddressDetails.Address xalAddress,
AddressLines addressLines,
AddressDetails.Country country,
AdministrativeArea administrativeArea,
Locality locality,
Thoroughfare thoroughfare)
Value constructor with only mandatory fields
|
Copyright © 2014 Micromata GmbH. All rights reserved.