Package | Description |
---|---|
org.openestate.is24.restapi |
Core classes.
|
org.openestate.is24.restapi.utils |
Utility classes.
|
org.openestate.is24.restapi.xml.common | |
org.openestate.is24.restapi.xml.gis |
Modifier and Type | Method and Description |
---|---|
static City |
GIS.CityService.get(AbstractClient client,
long is24ContinentId,
long is24CountryId,
long is24RegionId,
long is24CityId)
Call the GET method of the City Webservice.
|
Modifier and Type | Method and Description |
---|---|
static void |
XmlUtils.writeXml(City city,
Marshaller marshaller,
OutputStream output)
Write a
City as XML into an OutputStream . |
static void |
XmlUtils.writeXml(City city,
OutputStream output)
Write a
City as XML into an OutputStream . |
static void |
XmlUtils.writeXml(City city,
String encoding,
boolean prettyPrint,
OutputStream output)
Write a
City as XML into an OutputStream . |
static void |
XmlUtils.writeXml(City city,
String encoding,
OutputStream output)
Write a
City as XML into an OutputStream . |
Modifier and Type | Field and Description |
---|---|
protected City |
GeoHierarchy.city |
Modifier and Type | Method and Description |
---|---|
City |
ObjectFactory.createCity()
Create an instance of
City |
City |
GeoHierarchy.getCity()
Gets the value of the city property.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoHierarchy.setCity(City value)
Sets the value of the city property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<City> |
ObjectFactory.createCity(City value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<City> |
ObjectFactory.createCity(City value)
|
Copyright © 2016 OpenEstate. All rights reserved.