A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

J

join(String) - Method in class com.esri.arcgis.server.json.JSONArray
Make a string from the contents of this JSONArray.
joinAggregate(IName, double) - Method in interface com.esri.arcgis.arcmapui.ISpatialJoin
Join using aggregate.
joinAggregate(IName, double) - Method in class com.esri.arcgis.arcmapui.SpatialJoin
Join using aggregate.
JoinData - Class in com.esri.arcgis.arcmapui
Join Data dialog.
JoinData() - Constructor for class com.esri.arcgis.arcmapui.JoinData
Constructs a JoinData using ArcGIS Engine.
JoinData(Object) - Constructor for class com.esri.arcgis.arcmapui.JoinData
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JoinData theJoinData = (JoinData) obj;
JoinField - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Joins the contents of a table to another table based on a common attribute field.
JoinField() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.JoinField
Creates the Join Field tool with defaults.
JoinField(Object, Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.JoinField
Creates the Join Field tool with the required parameters.
joinInfo() - Method in interface com.esri.arcgis.cartox.IProtectNameCartoX
joinInfo
joinInfo() - Method in class com.esri.arcgis.cartox.IProtectNameCartoXProxy
joinInfo
JoinItem - Class in com.esri.arcgis.geoprocessing.tools.coveragetools
Joins the item definitions and values of two tables based on a shared item.
JoinItem() - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.JoinItem
Creates the Join Info Tables tool with defaults.
JoinItem(Object, Object, Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.JoinItem
Creates the Join Info Tables tool with the required parameters.
joinNearest(IName, double) - Method in interface com.esri.arcgis.arcmapui.ISpatialJoin
Joins with the nearest feature in the join feature class.
joinNearest(IName, double) - Method in class com.esri.arcgis.arcmapui.SpatialJoin
Joins with the nearest feature in the join feature class.
JoinRelatePage - Class in com.esri.arcgis.arcmapui
Join and Relate property page.
JoinRelatePage() - Constructor for class com.esri.arcgis.arcmapui.JoinRelatePage
Constructs a JoinRelatePage using ArcGIS Engine.
JoinRelatePage(Object) - Constructor for class com.esri.arcgis.arcmapui.JoinRelatePage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JoinRelatePage theJoinRelatePage = (JoinRelatePage) obj;
joinWithin(IName) - Method in interface com.esri.arcgis.arcmapui.ISpatialJoin
Joins a feature in the source feature class with the feature if it falls within in the join feature class.
joinWithin(IName) - Method in class com.esri.arcgis.arcmapui.SpatialJoin
Joins a feature in the source feature class with the feature if it falls within in the join feature class.
Jp2PictureElement - Class in com.esri.arcgis.carto
Graphic Element to display JPEG2000 Pictures.
Jp2PictureElement() - Constructor for class com.esri.arcgis.carto.Jp2PictureElement
Constructs a Jp2PictureElement using ArcGIS Engine.
Jp2PictureElement(Object) - Constructor for class com.esri.arcgis.carto.Jp2PictureElement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Jp2PictureElement theJp2PictureElement = (Jp2PictureElement) obj;
JPEG - Static variable in interface com.esri.arcgis.analyst3d.esri3DOutputImageType
Outputs as JPEG format.
JpegExporter - Class in com.esri.arcgis.output
Superseded by ExportJPEG.
JpegExporter() - Constructor for class com.esri.arcgis.output.JpegExporter
Constructs a JpegExporter using ArcGIS Engine.
JpegExporter(Object) - Constructor for class com.esri.arcgis.output.JpegExporter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JpegExporter theJpegExporter = (JpegExporter) obj;
JpgPictureElement - Class in com.esri.arcgis.carto
Graphic Element to display JPG Pictures.
JpgPictureElement() - Constructor for class com.esri.arcgis.carto.JpgPictureElement
Constructs a JpgPictureElement using ArcGIS Engine.
JpgPictureElement(Object) - Constructor for class com.esri.arcgis.carto.JpgPictureElement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JpgPictureElement theJpgPictureElement = (JpgPictureElement) obj;
JPIPServer - Class in com.esri.arcgis.carto
The JPIP Server Object Extension.
JPIPServer() - Constructor for class com.esri.arcgis.carto.JPIPServer
Constructs a JPIPServer using ArcGIS Engine.
JPIPServer(Object) - Constructor for class com.esri.arcgis.carto.JPIPServer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JPIPServer theJPIPServer = (JPIPServer) obj;
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.
JSONBoolean - Static variable in interface com.esri.arcgis.system.JSONTokenType
Boolean type.
JSONDeserializerGdb - Class in com.esri.arcgis.geodatabase
High-level object deserializer from JSON.
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
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JSONDeserializerGdb theJSONDeserializerGdb = (JSONDeserializerGdb) obj;
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.
JSONPropertyValueDelimiter - Static variable in interface com.esri.arcgis.system.JSONTokenType
PropertyValue.
JSONReader - Class in com.esri.arcgis.system
A sequential JSON Reader.
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
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JSONReader theJSONReader = (JSONReader) obj;
JSONSerializerGdb - Class in com.esri.arcgis.geodatabase
High-level object serializer into JSON coclass.
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
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JSONSerializerGdb theJSONSerializerGdb = (JSONSerializerGdb) obj;
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
JSON Token Types.
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
A sequential JSON Writer.
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
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JSONWriter theJSONWriter = (JSONWriter) obj;
jump() - Method in class com.esri.arcgis.carto.Hyperlink
Jumps to the hyperlink target.
jump() - Method in interface com.esri.arcgis.carto.IHyperlink
Jumps to the hyperlink target.
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
ESRI Junction-Edge NetworkConnectivity rule object.
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
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JunctionConnectivityRule theJunctionConnectivityRule = (JunctionConnectivityRule) obj;
JunctionFeatureSource - Class in com.esri.arcgis.geodatabase
A container for describing a network dataset source whose junction elements are derived from point feature geometry.
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
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JunctionFeatureSource theJunctionFeatureSource = (JunctionFeatureSource) obj;
JunctionFlag - Class in com.esri.arcgis.networkanalysis
A container for defining a network flag on a junction element for a trace flow solver.
JunctionFlag() - Constructor for class com.esri.arcgis.networkanalysis.JunctionFlag
Constructs a JunctionFlag using ArcGIS Engine.
JunctionFlag(Object) - Constructor for class com.esri.arcgis.networkanalysis.JunctionFlag
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JunctionFlag theJunctionFlag = (JunctionFlag) obj;
JunctionFlagDisplay - Class in com.esri.arcgis.networkanalysis
A container for defining and displaying a network flag or barrier on a junction feature of a network.
JunctionFlagDisplay() - Constructor for class com.esri.arcgis.networkanalysis.JunctionFlagDisplay
Constructs a JunctionFlagDisplay using ArcGIS Engine.
JunctionFlagDisplay(Object) - Constructor for class com.esri.arcgis.networkanalysis.JunctionFlagDisplay
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
JunctionFlagDisplay theJunctionFlagDisplay = (JunctionFlagDisplay) obj;
junctionWeight() - Method in interface com.esri.arcgis.geodatabase.INetworkProtectNames
junctionWeight
junctionWeight() - Method in class com.esri.arcgis.geodatabase.INetworkProtectNamesProxy
junctionWeight

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _