public static class

PortalInfo.GeocodeServiceInfo

extends Object
java.lang.Object
   ↳ com.esri.core.portal.PortalInfo.GeocodeServiceInfo

Summary

Public Constructors
PortalInfo.GeocodeServiceInfo()
Public Methods
static PortalInfo.GeocodeServiceInfo fromJson(JsonParser parser)
From json.
String getEastLon()
Gets the east lon.
String getNorthLat()
Gets the north lat.
String getSouthLat()
Gets the south lat.
String getUrl()
Gets the url.
String getWestLon()
Gets the west lon.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PortalInfo.GeocodeServiceInfo ()

Public Methods

public static PortalInfo.GeocodeServiceInfo fromJson (JsonParser parser)

From json.

Parameters
parser the parser
Returns
  • the geocode service info
Throws
Exception the exception

public String getEastLon ()

Gets the east lon.

Returns
  • the east lon

public String getNorthLat ()

Gets the north lat.

Returns
  • the north lat

public String getSouthLat ()

Gets the south lat.

Returns
  • the south lat

public String getUrl ()

Gets the url.

Returns
  • the url

public String getWestLon ()

Gets the west lon.

Returns
  • the west lon

public String toString ()