Class ArcGISService

    • Field Detail

      • PARAM_ASSUME_VERSION

        public static final String PARAM_ASSUME_VERSION
        Parameter to avoid the call to /ArcGIS/rest/services?f=json to determine the version (10 or 9). Some sites have this URL hidden but the service itself is available. String with "9" or "10", null or any other value means get it from /ArcGIS/rest/services?f=json.
        See Also:
        Constant Field Values
      • DETAIL_CURRENT_VERSION

        public static final String DETAIL_CURRENT_VERSION
        GeoService.details map key for ArcGIS currentVersion property
        See Also:
        Constant Field Values
      • DETAIL_ASSUME_VERSION

        public static final String DETAIL_ASSUME_VERSION
        GeoService.details map key to save assume version to pass on to datastore
        See Also:
        Constant Field Values
      • DETAIL_DESCRIPTION

        public static final String DETAIL_DESCRIPTION
        Layer.details map key for ArcGIS description property
        See Also:
        Constant Field Values
      • DETAIL_GEOMETRY_TYPE

        public static final String DETAIL_GEOMETRY_TYPE
        Layer.details map key for ArcGIS geometryType property
        See Also:
        Constant Field Values
      • DETAIL_CAPABILITIES

        public static final String DETAIL_CAPABILITIES
        Layer.details map key for ArcGIS capabilities property
        See Also:
        Constant Field Values
      • DETAIL_DEFAULT_VISIBILITY

        public static final String DETAIL_DEFAULT_VISIBILITY
        Layer.details map key for ArcGIS defaultVisibility property
        See Also:
        Constant Field Values
      • DETAIL_DEFINITION_EXPRESSION

        public static final String DETAIL_DEFINITION_EXPRESSION
        Layer.details map key for ArcGIS definitionExpression property
        See Also:
        Constant Field Values
      • NON_VIRTUAL_LAYER_TYPES

        public static final Set<String> NON_VIRTUAL_LAYER_TYPES
      • serviceInfo

        public org.json.JSONObject serviceInfo
      • currentVersion

        public String currentVersion
      • currentVersionMajor

        public int currentVersionMajor
    • Constructor Detail

      • ArcGISService

        public ArcGISService()
    • Method Detail

      • getCurrentVersion

        public String getCurrentVersion()