public class

LocatorReverseGeocodeResult

extends Object
java.lang.Object
   ↳ com.esri.core.tasks.ags.geocode.LocatorReverseGeocodeResult

Class Overview

Class containing the details of an address candidate such as the address fields and the accurate location for the address candidate.

Summary

Public Constructors
LocatorReverseGeocodeResult()
Public Methods
boolean equals(Object obj)
static LocatorReverseGeocodeResult fromJson(JsonParser parser)
@return
Map<StringString> getAddressFields()
Returns the address fields for this address candidate.
Point getLocation()
The location for this result.
SpatialReference getSpatialreference()
The spatial reference of the location for this result.
int hashCode()
void setSpatialreference(SpatialReference spatialreference)
Sets the spatial reference of the LocatorResult.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LocatorReverseGeocodeResult ()

Public Methods

public boolean equals (Object obj)

public static LocatorReverseGeocodeResult fromJson (JsonParser parser)

@return

Throws
Exception
Exception

public Map<StringString> getAddressFields ()

Returns the address fields for this address candidate.

Returns
  • the address fields for this address candidate.

public Point getLocation ()

The location for this result.

Returns
  • the location for this result.

public SpatialReference getSpatialreference ()

The spatial reference of the location for this result.

Returns
  • the spatial reference for this result.

public int hashCode ()

public void setSpatialreference (SpatialReference spatialreference)

Sets the spatial reference of the LocatorResult.

Parameters
spatialreference The spatial reference to set.

public String toString ()