| 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 |
|---|---|
static AddressLines |
KmlFactory.createXalAddressLines(List<AddressLine> addressLine)
Create an instance of
AddressLines |
| 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 AddressLines |
AddressDetails.addressLines |
| Modifier and Type | Method and Description |
|---|---|
AddressLines |
AddressLines.addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection
|
AddressLines |
AddressLines.addToAny(Object any)
add a value to the any property collection
|
AddressLines |
AddressLines.clone() |
AddressLines |
AddressDetails.createAndSetAddressLines(List<AddressLine> addressLine)
Creates a new instance of
AddressLines and set it to addressLines. |
AddressLines |
AddressDetails.getAddressLines() |
AddressLines |
AddressLines.withAny(List<Object> any)
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.setAddressLines(AddressLines 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.