- JobMessage - Class in com.esri.arcgis.system
-
COM Class 'JobMessage'.
- JobMessage() - Constructor for class com.esri.arcgis.system.JobMessage
-
Constructs a JobMessage using ArcGIS Engine.
- JobMessage(Object) - Constructor for class com.esri.arcgis.system.JobMessage
-
- JobMessages - Class in com.esri.arcgis.system
-
COM Class 'JobMessages'.
- JobMessages() - Constructor for class com.esri.arcgis.system.JobMessages
-
Constructs a JobMessages using ArcGIS Engine.
- JobMessages(Object) - Constructor for class com.esri.arcgis.system.JobMessages
-
- join(String) - Method in class com.esri.arcgis.server.json.JSONArray
-
Make a string from the contents of this JSONArray.
- JSONArray - Class in com.esri.arcgis.server.json
-
A JSONArray is an ordered sequence of values.
- JSONArray() - Constructor for class com.esri.arcgis.server.json.JSONArray
-
Construct an empty JSONArray.
- JSONArray(JSONTokener) - Constructor for class com.esri.arcgis.server.json.JSONArray
-
Construct a JSONArray from a JSONTokener.
- JSONArray(String) - Constructor for class com.esri.arcgis.server.json.JSONArray
-
Construct a JSONArray from a source sJSON text.
- JSONArray(Collection) - Constructor for class com.esri.arcgis.server.json.JSONArray
-
Construct a JSONArray from a Collection.
- JSONArray - Class in com.esri.arcgis.system
-
COM Class 'JSONArray'.
- JSONArray() - Constructor for class com.esri.arcgis.system.JSONArray
-
Constructs a JSONArray using ArcGIS Engine.
- JSONArray(Object) - Constructor for class com.esri.arcgis.system.JSONArray
-
- JSONBoolean - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
Boolean type.
- JSONConverterGdb - Class in com.esri.arcgis.geodatabase
-
COM Class 'JSONConverterGdb'.
- JSONConverterGdb() - Constructor for class com.esri.arcgis.geodatabase.JSONConverterGdb
-
Constructs a JSONConverterGdb using ArcGIS Engine.
- JSONConverterGdb(Object) - Constructor for class com.esri.arcgis.geodatabase.JSONConverterGdb
-
- JSONConverterGeometry - Class in com.esri.arcgis.geometry
-
COM Class 'JSONConverterGeometry'.
- JSONConverterGeometry() - Constructor for class com.esri.arcgis.geometry.JSONConverterGeometry
-
Constructs a JSONConverterGeometry using ArcGIS Engine.
- JSONConverterGeometry(Object) - Constructor for class com.esri.arcgis.geometry.JSONConverterGeometry
-
- JSONDeserializerGdb - Class in com.esri.arcgis.geodatabase
-
COM Class 'JSONDeserializerGdb'.
- JSONDeserializerGdb() - Constructor for class com.esri.arcgis.geodatabase.JSONDeserializerGdb
-
Constructs a JSONDeserializerGdb using ArcGIS Engine.
- JSONDeserializerGdb(Object) - Constructor for class com.esri.arcgis.geodatabase.JSONDeserializerGdb
-
- JSONEndOfArray - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
Array type.
- JSONEndOfObject - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
Object type.
- JSONException - Exception in com.esri.arcgis.server.json
-
The JSONException is thrown by the JSON.org classes then things are amiss.
- JSONException(String) - Constructor for exception com.esri.arcgis.server.json.JSONException
-
Constructs a JSONException with an explanatory message.
- JSONException(Throwable) - Constructor for exception com.esri.arcgis.server.json.JSONException
-
- JSONNull - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
Null type.
- JSONNumber - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
Numeric type.
- JSONObject - Class in com.esri.arcgis.server.json
-
A JSONObject is an unordered collection of name/value pairs.
- JSONObject() - Constructor for class com.esri.arcgis.server.json.JSONObject
-
Construct an empty JSONObject.
- JSONObject(JSONObject, String[]) - Constructor for class com.esri.arcgis.server.json.JSONObject
-
Construct a JSONObject from a subset of another JSONObject.
- JSONObject(JSONTokener) - Constructor for class com.esri.arcgis.server.json.JSONObject
-
Construct a JSONObject from a JSONTokener.
- JSONObject(Map) - Constructor for class com.esri.arcgis.server.json.JSONObject
-
Construct a JSONObject from a Map.
- JSONObject(Object, String[]) - Constructor for class com.esri.arcgis.server.json.JSONObject
-
Construct a JSONObject from an Object, using reflection to find the
public members.
- JSONObject(String) - Constructor for class com.esri.arcgis.server.json.JSONObject
-
Construct a JSONObject from a string.
- JSONObject - Class in com.esri.arcgis.system
-
COM Class 'JSONObject'.
- JSONObject() - Constructor for class com.esri.arcgis.system.JSONObject
-
Constructs a JSONObject using ArcGIS Engine.
- JSONObject(Object) - Constructor for class com.esri.arcgis.system.JSONObject
-
- JSONPropertyValueDelimiter - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
PropertyValue.
- JSONReader - Class in com.esri.arcgis.system
-
COM Class 'JSONReader'.
- JSONReader() - Constructor for class com.esri.arcgis.system.JSONReader
-
Constructs a JSONReader using ArcGIS Engine.
- JSONReader(Object) - Constructor for class com.esri.arcgis.system.JSONReader
-
- JSONSerializerGdb - Class in com.esri.arcgis.geodatabase
-
COM Class 'JSONSerializerGdb'.
- JSONSerializerGdb() - Constructor for class com.esri.arcgis.geodatabase.JSONSerializerGdb
-
Constructs a JSONSerializerGdb using ArcGIS Engine.
- JSONSerializerGdb(Object) - Constructor for class com.esri.arcgis.geodatabase.JSONSerializerGdb
-
- JSONStartOfArray - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
Array type.
- JSONStartOfObject - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
Object type.
- JSONString - Interface in com.esri.arcgis.server.json
-
The JSONString
interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString()
, JSONArray.toString()
,
and JSONWriter.value(
Object)
.
- JSONString - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
String type.
- JSONStringer - Class in com.esri.arcgis.server.json
-
JSONStringer provides a quick and convenient way of producing JSON text.
- JSONStringer() - Constructor for class com.esri.arcgis.server.json.JSONStringer
-
Make a fresh JSONStringer.
- JSONTokener - Class in com.esri.arcgis.server.json
-
A JSONTokener takes a source string and extracts characters and tokens from
it.
- JSONTokener(String) - Constructor for class com.esri.arcgis.server.json.JSONTokener
-
Construct a JSONTokener from a string.
- JSONTokenType - Interface in com.esri.arcgis.system
-
Constants from JSONTokenType' enum.
- JSONUndefined - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
Undefined.
- JSONValueDelimiter - Static variable in interface com.esri.arcgis.system.JSONTokenType
-
PropertyValue.
- JSONWriter - Class in com.esri.arcgis.server.json
-
JSONWriter provides a quick and convenient way of producing JSON text.
- JSONWriter(Writer) - Constructor for class com.esri.arcgis.server.json.JSONWriter
-
Make a fresh JSONWriter.
- JSONWriter - Class in com.esri.arcgis.system
-
COM Class 'JSONWriter'.
- JSONWriter() - Constructor for class com.esri.arcgis.system.JSONWriter
-
Constructs a JSONWriter using ArcGIS Engine.
- JSONWriter(Object) - Constructor for class com.esri.arcgis.system.JSONWriter
-
- junction() - Method in interface com.esri.arcgis.geodatabase.INetworkDatasetProtectNames
-
junction
- junction() - Method in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
-
junction
- JunctionConnectivityRule - Class in com.esri.arcgis.geodatabase
-
COM Class 'JunctionConnectivityRule'.
- JunctionConnectivityRule() - Constructor for class com.esri.arcgis.geodatabase.JunctionConnectivityRule
-
Constructs a JunctionConnectivityRule using ArcGIS Engine.
- JunctionConnectivityRule(Object) - Constructor for class com.esri.arcgis.geodatabase.JunctionConnectivityRule
-
- JunctionFeatureSource - Class in com.esri.arcgis.geodatabase
-
COM Class 'JunctionFeatureSource'.
- JunctionFeatureSource() - Constructor for class com.esri.arcgis.geodatabase.JunctionFeatureSource
-
Constructs a JunctionFeatureSource using ArcGIS Engine.
- JunctionFeatureSource(Object) - Constructor for class com.esri.arcgis.geodatabase.JunctionFeatureSource
-
- junctionWeight() - Method in interface com.esri.arcgis.geodatabase.INetworkProtectNames
-
junctionWeight
- junctionWeight() - Method in class com.esri.arcgis.geodatabase.INetworkProtectNamesProxy
-
junctionWeight