com.esri.core.tasks.ags.geocode
Class BatchGeocodeResult

java.lang.Object
  extended by com.esri.core.tasks.ags.geocode.BatchGeocodeResult

public class BatchGeocodeResult
extends Object

Batch geocode result.

Since:
10.1.1

Constructor Summary
BatchGeocodeResult()
           
 
Method Summary
static BatchGeocodeResult fromJson(org.codehaus.jackson.JsonParser parser)
           
 List<LocatorGeocodeResult> getLocations()
           
 SpatialReference getSpatialReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchGeocodeResult

public BatchGeocodeResult()
Method Detail

getSpatialReference

public SpatialReference getSpatialReference()
Returns:
Since:
10.1.1

getLocations

public List<LocatorGeocodeResult> getLocations()
Returns:
Since:
10.1.1

fromJson

public static BatchGeocodeResult fromJson(org.codehaus.jackson.JsonParser parser)
                                   throws Exception
Parameters:
parser -
Returns:
Throws:
Exception
Since:
10.1.1


Copyright © 2012. All Rights Reserved.