Class GeocodeServiceInfo

java.lang.Object
com.esri.arcgisruntime.portal.GeocodeServiceInfo

public final class GeocodeServiceInfo extends Object
Represents a geocode service that is provided by the Portal. Objects of this class are provided by HelperServices.getGeocodeServices().
Since:
100.0.0
  • Method Details Link icon

    • getUrl Link icon

      public String getUrl()
      Gets the service URL.
      Returns:
      the service URL
      Since:
      100.0.0
    • getSingleLineFieldName Link icon

      public String getSingleLineFieldName()
      Gets the geocode query field name.
      Returns:
      the geocode query field name, or null if none
      Since:
      100.0.0
    • getNorthLat Link icon

      public String getNorthLat()
      Gets the name of the field containing the north latitude of the zoom envelope for the geocoding result. North latitude is equivalent to Ymax in an Envelope (Envelope).
      Returns:
      the name of the north latitude field, or null if none
      Since:
      100.0.0
    • getSouthLat Link icon

      public String getSouthLat()
      Gets the name of the field containing the south latitude of the zoom envelope for the geocoding result. South latitude is equivalent to Ymin in an Envelope (Envelope).
      Returns:
      the name of the south latitude field, or null if none
      Since:
      100.0.0
    • getEastLon Link icon

      public String getEastLon()
      Gets the name of the field containing the east longitude of the zoom envelope for the geocoding result. East longitude is equivalent to Xmax in an Envelope (Envelope).
      Returns:
      the name of the east longitude field, or null if none
      Since:
      100.0.0
    • getWestLon Link icon

      public String getWestLon()
      Gets the name of the field containing the west longitude of the zoom envelope for the geocoding result. West longitude is equivalent to Xmin in an Envelope (Envelope).
      Returns:
      the name of the west longitude field, or null if none
      Since:
      100.0.0
    • getName Link icon

      public String getName()
      Gets the geocoder name.
      Returns:
      the geocoder name
      Since:
      100.0.0
    • getPlaceHolder Link icon

      public String getPlaceHolder()
      Gets the place holder. This text can serve as a hint to application users about the type of information they can enter in the search box.
      Returns:
      the place holder, or null if none
      Since:
      100.0.0
    • getZoomScale Link icon

      public double getZoomScale()
      Gets the default zoom scale for custom geocoders. An application can use this scale to zoom to a point returned by the geocoder.
      Returns:
      the default zoom scale
      Since:
      100.0.0
    • isSupportsBatchGeocoding Link icon

      public boolean isSupportsBatchGeocoding()
      Indicates if the geocoder can be used for batch geocoding.
      Returns:
      true if the geocoder can be used for batch geocoding
      Since:
      100.0.0
    • isSupportsPlaceFinding Link icon

      public boolean isSupportsPlaceFinding()
      Indicates if the geocoder can be used for place finding.
      Returns:
      true if the geocoder can be used for place finding
      Since:
      100.0.0
    • isSupportsSuggest Link icon

      public boolean isSupportsSuggest()
      Indicates if the geocoder supports the suggest API for autocomplete results.
      Returns:
      true if the geocoder supports the suggest API
      Since:
      100.0.0