com.esri.core.portal
Class PortalInfo.GeocodeServiceInfo

java.lang.Object
  extended by com.esri.core.portal.PortalInfo.GeocodeServiceInfo
Enclosing class:
PortalInfo

public static class PortalInfo.GeocodeServiceInfo
extends Object


Constructor Summary
PortalInfo.GeocodeServiceInfo()
           
 
Method Summary
static PortalInfo.GeocodeServiceInfo fromJson(org.codehaus.jackson.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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalInfo.GeocodeServiceInfo

public PortalInfo.GeocodeServiceInfo()
Method Detail

getUrl

public String getUrl()
Gets the url.

Returns:
the url
Since:
10.1.1

getNorthLat

public String getNorthLat()
Gets the north lat.

Returns:
the north lat
Since:
10.1.1

getSouthLat

public String getSouthLat()
Gets the south lat.

Returns:
the south lat
Since:
10.1.1

getEastLon

public String getEastLon()
Gets the east lon.

Returns:
the east lon
Since:
10.1.1

getWestLon

public String getWestLon()
Gets the west lon.

Returns:
the west lon
Since:
10.1.1

fromJson

public static PortalInfo.GeocodeServiceInfo fromJson(org.codehaus.jackson.JsonParser parser)
                                              throws Exception
From json.

Parameters:
parser - the parser
Returns:
the geocode service info
Throws:
Exception - the exception
Since:
10.1.1

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.