nl.geozet.openls.client
Class OpenLSClientUtil

Package class diagram package OpenLSClientUtil
java.lang.Object
  extended by nl.geozet.openls.client.OpenLSClientUtil

public final class OpenLSClientUtil
extends Object

Utility klasse OpenLSClientUtil.

Author:
strampel@atlis.nl

Method Summary
static List<nl.geozet.openls.databinding.openls.GeocodedAddress> getGeocodedAddressList(nl.geozet.openls.databinding.openls.GeocodeResponse gcr)
          Gets the geocoded address list.
static List<OpenLSClientAddress> getOpenLSClientAddressList(nl.geozet.openls.databinding.openls.GeocodeResponse gcr)
          Gets the open ls client address list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGeocodedAddressList

public static List<nl.geozet.openls.databinding.openls.GeocodedAddress> getGeocodedAddressList(nl.geozet.openls.databinding.openls.GeocodeResponse gcr)
Gets the geocoded address list.

Parameters:
gcr - the gcr
Returns:
the geocoded address list

getOpenLSClientAddressList

public static List<OpenLSClientAddress> getOpenLSClientAddressList(nl.geozet.openls.databinding.openls.GeocodeResponse gcr)
Gets the open ls client address list.

Parameters:
gcr - the gcr
Returns:
the open ls client address list


Copyright © 2010 team GEOZET. All Rights Reserved.