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 _

R

RadialBasisFunctions - Class in com.esri.arcgis.geoprocessing.tools.geostatisticalanalysttools
The Radial Basis Functions tool is contained in the Geostatistical Analyst Tools tool box.
RadialBasisFunctions() - Constructor for class com.esri.arcgis.geoprocessing.tools.geostatisticalanalysttools.RadialBasisFunctions
Creates the Radial Basis Functions tool with defaults.
RadialBasisFunctions(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.geostatisticalanalysttools.RadialBasisFunctions
Creates the Radial Basis Functions tool with the required parameters.
RandomColorRamp - Class in com.esri.arcgis.display
Defines a random color ramp, where ramp is a list of randomly picked colors.
RandomColorRamp() - Constructor for class com.esri.arcgis.display.RandomColorRamp
Constructs a RandomColorRamp using ArcGIS Engine.
RandomColorRamp(Object) - Constructor for class com.esri.arcgis.display.RandomColorRamp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RandomColorRamp theRandomColorRamp = (RandomColorRamp) obj;
RangeDomain - Class in com.esri.arcgis.geodatabase
ESRI Range Domain object.
RangeDomain() - Constructor for class com.esri.arcgis.geodatabase.RangeDomain
Constructs a RangeDomain using ArcGIS Engine.
RangeDomain(Object) - Constructor for class com.esri.arcgis.geodatabase.RangeDomain
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RangeDomain theRangeDomain = (RangeDomain) obj;
Rank - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
The values from the set of input rasters are ranked on a cell-by-cell basis, and which of these gets returned is determined by the value of the rank input raster.
Rank() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Rank
Creates the Rank tool with defaults.
Rank(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Rank
Creates the Rank tool with the required parameters.
rank(IGeoDataset, IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.ILocalOp
Calculates the local rank between GeoDatasets.
rank(IGeoDataset, IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterLocalOp
Calculates the local rank between GeoDatasets.
RapidEyeBuilder - Class in com.esri.arcgis.datasourcesraster
A raster builder for RapidEye files
RapidEyeBuilder() - Constructor for class com.esri.arcgis.datasourcesraster.RapidEyeBuilder
Constructs a RapidEyeBuilder using ArcGIS Engine.
RapidEyeBuilder(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RapidEyeBuilder
Construct a RapidEyeBuilder using a reference to such an object returned from ArcGIS Engine or Server.
Raster - Class in com.esri.arcgis.datasourcesraster
An in-memory representation of a dynamic raster that can perform resampling and reprojection.
Raster() - Constructor for class com.esri.arcgis.datasourcesraster.Raster
Constructs a Raster using ArcGIS Engine.
Raster(Object) - Constructor for class com.esri.arcgis.datasourcesraster.Raster
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Raster theRaster = (Raster) obj;
raster(IGeoDataset, IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.IExtractionOp
Extracts the cells of a raster whose corresponding cells in the mask raster have valid value.
raster(IGeoDataset, IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.IExtractionOp2
Extracts the cells of a raster whose corresponding cells in the mask raster have valid value.
raster(IGeoDataset, IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterExtractionOp
Extracts the cells of a raster whose corresponding cells in the mask raster have valid value.
Raster3DProperties - Class in com.esri.arcgis.analyst3d
Three-dimensional scene filter for a raster.
Raster3DProperties() - Constructor for class com.esri.arcgis.analyst3d.Raster3DProperties
Constructs a Raster3DProperties using ArcGIS Engine.
Raster3DProperties(Object) - Constructor for class com.esri.arcgis.analyst3d.Raster3DProperties
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Raster3DProperties theRaster3DProperties = (Raster3DProperties) obj;
RasterAnalysis - Class in com.esri.arcgis.geoanalyst
A collection of information about the raster analysis environment.
RasterAnalysis() - Constructor for class com.esri.arcgis.geoanalyst.RasterAnalysis
Constructs a RasterAnalysis using ArcGIS Engine.
RasterAnalysis(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterAnalysis
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterAnalysis theRasterAnalysis = (RasterAnalysis) obj;
RasterAttributeTableManager - Class in com.esri.arcgis.datasourcesraster
A class for managing the association between a raster attribute table and its geodataset.
RasterAttributeTableManager() - Constructor for class com.esri.arcgis.datasourcesraster.RasterAttributeTableManager
Constructs a RasterAttributeTableManager using ArcGIS Engine.
RasterAttributeTableManager(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterAttributeTableManager
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterAttributeTableManager theRasterAttributeTableManager = (RasterAttributeTableManager) obj;
RasterBand - Class in com.esri.arcgis.datasourcesraster
A representation of a single band of a raster dataset on disk.
RasterBand(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterBand
Construct a RasterBand using a reference to such an object returned from ArcGIS Engine or Server.
RasterBandName - Class in com.esri.arcgis.geodatabase
A container for name information about a raster band.
RasterBandName() - Constructor for class com.esri.arcgis.geodatabase.RasterBandName
Constructs a RasterBandName using ArcGIS Engine.
RasterBandName(Object) - Constructor for class com.esri.arcgis.geodatabase.RasterBandName
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterBandName theRasterBandName = (RasterBandName) obj;
RasterBands - Class in com.esri.arcgis.datasourcesraster
An enumerator useful for iterating through a set of raster bands.
RasterBands(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterBands
Construct a RasterBands using a reference to such an object returned from ArcGIS Engine or Server.
RasterBasemapLayer - Class in com.esri.arcgis.carto
Basemap Layer containing a Raster.
RasterBasemapLayer(Object) - Constructor for class com.esri.arcgis.carto.RasterBasemapLayer
Construct a RasterBasemapLayer using a reference to such an object returned from ArcGIS Engine or Server.
RasterBasemapLayerContextAnalyzer - Class in com.esri.arcgis.arcmapui
A coclass for Raster Basemap Layer context analyzer.
RasterBasemapLayerContextAnalyzer(Object) - Constructor for class com.esri.arcgis.arcmapui.RasterBasemapLayerContextAnalyzer
Construct a RasterBasemapLayerContextAnalyzer using a reference to such an object returned from ArcGIS Engine or Server.
RasterBasemapLayerFactory - Class in com.esri.arcgis.carto
Factory to create Raster Basemap Layers
RasterBasemapLayerFactory() - Constructor for class com.esri.arcgis.carto.RasterBasemapLayerFactory
Constructs a RasterBasemapLayerFactory using ArcGIS Engine.
RasterBasemapLayerFactory(Object) - Constructor for class com.esri.arcgis.carto.RasterBasemapLayerFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterBasemapLayerFactory theRasterBasemapLayerFactory = (RasterBasemapLayerFactory) obj;
RasterCalcStatsHistogram - Class in com.esri.arcgis.datasourcesraster
A helper class for calculating raster statistics and histogram.
RasterCalcStatsHistogram() - Constructor for class com.esri.arcgis.datasourcesraster.RasterCalcStatsHistogram
Constructs a RasterCalcStatsHistogram using ArcGIS Engine.
RasterCalcStatsHistogram(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterCalcStatsHistogram
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCalcStatsHistogram theRasterCalcStatsHistogram = (RasterCalcStatsHistogram) obj;
RasterCalcUniqueValues - Class in com.esri.arcgis.datasourcesraster
A helper class for calculating raster unique values.
RasterCalcUniqueValues() - Constructor for class com.esri.arcgis.datasourcesraster.RasterCalcUniqueValues
Constructs a RasterCalcUniqueValues using ArcGIS Engine.
RasterCalcUniqueValues(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterCalcUniqueValues
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCalcUniqueValues theRasterCalcUniqueValues = (RasterCalcUniqueValues) obj;
RasterCatalog - Class in com.esri.arcgis.geodatabase
A collection of raster datasets in a Geodatabase table.
RasterCatalog(Object) - Constructor for class com.esri.arcgis.geodatabase.RasterCatalog
Construct a RasterCatalog using a reference to such an object returned from ArcGIS Engine or Server.
RasterCatalogClassDescription - Class in com.esri.arcgis.geodatabase
ESRI RasterCatalog Class Description.
RasterCatalogClassDescription() - Constructor for class com.esri.arcgis.geodatabase.RasterCatalogClassDescription
Constructs a RasterCatalogClassDescription using ArcGIS Engine.
RasterCatalogClassDescription(Object) - Constructor for class com.esri.arcgis.geodatabase.RasterCatalogClassDescription
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogClassDescription theRasterCatalogClassDescription = (RasterCatalogClassDescription) obj;
RasterCatalogGxBrowserFactory - Class in com.esri.arcgis.arcmapui
The Raster Catalog GX Browser Factory.
RasterCatalogGxBrowserFactory() - Constructor for class com.esri.arcgis.arcmapui.RasterCatalogGxBrowserFactory
Constructs a RasterCatalogGxBrowserFactory using ArcGIS Engine.
RasterCatalogGxBrowserFactory(Object) - Constructor for class com.esri.arcgis.arcmapui.RasterCatalogGxBrowserFactory
Construct a RasterCatalogGxBrowserFactory using a reference to such an object returned from ArcGIS Engine or Server.
RasterCatalogHelper - Class in com.esri.arcgis.geodatabase
A helper for RasterCatalog.
RasterCatalogHelper() - Constructor for class com.esri.arcgis.geodatabase.RasterCatalogHelper
Constructs a RasterCatalogHelper using ArcGIS Engine.
RasterCatalogHelper(Object) - Constructor for class com.esri.arcgis.geodatabase.RasterCatalogHelper
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogHelper theRasterCatalogHelper = (RasterCatalogHelper) obj;
RasterCatalogItem - Class in com.esri.arcgis.geodatabase
Raster Catalog Feature Class.
RasterCatalogItem() - Constructor for class com.esri.arcgis.geodatabase.RasterCatalogItem
Constructs a RasterCatalogItem using ArcGIS Engine.
RasterCatalogItem(Object) - Constructor for class com.esri.arcgis.geodatabase.RasterCatalogItem
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogItem theRasterCatalogItem = (RasterCatalogItem) obj;
RasterCatalogLayer - Class in com.esri.arcgis.carto
Raster catalog source and display options.
RasterCatalogLayer() - Constructor for class com.esri.arcgis.carto.RasterCatalogLayer
Constructs a RasterCatalogLayer using ArcGIS Engine.
RasterCatalogLayer(Object) - Constructor for class com.esri.arcgis.carto.RasterCatalogLayer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogLayer theRasterCatalogLayer = (RasterCatalogLayer) obj;
RasterCatalogLayerFactory - Class in com.esri.arcgis.carto
The Raster Catalog Layer Factory.
RasterCatalogLayerFactory() - Constructor for class com.esri.arcgis.carto.RasterCatalogLayerFactory
Constructs a RasterCatalogLayerFactory using ArcGIS Engine.
RasterCatalogLayerFactory(Object) - Constructor for class com.esri.arcgis.carto.RasterCatalogLayerFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogLayerFactory theRasterCatalogLayerFactory = (RasterCatalogLayerFactory) obj;
RasterCatalogLoader - Class in com.esri.arcgis.datasourcesraster
A raster catalog loader class.
RasterCatalogLoader() - Constructor for class com.esri.arcgis.datasourcesraster.RasterCatalogLoader
Constructs a RasterCatalogLoader using ArcGIS Engine.
RasterCatalogLoader(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterCatalogLoader
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogLoader theRasterCatalogLoader = (RasterCatalogLoader) obj;
RasterCatalogName - Class in com.esri.arcgis.geodatabase
ESRI RasterCatalog Name object.
RasterCatalogName() - Constructor for class com.esri.arcgis.geodatabase.RasterCatalogName
Constructs a RasterCatalogName using ArcGIS Engine.
RasterCatalogName(Object) - Constructor for class com.esri.arcgis.geodatabase.RasterCatalogName
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogName theRasterCatalogName = (RasterCatalogName) obj;
RasterCatalogRendererPickerDefault - Class in com.esri.arcgis.carto
A chooser for picking raster renderer for a raster catalog.
RasterCatalogRendererPickerDefault() - Constructor for class com.esri.arcgis.carto.RasterCatalogRendererPickerDefault
Constructs a RasterCatalogRendererPickerDefault using ArcGIS Engine.
RasterCatalogRendererPickerDefault(Object) - Constructor for class com.esri.arcgis.carto.RasterCatalogRendererPickerDefault
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogRendererPickerDefault theRasterCatalogRendererPickerDefault = (RasterCatalogRendererPickerDefault) obj;
RasterCatalogTable - Class in com.esri.arcgis.datasourcesraster
A special type of table used to display multiple rasters simultaneously.
RasterCatalogTable() - Constructor for class com.esri.arcgis.datasourcesraster.RasterCatalogTable
Constructs a RasterCatalogTable using ArcGIS Engine.
RasterCatalogTable(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterCatalogTable
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogTable theRasterCatalogTable = (RasterCatalogTable) obj;
RasterCatalogToRasterDataset - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Mosaics the contents of a raster catalog into a new raster dataset.
RasterCatalogToRasterDataset() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.RasterCatalogToRasterDataset
Creates the Raster Catalog To Raster Dataset tool with defaults.
RasterCatalogToRasterDataset(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.RasterCatalogToRasterDataset
Creates the Raster Catalog To Raster Dataset tool with the required parameters.
RasterClassifyColorRampRenderer - Class in com.esri.arcgis.carto
A renderer with a color ramp for rasters with classified values.
RasterClassifyColorRampRenderer() - Constructor for class com.esri.arcgis.carto.RasterClassifyColorRampRenderer
Constructs a RasterClassifyColorRampRenderer using ArcGIS Engine.
RasterClassifyColorRampRenderer(Object) - Constructor for class com.esri.arcgis.carto.RasterClassifyColorRampRenderer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterClassifyColorRampRenderer theRasterClassifyColorRampRenderer = (RasterClassifyColorRampRenderer) obj;
RasterClassNames - Class in com.esri.arcgis.datasourcesraster
A list of class (category) names.
RasterClassNames() - Constructor for class com.esri.arcgis.datasourcesraster.RasterClassNames
Constructs a RasterClassNames using ArcGIS Engine.
RasterClassNames(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterClassNames
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterClassNames theRasterClassNames = (RasterClassNames) obj;
RasterColormap - Class in com.esri.arcgis.datasourcesraster
A container for a colormap used to display a raster band.
RasterColormap() - Constructor for class com.esri.arcgis.datasourcesraster.RasterColormap
Constructs a RasterColormap using ArcGIS Engine.
RasterColormap(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterColormap
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterColormap theRasterColormap = (RasterColormap) obj;
RasterColormapRenderer - Class in com.esri.arcgis.carto
A raster colormap renderer.
RasterColormapRenderer() - Constructor for class com.esri.arcgis.carto.RasterColormapRenderer
Constructs a RasterColormapRenderer using ArcGIS Engine.
RasterColormapRenderer(Object) - Constructor for class com.esri.arcgis.carto.RasterColormapRenderer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterColormapRenderer theRasterColormapRenderer = (RasterColormapRenderer) obj;
RasterColormapToRGBConverter - Class in com.esri.arcgis.datasourcesraster
A helper class for converting between colormap to RGB raster.
RasterColormapToRGBConverter() - Constructor for class com.esri.arcgis.datasourcesraster.RasterColormapToRGBConverter
Constructs a RasterColormapToRGBConverter using ArcGIS Engine.
RasterColormapToRGBConverter(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterColormapToRGBConverter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterColormapToRGBConverter theRasterColormapToRGBConverter = (RasterColormapToRGBConverter) obj;
RasterCompare - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Compares the properties of two raster datasets or two raster catalogs and returns the comparison result.
RasterCompare() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.RasterCompare
Creates the Raster Compare tool with defaults.
RasterCompare(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.RasterCompare
Creates the Raster Compare tool with the required parameters.
RasterConditionalOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing conditional operations on rasters.
RasterConditionalOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterConditionalOp
Constructs a RasterConditionalOp using ArcGIS Engine.
RasterConditionalOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterConditionalOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterConditionalOp theRasterConditionalOp = (RasterConditionalOp) obj;
RasterConversionOp - Class in com.esri.arcgis.geoanalyst
ESRI raster conversion and import operations class.
RasterConversionOp() - Constructor for class com.esri.arcgis.geoanalyst.RasterConversionOp
Constructs a RasterConversionOp using ArcGIS Engine.
RasterConversionOp(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterConversionOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterConversionOp theRasterConversionOp = (RasterConversionOp) obj;
RasterConvertHelper - Class in com.esri.arcgis.geoanalyst
Raster conversion helper class.
RasterConvertHelper() - Constructor for class com.esri.arcgis.geoanalyst.RasterConvertHelper
Constructs a RasterConvertHelper using ArcGIS Engine.
RasterConvertHelper(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterConvertHelper
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterConvertHelper theRasterConvertHelper = (RasterConvertHelper) obj;
RasterConvolutionFilter - Class in com.esri.arcgis.datasourcesraster
A raster kernel-based filter.
RasterConvolutionFilter() - Constructor for class com.esri.arcgis.datasourcesraster.RasterConvolutionFilter
Constructs a RasterConvolutionFilter using ArcGIS Engine.
RasterConvolutionFilter(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterConvolutionFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterConvolutionFilter theRasterConvolutionFilter = (RasterConvolutionFilter) obj;
RasterCoordSysPage - Class in com.esri.arcgis.catalogUI
ESRI Raster Coordinate System Page.
RasterCoordSysPage() - Constructor for class com.esri.arcgis.catalogUI.RasterCoordSysPage
Constructs a RasterCoordSysPage using ArcGIS Engine.
RasterCoordSysPage(Object) - Constructor for class com.esri.arcgis.catalogUI.RasterCoordSysPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCoordSysPage theRasterCoordSysPage = (RasterCoordSysPage) obj;
RasterCursor - Class in com.esri.arcgis.datasourcesraster
A raster cursor class.
RasterCursor(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterCursor
Construct a RasterCursor using a reference to such an object returned from ArcGIS Engine or Server.
RasterDataManagementEventsHelper - Class in com.esri.arcgis.datasourcesraster
The raster data management events broadcaster.
RasterDataManagementEventsHelper(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterDataManagementEventsHelper
Construct a RasterDataManagementEventsHelper using a reference to such an object returned from ArcGIS Engine or Server.
RasterDataset - Class in com.esri.arcgis.datasourcesraster
A representation of a raster dataset on disk.
RasterDataset() - Constructor for class com.esri.arcgis.datasourcesraster.RasterDataset
Constructs a RasterDataset using ArcGIS Engine.
RasterDataset(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterDataset
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterDataset theRasterDataset = (RasterDataset) obj;
RasterDatasetBuilder - Class in com.esri.arcgis.datasourcesraster
A raster builder for raster datasets.
RasterDatasetBuilder() - Constructor for class com.esri.arcgis.datasourcesraster.RasterDatasetBuilder
Constructs a RasterDatasetBuilder using ArcGIS Engine.
RasterDatasetBuilder(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterDatasetBuilder
Construct a RasterDatasetBuilder using a reference to such an object returned from ArcGIS Engine or Server.
RasterDatasetCrawler - Class in com.esri.arcgis.datasourcesraster
A crawler for raster datasets.
RasterDatasetCrawler() - Constructor for class com.esri.arcgis.datasourcesraster.RasterDatasetCrawler
Constructs a RasterDatasetCrawler using ArcGIS Engine.
RasterDatasetCrawler(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterDatasetCrawler
Construct a RasterDatasetCrawler using a reference to such an object returned from ArcGIS Engine or Server.
RasterDatasetName - Class in com.esri.arcgis.geodatabase
A container for name information about a raster dataset.
RasterDatasetName() - Constructor for class com.esri.arcgis.geodatabase.RasterDatasetName
Constructs a RasterDatasetName using ArcGIS Engine.
RasterDatasetName(Object) - Constructor for class com.esri.arcgis.geodatabase.RasterDatasetName
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterDatasetName theRasterDatasetName = (RasterDatasetName) obj;
rasterDataToLineFeatureData(IGeoDataset, IWorkspace, String, boolean, boolean, Object) - Method in interface com.esri.arcgis.geoanalyst.IConversionOp
Convert raster data to feature data (FeatureClass or FeatureDataset).
rasterDataToLineFeatureData(IGeoDataset, IWorkspace, String, boolean, boolean, Object) - Method in class com.esri.arcgis.geoanalyst.RasterConversionOp
Convert raster data to feature data (FeatureClass or FeatureDataset).
rasterDataToPointFeatureData(IGeoDataset, IWorkspace, String) - Method in interface com.esri.arcgis.geoanalyst.IConversionOp
Convert raster data to feature data (FeatureClass or FeatureDataset).
rasterDataToPointFeatureData(IGeoDataset, IWorkspace, String) - Method in class com.esri.arcgis.geoanalyst.RasterConversionOp
Convert raster data to feature data (FeatureClass or FeatureDataset).
rasterDataToPolygonFeatureData(IGeoDataset, IWorkspace, String, boolean) - Method in interface com.esri.arcgis.geoanalyst.IConversionOp
Convert raster data to feature data (FeatureClass or FeatureDataset).
rasterDataToPolygonFeatureData(IGeoDataset, IWorkspace, String, boolean) - Method in class com.esri.arcgis.geoanalyst.RasterConversionOp
Convert raster data to feature data (FeatureClass or FeatureDataset).
RasterDef - Class in com.esri.arcgis.geodatabase
Raster Column Definition Class.
RasterDef() - Constructor for class com.esri.arcgis.geodatabase.RasterDef
Constructs a RasterDef using ArcGIS Engine.
RasterDef(Object) - Constructor for class com.esri.arcgis.geodatabase.RasterDef
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterDef theRasterDef = (RasterDef) obj;
RasterDefaultsEnv - Class in com.esri.arcgis.carto
A container for default raster environmental variables.
RasterDefaultsEnv() - Constructor for class com.esri.arcgis.carto.RasterDefaultsEnv
Constructs a RasterDefaultsEnv using ArcGIS Engine.
RasterDefaultsEnv(Object) - Constructor for class com.esri.arcgis.carto.RasterDefaultsEnv
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterDefaultsEnv theRasterDefaultsEnv = (RasterDefaultsEnv) obj;
RasterDensityOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing density operations on rasters.
RasterDensityOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterDensityOp
Constructs a RasterDensityOp using ArcGIS Engine.
RasterDensityOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterDensityOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterDensityOp theRasterDensityOp = (RasterDensityOp) obj;
RasterDescriptor - Class in com.esri.arcgis.geoanalyst
GeoAnalyst Raster descriptor object.
RasterDescriptor() - Constructor for class com.esri.arcgis.geoanalyst.RasterDescriptor
Constructs a RasterDescriptor using ArcGIS Engine.
RasterDescriptor(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterDescriptor
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterDescriptor theRasterDescriptor = (RasterDescriptor) obj;
RasterDiscreteColorRenderer - Class in com.esri.arcgis.carto
A raster discrete color renderer.
RasterDiscreteColorRenderer() - Constructor for class com.esri.arcgis.carto.RasterDiscreteColorRenderer
Constructs a RasterDiscreteColorRenderer using ArcGIS Engine.
RasterDiscreteColorRenderer(Object) - Constructor for class com.esri.arcgis.carto.RasterDiscreteColorRenderer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterDiscreteColorRenderer theRasterDiscreteColorRenderer = (RasterDiscreteColorRenderer) obj;
RasterDistanceOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing distance operations on rasters.
RasterDistanceOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterDistanceOp
Constructs a RasterDistanceOp using ArcGIS Engine.
RasterDistanceOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterDistanceOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterDistanceOp theRasterDistanceOp = (RasterDistanceOp) obj;
RasterDomain - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
This tool writes the interpolation zone of the input raster surface into a new 3D polyline or 3D polygon feature class.
RasterDomain() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.RasterDomain
Creates the Raster Domain tool with defaults.
RasterDomain(Object, Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.RasterDomain
Creates the Raster Domain tool with the required parameters.
RasterDomainExtractor - Class in com.esri.arcgis.datasourcesraster
A lightweight object for extracting raster domain.
RasterDomainExtractor() - Constructor for class com.esri.arcgis.datasourcesraster.RasterDomainExtractor
Constructs a RasterDomainExtractor using ArcGIS Engine.
RasterDomainExtractor(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterDomainExtractor
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterDomainExtractor theRasterDomainExtractor = (RasterDomainExtractor) obj;
RasterDRAShader - Class in com.esri.arcgis.carto
The raster shader for rendering pixels in dyanmic range adjustment mode.
RasterDRAShader() - Constructor for class com.esri.arcgis.carto.RasterDRAShader
Constructs a RasterDRAShader using ArcGIS Engine.
RasterDRAShader(Object) - Constructor for class com.esri.arcgis.carto.RasterDRAShader
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterDRAShader theRasterDRAShader = (RasterDRAShader) obj;
RasterExporter - Class in com.esri.arcgis.carto
A helper class for converting a Raster to an in-memory image.
RasterExporter() - Constructor for class com.esri.arcgis.carto.RasterExporter
Constructs a RasterExporter using ArcGIS Engine.
RasterExporter(Object) - Constructor for class com.esri.arcgis.carto.RasterExporter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterExporter theRasterExporter = (RasterExporter) obj;
RasterExtractionOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing operations that extract cells from rasters.
RasterExtractionOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterExtractionOp
Constructs a RasterExtractionOp using ArcGIS Engine.
RasterExtractionOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterExtractionOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterExtractionOp theRasterExtractionOp = (RasterExtractionOp) obj;
RasterFormatBILFilter - Class in com.esri.arcgis.catalog
The format filter for esri bil.
RasterFormatBILFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatBILFilter
Constructs a RasterFormatBILFilter using ArcGIS Engine.
RasterFormatBILFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatBILFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatBILFilter theRasterFormatBILFilter = (RasterFormatBILFilter) obj;
RasterFormatBIPFilter - Class in com.esri.arcgis.catalog
The format filter for esri bip.
RasterFormatBIPFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatBIPFilter
Constructs a RasterFormatBIPFilter using ArcGIS Engine.
RasterFormatBIPFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatBIPFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatBIPFilter theRasterFormatBIPFilter = (RasterFormatBIPFilter) obj;
RasterFormatBMPFilter - Class in com.esri.arcgis.catalog
The format filter for BMP.
RasterFormatBMPFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatBMPFilter
Constructs a RasterFormatBMPFilter using ArcGIS Engine.
RasterFormatBMPFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatBMPFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatBMPFilter theRasterFormatBMPFilter = (RasterFormatBMPFilter) obj;
RasterFormatBSQFilter - Class in com.esri.arcgis.catalog
The format filter for esri bsq.
RasterFormatBSQFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatBSQFilter
Constructs a RasterFormatBSQFilter using ArcGIS Engine.
RasterFormatBSQFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatBSQFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatBSQFilter theRasterFormatBSQFilter = (RasterFormatBSQFilter) obj;
RasterFormatENVIFilter - Class in com.esri.arcgis.catalog
The format filter for ENVI.
RasterFormatENVIFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatENVIFilter
Constructs a RasterFormatENVIFilter using ArcGIS Engine.
RasterFormatENVIFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatENVIFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatENVIFilter theRasterFormatENVIFilter = (RasterFormatENVIFilter) obj;
RasterFormatFGDBFilter - Class in com.esri.arcgis.catalog
The format filter for File Geodatabase Raster.
RasterFormatFGDBFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatFGDBFilter
Constructs a RasterFormatFGDBFilter using ArcGIS Engine.
RasterFormatFGDBFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatFGDBFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatFGDBFilter theRasterFormatFGDBFilter = (RasterFormatFGDBFilter) obj;
RasterFormatGIFFilter - Class in com.esri.arcgis.catalog
The format filter for GIF.
RasterFormatGIFFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatGIFFilter
Constructs a RasterFormatGIFFilter using ArcGIS Engine.
RasterFormatGIFFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatGIFFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatGIFFilter theRasterFormatGIFFilter = (RasterFormatGIFFilter) obj;
RasterFormatGridFilter - Class in com.esri.arcgis.catalog
The format filter for Grid.
RasterFormatGridFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatGridFilter
Constructs a RasterFormatGridFilter using ArcGIS Engine.
RasterFormatGridFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatGridFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatGridFilter theRasterFormatGridFilter = (RasterFormatGridFilter) obj;
RasterFormatImgFilter - Class in com.esri.arcgis.catalog
The format filter for IMG.
RasterFormatImgFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatImgFilter
Constructs a RasterFormatImgFilter using ArcGIS Engine.
RasterFormatImgFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatImgFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatImgFilter theRasterFormatImgFilter = (RasterFormatImgFilter) obj;
RasterFormatInfo - Class in com.esri.arcgis.carto
Information about raster file formats.
RasterFormatInfo(Object) - Constructor for class com.esri.arcgis.carto.RasterFormatInfo
Construct a RasterFormatInfo using a reference to such an object returned from ArcGIS Engine or Server.
RasterFormatJP2Filter - Class in com.esri.arcgis.catalog
The format filter for JP2.
RasterFormatJP2Filter() - Constructor for class com.esri.arcgis.catalog.RasterFormatJP2Filter
Constructs a RasterFormatJP2Filter using ArcGIS Engine.
RasterFormatJP2Filter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatJP2Filter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatJP2Filter theRasterFormatJP2Filter = (RasterFormatJP2Filter) obj;
RasterFormatJPGFilter - Class in com.esri.arcgis.catalog
The format filter for JPG.
RasterFormatJPGFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatJPGFilter
Constructs a RasterFormatJPGFilter using ArcGIS Engine.
RasterFormatJPGFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatJPGFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatJPGFilter theRasterFormatJPGFilter = (RasterFormatJPGFilter) obj;
RasterFormatPGDBFilter - Class in com.esri.arcgis.catalog
The format filter for Personal Geodatabase Raster.
RasterFormatPGDBFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatPGDBFilter
Constructs a RasterFormatPGDBFilter using ArcGIS Engine.
RasterFormatPGDBFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatPGDBFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatPGDBFilter theRasterFormatPGDBFilter = (RasterFormatPGDBFilter) obj;
RasterFormatPNGFilter - Class in com.esri.arcgis.catalog
The format filter for png.
RasterFormatPNGFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatPNGFilter
Constructs a RasterFormatPNGFilter using ArcGIS Engine.
RasterFormatPNGFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatPNGFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatPNGFilter theRasterFormatPNGFilter = (RasterFormatPNGFilter) obj;
RasterFormatSDEFilter - Class in com.esri.arcgis.catalog
The format filter for SDE Raster.
RasterFormatSDEFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatSDEFilter
Constructs a RasterFormatSDEFilter using ArcGIS Engine.
RasterFormatSDEFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatSDEFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatSDEFilter theRasterFormatSDEFilter = (RasterFormatSDEFilter) obj;
RasterFormatTifFilter - Class in com.esri.arcgis.catalog
The format filter for TIFF.
RasterFormatTifFilter() - Constructor for class com.esri.arcgis.catalog.RasterFormatTifFilter
Constructs a RasterFormatTifFilter using ArcGIS Engine.
RasterFormatTifFilter(Object) - Constructor for class com.esri.arcgis.catalog.RasterFormatTifFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFormatTifFilter theRasterFormatTifFilter = (RasterFormatTifFilter) obj;
RasterFunctionCollection - Class in com.esri.arcgis.datasourcesraster
A class for a raster function collection.
RasterFunctionCollection() - Constructor for class com.esri.arcgis.datasourcesraster.RasterFunctionCollection
Constructs a RasterFunctionCollection using ArcGIS Engine.
RasterFunctionCollection(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterFunctionCollection
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFunctionCollection theRasterFunctionCollection = (RasterFunctionCollection) obj;
RasterFunctionHelper - Class in com.esri.arcgis.datasourcesraster
A class for a raster function helper.
RasterFunctionHelper() - Constructor for class com.esri.arcgis.datasourcesraster.RasterFunctionHelper
Constructs a RasterFunctionHelper using ArcGIS Engine.
RasterFunctionHelper(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterFunctionHelper
Construct a RasterFunctionHelper using a reference to such an object returned from ArcGIS Engine or Server.
RasterFunctionTemplate - Class in com.esri.arcgis.datasourcesraster
A class for a template raster function.
RasterFunctionTemplate() - Constructor for class com.esri.arcgis.datasourcesraster.RasterFunctionTemplate
Constructs a RasterFunctionTemplate using ArcGIS Engine.
RasterFunctionTemplate(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterFunctionTemplate
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFunctionTemplate theRasterFunctionTemplate = (RasterFunctionTemplate) obj;
RasterFunctionTemplateArguments - Class in com.esri.arcgis.datasourcesraster
A class for template function arguments.
RasterFunctionTemplateArguments() - Constructor for class com.esri.arcgis.datasourcesraster.RasterFunctionTemplateArguments
Constructs a RasterFunctionTemplateArguments using ArcGIS Engine.
RasterFunctionTemplateArguments(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterFunctionTemplateArguments
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFunctionTemplateArguments theRasterFunctionTemplateArguments = (RasterFunctionTemplateArguments) obj;
RasterFunctionVariable - Class in com.esri.arcgis.datasourcesraster
The class for template raster function arguments.
RasterFunctionVariable() - Constructor for class com.esri.arcgis.datasourcesraster.RasterFunctionVariable
Constructs a RasterFunctionVariable using ArcGIS Engine.
RasterFunctionVariable(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterFunctionVariable
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterFunctionVariable theRasterFunctionVariable = (RasterFunctionVariable) obj;
RasterGeneralizeOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing simplifying operations on rasters.
RasterGeneralizeOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterGeneralizeOp
Constructs a RasterGeneralizeOp using ArcGIS Engine.
RasterGeneralizeOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterGeneralizeOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterGeneralizeOp theRasterGeneralizeOp = (RasterGeneralizeOp) obj;
RasterGeometryProc - Class in com.esri.arcgis.datasourcesraster
A mechanism to perform raster geometric operations, such as flip, rotate, and merge on rasters.
RasterGeometryProc() - Constructor for class com.esri.arcgis.datasourcesraster.RasterGeometryProc
Constructs a RasterGeometryProc using ArcGIS Engine.
RasterGeometryProc(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterGeometryProc
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterGeometryProc theRasterGeometryProc = (RasterGeometryProc) obj;
RasterGroundwaterOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing groundwater operations on rasters.
RasterGroundwaterOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterGroundwaterOp
Constructs a RasterGroundwaterOp using ArcGIS Engine.
RasterGroundwaterOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterGroundwaterOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterGroundwaterOp theRasterGroundwaterOp = (RasterGroundwaterOp) obj;
RasterGxBrowserFactory - Class in com.esri.arcgis.arcmapui
The Raster GX Browser Factory is used to help look for rasters on disk.
RasterGxBrowserFactory() - Constructor for class com.esri.arcgis.arcmapui.RasterGxBrowserFactory
Constructs a RasterGxBrowserFactory using ArcGIS Engine.
RasterGxBrowserFactory(Object) - Constructor for class com.esri.arcgis.arcmapui.RasterGxBrowserFactory
Construct a RasterGxBrowserFactory using a reference to such an object returned from ArcGIS Engine or Server.
RasterHistogram - Class in com.esri.arcgis.datasourcesraster
A raster histogram class.
RasterHistogram() - Constructor for class com.esri.arcgis.datasourcesraster.RasterHistogram
Constructs a RasterHistogram using ArcGIS Engine.
RasterHistogram(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterHistogram
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterHistogram theRasterHistogram = (RasterHistogram) obj;
RasterHydrologyOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing hydrological operations on rasters.
RasterHydrologyOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterHydrologyOp
Constructs a RasterHydrologyOp using ArcGIS Engine.
RasterHydrologyOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterHydrologyOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterHydrologyOp theRasterHydrologyOp = (RasterHydrologyOp) obj;
RasterIdentifyObj - Class in com.esri.arcgis.carto
A raster object identified on the display.
RasterIdentifyObj(Object) - Constructor for class com.esri.arcgis.carto.RasterIdentifyObj
Construct a RasterIdentifyObj using a reference to such an object returned from ArcGIS Engine or Server.
RasterInfo - Class in com.esri.arcgis.datasourcesraster
A class for a raster info value object containing information about a raster.
RasterInfo() - Constructor for class com.esri.arcgis.datasourcesraster.RasterInfo
Constructs a RasterInfo using ArcGIS Engine.
RasterInfo(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterInfo
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterInfo theRasterInfo = (RasterInfo) obj;
RasterInfoFunction - Class in com.esri.arcgis.datasourcesraster
The raster info function for modifying raster properties.
RasterInfoFunction() - Constructor for class com.esri.arcgis.datasourcesraster.RasterInfoFunction
Constructs a RasterInfoFunction using ArcGIS Engine.
RasterInfoFunction(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterInfoFunction
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterInfoFunction theRasterInfoFunction = (RasterInfoFunction) obj;
RasterInfoFunctionArguments - Class in com.esri.arcgis.datasourcesraster
The raster info function arguments.
RasterInfoFunctionArguments() - Constructor for class com.esri.arcgis.datasourcesraster.RasterInfoFunctionArguments
Constructs a RasterInfoFunctionArguments using ArcGIS Engine.
RasterInfoFunctionArguments(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterInfoFunctionArguments
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterInfoFunctionArguments theRasterInfoFunctionArguments = (RasterInfoFunctionArguments) obj;
RasterInfos - Class in com.esri.arcgis.datasourcesraster
An array of RasterInfo objects.
RasterInfos() - Constructor for class com.esri.arcgis.datasourcesraster.RasterInfos
Constructs a RasterInfos using ArcGIS Engine.
RasterInfos(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterInfos
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterInfos theRasterInfos = (RasterInfos) obj;
RasterInterpolationOp - Class in com.esri.arcgis.geoanalyst
Raster interpolation operation class.
RasterInterpolationOp() - Constructor for class com.esri.arcgis.geoanalyst.RasterInterpolationOp
Constructs a RasterInterpolationOp using ArcGIS Engine.
RasterInterpolationOp(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterInterpolationOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterInterpolationOp theRasterInterpolationOp = (RasterInterpolationOp) obj;
RasterLayer - Class in com.esri.arcgis.carto
Raster layer source and display options.
RasterLayer() - Constructor for class com.esri.arcgis.carto.RasterLayer
Constructs a RasterLayer using ArcGIS Engine.
RasterLayer(Object) - Constructor for class com.esri.arcgis.carto.RasterLayer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterLayer theRasterLayer = (RasterLayer) obj;
RasterLayerContextAnalyzer - Class in com.esri.arcgis.arcmapui
A coclass for RasterLayer context analyzer.
RasterLayerContextAnalyzer(Object) - Constructor for class com.esri.arcgis.arcmapui.RasterLayerContextAnalyzer
Construct a RasterLayerContextAnalyzer using a reference to such an object returned from ArcGIS Engine or Server.
RasterLayerDrawingDescription - Class in com.esri.arcgis.carto
Raster layer drawing description.
RasterLayerDrawingDescription() - Constructor for class com.esri.arcgis.carto.RasterLayerDrawingDescription
Constructs a RasterLayerDrawingDescription using ArcGIS Engine.
RasterLayerDrawingDescription(Object) - Constructor for class com.esri.arcgis.carto.RasterLayerDrawingDescription
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterLayerDrawingDescription theRasterLayerDrawingDescription = (RasterLayerDrawingDescription) obj;
RasterLayerDrawingDescriptionFactory - Class in com.esri.arcgis.carto
Raster layer drawing description factory.
RasterLayerDrawingDescriptionFactory() - Constructor for class com.esri.arcgis.carto.RasterLayerDrawingDescriptionFactory
Constructs a RasterLayerDrawingDescriptionFactory using ArcGIS Engine.
RasterLayerDrawingDescriptionFactory(Object) - Constructor for class com.esri.arcgis.carto.RasterLayerDrawingDescriptionFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterLayerDrawingDescriptionFactory theRasterLayerDrawingDescriptionFactory = (RasterLayerDrawingDescriptionFactory) obj;
RasterLayerExport - Class in com.esri.arcgis.carto
A helper class to export raster data from a raster layer.
RasterLayerExport() - Constructor for class com.esri.arcgis.carto.RasterLayerExport
Constructs a RasterLayerExport using ArcGIS Engine.
RasterLayerExport(Object) - Constructor for class com.esri.arcgis.carto.RasterLayerExport
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterLayerExport theRasterLayerExport = (RasterLayerExport) obj;
RasterLayerFactory - Class in com.esri.arcgis.carto
The Raster Layer Factory is used to help look for rasters on disk.
RasterLayerFactory() - Constructor for class com.esri.arcgis.carto.RasterLayerFactory
Constructs a RasterLayerFactory using ArcGIS Engine.
RasterLayerFactory(Object) - Constructor for class com.esri.arcgis.carto.RasterLayerFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterLayerFactory theRasterLayerFactory = (RasterLayerFactory) obj;
RasterLoader - Class in com.esri.arcgis.datasourcesraster
A raster loader class.
RasterLoader() - Constructor for class com.esri.arcgis.datasourcesraster.RasterLoader
Constructs a RasterLoader using ArcGIS Engine.
RasterLoader(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterLoader
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterLoader theRasterLoader = (RasterLoader) obj;
RasterLocalOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing local operations on rasters.
RasterLocalOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterLocalOp
Constructs a RasterLocalOp using ArcGIS Engine.
RasterLocalOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterLocalOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterLocalOp theRasterLocalOp = (RasterLocalOp) obj;
RasterMakerOp - Class in com.esri.arcgis.geoanalyst
A mechanism for generating rasters.
RasterMakerOp() - Constructor for class com.esri.arcgis.geoanalyst.RasterMakerOp
Constructs a RasterMakerOp using ArcGIS Engine.
RasterMakerOp(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterMakerOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterMakerOp theRasterMakerOp = (RasterMakerOp) obj;
RasterMapAlgebraOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing MapAlgebra operations on rasters.
RasterMapAlgebraOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterMapAlgebraOp
Constructs a RasterMapAlgebraOp using ArcGIS Engine.
RasterMapAlgebraOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterMapAlgebraOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterMapAlgebraOp theRasterMapAlgebraOp = (RasterMapAlgebraOp) obj;
RasterMathOps - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing mathematical operations on rasters.
RasterMathOps() - Constructor for class com.esri.arcgis.spatialanalyst.RasterMathOps
Constructs a RasterMathOps using ArcGIS Engine.
RasterMathOps(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterMathOps
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterMathOps theRasterMathOps = (RasterMathOps) obj;
RasterMathSupportOp - Class in com.esri.arcgis.geoanalyst
Raster mathematic support operation class.
RasterMathSupportOp() - Constructor for class com.esri.arcgis.geoanalyst.RasterMathSupportOp
Constructs a RasterMathSupportOp using ArcGIS Engine.
RasterMathSupportOp(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterMathSupportOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterMathSupportOp theRasterMathSupportOp = (RasterMathSupportOp) obj;
RasterModel - Class in com.esri.arcgis.geoanalyst
A mechanism that allows scripting of operations, and inclusion of non-raster input/output formats (feature data, tables, etc).
RasterModel() - Constructor for class com.esri.arcgis.geoanalyst.RasterModel
Constructs a RasterModel using ArcGIS Engine.
RasterModel(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterModel
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterModel theRasterModel = (RasterModel) obj;
RasterMultivariateOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing multivariate operations on rasters.
RasterMultivariateOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterMultivariateOp
Constructs a RasterMultivariateOp using ArcGIS Engine.
RasterMultivariateOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterMultivariateOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterMultivariateOp theRasterMultivariateOp = (RasterMultivariateOp) obj;
RasterNativeType - Class in com.esri.arcgis.datasourcesraster
Native type for raster datasets.
RasterNativeType(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterNativeType
Construct a RasterNativeType using a reference to such an object returned from ArcGIS Engine or Server.
RasterNeighborhood - Class in com.esri.arcgis.geoanalyst
ESRI Raster neighborhood object.
RasterNeighborhood() - Constructor for class com.esri.arcgis.geoanalyst.RasterNeighborhood
Constructs a RasterNeighborhood using ArcGIS Engine.
RasterNeighborhood(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterNeighborhood
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterNeighborhood theRasterNeighborhood = (RasterNeighborhood) obj;
RasterNeighborhoodOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing neighbourhood operations on rasters.
RasterNeighborhoodOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterNeighborhoodOp
Constructs a RasterNeighborhoodOp using ArcGIS Engine.
RasterNeighborhoodOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterNeighborhoodOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterNeighborhoodOp theRasterNeighborhoodOp = (RasterNeighborhoodOp) obj;
RasterPicture - Class in com.esri.arcgis.datasourcesraster
A lightweight object for displaying some raster formats in a simple manner.
RasterPicture() - Constructor for class com.esri.arcgis.datasourcesraster.RasterPicture
Constructs a RasterPicture using ArcGIS Engine.
RasterPicture(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterPicture
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterPicture theRasterPicture = (RasterPicture) obj;
RasterRadius - Class in com.esri.arcgis.geoanalyst
GeoAnalyst Raster radius object.
RasterRadius() - Constructor for class com.esri.arcgis.geoanalyst.RasterRadius
Constructs a RasterRadius using ArcGIS Engine.
RasterRadius(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterRadius
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterRadius theRasterRadius = (RasterRadius) obj;
RasterReclassOp - Class in com.esri.arcgis.geoanalyst
Raster Reclass operation class.
RasterReclassOp() - Constructor for class com.esri.arcgis.geoanalyst.RasterReclassOp
Constructs a RasterReclassOp using ArcGIS Engine.
RasterReclassOp(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterReclassOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterReclassOp theRasterReclassOp = (RasterReclassOp) obj;
RasterRendererMakerDefault - Class in com.esri.arcgis.carto
A way to determine which renderer is used for the default display of a raster dataset.
RasterRendererMakerDefault() - Constructor for class com.esri.arcgis.carto.RasterRendererMakerDefault
Constructs a RasterRendererMakerDefault using ArcGIS Engine.
RasterRendererMakerDefault(Object) - Constructor for class com.esri.arcgis.carto.RasterRendererMakerDefault
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterRendererMakerDefault theRasterRendererMakerDefault = (RasterRendererMakerDefault) obj;
RasterRGBRenderer - Class in com.esri.arcgis.carto
A true-color RGB renderer.
RasterRGBRenderer() - Constructor for class com.esri.arcgis.carto.RasterRGBRenderer
Constructs a RasterRGBRenderer using ArcGIS Engine.
RasterRGBRenderer(Object) - Constructor for class com.esri.arcgis.carto.RasterRGBRenderer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterRGBRenderer theRasterRGBRenderer = (RasterRGBRenderer) obj;
RasterRGBSymbol - Class in com.esri.arcgis.carto
ESRI RasterRGBSymbol for raster rendering.
RasterRGBSymbol(Object) - Constructor for class com.esri.arcgis.carto.RasterRGBSymbol
Construct a RasterRGBSymbol using a reference to such an object returned from ArcGIS Engine or Server.
RasterRouteFinder - Class in com.esri.arcgis.datasourcesraster
A seamline modifier that finds a route along the difference raster.
RasterRouteFinder() - Constructor for class com.esri.arcgis.datasourcesraster.RasterRouteFinder
Constructs a RasterRouteFinder using ArcGIS Engine.
RasterRouteFinder(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterRouteFinder
Construct a RasterRouteFinder using a reference to such an object returned from ArcGIS Engine or Server.
RasterServiceHelper - Class in com.esri.arcgis.carto
A Web Service helper class.
RasterServiceHelper() - Constructor for class com.esri.arcgis.carto.RasterServiceHelper
Constructs a RasterServiceHelper using ArcGIS Engine.
RasterServiceHelper(Object) - Constructor for class com.esri.arcgis.carto.RasterServiceHelper
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterServiceHelper theRasterServiceHelper = (RasterServiceHelper) obj;
RasterShader - Class in com.esri.arcgis.carto
The raster shader for rendering pixels.
RasterShader() - Constructor for class com.esri.arcgis.carto.RasterShader
Constructs a RasterShader using ArcGIS Engine.
RasterShader(Object) - Constructor for class com.esri.arcgis.carto.RasterShader
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterShader theRasterShader = (RasterShader) obj;
RasterStatistics - Class in com.esri.arcgis.datasourcesraster
A raster statistics class.
RasterStatistics() - Constructor for class com.esri.arcgis.datasourcesraster.RasterStatistics
Constructs a RasterStatistics using ArcGIS Engine.
RasterStatistics(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterStatistics
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterStatistics theRasterStatistics = (RasterStatistics) obj;
RasterStatus - Class in com.esri.arcgis.datasourcesraster
The raster event listener object.
RasterStatus() - Constructor for class com.esri.arcgis.datasourcesraster.RasterStatus
Constructs a RasterStatus using ArcGIS Engine.
RasterStatus(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterStatus
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterStatus theRasterStatus = (RasterStatus) obj;
RasterStatusEvent2Helper - Class in com.esri.arcgis.datasourcesraster
The raster status event helper class for broadcasting events.
RasterStatusEvent2Helper(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterStatusEvent2Helper
Construct a RasterStatusEvent2Helper using a reference to such an object returned from ArcGIS Engine or Server.
RasterStatusEventHelper - Class in com.esri.arcgis.datasourcesraster
The raster status event helper class for broadcasting events.
RasterStatusEventHelper(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterStatusEventHelper
Construct a RasterStatusEventHelper using a reference to such an object returned from ArcGIS Engine or Server.
RasterStorageDef - Class in com.esri.arcgis.geodatabase
Raster Value Storage Definition Class.
RasterStorageDef() - Constructor for class com.esri.arcgis.geodatabase.RasterStorageDef
Constructs a RasterStorageDef using ArcGIS Engine.
RasterStorageDef(Object) - Constructor for class com.esri.arcgis.geodatabase.RasterStorageDef
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterStorageDef theRasterStorageDef = (RasterStorageDef) obj;
RasterStretchColorRampRenderer - Class in com.esri.arcgis.carto
A renderer with a color ramp for rasters with continuous values.
RasterStretchColorRampRenderer() - Constructor for class com.esri.arcgis.carto.RasterStretchColorRampRenderer
Constructs a RasterStretchColorRampRenderer using ArcGIS Engine.
RasterStretchColorRampRenderer(Object) - Constructor for class com.esri.arcgis.carto.RasterStretchColorRampRenderer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterStretchColorRampRenderer theRasterStretchColorRampRenderer = (RasterStretchColorRampRenderer) obj;
RasterSurface - Class in com.esri.arcgis.analyst3d
The ESRI raster surface component.
RasterSurface() - Constructor for class com.esri.arcgis.analyst3d.RasterSurface
Constructs a RasterSurface using ArcGIS Engine.
RasterSurface(Object) - Constructor for class com.esri.arcgis.analyst3d.RasterSurface
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterSurface theRasterSurface = (RasterSurface) obj;
RasterSurfaceOp - Class in com.esri.arcgis.geoanalyst
Raster surface operation class.
RasterSurfaceOp() - Constructor for class com.esri.arcgis.geoanalyst.RasterSurfaceOp
Constructs a RasterSurfaceOp using ArcGIS Engine.
RasterSurfaceOp(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterSurfaceOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterSurfaceOp theRasterSurfaceOp = (RasterSurfaceOp) obj;
RasterTableShowMultiItem - Class in com.esri.arcgis.arcmapui
A coclass shows multi-item menu of a RasterTable.
RasterTableShowMultiItem() - Constructor for class com.esri.arcgis.arcmapui.RasterTableShowMultiItem
Constructs a RasterTableShowMultiItem using ArcGIS Engine.
RasterTableShowMultiItem(Object) - Constructor for class com.esri.arcgis.arcmapui.RasterTableShowMultiItem
Construct a RasterTableShowMultiItem using a reference to such an object returned from ArcGIS Engine or Server.
RasterThumbnailBuilder - Class in com.esri.arcgis.carto
A helper class for converting a Raster to an in-memory raster thumbnail.
RasterThumbnailBuilder() - Constructor for class com.esri.arcgis.carto.RasterThumbnailBuilder
Constructs a RasterThumbnailBuilder using ArcGIS Engine.
RasterThumbnailBuilder(Object) - Constructor for class com.esri.arcgis.carto.RasterThumbnailBuilder
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterThumbnailBuilder theRasterThumbnailBuilder = (RasterThumbnailBuilder) obj;
RasterTin - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
Converts a raster to a TIN.
RasterTin() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.RasterTin
Creates the Raster to TIN tool with defaults.
RasterTin(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.RasterTin
Creates the Raster to TIN tool with the required parameters.
RasterToASCII - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Converts a raster dataset to an ASCII text file representing raster data.
RasterToASCII() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToASCII
Creates the Raster to ASCII tool with defaults.
RasterToASCII(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToASCII
Creates the Raster to ASCII tool with the required parameters.
RasterToDTED - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Splits a raster dataset into files based on the DTED tiling structure.
RasterToDTED() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.RasterToDTED
Creates the Raster To DTED tool with defaults.
RasterToDTED(Object, Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.RasterToDTED
Creates the Raster To DTED tool with the required parameters.
RasterToFloat - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Converts a raster dataset to a file of binary floating-point values representing raster data.
RasterToFloat() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToFloat
Creates the Raster to Float tool with defaults.
RasterToFloat(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToFloat
Creates the Raster to Float tool with the required parameters.
RasterToGeodatabase - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Loads multiple raster datasets into a geodatabase or raster catalog.
RasterToGeodatabase() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToGeodatabase
Creates the Raster To Geodatabase (multiple) tool with defaults.
RasterToGeodatabase(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToGeodatabase
Creates the Raster To Geodatabase (multiple) tool with the required parameters.
RasterToMultipoint - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
This tool converts a raster into a new multipoint feature class.
RasterToMultipoint() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.RasterToMultipoint
Creates the Raster to Multipoint tool with defaults.
RasterToMultipoint(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.RasterToMultipoint
Creates the Raster to Multipoint tool with the required parameters.
RasterToNetCDF - Class in com.esri.arcgis.geoprocessing.tools.multidimensiontools
Converts a raster dataset to a netCDF file.
RasterToNetCDF() - Constructor for class com.esri.arcgis.geoprocessing.tools.multidimensiontools.RasterToNetCDF
Creates the Raster to NetCDF tool with defaults.
RasterToNetCDF(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.multidimensiontools.RasterToNetCDF
Creates the Raster to NetCDF tool with the required parameters.
RasterToolExtension - Class in com.esri.arcgis.arcmapui
The extension of raster tool.
RasterToolExtension() - Constructor for class com.esri.arcgis.arcmapui.RasterToolExtension
Constructs a RasterToolExtension using ArcGIS Engine.
RasterToolExtension(Object) - Constructor for class com.esri.arcgis.arcmapui.RasterToolExtension
Construct a RasterToolExtension using a reference to such an object returned from ArcGIS Engine or Server.
RasterToolsDockWin - Class in com.esri.arcgis.arcmapui
The Raster Tools Dockable Window.
RasterToolsDockWin() - Constructor for class com.esri.arcgis.arcmapui.RasterToolsDockWin
Constructs a RasterToolsDockWin using ArcGIS Engine.
RasterToolsDockWin(Object) - Constructor for class com.esri.arcgis.arcmapui.RasterToolsDockWin
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterToolsDockWin theRasterToolsDockWin = (RasterToolsDockWin) obj;
RasterToOtherFormat - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Converts one or more raster dataset formats supported by ArcGIS to a BIL, BIP, BMP, BSQ, ENVI DAT, GIF, GRID, ERDAS IMAGINE, JPEG, JPEG 2000, PNG TIFF, or to a geodatabase raster dataset format.
RasterToOtherFormat() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToOtherFormat
Creates the Raster To Other Format (multiple) tool with defaults.
RasterToOtherFormat(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToOtherFormat
Creates the Raster To Other Format (multiple) tool with the required parameters.
RasterToPoint - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Converts a raster dataset to point features.
RasterToPoint() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToPoint
Creates the Raster to Point tool with defaults.
RasterToPoint(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToPoint
Creates the Raster to Point tool with the required parameters.
RasterToPolygon - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Converts a raster dataset to polygon features.
RasterToPolygon() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToPolygon
Creates the Raster to Polygon tool with defaults.
RasterToPolygon(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToPolygon
Creates the Raster to Polygon tool with the required parameters.
RasterToPolyline - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Converts a raster to polyline features.
RasterToPolyline() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToPolyline
Creates the Raster to Polyline tool with defaults.
RasterToPolyline(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToPolyline
Creates the Raster to Polyline tool with the required parameters.
RasterToVideo - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Creates a video file from a set of images.
RasterToVideo() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToVideo
Creates the Raster To Video tool with defaults.
RasterToVideo(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.RasterToVideo
Creates the Raster To Video tool with the required parameters.
RasterTransformationOp - Class in com.esri.arcgis.geoanalyst
ESRI Transformation operations class.
RasterTransformationOp() - Constructor for class com.esri.arcgis.geoanalyst.RasterTransformationOp
Constructs a RasterTransformationOp using ArcGIS Engine.
RasterTransformationOp(Object) - Constructor for class com.esri.arcgis.geoanalyst.RasterTransformationOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterTransformationOp theRasterTransformationOp = (RasterTransformationOp) obj;
RasterType - Class in com.esri.arcgis.datasourcesraster
A raster type object.
RasterType() - Constructor for class com.esri.arcgis.datasourcesraster.RasterType
Constructs a RasterType using ArcGIS Engine.
RasterType(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterType
Construct a RasterType using a reference to such an object returned from ArcGIS Engine or Server.
RasterTypeEnvironment - Class in com.esri.arcgis.datasourcesraster
The raster type environment.
RasterTypeEnvironment() - Constructor for class com.esri.arcgis.datasourcesraster.RasterTypeEnvironment
Constructs a RasterTypeEnvironment using ArcGIS Engine.
RasterTypeEnvironment(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterTypeEnvironment
Construct a RasterTypeEnvironment using a reference to such an object returned from ArcGIS Engine or Server.
RasterTypeFactory - Class in com.esri.arcgis.datasourcesraster
A raster type factory object.
RasterTypeFactory() - Constructor for class com.esri.arcgis.datasourcesraster.RasterTypeFactory
Constructs a RasterTypeFactory using ArcGIS Engine.
RasterTypeFactory(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterTypeFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterTypeFactory theRasterTypeFactory = (RasterTypeFactory) obj;
RasterTypeItemURI - Class in com.esri.arcgis.datasourcesraster
An item URI constructed by the raster type object.
RasterTypeItemURI() - Constructor for class com.esri.arcgis.datasourcesraster.RasterTypeItemURI
Constructs a RasterTypeItemURI using ArcGIS Engine.
RasterTypeItemURI(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterTypeItemURI
Construct a RasterTypeItemURI using a reference to such an object returned from ArcGIS Engine or Server.
RasterTypeName - Class in com.esri.arcgis.datasourcesraster
The raster type name object.
RasterTypeName() - Constructor for class com.esri.arcgis.datasourcesraster.RasterTypeName
Constructs a RasterTypeName using ArcGIS Engine.
RasterTypeName(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterTypeName
Construct a RasterTypeName using a reference to such an object returned from ArcGIS Engine or Server.
RasterUniqueValueRenderer - Class in com.esri.arcgis.carto
A renderer for rasters with unique values.
RasterUniqueValueRenderer() - Constructor for class com.esri.arcgis.carto.RasterUniqueValueRenderer
Constructs a RasterUniqueValueRenderer using ArcGIS Engine.
RasterUniqueValueRenderer(Object) - Constructor for class com.esri.arcgis.carto.RasterUniqueValueRenderer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterUniqueValueRenderer theRasterUniqueValueRenderer = (RasterUniqueValueRenderer) obj;
RasterValue - Class in com.esri.arcgis.geodatabase
The Raster Value Class.
RasterValue() - Constructor for class com.esri.arcgis.geodatabase.RasterValue
Constructs a RasterValue using ArcGIS Engine.
RasterValue(Object) - Constructor for class com.esri.arcgis.geodatabase.RasterValue
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterValue theRasterValue = (RasterValue) obj;
RasterWorkspace - Class in com.esri.arcgis.datasourcesraster
The raster workspace object.
RasterWorkspace(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterWorkspace
Construct a RasterWorkspace using a reference to such an object returned from ArcGIS Engine or Server.
RasterWorkspaceFactory - Class in com.esri.arcgis.datasourcesraster
Provides access to members that control creation of raster workspaces.
RasterWorkspaceFactory() - Constructor for class com.esri.arcgis.datasourcesraster.RasterWorkspaceFactory
Constructs a RasterWorkspaceFactory using ArcGIS Engine.
RasterWorkspaceFactory(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterWorkspaceFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterWorkspaceFactory theRasterWorkspaceFactory = (RasterWorkspaceFactory) obj;
RasterXformer - Class in com.esri.arcgis.datasourcesraster
A raster transformer class.
RasterXformer() - Constructor for class com.esri.arcgis.datasourcesraster.RasterXformer
Constructs a RasterXformer using ArcGIS Engine.
RasterXformer(Object) - Constructor for class com.esri.arcgis.datasourcesraster.RasterXformer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterXformer theRasterXformer = (RasterXformer) obj;
RasterZonalOp - Class in com.esri.arcgis.spatialanalyst
A mechanism for performing zonal operations on rasters.
RasterZonalOp() - Constructor for class com.esri.arcgis.spatialanalyst.RasterZonalOp
Constructs a RasterZonalOp using ArcGIS Engine.
RasterZonalOp(Object) - Constructor for class com.esri.arcgis.spatialanalyst.RasterZonalOp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterZonalOp theRasterZonalOp = (RasterZonalOp) obj;
RateFormat - Class in com.esri.arcgis.system
An object for formatting numbers in a rate format.
RateFormat() - Constructor for class com.esri.arcgis.system.RateFormat
Constructs a RateFormat using ArcGIS Engine.
RateFormat(Object) - Constructor for class com.esri.arcgis.system.RateFormat
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RateFormat theRateFormat = (RateFormat) obj;
RatePropertyPage - Class in com.esri.arcgis.framework
Rate Format Property Page.
RatePropertyPage() - Constructor for class com.esri.arcgis.framework.RatePropertyPage
Constructs a RatePropertyPage using ArcGIS Engine.
RatePropertyPage(Object) - Constructor for class com.esri.arcgis.framework.RatePropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RatePropertyPage theRatePropertyPage = (RatePropertyPage) obj;
Ray - Class in com.esri.arcgis.geometry
A 3D ray that begins at a point and extends infinitely along a line in one direction only.
Ray() - Constructor for class com.esri.arcgis.geometry.Ray
Constructs a Ray using ArcGIS Engine.
Ray(Object) - Constructor for class com.esri.arcgis.geometry.Ray
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Ray theRay = (Ray) obj;
read(IPnt, IPixelBlock) - Method in class com.esri.arcgis.carto.RenderedRaster
Read a block of pixels starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ArithmeticFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.AspectFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ClipFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ColormapFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ColormapToRGBFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ColorspaceConversionFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ComplexFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.CompositeBandFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ConstantFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ConvolutionFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ExcludedAreaFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ExtractBandFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.FootprintFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.FunctionRasterDataset
Reads a block of pixels starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.GeometricFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.GrayscaleFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.HillshadeFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.IdentityFunction
Reads a pixel block starting from the top left corner.
read(int, int) - Method in interface com.esri.arcgis.datasourcesraster.IDescColumn
Read data from the descriptor table.
read(int, int) - Method in class com.esri.arcgis.datasourcesraster.IDescColumnProxy
Read data from the descriptor table.
read(IPnt, IPixelBlock) - Method in interface com.esri.arcgis.datasourcesraster.IPixelReader
Reads a pixel block.
read(IPnt, IRaster, IPixelBlock) - Method in interface com.esri.arcgis.datasourcesraster.IRasterFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IRaster, IPixelBlock) - Method in interface com.esri.arcgis.datasourcesraster.IRasterFunctionHelper
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.IRasterFunctionHelperProxy
Reads a pixel block starting from the top left corner.
read(IPnt, IPixelBlock) - Method in interface com.esri.arcgis.datasourcesraster.IRasterXformer
Reads a pixel block.
read(IPnt, IPixelBlock) - Method in interface com.esri.arcgis.datasourcesraster.IRawPixelReader
Reads a pixel block.
read(IPnt, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.IRawPixelReaderProxy
Reads a pixel block.
read(IPnt, IPixelBlock) - Method in interface com.esri.arcgis.datasourcesraster.IRawPixels
Read a block of pixels starting from tlc (top left corner).
read(IPnt, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.IRawPixelsProxy
Read a block of pixels starting from tlc (top left corner).
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.MaskFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.MosaicFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.MosaicRaster
Read a block of pixels starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.MosaicRastersFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.NDVIFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.PansharpeningFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.Raster
Read a block of pixels starting from the top left corner.
read(IPnt, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RasterBand
Read a block of pixels starting from tlc (top left corner).
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RasterDataset
Reads a block of pixels starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RasterFunctionCollection
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RasterFunctionHelper
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RasterFunctionTemplate
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RasterInfoFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RasterXformer
Reads a pixel block.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RemapFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RGB32Function
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RGB32ToRGBFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.SAIFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.ShadedReliefFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.SimplePixelReader
Reads a pixel block.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.SlopeFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.SpectralConversionFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.StatisticsFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.StretchFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.TrendFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in class com.esri.arcgis.geoanalyst.MLClassifyFunction
Reads a pixel block starting from the top left corner.
read(IPnt, IPixelBlock) - Method in interface com.esri.arcgis.geodatabase.IRaster
Read a block of pixels starting from the top left corner.
read(IPnt, IRaster, IPixelBlock) - Method in interface com.esri.arcgis.geodatabase.IRasterDataset3
Reads a block of pixels starting from the top left corner.
read(int, int, int, int[]) - Method in class com.esri.arcgis.system.ByteSwapStreamIO
Perform a read byte swapping to the native format.
read(int, int, int, int[]) - Method in interface com.esri.arcgis.system.IByteSwapStreamIO
Perform a read byte swapping to the native format.
read() - Method in interface com.esri.arcgis.system.IJSONReader
Reads next JSON token.
read() - Method in interface com.esri.arcgis.system.IVariantStream
Reads a value from a stream.
read() - Method in class com.esri.arcgis.system.JSONReader
Reads next JSON token.
read() - Method in class com.esri.arcgis.system.VariantStreamIO
Reads a value from a stream.
readBinary() - Method in interface com.esri.arcgis.system.IXMLReader
Reads the current element value as a binary array.
readBinary() - Method in class com.esri.arcgis.system.XMLReader
Reads the current element value as a binary array.
readBlock(int, int, int, IPixelBlock) - Method in interface com.esri.arcgis.datasourcesraster.IRawBlocks
Reads a raw pixel block.
readBlock(int, int, int, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.IRawBlocksProxy
Reads a raw pixel block.
readBlock(int, int, int, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.Raster
Reads a raw pixel block.
readBlock(int, int, int, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RasterBand
Reads a raw pixel block.
readBlock(int, int, int, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RasterDataset
Reads a raw pixel block.
readBoolean() - Method in interface com.esri.arcgis.system.IXMLReader
Reads the current element value as a boolean.
readBoolean() - Method in class com.esri.arcgis.system.XMLReader
Reads the current element value as a boolean.
readByte() - Method in interface com.esri.arcgis.system.IXMLReader
Reads the current element value as a byte.
readByte() - Method in class com.esri.arcgis.system.XMLReader
Reads the current element value as a byte.
readColumn(int) - Method in interface com.esri.arcgis.datasourcesraster.IDescTable
Reads a column from the descriptor table.
readColumn(int) - Method in class com.esri.arcgis.datasourcesraster.IDescTableProxy
Reads a column from the descriptor table.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesfile.ArcInfoWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesfile.CadWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesfile.GeoRSSWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesfile.PCCoverageWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesfile.SDCWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesfile.ShapefileWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesfile.StreetMapWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesfile.TinWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesfile.VpfWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesGDB.AccessWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesGDB.FileGDBWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesGDB.InMemoryWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesGDB.SdeWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesGDB.SqlWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesnetCDF.NetCDFWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesoledb.ExcelWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesoledb.OLEDBWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesoledb.TextFileWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.datasourcesraster.RasterWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in interface com.esri.arcgis.geodatabase.IWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.geodatabase.IWorkspaceFactoryProxy
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.geodatabase.PlugInWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.geodatabase.WorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.geoprocessing.ToolboxWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.gisclient.AGSServerConnectionFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in interface com.esri.arcgis.gisclient.IAGSServerConnectionFactory2
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.gisclient.IMSWorkspaceFactory
The connection properties from the specified file.
readConnectionPropertiesFromFile(String) - Method in class com.esri.arcgis.trackinganalyst.AMSWorkspaceFactory
The connection properties from the specified file.
readDataValues(String) - Method in class com.esri.arcgis.trackinganalyst.ActionEnvironment
Read data values from lookup table.
readDataValues(String) - Method in interface com.esri.arcgis.trackinganalyst.IActionLookupSupport
Read data values from lookup table.
readDate() - Method in interface com.esri.arcgis.system.IXMLReader
Reads the current element value as a date.
readDate() - Method in class com.esri.arcgis.system.XMLReader
Reads the current element value as a date.
readDouble() - Method in interface com.esri.arcgis.system.IXMLReader
Reads the current element value as a double.
readDouble() - Method in class com.esri.arcgis.system.XMLReader
Reads the current element value as a double.
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.AnimationTrack
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.Basic3DProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.Bookmark3D
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.CharacterMarker3DSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.Feature3DProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.GeometryMaterial
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.GraphicsLayer3D
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.Marker3DSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.Raster3DProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.Scene
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.SimpleLine3DSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.SimpleMarker3DSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.SxAnimationEnvironment
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.TextureFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.TextureLineSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3d.Tin3DProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.analyst3dUI.DddEnvironment
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.animation.AGAnimationEnvironment
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.animation.AGAnimationTrack
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.animation.AGAnimationTrackContainer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.animation.AnimationExtension
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.animation.TimeLayerTrackExtension
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.animation.TimeWindow
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.arcmapui.DataGraphWindow
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.arcmapui.GpsExtension
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.arcmapui.MapInsetWindow
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.arcmapui.OleFrame
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.arcmapui.OverviewWindow
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.arcmapui.TableProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.arcmapui.TableProperty
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACAcetateLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACCalloutMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACFeatureLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACGradientFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACGroupRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACHashLineSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACImageLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACMap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACRasterFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACRasterMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACRasterShieldSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACScaleDependentRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACShieldSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACSimpleFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACSimpleLabelRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACSimpleLineSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACSimpleMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACSimplePolygonSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACSimpleRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACTextMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACTextSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACTrueTypeMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACValueMapLabelRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ACValueMapRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.AISRequest
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.AlternatingScaleBar
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.AnnotateLayerPropertiesCollection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.AnnotateMap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.AnnotateMapProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.AnnotationJScriptEngine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.AnnotationVBScriptEngine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.AOIBookmark
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.AreaPatch
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ArrayOfIShader
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.BackgroundTabStyle
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.BasemapLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.BasicOverposter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.BasicOverposterLayerProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.BasicOverposterProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.BiUniqueValueRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.BmpPictureElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ButtonTabStyle
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CacheControlInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CacheDatasetInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CacheDescriptionInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CacheInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CacheRasterDatasetName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CacheStorageInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CadAnnotationLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CadastralFabricLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CadastralFabricSubLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CadFeatureLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CadLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CalibratedMapGridBorder
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CenterAndScale
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CenterAndSize
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ChartRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CircleElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ClassBreaksRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ColorRampSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ColorSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CompositeGraphicsLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ContinuousTabStyle
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ConvertCacheStorageFormatJob
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CornerGridLabel
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CoverageAnnotationLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.CustomOverlayGrid
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DataObject
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DataObjectArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DataObjectGroup
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DataObjectGroupArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DataObjectGroups
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DataObjects
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DataObjectTable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DataObjectTables
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DataObjectType
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DataObjectTypes
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DimensionLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DimensionShape
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DimensionStyle
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DimensionStyles
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DisplayExpressionProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DMSGridLabel
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DomainInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DotDensityRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.DoubleAlternatingScaleBar
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.EditResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.EditResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.EditTemplate
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.EditTemplateManager
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ElementCollection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.EllipseElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.EmfPictureElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FDOGraphicsLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FDOGraphicsSublayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FeatureBookmark
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FeatureExtent
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FeatureIDSet
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FeatureLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FeatureLayerDrawingDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FieldDomainInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FieldDomainInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FieldInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FormattedGridLabel
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.FrameElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GdbRasterCatalogLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GeoImageDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GFLayerTableDataMapping
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GFLayerTableDataMappings
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GFSReplicaDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GFSTableDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GFSTableDescriptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GifPictureElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GpsConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GpsFeed
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GraphicElements
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GraphicFeature
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GraphicFeatureLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GraphicFeatureLayers
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GraphicFeatures
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GraphicsLayerScale
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GraphicSnapEnvironment
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.Graticule
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GroupElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.GroupLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.HollowScaleBar
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.HorizontalBarLegendItem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.HorizontalLegendItem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.HotLinkExpressionProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.HotLinkJScriptEngine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.HotLinkVBScriptEngine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.Hyperlink
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImageDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImageDisplay
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImageQueryFilter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImageResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImageResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImageServerDownloadResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImageServerDownloadResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImageServerIdentifyResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImageServiceInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImageType
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ImgPictureElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.IMSMapLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.IndexGrid
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.InkGraphic
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.Jp2PictureElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.JpgPictureElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LabelClassDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LabelClassDescriptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LabelEngineLayerProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LabelingDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LabelStyle
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LayerCacheInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LayerCacheInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LayerDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LayerDescriptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LayerDrawingDescriptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LayerResultOptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LayoutImage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.Legend
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LegendClass
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LegendClasses
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LegendClassFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LegendFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LegendGroup
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LegendGroups
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LineElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LineLabelPlacementDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LineLabelPlacementPriorities
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LineLabelPosition
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LinePatch
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LocatorRectangle
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LODInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.LODInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.Map
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapCacheExporterJob
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapDescriptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapExtent
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapFrame
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapFrameDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapFrameDescriptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapImage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapImages
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapInset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapLayerInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapLayerInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MaplexDictionaries
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MaplexDictionary
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MaplexDictionaryEntry
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MaplexLabelEngineLayerProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MaplexLabelStackingProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MaplexLabelStyle
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MaplexOffsetAlongLineProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MaplexOverposterLayerProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MaplexOverposterProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MaplexRotationProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerBasicSublayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerBookmark
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerBookmarks
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerFindResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerFindResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerFindSublayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerHyperlink
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerHyperlinks
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerIdentifyResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerIdentifyResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerIdentifySublayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerLegendClass
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerLegendClasses
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerLegendGroup
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerLegendGroups
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerLegendInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerLegendInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerLegendPatch
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerQuerySublayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerRelationship
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerRelationships
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerRow
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapServerRows
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapSurroundFrame
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapTableSubtypeInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapTableSubtypeInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MapTitle
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MarkerElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MarkerNorthArrow
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MeasuredGrid
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MgrsGrid
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MixedFontGridLabel
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MobileLayerInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MobileLayerInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MobileMapInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MosaicLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MosaicRule
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.MultiPatchElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.NestedLegendItem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.NetworkDirtyAreaRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.NetworkLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.NetworkTrafficRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.NITFGraphicsLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.Overview
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.Page
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PageDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PageLayout
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ParagraphTextElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PictureElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PMFTitleTextElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PngPictureElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PointLabelPlacementDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PointPlacementPriorities
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PolygonElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PolygonLabelPlacementDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PropertyInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.PropertyInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ProportionalSymbolRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.QueryResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.QueryResultOptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterBasemapLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterCatalogLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterClassifyColorRampRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterColormapRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterDiscreteColorRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterDRAShader
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterLayerDrawingDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterRGBRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterRGBSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterShader
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterStretchColorRampRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterThumbnailBuilder
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RasterUniqueValueRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RealTimeFeedManager
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RealTimeFeedSimulator
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RectangleElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RelateDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RelatedRecordGroup
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RelatedRecordGroups
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RelatedRecordSet
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RelateInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RelateInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RenderingRule
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RepresentationRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RoundedTabStyle
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.RulerSettings
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.Scalebar
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ScaleDependentRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ScaleLine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ScaleText
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SelectionEnvironment
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ServerLayerExtension
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ServerSymbolOutputOptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ServiceData
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.ServiceDataOptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SidPictureElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SimpleMapGridBorder
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SimpleMapImage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SimpleNetworkRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SimpleRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SingleDivisionScaleBar
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SnapGrid
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SnapGuides
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SQLSyntaxInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.StandaloneTable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.StandaloneTableDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.StandaloneTableDescriptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.StandaloneTableInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.StandaloneTableInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SteppedScaleLine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SubtypeInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SubtypeInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SymbolBackground
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SymbolBorder
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.SymbolShadow
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TableEdit
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TableEditResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TableEditResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TableEdits
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TemplateInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TemplateInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TerrainDirtyAreaRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TerrainLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TerrainPointAttributeRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TerrainPointElevationRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TerrainPointUniqueValueRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.Text3DElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TextElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TifPictureElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TileCacheInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TileImageInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TimeQueryFilter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinAspectRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinBreaklineRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinContourRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinEdgeRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinElevationRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinFaceRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinFaceValueRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinNodeElevationRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinNodeRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinNodeValueRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TinSlopeRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.TopologyLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.UniqueValueRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.VerticalLegendItem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.WCSLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.WMSGroupLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.carto.WMSMapLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.cartoUI.CFDataSourcePageExtension
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.cartoUI.DataGraphT
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.cartoUI.DataGraphTElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.cartoUI.DataGraphTScatterPlotMatrix
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.catalog.GxFileFilter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.catalogUI.GxContentsView
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.catalogUI.GxContentsViewColumn
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.catalogUI.MetadataExtension
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.controls.MyPlaceCollection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.controls.Place
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datainterop.FMEDataset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datainterop.FMETool
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.CadDrawingName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DEArcInfoTable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DECadDrawingDataset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DECatalogRoot
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DECoverage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DECoverageFeatureClass
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DEDbaseTable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DEDiskConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DEFile
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DEFolder
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DELayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DEMapDocument
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DEPrjFile
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DERemoteDatabaseFolder
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DEShapeFile
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DESpatialReferencesFolder
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DETextFile
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DETin
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DEVPFCoverage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.DEVPFTable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesfile.GPArcInfoItem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesGDB.FgdbFeatureClassName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesGDB.FgdbTableName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesnetCDF.NetCDFFeatureClassName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesnetCDF.NetCDFRasterDatasetName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesnetCDF.NetCDFTableName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.AdjustXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ApproximationXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ArithmeticFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ArithmeticFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.AspectFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.CellSizeLevels
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ClipFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ClipFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ColormapFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ColormapFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ColormapToRGBFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ColorspaceConversionFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ColorspaceConversionFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ComplexFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.CompositeBandFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.CompositeXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ConstantFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ConstantFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ConvolutionFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ConvolutionFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.CoordinateXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.DEImageServer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.DEMosaicDataset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.DEWCSCoverage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ExcludedAreaFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ExcludedAreaFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ExtractBandFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ExtractBandFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.FootprintFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.FootprintFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.FrameXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.FunctionRasterDataset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.FunctionRasterDatasetName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.GCSShiftXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.GeometricFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.GeometricFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.GeometricXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.GrayscaleFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.GrayscaleFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.HillshadeFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.HillshadeFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.IdentityFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.IdentityXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ItemTemplateArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ItemURIArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.LSRXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.MaskFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.MaskFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.MosaicFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.MosaicFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.MosaicLODInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.MosaicRastersFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.MosaicRastersFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.NDVIFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.NDVIFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.PansharpeningFilter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.PansharpeningFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.PansharpeningFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.PolynomialXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RasterColormap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RasterFunctionCollection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RasterFunctionTemplate
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RasterFunctionTemplateArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RasterFunctionVariable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RasterInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RasterInfoFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RasterInfoFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RasterInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RasterTypeName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RemapFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RemapFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RGB32Function
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RGB32ToRGBFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.RPCXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.SAIFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.SAIFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.Scalar
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.SdeRasterTableName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ShadedReliefFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.ShadedReliefFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.SlopeFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.SlopeFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.SpectralConversionFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.SpectralConversionFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.SplineXform
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.StatisticsFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.StatisticsFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.StatsHistogram
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.StretchFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.StretchFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.TrendFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.TrendFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.datasourcesraster.UniqueValues
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.AlgorithmicColorRamp
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.ArrowMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.BalloonCallout
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.BarChartSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.BasicFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.BasicLineSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.BasicMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.CartographicLineSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.CharacterMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.CmykColor
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.ColorElements
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.ColorRampElements
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.DimDisplayFilter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.DotDensityFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.FontSize
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectAddControlPoints
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectArrow
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectBuffer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectCut
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectDash
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectDonut
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectEnclosingPolygon
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectJog
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectMove
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectOffset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectRadial
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectRegularPolygon
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectReverse
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectRotate
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectScale
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectSimplify
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectSmooth
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectTaperedPolygon
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GeometricEffectWave
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GradientFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GradientPattern
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.GrayColor
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.HashLineSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.HlsColor
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.HsvColor
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.IlluminationProps
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.LineCallout
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.LineDecoration
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.LineFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.LinePattern
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.LineStroke
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerLineSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementAlongLine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementAtExtremities
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementDecoration
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementInsidePolygon
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementOnLine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementOnPoint
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementOnVertices
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementPolygonCenter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementRandomAlongLine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementRandomInPolygon
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerPlacementVariableAlongLine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MarkerTextBackground
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MultiLayerFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MultiLayerLineSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MultiLayerMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.MultiPartColorRamp
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.PictureFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.PictureLineSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.PictureMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.PieChartSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.PresetColorRamp
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.RandomColorRamp
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.RepresentationGraphics
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.RepresentationMarker
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.RepresentationRule
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.RepresentationRuleItem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.RgbColor
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.ServerStyleGallery
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.ServerStyleGalleryItem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.SimpleFillSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.SimpleLineCallout
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.SimpleLineDecorationElement
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.SimpleLineSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.SimpleMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.SolidColorPattern
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.StackedChartSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.SymbolCollection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.Template
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.TextSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.display.TransparencyDisplayFilter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.editor.Editor
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.editor.FeatureSnap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.framework.AcceleratorTable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.framework.CommandItem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.framework.StyleGallery
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.framework.StyleGalleryItem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoanalyst.MLClassifyFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoanalyst.MLClassifyFunctionArguments
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoanalyst.RasterAnalysis
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.AttachmentData
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.AttachmentDataArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.AttachmentInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.AttachmentInfoArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.CodedValueDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DataElements
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DEBrowseOptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DEFeatureClass
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DEFeatureDataset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DEGeoDataServer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DEGeometricNetwork
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DEGlobeServer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DEGPServer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DEMapServer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DENetworkDataset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DERasterBand
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DERasterCatalog
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DERasterDataset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DERelationshipClass
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DERepresentationClass
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DETable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DETopology
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.DEWorkspace
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.EdgeConnectivityRule
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.FeatureClassName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.FeatureDatasetName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.FeatureQueryName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.FIDSet
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.Field
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.Fields
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.FilterDefs
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GeometricNetworkName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GeometryDef
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GeometryResultOptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPCodedValueDomain2
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPDatasetExtension
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPDataTypeName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPGeometricNetworkMembership
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPHistoricalMarker
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPMessage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPMessages
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPNetworkDatasetMembership
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPRangeDomain2
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPRelationshipClassKey
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPReplica
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPReplicaDataset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPReplicaDatasets
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPReplicaDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPReplicaOptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPReplicas
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPSubtype
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPTopologyMembership
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPVersionInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPVersionInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.GPWorkspaceExtension
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.Index
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.Indexes
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.JunctionConnectivityRule
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.MemoryRelationshipClassName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.Names
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.NetWeight
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.NetWeightAssociation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.NetworkDatasetName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.NetworkGlobalTurnDelayCategory
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.ObjectClassName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.QueryFilter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.QueryTableName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RangeDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RasterBandName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RasterCatalogName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RasterDatasetName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RasterDef
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RasterStorageDef
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RasterValue
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RecordSet
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RelationshipClassName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RelationshipRule
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RelQueryTableName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.ReplicaDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RepresentationClassName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.RepresentationRules
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.ResultPortionInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.SpatialFilter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.TableName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.TableQueryName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.TinName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.TopologyName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.TopologyRule
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.WorkspaceName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.XMLFilterDef
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.XMLIndex
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.XMLIndexTag
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.XMLIndexTags
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.XYEvent2FieldsProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabase.XYEventSourceName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabasedistributed.GDSData
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabasedistributed.GDSExportOptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabasedistributed.GDSQueryResultPortion
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabaseextensions.CadastralFabricName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabaseextensions.CadastralTableFieldEdits
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabaseextensions.DECadastralFabric
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabaseextensions.DETerrain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabaseextensions.GPTerrainMembership
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabaseextensions.ParcelConstructionData
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geodatabaseextensions.TerrainName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.AbridgedMolodenskyTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.AngularUnit
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.CompositeGeoTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.CoordinateFrameTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.Datum
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.Envelope
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.GeocentricTranslation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.Geographic2DOffsetTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.GeographicCoordinateSystem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.GeometryBag
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.GeoTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.HARNTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.LinearUnit
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.LongitudeRotationTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.MolodenskyBadekasTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.MolodenskyTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.MultiPatch
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.Multipoint
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.NADCONTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.NTv2Transformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.NullTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.Parameter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.Point
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.Polygon
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.PolygonArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.Polyline
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.PolylineArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.PositionVectorTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.PrimeMeridian
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.ProjectedCoordinateSystem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.Projection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.Spheroid
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.UnitChangeTransformation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.UnknownCoordinateSystem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.VerticalCoordinateSystem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geometry.VerticalDatum
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.DataElementDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.DETool
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.DEToolbox
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPAnalysisCellSize
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPArcInfoItemChoiceList
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPArcInfoItemDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPArealUnit
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPBoolean
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPCadAnnoDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPCadastralFabricLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPCodedValueDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPCompositeDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPCompositeLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPContainerSchema
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPCoordinateSystem
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPCovAnnoDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPCoverageDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPCoverageFeatureClassDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPDataFile
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPDatasetDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPDate
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPDouble
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPEncryptedString
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPEnvelope
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPEnvironment
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPEnvironmentManager
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPExtent
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFeatureClassDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFeatureLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFeatureRecordSetLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFeatureSchema
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFieldChoiceList
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFieldDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFieldInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFieldInfoDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFieldMap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFieldMapping
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFileDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPFunctionName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPGdbAnnoDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPGroupLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPINFOExpression
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPLayersAndTablesDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPLine
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPLinearUnit
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPLong
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPMDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPMeasureFieldsDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPMosaicLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPMultiValue
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPMultiValueTypeName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPNetworkDatasetLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPNumericDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPParameter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPParameterInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPParameterInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPPoint
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPPolygon
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPQueryTableFieldsDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPQueryTableIDsDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRAFieldDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRandomNumberGenerator
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRangeDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterBuilder
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterCatalogLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterData
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterDataLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterFormulated
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterGDBEnvCompression
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterGDBEnvPyramid
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterGDBEnvStatistics
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterGDBEnvTileSize
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRasterSchema
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRecordSet
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRepresentationLayerDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPResultOptions
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRouteDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRouteIDFieldsDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRouteMeasureEventDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPRouteMeasureEventProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPSAGeoDataDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPSpatialReference
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPSQLExpression
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPString
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPTableSchema
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPTablesDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPTableView
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPTerrainLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPTinLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPToolboxName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPToolInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPToolInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPToolName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPTopologyLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPValues
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPValueTable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPVariable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPVariant
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPVirtualTableDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPWorkspaceDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPXYDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.GPZDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.MdModel
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.MdParameter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.MdProcess
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.MdVariable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geoprocessing.ProcessLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.geostatisticalanalyst.GPGALayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.gisclient.AGSServerConnectionName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.gisclient.AGSServerObjectName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.gisclient.IMSMetadataServiceName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.gisclient.IMSServiceName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GeoVideoLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.Globe
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeGraphicElementPropsStreamArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeGraphicsElementProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeGraphicsLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeHeightProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeLayerInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeLayerInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeLayerProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeLegendInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeLegendInfos
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeServerFindResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeServerFindResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeServerGroupLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeServerIdentifyResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeServerIdentifyResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.GlobeServerLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.globecore.KmlLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.DEAddressLocator
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.GPAddressLocatorStyle
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.HatchClass
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.HatchInputValue
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.HatchLayerExtension
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.HatchLineDefinition
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.HatchMarkerDefinition
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.HatchTemplate
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.LocatorName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.LocatorWorkspaceName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.RouteEventSourceName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.RouteLayerExtension
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.RouteMeasureLineProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.RouteMeasureLocatorName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.location.RouteMeasurePointProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.maplex.MaplexAnnotateMap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.GPNAHierarchySettings
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.GPNALayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NACandidateFieldMap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAClassCandidateFieldMap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAClassDefinition
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAClassFieldMap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAClosestFacilitySolver
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NACompactStreetDirectionsAgent
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAContext
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NALayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NALocation
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NALocationAllocationSolver
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NALocationRanges
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NALocator
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NALocatorFeatureAgent
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NALocatorLocationFieldsAgent
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NamedSet
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAODCostMatrixResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAODCostMatrixSolver
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NARouteSolver
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerClosestFacilityParams
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerClosestFacilityResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerDataLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerLocationAllocationParams
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerLocationAllocationResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerNetworkAttribute
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerNetworkDescription
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerNetworkDirections
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerNetworkSource
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerODCostMatrixParams
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerODCostMatrixResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerPropertySets
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerRecordSet
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerRouteParams
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerRouteResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerServiceAreaParams
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerServiceAreaResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerVRPParams
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServerVRPResults
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAServiceAreaSolver
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAStopRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAStreetDirectionsAgent
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NATraversalResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NATraversalResultSource
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAVRPResult
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.networkanalyst.NAVRPSolver
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.output.EmfPrinter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.output.Paper
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.output.PsPrinter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.DESchematicDataset
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.DESchematicDiagram
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.DESchematicFolder
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicADOConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicADOExtendedConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicDAOConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicDAOOdbcDirectConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicDatasetName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicDiagramClassName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicDiagramName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicFolderName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicGDBAccessConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicGDBFileConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicGDBOleDBConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicGDBSdeConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.schematic.SchematicWorkspaceName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.server.IServerContextProxy
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.server.IServerObjectExtensionManagerProxy
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPEvaluationScale
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPRasterCalculatorExpression
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSACellSize
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSAExtractValues
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSAFuzzyFunction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSAHorizontalFactor
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSAMapAlgebraExp
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSANameDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSANeighborhood
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSANeighborhoodDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSANumberRemap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSARadius
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSARemapDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSASemiVariogram
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSAStringRemap
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSATextTableNameDomain
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSATimeConfiguration
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSATopoFeatures
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSATopoFeaturesTypeName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSAVerticalFactor
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSAWeightedOverlayTable
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.spatialanalyst.GPSAWeightedSum
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.AngleFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.CurrencyFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.CustomNumberFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.DirectionFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.DoubleArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.FileName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.FractionFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.LatLonFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.LocaleInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.LongArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.NumericFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.PercentageFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.PropertySet
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.PropertySetArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.RateFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.ScaleFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.ScientificFormat
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.ShortcutName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.StrArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.Time
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.TimeDuration
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.TimeExtent
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.TimeInstant
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.TimeReference
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.TimeZoneInfo
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.TimeZoneRule
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.UID
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.system.VarArray
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.ActionBase
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.ActionCollection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.ActionEnvironment
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.ActionLookupSources
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.ActionProcessor
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.AMSDatasetName
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.CommandMessage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.CoTrackSymbologyRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.DataMessage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.DataModificationAction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.DataPartitionAction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.DatasetColumn
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.DataSetDefinition
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.DataSummaryAction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.DirectionalVectorRendererProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.EmailAlertAction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.EnhancedInfoRenderer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.EventAttributeProperties
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.FilterAction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.GeneralLibraryObject
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.HighlightSuppressionAction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.InternetConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.MessageTemplate
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.ResponseMessage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.ServerConnection
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.StatusMessage
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TagAction
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TemporalFeatureLayer
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TemporalLegendClass
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TemporalLegendGroup
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TemporalOperator
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TemporalQueryFilter
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TemporalRecordSet
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TemporalReference
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TextMarkerSymbol
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TrackingEnvironment
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.TrackingServiceDef
 
readExternal(ObjectInput) - Method in class com.esri.arcgis.trackinganalyst.UniqueValueTextRenderer
 
readFloat() - Method in interface com.esri.arcgis.system.IXMLReader
Reads the current element value as a float.
readFloat() - Method in class com.esri.arcgis.system.XMLReader
Reads the current element value as a float.
readFrom(IStream) - Method in interface com.esri.arcgis.system.IJSONReader
Specifies input stream.
readFrom(IStream) - Method in interface com.esri.arcgis.system.IXMLReader
Specifies the input XML stream.
readFrom(IStream) - Method in class com.esri.arcgis.system.JSONReader
Specifies input stream.
readFrom(IStream) - Method in class com.esri.arcgis.system.XMLReader
Specifies the input XML stream.
readFromString(String) - Method in interface com.esri.arcgis.system.IJSONReader
Specifies input as string.
readFromString(String) - Method in class com.esri.arcgis.system.JSONReader
Specifies input as string.
readGeometry(int) - Method in interface com.esri.arcgis.geodatabase.IExternalDeserializerGdb
Reads geometry object.
readGeometry(int) - Method in class com.esri.arcgis.geodatabase.JSONDeserializerGdb
Reads geometry object.
readInteger() - Method in interface com.esri.arcgis.system.IXMLReader
Reads the current element value as a long.
readInteger() - Method in class com.esri.arcgis.system.XMLReader
Reads the current element value as a long.
readMxMaps(String, Object) - Method in class com.esri.arcgis.beans.map.MapBean
Opens a map document specified by the supplied filename and reads the maps into an array object.
readMxMaps(String, Object) - Method in interface com.esri.arcgis.controls.IMapControl2
Opens a map document specified by the supplied filename and reads the maps into an array object.
readMxMaps(String, Object) - Method in class com.esri.arcgis.controls.IMapControl2Proxy
Opens a map document specified by the supplied filename and reads the maps into an array object.
readMxMaps(String, Object) - Method in interface com.esri.arcgis.controls.IMapControlDefault
Opens a map document specified by the supplied filename and reads the maps into an array object.
readMxMaps(String, Object) - Method in class com.esri.arcgis.controls.IMapControlDefaultProxy
Opens a map document specified by the supplied filename and reads the maps into an array object.
readMxMaps(String, Object) - Method in class com.esri.arcgis.controls.MapControl
Opens a map document specified by the supplied filename and reads the maps into an array object.
readNext(int[], IGeometry[], double[]) - Method in interface com.esri.arcgis.geometry.IGeometricBufferSourceSink
Reads the next geometry (along with a client specified geometry id) and distance from the source - or returns a nil geometry when at the end.
readNext(int[], IGeometry[], double[]) - Method in class com.esri.arcgis.geometry.IGeometricBufferSourceSinkProxy
Reads the next geometry (along with a client specified geometry id) and distance from the source - or returns a nil geometry when at the end.
readObject(GUID, IPropertySet) - Method in class com.esri.arcgis.geodatabase.JSONDeserializerGdb
Deserialize an object.
readObject(GUID, IPropertySet) - Method in interface com.esri.arcgis.system.IExternalDeserializer
Deserialize an object.
readObject(IXMLReader, IPropertySet, IXMLFlags) - Method in interface com.esri.arcgis.system.IXMLSerializer
Reads an object from XML.
readObject(IXMLReader, IPropertySet, IXMLFlags) - Method in class com.esri.arcgis.system.XMLSerializer
Reads an object from XML.
readObjectByType(IXMLReader, IPropertySet, IXMLFlags, String, String) - Method in interface com.esri.arcgis.system.IXMLSerializer
Reads an object from XML given an XML type.
readObjectByType(IXMLReader, IPropertySet, IXMLFlags, String, String) - Method in class com.esri.arcgis.system.XMLSerializer
Reads an object from XML given an XML type.
readObjects(String) - Method in class com.esri.arcgis.cartoUI.AVObjectConverter
Reads an ArcView 3.x ODL file.
readObjects(String) - Method in interface com.esri.arcgis.cartoUI.IAVObjectConverter
Reads an ArcView 3.x ODL file.
readProperties(IStream) - Method in interface com.esri.arcgis.trackinganalyst.IDirectData
Load an object's properties from a stream.
readProperties(IStream) - Method in class com.esri.arcgis.trackinganalyst.IDirectDataProxy
Load an object's properties from a stream.
readProperties(IStream) - Method in class com.esri.arcgis.trackinganalyst.TemporalFeatureClass
Load an object's properties from a stream.
readPropertyName() - Method in interface com.esri.arcgis.system.IJSONReader
Obtains property name.
readPropertyName() - Method in class com.esri.arcgis.system.JSONReader
Obtains property name.
readProxyServerInfo() - Method in interface com.esri.arcgis.system.IProxyServerInfo
Read proxy server configuration from the registry.
readProxyServerInfo() - Method in class com.esri.arcgis.system.ProxyServerInfo
Read proxy server configuration from the registry.
readPyramid(IPnt, int, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.FunctionRasterDataset
Reads a block of pixels at a given pyramid level.
readPyramid(IPnt, int, IRaster, IPixelBlock) - Method in class com.esri.arcgis.datasourcesraster.RasterDataset
Reads a block of pixels at a given pyramid level.
readPyramid(IPnt, int, IRaster, IPixelBlock) - Method in interface com.esri.arcgis.geodatabase.IRasterDataset3
Reads a block of pixels at a given pyramid level.
readRow(int) - Method in interface com.esri.arcgis.datasourcesraster.IDescTable
Returns a row from the the descriptor table.
readRow(int) - Method in class com.esri.arcgis.datasourcesraster.IDescTableProxy
Returns a row from the the descriptor table.
readShort() - Method in interface com.esri.arcgis.system.IXMLReader
Reads the current element value as a short.
readShort() - Method in class com.esri.arcgis.system.XMLReader
Reads the current element value as a short.
readSpatialReference() - Method in interface com.esri.arcgis.geodatabase.IExternalDeserializerGdb
Reads spatial reference object.
readSpatialReference() - Method in class com.esri.arcgis.geodatabase.JSONDeserializerGdb
Reads spatial reference object.
readSSLInfo() - Method in interface com.esri.arcgis.system.ISSLInfo
Read HTTPs configuration from the registry.
readSSLInfo() - Method in class com.esri.arcgis.system.SSLInfo
Read HTTPs configuration from the registry.
readToEndOfTable() - Method in interface com.esri.arcgis.geodatabaseui.ITableControl2
Read all the OIDs/Rows in the table.
readToEndOfTable() - Method in interface com.esri.arcgis.geodatabaseui.ITableControl3
Read all the OIDs/Rows in the table.
readToEndOfTable() - Method in class com.esri.arcgis.geodatabaseui.TableView
Read all the OIDs/Rows in the table.
readValue() - Method in interface com.esri.arcgis.system.IJSONReader
Obtains array or property value as Variant.
readValue() - Method in class com.esri.arcgis.system.JSONReader
Obtains array or property value as Variant.
readValueAsBoolean() - Method in interface com.esri.arcgis.system.IJSONReader
Obtains array or property value as boolean.
readValueAsBoolean() - Method in class com.esri.arcgis.system.JSONReader
Obtains array or property value as boolean.
readValueAsDate() - Method in interface com.esri.arcgis.system.IJSONReader
Obtains property or array value as date.
readValueAsDate() - Method in class com.esri.arcgis.system.JSONReader
Obtains property or array value as date.
readValueAsDouble() - Method in interface com.esri.arcgis.system.IJSONReader
Obtains property or array value as number.
readValueAsDouble() - Method in class com.esri.arcgis.system.JSONReader
Obtains property or array value as number.
readValueAsLong() - Method in interface com.esri.arcgis.system.IJSONReader
Obtains property or array value as number.
readValueAsLong() - Method in class com.esri.arcgis.system.JSONReader
Obtains property or array value as number.
readValueAsString() - Method in interface com.esri.arcgis.system.IJSONReader
Obtains property or array value as string.
readValueAsString() - Method in class com.esri.arcgis.system.JSONReader
Obtains property or array value as string.
readVariant() - Method in interface com.esri.arcgis.system.IXMLReader
Reads the current element value as a variant.
readVariant() - Method in class com.esri.arcgis.system.XMLReader
Reads the current element value as a variant.
readXML(IStream) - Method in interface com.esri.arcgis.system.IMessage
Reads an XML input stream for a message.
readXML(IXMLReader, IPropertySet, IXMLFlags) - Method in interface com.esri.arcgis.system.IXMLObjectElement
Reads the object from XML.
readXML(IXMLReader, IPropertySet, IXMLFlags) - Method in class com.esri.arcgis.system.IXMLObjectElementProxy
Reads the object from XML.
readXML(IStream) - Method in class com.esri.arcgis.system.Message
Reads an XML input stream for a message.
realTimeFeedChanged(IRealTimeFeedManagerEventsRealTimeFeedChangedEvent) - Method in interface com.esri.arcgis.carto.IRealTimeFeedManagerEvents
Reports the change in the realtime feed object.
realTimeFeedChanged(IRealTimeFeedManagerEventsRealTimeFeedChangedEvent) - Method in class com.esri.arcgis.carto.IRealTimeFeedManagerEventsAdapter
Reports the change in the realtime feed object.
realTimeFeedChanged(IRealTimeFeedManagerEventsRealTimeFeedChangedEvent) - Method in class com.esri.arcgis.carto.IRealTimeFeedManagerEventsProxy
Reports the change in the realtime feed object.
RealTimeFeedManager - Class in com.esri.arcgis.carto
The real-time feed manager object.
RealTimeFeedManager() - Constructor for class com.esri.arcgis.carto.RealTimeFeedManager
Constructs a RealTimeFeedManager using ArcGIS Engine.
RealTimeFeedManager(Object) - Constructor for class com.esri.arcgis.carto.RealTimeFeedManager
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RealTimeFeedManager theRealTimeFeedManager = (RealTimeFeedManager) obj;
RealTimeFeedSimulator - Class in com.esri.arcgis.carto
The real-time feed simulator object.
RealTimeFeedSimulator() - Constructor for class com.esri.arcgis.carto.RealTimeFeedSimulator
Constructs a RealTimeFeedSimulator using ArcGIS Engine.
RealTimeFeedSimulator(Object) - Constructor for class com.esri.arcgis.carto.RealTimeFeedSimulator
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RealTimeFeedSimulator theRealTimeFeedSimulator = (RealTimeFeedSimulator) obj;
RebuildAddressLocator - Class in com.esri.arcgis.geoprocessing.tools.geocodingtools
Rebuilds an address locator to update the locator with the current reference data.
RebuildAddressLocator() - Constructor for class com.esri.arcgis.geoprocessing.tools.geocodingtools.RebuildAddressLocator
Creates the Rebuild Address Locator tool with defaults.
RebuildAddressLocator(Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.geocodingtools.RebuildAddressLocator
Creates the Rebuild Address Locator tool with the required parameters.
rebuildConnectivity(IEnvelope) - Method in class com.esri.arcgis.geodatabase.GeometricNetwork
Incrementally rebuilds connectivity for features within and intersecting the specified envelope.
rebuildConnectivity(IEnvelope) - Method in interface com.esri.arcgis.geodatabase.IGeometricNetworkConnectivity
Incrementally rebuilds connectivity for features within and intersecting the specified envelope.
rebuildConnectivity(IEnvelope) - Method in class com.esri.arcgis.geodatabase.IGeometricNetworkConnectivityProxy
Incrementally rebuilds connectivity for features within and intersecting the specified envelope.
rebuildConnectivity2(IEnvelope) - Method in class com.esri.arcgis.geodatabase.GeometricNetwork
Incrementally rebuilds connectivity for features within and intersecting the specified envelope.
rebuildConnectivity2(IEnvelope) - Method in interface com.esri.arcgis.geodatabase.IGeometricNetworkConnectivity2
Incrementally rebuilds connectivity for features within and intersecting the specified envelope.
rebuildConnectivity2(IEnvelope) - Method in class com.esri.arcgis.geodatabase.IGeometricNetworkConnectivity2Proxy
Incrementally rebuilds connectivity for features within and intersecting the specified envelope.
rebuildIndex() - Method in interface com.esri.arcgis.trackinganalyst.ITxFeatureClass
Re-build the temporal index and cache, according to the ITxFeatureClass properties.
rebuildIndex() - Method in class com.esri.arcgis.trackinganalyst.ITxFeatureClassProxy
Re-build the temporal index and cache, according to the ITxFeatureClass properties.
rebuildIndex() - Method in class com.esri.arcgis.trackinganalyst.TemporalRecordSet
Re-build the temporal index and cache, according to the ITxFeatureClass properties.
rebuildIndices(String) - Method in class com.esri.arcgis.datasourcesGDB.DataServerManager
Rebuilds the indices on all tables in a Geodatabase.
rebuildIndices(String) - Method in interface com.esri.arcgis.datasourcesGDB.IDataServerManagerAdmin
Rebuilds the indices on all tables in a Geodatabase.
rebuildLocator(String, ITrackCancel) - Method in interface com.esri.arcgis.geodatabase.ILocatorWorkspace2
Rebuilds a locator.
rebuildLocator(String, ITrackCancel) - Method in class com.esri.arcgis.geodatabase.ILocatorWorkspace2Proxy
Rebuilds a locator.
rebuildNetwork(IGeometricNetwork, String, String) - Method in interface com.esri.arcgis.networkanalysis.INetworkBuilder
Recreates the logical network index for the geometric network, features are not changed in this process.
rebuildNetwork(IGeometricNetwork, String, String) - Method in class com.esri.arcgis.networkanalysis.INetworkBuilderProxy
Recreates the logical network index for the geometric network, features are not changed in this process.
recalcFullExtent() - Method in class com.esri.arcgis.analyst3d.Scene
Forces the full extent to be recalculated.
recalcFullExtent() - Method in interface com.esri.arcgis.carto.IMap
Forces the full extent to be recalculated.
recalcFullExtent() - Method in class com.esri.arcgis.carto.Map
Forces the full extent to be recalculated.
recalcFullExtent() - Method in class com.esri.arcgis.globecore.Globe
Forces the full extent to be recalculated.
recalculate() - Method in interface com.esri.arcgis.datasourcesraster.IRasterStatistics
Recalculate statistics based upon current skip factors and ignored values.
recalculate() - Method in class com.esri.arcgis.datasourcesraster.RasterStatistics
Recalculate statistics based upon current skip factors and ignored values.
recalculateCellsize(int) - Method in interface com.esri.arcgis.datasourcesraster.IMosaicRaster2
Recalculates the cellsize as (min, max, or mean) of all cellsizes.
recalculateCellsize(int) - Method in class com.esri.arcgis.datasourcesraster.MosaicRaster
Recalculates the cellsize as (min, max, or mean) of all cellsizes.
recalculateExtent() - Method in interface com.esri.arcgis.analyst3d.IScene
Forces the scene's extent to be recalculated.
recalculateExtent() - Method in class com.esri.arcgis.analyst3d.Scene
Forces the scene's extent to be recalculated.
recalculateExtent() - Method in class com.esri.arcgis.globecore.Globe
Forces the scene's extent to be recalculated.
recalcUp() - Method in class com.esri.arcgis.analyst3d.Camera
Updates the up-vector.
recalcUp() - Method in interface com.esri.arcgis.analyst3d.ICamera
Updates the up-vector.
recalcUp() - Method in class com.esri.arcgis.globecore.GlobeCamera
Updates the up-vector.
RecipientContainer - Class in com.esri.arcgis.trackinganalyst
Manages the collection of email addresses of recipients of the action's Email Alerts.
RecipientContainer() - Constructor for class com.esri.arcgis.trackinganalyst.RecipientContainer
Constructs a RecipientContainer using ArcGIS Engine.
RecipientContainer(Object) - Constructor for class com.esri.arcgis.trackinganalyst.RecipientContainer
Construct a RecipientContainer using a reference to such an object returned from ArcGIS Engine or Server.
reclass(IGeoDataset, ITable, String, String, String, boolean) - Method in interface com.esri.arcgis.geoanalyst.IReclassOp
Reclassifies (or changes) the values of the input cells of a raster by using a remap table.
reclass(IGeoDataset, ITable, String, String, String, boolean) - Method in class com.esri.arcgis.geoanalyst.RasterReclassOp
Reclassifies (or changes) the values of the input cells of a raster by using a remap table.
reclassByASCIIFile(IGeoDataset, String, boolean) - Method in interface com.esri.arcgis.geoanalyst.IReclassOp
Reclassifies (or changes) the values of the input cells of a raster by using an ascii remap file.
reclassByASCIIFile(IGeoDataset, String, boolean) - Method in class com.esri.arcgis.geoanalyst.RasterReclassOp
Reclassifies (or changes) the values of the input cells of a raster by using an ascii remap file.
ReclassByASCIIFile - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
Reclassifies or changes the values of the input cells of a raster using an ASCII remap file.
ReclassByASCIIFile() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.ReclassByASCIIFile
Creates the Reclass by ASCII File tool with defaults.
ReclassByASCIIFile(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.ReclassByASCIIFile
Creates the Reclass by ASCII File tool with the required parameters.
ReclassByASCIIFile - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Reclassifies or changes the values of the input cells of a raster using an ASCII remap file.
ReclassByASCIIFile() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ReclassByASCIIFile
Creates the Reclass by ASCII File tool with defaults.
ReclassByASCIIFile(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ReclassByASCIIFile
Creates the Reclass by ASCII File tool with the required parameters.
reclassByRemap(IGeoDataset, IRemap, boolean) - Method in interface com.esri.arcgis.geoanalyst.IReclassOp
Reclassifies (or changes) the values of the input cells of a raster by using a remap that is built programmatically.
reclassByRemap(IGeoDataset, IRemap, boolean) - Method in class com.esri.arcgis.geoanalyst.RasterReclassOp
Reclassifies (or changes) the values of the input cells of a raster by using a remap that is built programmatically.
ReclassByTable - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
Reclassifies or changes the values of the input cells of a raster using a remap table.
ReclassByTable() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.ReclassByTable
Creates the Reclass by Table tool with defaults.
ReclassByTable(Object, Object, Object, Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.ReclassByTable
Creates the Reclass by Table tool with the required parameters.
ReclassByTable - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Reclassifies or changes the values of the input cells of a raster using a remap table.
ReclassByTable() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ReclassByTable
Creates the Reclass by Table tool with defaults.
ReclassByTable(Object, Object, Object, Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ReclassByTable
Creates the Reclass by Table tool with the required parameters.
Reclassify - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
Reclassifies (or changes) the values in a raster.
Reclassify() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.Reclassify
Creates the Reclassify tool with defaults.
Reclassify(Object, Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.Reclassify
Creates the Reclassify tool with the required parameters.
Reclassify - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Reclassifies (or changes) the values in a raster.
Reclassify() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Reclassify
Creates the Reclassify tool with defaults.
Reclassify(Object, Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Reclassify
Creates the Reclassify tool with the required parameters.
recognize() - Method in interface com.esri.arcgis.carto.IInkGraphic
The text produced by the text recognizer for this element.
recognize() - Method in class com.esri.arcgis.carto.InkGraphic
The text produced by the text recognizer for this element.
reconcile(String) - Method in interface com.esri.arcgis.geodatabase.IVersionEdit
Reconciles the current version with a target version.
reconcile(String) - Method in class com.esri.arcgis.geodatabase.IVersionEditProxy
Reconciles the current version with a target version.
reconcile(String) - Method in class com.esri.arcgis.geodatabase.VersionedWorkspace
Reconciles the current version with a target version.
reconcile2(String, boolean) - Method in interface com.esri.arcgis.geodatabase.IVersionEdit2
Reconciles the current version with a target version.
reconcile2(String, boolean) - Method in class com.esri.arcgis.geodatabase.IVersionEdit2Proxy
Reconciles the current version with a target version.
reconcile2(String, boolean) - Method in class com.esri.arcgis.geodatabase.VersionedWorkspace
Reconciles the current version with a target version.
reconcile3(String, boolean, boolean) - Method in interface com.esri.arcgis.geodatabase.IVersionEdit3
Reconciles the current version with a target version.
reconcile3(String, boolean, boolean) - Method in class com.esri.arcgis.geodatabase.IVersionEdit3Proxy
Reconciles the current version with a target version.
reconcile3(String, boolean, boolean) - Method in class com.esri.arcgis.geodatabase.VersionedWorkspace
Reconciles the current version with a target version.
reconcile4(String, boolean, boolean, boolean, boolean) - Method in interface com.esri.arcgis.geodatabase.IVersionEdit4
Reconciles the current version with a target version.
reconcile4(String, boolean, boolean, boolean, boolean) - Method in class com.esri.arcgis.geodatabase.IVersionEdit4Proxy
Reconciles the current version with a target version.
ReconcileVersion - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Reconciles a version against a another version in its lineage.
ReconcileVersion() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.ReconcileVersion
Creates the Reconcile Version tool with defaults.
ReconcileVersion(Object, String, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.ReconcileVersion
Creates the Reconcile Version tool with the required parameters.
record(IDisplay3D, Object, ITrackCancel) - Method in interface com.esri.arcgis.analyst3d.ISceneRenderer
Records a dataset.
record(IDisplay3D, Object, ITrackCancel) - Method in class com.esri.arcgis.analyst3d.ISceneRendererProxy
Records a dataset.
Record - Class in com.esri.arcgis.geodatabase
ESRI Record Object.
Record() - Constructor for class com.esri.arcgis.geodatabase.Record
Constructs a Record using ArcGIS Engine.
Record(Object) - Constructor for class com.esri.arcgis.geodatabase.Record
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Record theRecord = (Record) obj;
recordAnimation(IAGAnimationTracks, IAGAnimationEnvironment, boolean) - Method in class com.esri.arcgis.animation.AGAnimationUtils
Records a view animation.
recordAnimation(IAGAnimationTracks, IAGAnimationEnvironment, boolean) - Method in interface com.esri.arcgis.animation.IAGAnimationPlayer
Records a view animation.
RecordArray - Class in com.esri.arcgis.geodatabase
ESRI RecordArray object.
RecordArray() - Constructor for class com.esri.arcgis.geodatabase.RecordArray
Constructs a RecordArray using ArcGIS Engine.
RecordArray(Object) - Constructor for class com.esri.arcgis.geodatabase.RecordArray
Construct a RecordArray using a reference to such an object returned from ArcGIS Engine or Server.
recordingStarted(ISceneGraphEventsRecordingStartedEvent) - Method in interface com.esri.arcgis.analyst3d.ISceneGraphEvents
Fired when node recording starts.
recordingStarted(ISceneGraphEventsRecordingStartedEvent) - Method in class com.esri.arcgis.analyst3d.ISceneGraphEventsAdapter
Fired when node recording starts.
recordingStarted(ISceneGraphEventsDispRecordingStartedEvent) - Method in interface com.esri.arcgis.analyst3d.ISceneGraphEventsDisp
Fired when node recording starts.
recordingStarted(ISceneGraphEventsDispRecordingStartedEvent) - Method in class com.esri.arcgis.analyst3d.ISceneGraphEventsDispAdapter
Fired when node recording starts.
recordingStarted(ISceneGraphEventsDispRecordingStartedEvent) - Method in class com.esri.arcgis.analyst3d.ISceneGraphEventsDispProxy
Fired when node recording starts.
recordingStarted(ISceneGraphEventsRecordingStartedEvent) - Method in class com.esri.arcgis.analyst3d.ISceneGraphEventsProxy
Fired when node recording starts.
recordingStopped(ISceneGraphEventsRecordingStoppedEvent) - Method in interface com.esri.arcgis.analyst3d.ISceneGraphEvents
Fired when node recording stops.
recordingStopped(ISceneGraphEventsRecordingStoppedEvent) - Method in class com.esri.arcgis.analyst3d.ISceneGraphEventsAdapter
Fired when node recording stops.
recordingStopped(ISceneGraphEventsDispRecordingStoppedEvent) - Method in interface com.esri.arcgis.analyst3d.ISceneGraphEventsDisp
Fired when node recording stops.
recordingStopped(ISceneGraphEventsDispRecordingStoppedEvent) - Method in class com.esri.arcgis.analyst3d.ISceneGraphEventsDispAdapter
Fired when node recording stops.
recordingStopped(ISceneGraphEventsDispRecordingStoppedEvent) - Method in class com.esri.arcgis.analyst3d.ISceneGraphEventsDispProxy
Fired when node recording stops.
recordingStopped(ISceneGraphEventsRecordingStoppedEvent) - Method in class com.esri.arcgis.analyst3d.ISceneGraphEventsProxy
Fired when node recording stops.
RecordNumberSet - Class in com.esri.arcgis.geodatabase
A collection of record numbers.
RecordNumberSet() - Constructor for class com.esri.arcgis.geodatabase.RecordNumberSet
Constructs a RecordNumberSet using ArcGIS Engine.
RecordNumberSet(Object) - Constructor for class com.esri.arcgis.geodatabase.RecordNumberSet
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RecordNumberSet theRecordNumberSet = (RecordNumberSet) obj;
RecordSet - Class in com.esri.arcgis.geodatabase
ESRI Record Set object.
RecordSet() - Constructor for class com.esri.arcgis.geodatabase.RecordSet
Constructs a RecordSet using ArcGIS Engine.
RecordSet(Object) - Constructor for class com.esri.arcgis.geodatabase.RecordSet
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RecordSet theRecordSet = (RecordSet) obj;
recordSymbol(ISymbol, int, boolean, boolean, int, boolean) - Method in interface com.esri.arcgis.analyst3d.ISceneGraph
Creates the display list with the given identification for the symbol and its extrusion state (for points and lines).
recordSymbol(ISymbol, int, boolean, boolean, int, boolean) - Method in class com.esri.arcgis.analyst3d.SceneGraph
Creates the display list with the given identification for the symbol and its extrusion state (for points and lines).
recreateRaster(IRasterDataset, IRaster) - Method in interface com.esri.arcgis.carto.IRasterRenderer2
Recreates a raster, if necessary, from a given RasterDataset.
recreateRaster(IRasterDataset, IRaster) - Method in class com.esri.arcgis.carto.RasterClassifyColorRampRenderer
Recreates a raster, if necessary, from a given RasterDataset.
recreateRaster(IRasterDataset, IRaster) - Method in class com.esri.arcgis.carto.RasterColormapRenderer
Recreates a raster, if necessary, from a given RasterDataset.
recreateRaster(IRasterDataset, IRaster) - Method in class com.esri.arcgis.carto.RasterDiscreteColorRenderer
Recreates a raster, if necessary, from a given RasterDataset.
recreateRaster(IRasterDataset, IRaster) - Method in class com.esri.arcgis.carto.RasterRGBRenderer
Recreates a raster, if necessary, from a given RasterDataset.
recreateRaster(IRasterDataset, IRaster) - Method in class com.esri.arcgis.carto.RasterStretchColorRampRenderer
Recreates a raster, if necessary, from a given RasterDataset.
recreateRaster(IRasterDataset, IRaster) - Method in class com.esri.arcgis.carto.RasterUniqueValueRenderer
Recreates a raster, if necessary, from a given RasterDataset.
rect(tagRECT) - Method in interface com.esri.arcgis.system.IRectHolder
Write a rectangle.
rect(tagRECT) - Method in class com.esri.arcgis.system.IRectHolderProxy
Write a rectangle.
rectangle(IGeoDataset, IEnvelope, boolean) - Method in interface com.esri.arcgis.spatialanalyst.IExtractionOp
Extracts the cells of a raster based on a rectangle.
rectangle(IGeoDataset, IEnvelope, boolean) - Method in interface com.esri.arcgis.spatialanalyst.IExtractionOp2
Extracts the cells of a raster based on a rectangle.
rectangle(IGeoDataset, IEnvelope, boolean) - Method in class com.esri.arcgis.spatialanalyst.RasterExtractionOp
Extracts the cells of a raster based on a rectangle.
RectangleElement - Class in com.esri.arcgis.carto
The Graphic Element to display rectangles.
RectangleElement() - Constructor for class com.esri.arcgis.carto.RectangleElement
Constructs a RectangleElement using ArcGIS Engine.
RectangleElement(Object) - Constructor for class com.esri.arcgis.carto.RectangleElement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RectangleElement theRectangleElement = (RectangleElement) obj;
rectify(String, String) - Method in class com.esri.arcgis.carto.CadAnnotationLayer
Save transformed result to a new dataset.
rectify(String, String) - Method in class com.esri.arcgis.carto.CadFeatureLayer
Save transformed result to a new dataset.
rectify(String, String) - Method in class com.esri.arcgis.carto.CadLayer
Save transformed result to a new dataset.
rectify(String, String) - Method in interface com.esri.arcgis.carto.IGeoReference
Save transformed result to a new dataset.
rectify(String, String) - Method in class com.esri.arcgis.carto.RasterLayer
Save transformed result to a new dataset.
rectify(String, String, IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc
Persists the input raster to a new dataset of the specified format.
rectify(String, String, IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc2
Persists the input raster to a new dataset of the specified format.
rectify(String, String, IRaster) - Method in class com.esri.arcgis.datasourcesraster.IRasterGeometryProc2Proxy
Persists the input raster to a new dataset of the specified format.
rectify(String, String, IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc3
Persists the input raster to a new dataset of the specified format.
rectify(String, String, IRaster) - Method in class com.esri.arcgis.datasourcesraster.RasterGeometryProc
Persists the input raster to a new dataset of the specified format.
redefineSymbols() - Method in interface com.esri.arcgis.carto.ITerrainAttributeRenderer
Redefine drawing symbols based on cueernt data sources and attribute field name.
redefineSymbols() - Method in class com.esri.arcgis.carto.TerrainPointAttributeRenderer
Redefine drawing symbols based on cueernt data sources and attribute field name.
redefineSymbols() - Method in class com.esri.arcgis.carto.TerrainPointUniqueValueRenderer
Redefine drawing symbols based on cueernt data sources and attribute field name.
redo() - Method in class com.esri.arcgis.arcmapui.AddLayersOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.ElementEditVerticesOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.ElementNewOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.GroupLayersOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.MoveLayersOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.MoveMapsOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.ReferenceScaleOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.RemoveLayerOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.RemoveLayersOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.RotateOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.SelectFeaturesOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.arcmapui.UngroupLayerOperation
Redoes the operation.
redo() - Method in interface com.esri.arcgis.carto.IExtentStack
Redo the next extent on the stack.
redo() - Method in class com.esri.arcgis.carto.IExtentStackProxy
Redo the next extent on the stack.
redo() - Method in class com.esri.arcgis.controls.EngineSketchOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.editor.SketchOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.schematiccontrols.SchematicOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.systemUI.ControlsOperationStack
Redoes the next operation on the stack.
redo() - Method in interface com.esri.arcgis.systemUI.IOperation
Redoes the operation.
redo() - Method in class com.esri.arcgis.systemUI.IOperationProxy
Redoes the operation.
redo() - Method in interface com.esri.arcgis.systemUI.IOperationStack
Redoes the next operation on the stack.
redoEditOperation() - Method in interface com.esri.arcgis.geodatabase.IWorkspaceEdit
Causes a Redo to be performed on the last undo.
redoEditOperation() - Method in class com.esri.arcgis.geodatabase.IWorkspaceEditProxy
Causes a Redo to be performed on the last undo.
redoEditOperation() - Method in class com.esri.arcgis.geodatabase.VersionedWorkspace
Causes a Redo to be performed on the last undo.
redoEditOperation() - Method in class com.esri.arcgis.geodatabase.Workspace
Causes a Redo to be performed on the last undo.
redoEditOperation() - Method in interface com.esri.arcgis.networkanalyst.INAContextEdit
Repeats the last edit operation.
redoEditOperation() - Method in class com.esri.arcgis.networkanalyst.NAContext
Repeats the last edit operation.
redoExtent() - Method in class com.esri.arcgis.controls.ARMap
Redo the next map extent in the stack.
redoExtent() - Method in class com.esri.arcgis.controls.ARPageLayout
Redo the next page layout extent in the stack.
redoExtent() - Method in interface com.esri.arcgis.controls.IARMap
Redo the next map extent in the stack.
redoExtent() - Method in class com.esri.arcgis.controls.IARMapProxy
Redo the next map extent in the stack.
redoExtent() - Method in interface com.esri.arcgis.controls.IARPageLayout
Redo the next page layout extent in the stack.
redoExtent() - Method in class com.esri.arcgis.controls.IARPageLayoutProxy
Redo the next page layout extent in the stack.
redoOperation() - Method in class com.esri.arcgis.editor.Editor
Redo an edit operation.
redoOperation() - Method in interface com.esri.arcgis.editor.IEditor
Redo an edit operation.
redoOperation() - Method in class com.esri.arcgis.editor.IEditorProxy
Redo an edit operation.
redraw(boolean) - Method in interface com.esri.arcgis.analyst3d.I3DViewer
Redraws the viewer.
redraw(boolean) - Method in class com.esri.arcgis.analyst3d.I3DViewerProxy
Redraws the viewer.
redraw(boolean) - Method in interface com.esri.arcgis.analyst3d.ISceneViewer
Redraws the scene viewer.
redraw(boolean) - Method in class com.esri.arcgis.analyst3d.ISceneViewerProxy
Redraws the scene viewer.
redraw() - Method in interface com.esri.arcgis.geodatabaseui.ITableControl
Redraws the grid.
redraw() - Method in interface com.esri.arcgis.geodatabaseui.ITableControl2
Redraws the grid.
redraw() - Method in interface com.esri.arcgis.geodatabaseui.ITableControl3
Redraws the grid.
redraw() - Method in class com.esri.arcgis.geodatabaseui.TableView
Redraws the grid.
redrawFeatureLayer(IEnvelope) - Method in interface com.esri.arcgis.geodatabaseui.ITableViewCallback
Redraw feature layer (ie, when features are deleted, etc).
redrawFeatureLayer(IEnvelope) - Method in class com.esri.arcgis.geodatabaseui.ITableViewCallbackProxy
Redraw feature layer (ie, when features are deleted, etc).
reenableActionsUsingLayer(ILayer) - Method in class com.esri.arcgis.trackinganalyst.ActionCollection
Reenable all action using the specified layer for location trigger.
reenableActionsUsingLayer(ILayer) - Method in interface com.esri.arcgis.trackinganalyst.IActionCollection
Reenable all action using the specified layer for location trigger.
reenableActionsUsingLayer(ILayer) - Method in interface com.esri.arcgis.trackinganalyst.IActionCollection2
Reenable all action using the specified layer for location trigger.
reExportDataChanges(String, int, IReplica2, int, boolean, boolean, boolean) - Method in class com.esri.arcgis.geodatabasedistributed.DataChangesExporter
Exports the edits to a delta file.
reExportDataChanges(String, int, IReplica2, int, boolean, boolean, boolean) - Method in interface com.esri.arcgis.geodatabasedistributed.IExportDataChanges2
Exports the edits to a delta file.
reExportReplicaDataChanges(String, IGDSExportOptions, int, int) - Method in class com.esri.arcgis.geodatabasedistributed.GeoDataServer
Re-exports data changes for a replica.
reExportReplicaDataChanges(String, IGDSExportOptions, int, int) - Method in class com.esri.arcgis.geodatabasedistributed.GeoDataServerIP
Re-exports data changes for a replica.
reExportReplicaDataChanges(String, IGDSExportOptions, int, int) - Method in class com.esri.arcgis.geodatabasedistributed.GeoDataServerLP
Re-exports data changes for a replica.
reExportReplicaDataChanges(String, IGDSExportOptions, int, int) - Method in interface com.esri.arcgis.geodatabasedistributed.IGeoDataServer
Re-exports data changes for a replica.
ReExportUnacknowledgedMessages - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Creates an output delta file containing unacknowledged replica updates from a one-way or two-way replica geodatabase.
ReExportUnacknowledgedMessages() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.ReExportUnacknowledgedMessages
Creates the Re-Export Unacknowledged Messages tool with defaults.
ReExportUnacknowledgedMessages(Object, Object, String, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.ReExportUnacknowledgedMessages
Creates the Re-Export Unacknowledged Messages tool with the required parameters.
ReferenceDataField - Class in com.esri.arcgis.location
A reference data field definition for a reference data table.
ReferenceDataField(Object) - Constructor for class com.esri.arcgis.location.ReferenceDataField
Construct a ReferenceDataField using a reference to such an object returned from ArcGIS Engine or Server.
ReferenceDataFieldsEnumerator - Class in com.esri.arcgis.location
An enumeration of reference data fields for the reference data table.
ReferenceDataFieldsEnumerator(Object) - Constructor for class com.esri.arcgis.location.ReferenceDataFieldsEnumerator
Construct a ReferenceDataFieldsEnumerator using a reference to such an object returned from ArcGIS Engine or Server.
ReferenceDataIndex - Class in com.esri.arcgis.location
A reference data index definition for a reference data table.
ReferenceDataIndex(Object) - Constructor for class com.esri.arcgis.location.ReferenceDataIndex
Construct a ReferenceDataIndex using a reference to such an object returned from ArcGIS Engine or Server.
ReferenceDataIndexEnumerator - Class in com.esri.arcgis.location
An enumeration of reference data indexes for a reference data table.
ReferenceDataIndexEnumerator(Object) - Constructor for class com.esri.arcgis.location.ReferenceDataIndexEnumerator
Construct a ReferenceDataIndexEnumerator using a reference to such an object returned from ArcGIS Engine or Server.
ReferenceDataTable - Class in com.esri.arcgis.location
A reference data table definition for a locator.
ReferenceDataTable(Object) - Constructor for class com.esri.arcgis.location.ReferenceDataTable
Construct a ReferenceDataTable using a reference to such an object returned from ArcGIS Engine or Server.
ReferenceDataTableEnumerator - Class in com.esri.arcgis.location
An enumeration of reference data tables for the locator.
ReferenceDataTableEnumerator(Object) - Constructor for class com.esri.arcgis.location.ReferenceDataTableEnumerator
Construct a ReferenceDataTableEnumerator using a reference to such an object returned from ArcGIS Engine or Server.
ReferenceScaleOperation - Class in com.esri.arcgis.arcmapui
Reference Scale Operation.
ReferenceScaleOperation() - Constructor for class com.esri.arcgis.arcmapui.ReferenceScaleOperation
Constructs a ReferenceScaleOperation using ArcGIS Engine.
ReferenceScaleOperation(Object) - Constructor for class com.esri.arcgis.arcmapui.ReferenceScaleOperation
Construct a ReferenceScaleOperation using a reference to such an object returned from ArcGIS Engine or Server.
refresh() - Method in class com.esri.arcgis.addins.desktop.Tool
Called when the screen display in the application is refreshed.
refresh() - Method in class com.esri.arcgis.analyst3d.Scene
Causes the entire view to draw.
refresh(String) - Method in class com.esri.arcgis.arccatalog.Application
Refreshes the catalog tree starting at the specified path.
refresh(String) - Method in class com.esri.arcgis.arcglobe.Application
Refreshes the catalog tree starting at the specified path.
refresh(Object) - Method in class com.esri.arcgis.arcglobe.TOCGMxCatalogView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcglobe.TOCGMxDisplayView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcglobe.TOCGMxLegendSelectionView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcglobe.TOCGMxTypeView
Refreshes the contents view.
refresh(String) - Method in class com.esri.arcgis.arcmap.Application
Refreshes the catalog tree starting at the specified path.
refresh() - Method in class com.esri.arcgis.arcmapui.DataGraphWindow
Cause the window to redraw.
refresh() - Method in class com.esri.arcgis.arcmapui.GenericWindow
Cause the window to redraw.
refresh(Object) - Method in interface com.esri.arcgis.arcmapui.IContentsView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcmapui.IContentsViewProxy
Refreshes the contents view.
refresh() - Method in interface com.esri.arcgis.arcmapui.IDataWindow
Cause the window to redraw.
refresh() - Method in interface com.esri.arcgis.arcmapui.IDataWindow2
Cause the window to redraw.
refresh() - Method in class com.esri.arcgis.arcmapui.IDataWindow2Proxy
Cause the window to redraw.
refresh() - Method in class com.esri.arcgis.arcmapui.IDataWindowProxy
Cause the window to redraw.
refresh() - Method in interface com.esri.arcgis.arcmapui.IMetadataViewWindow
Refresh the metadata view.
refresh() - Method in interface com.esri.arcgis.arcmapui.IModelessQueryAttributes
Refreshes the attribute query window when it's in a modeless state.
refresh() - Method in class com.esri.arcgis.arcmapui.MapInsetWindow
Cause the window to redraw.
refresh() - Method in class com.esri.arcgis.arcmapui.MetadataViewWindow
Refresh the metadata view.
refresh() - Method in class com.esri.arcgis.arcmapui.OverviewWindow
Cause the window to redraw.
refresh() - Method in class com.esri.arcgis.arcmapui.QueryAttributes
Refreshes the attribute query window when it's in a modeless state.
refresh() - Method in class com.esri.arcgis.arcmapui.TableWindow
Cause the window to redraw.
refresh(Object) - Method in class com.esri.arcgis.arcmapui.TOCCatalogView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcmapui.TOCDisplayView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcmapui.TOCLegendDisplayView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcmapui.TOCLegendSelectionView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcmapui.TOCSelectionView
Refreshes the contents view.
refresh(String) - Method in class com.esri.arcgis.arcscene.Application
Refreshes the catalog tree starting at the specified path.
refresh(Object) - Method in interface com.esri.arcgis.arcscene.ISxContentsView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcscene.ISxContentsViewProxy
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcscene.TOCSxCatalogView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcscene.TOCSxDisplayView
Refreshes the contents view.
refresh(Object) - Method in class com.esri.arcgis.arcscene.TOCSxLegendSelectionView
Refreshes the contents view.
refresh(int, Object, Object) - Method in class com.esri.arcgis.beans.map.MapBean
Redraws the Map, optionally just redraw specified phases or envelope.
refresh(int, Object, Object) - Method in class com.esri.arcgis.beans.pagelayout.PageLayoutBean
Redraws the PageLayout, optionally just redraw specified phases or envelope.
refresh() - Method in class com.esri.arcgis.carto.AlternatingScaleBar
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.DoubleAlternatingScaleBar
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.GroupElement
Let the group know that there has been a change in one or more of the sub-elements.
refresh() - Method in class com.esri.arcgis.carto.HollowScaleBar
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in interface com.esri.arcgis.carto.IActiveView
Causes the entire view to draw.
refresh() - Method in interface com.esri.arcgis.carto.IGroupElement2
Let the group know that there has been a change in one or more of the sub-elements.
refresh() - Method in interface com.esri.arcgis.carto.IGroupElement3
Let the group know that there has been a change in one or more of the sub-elements.
refresh() - Method in interface com.esri.arcgis.carto.ILegend2
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in interface com.esri.arcgis.carto.IMapSurround
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in interface com.esri.arcgis.carto.IViewRefresh
Causes the entire view to draw.
refresh() - Method in interface com.esri.arcgis.carto.IWCSLayer
Refreshes layer once any of layer properies has changed.
refresh() - Method in class com.esri.arcgis.carto.Legend
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.Map
Causes the entire view to draw.
refresh() - Method in class com.esri.arcgis.carto.MapInset
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.MapTitle
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.MarkerNorthArrow
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh(int) - Method in class com.esri.arcgis.carto.ModifyDimensionFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.carto.NewDimensionFeedback
Call this after a refresh to show feedback again.
refresh() - Method in class com.esri.arcgis.carto.Overview
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.PageLayout
Causes the entire view to draw.
refresh() - Method in class com.esri.arcgis.carto.Scalebar
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.ScaleLine
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.ScaleText
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.SingleDivisionScaleBar
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.SteppedScaleLine
Makes sure the latest updates are refected the next time the Map Surround is drawn.
refresh() - Method in class com.esri.arcgis.carto.WCSLayer
Refreshes layer once any of layer properies has changed.
refresh() - Method in class com.esri.arcgis.cartoUI.RotateTracker
Invalidate the portion of the screen covered by the tracker.
refresh() - Method in class com.esri.arcgis.cartoUI.ScaleTracker
Invalidate the portion of the screen covered by the tracker.
refresh() - Method in class com.esri.arcgis.catalog.GxAddAGSConnection
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAddAGSObject
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAddGDSConnection
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAddIn
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAddWCSConnection
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAddWMSConnection
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSCatalog
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSConnection
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSFolder
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSGeoDataServer
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSGeometry
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSGeoprocessing
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSGlobe
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSGlobeLayer
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSImage
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSLocator
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxAGSMap
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxCadDataset
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxCatalog
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxCoverageDataset
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxDatabase
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxDatabaseServerFolder
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxDataGraph
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxDataServer
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxDataset
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxDiskConnection
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxExcelFile
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxFeatureDefinitionPackage
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxFile
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxFolder
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxFolderConnections
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxGDSGeodatabase
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxGISServersFolder
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxISCDef
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxLayer
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxMap
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxMetadata
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxNewDatabase
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxPackage
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxPCCoverage
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxPre70Coverage
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxPrjFile
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxRasterDataset
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxRemoteDatabaseFolder
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxReport
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxSDCDataset
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxShapefileDataset
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxShortcut
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxSpatialReferencesFolder
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxStreetMapDataset
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxTextFile
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxTool
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxToolbox
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxToolboxesFolder
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxToolboxesRoot
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxToolset
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxVpfDataset
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxWCSConnection
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxWCSCoverage
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxWMSConnection
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxWMSLayer
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxWMSMap
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.GxWorkspaceFolder
Updates the object and any children of the object.
refresh() - Method in interface com.esri.arcgis.catalog.IGxObject
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.IGxObjectProxy
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.IMSConnection
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.IMSFeatureClass
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.IMSFeatureService
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.IMSGlobeServiceDescription
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.IMSGlobeSubServiceDescription
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.IMSImageMap
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.IMSMetadataService
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.NewIMSConnection
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.SearchResults
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalog.SearchResultsRoot
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalogUI.DescriptionWindow
Refresh the Item Description Window.
refresh() - Method in class com.esri.arcgis.catalogUI.GxComBrowser
Refresh the Catalog window.
refresh() - Method in class com.esri.arcgis.catalogUI.GxContentsView
Refreshes the view.
refresh() - Method in class com.esri.arcgis.catalogUI.GxDataGraphView
Refreshes the view.
refresh() - Method in class com.esri.arcgis.catalogUI.GxDocumentationView
Refreshes the view.
refresh() - Method in class com.esri.arcgis.catalogUI.GxGeographicView
Refreshes the view.
refresh() - Method in class com.esri.arcgis.catalogUI.GxMSDFile
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.catalogUI.GxMSDFileView
Refreshes the view.
refresh() - Method in class com.esri.arcgis.catalogUI.GxPreview
Refreshes the view.
refresh() - Method in class com.esri.arcgis.catalogUI.GxRasterCatalogContentView
Refreshes the view.
refresh() - Method in class com.esri.arcgis.catalogUI.GxRasterCatalogSubPropertyView
Refreshes the view.
refresh() - Method in class com.esri.arcgis.catalogUI.GxTableView
Refreshes the view.
refresh() - Method in class com.esri.arcgis.catalogUI.GxTreeView
Refreshes the view.
refresh() - Method in interface com.esri.arcgis.catalogUI.IDescriptionWindow
Refresh the Item Description Window.
refresh(String) - Method in interface com.esri.arcgis.catalogUI.IGxApplication
Refreshes the catalog tree starting at the specified path.
refresh(String) - Method in class com.esri.arcgis.catalogUI.IGxApplicationProxy
Refreshes the catalog tree starting at the specified path.
refresh() - Method in interface com.esri.arcgis.catalogUI.IGxBrowser
Refresh the Catalog window.
refresh() - Method in class com.esri.arcgis.catalogUI.IGxBrowserProxy
Refresh the Catalog window.
refresh() - Method in interface com.esri.arcgis.catalogUI.IGxView
Refreshes the view.
refresh() - Method in class com.esri.arcgis.catalogUI.IGxViewProxy
Refreshes the view.
refresh(IGxObject) - Method in interface com.esri.arcgis.catalogUI.IMetadataHelper
Refreshes the currently selected object in the Catalog.
refresh(IGxObject) - Method in class com.esri.arcgis.catalogUI.IMetadataHelperProxy
Refreshes the currently selected object in the Catalog.
refresh(IGxObject) - Method in class com.esri.arcgis.catalogUI.MetadataExtension
Refreshes the currently selected object in the Catalog.
refresh(boolean) - Method in class com.esri.arcgis.controls.ArcReaderControl
Refresh the control's window.
refresh() - Method in class com.esri.arcgis.controls.ArcReaderGlobeControl
Redraws the globe display area.
refresh(boolean) - Method in class com.esri.arcgis.controls.ARMap
Redraws the map display area.
refresh(boolean) - Method in class com.esri.arcgis.controls.ARPageLayout
Redraws the page layout display area.
refresh(int) - Method in class com.esri.arcgis.controls.BaseTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.Controls3DAnalystContourTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.Controls3DAnalystSteepestPathTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsEditingEditTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsEditingSketchTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGenericGetPositionTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeFixedLineOfSightTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeFlyTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeHyperlinkTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeIdentifyTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeLookAroundTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeMeasureTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeNavigateTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeOrbitalFlyTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobePanDragTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobePanTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeSelectFeaturesTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeSwipeTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeTargetCenterTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeTargetPanTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeTargetZoomTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeWalkTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsGlobeZoomInOutTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsInkEraserTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsInkGenericDrawTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsInkHighlightTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsInkPenTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsMapHyperlinkTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsMapIdentifyTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsMapMeasureTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsMapPanTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsMapRoamTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsMapRotateTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsMapSwipeTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsMapZoomInTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsMapZoomOutTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsMapZoomPanTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNetworkAnalystCreateLocationTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNetworkAnalystSelectLocationTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNewCircleTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNewCurveTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNewEllipseTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNewFrameTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNewFreeHandTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNewLineTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNewMarkerTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNewPolygonTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsNewRectangleTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsPagePanTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsPageZoomInTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsPageZoomOutTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsRotateElementTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSceneFlyTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSceneNavigateTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsScenePanTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSceneSelectFeaturesTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSceneSelectGraphicsTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSceneSetObserverTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSceneTargetCenterTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSceneTargetZoomTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSceneZoomInOutTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSceneZoomInTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSceneZoomOutTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSelectFeaturesTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.controls.ControlsSelectTool
Occurs when a screen display in the application is refreshed.
refresh(boolean) - Method in interface com.esri.arcgis.controls.IARControl
Refresh the control's window.
refresh(boolean) - Method in interface com.esri.arcgis.controls.IARControlDefault
Refresh the control's window.
refresh(boolean) - Method in class com.esri.arcgis.controls.IARControlDefaultProxy
Refresh the control's window.
refresh(boolean) - Method in class com.esri.arcgis.controls.IARControlProxy
Refresh the control's window.
refresh() - Method in interface com.esri.arcgis.controls.IARGlobeControl
Redraws the globe display area.
refresh() - Method in interface com.esri.arcgis.controls.IARGlobeControlDefault
Redraws the globe display area.
refresh() - Method in class com.esri.arcgis.controls.IARGlobeControlDefaultProxy
Redraws the globe display area.
refresh() - Method in class com.esri.arcgis.controls.IARGlobeControlProxy
Redraws the globe display area.
refresh(boolean) - Method in interface com.esri.arcgis.controls.IARMap
Redraws the map display area.
refresh(boolean) - Method in class com.esri.arcgis.controls.IARMapProxy
Redraws the map display area.
refresh(boolean) - Method in interface com.esri.arcgis.controls.IARPageLayout
Redraws the page layout display area.
refresh(boolean) - Method in class com.esri.arcgis.controls.IARPageLayoutProxy
Redraws the page layout display area.
refresh(int, Object, Object) - Method in interface com.esri.arcgis.controls.IMapControl2
Redraws the Map, optionally just redraw specified phases or envelope.
refresh(int, Object, Object) - Method in class com.esri.arcgis.controls.IMapControl2Proxy
Redraws the Map, optionally just redraw specified phases or envelope.
refresh(int, Object, Object) - Method in interface com.esri.arcgis.controls.IMapControlDefault
Redraws the Map, optionally just redraw specified phases or envelope.
refresh(int, Object, Object) - Method in class com.esri.arcgis.controls.IMapControlDefaultProxy
Redraws the Map, optionally just redraw specified phases or envelope.
refresh(int, Object, Object) - Method in interface com.esri.arcgis.controls.IPageLayoutControl
Redraws the PageLayout, optionally just redraw specified phases or envelope.
refresh(int, Object, Object) - Method in interface com.esri.arcgis.controls.IPageLayoutControlDefault
Redraws the PageLayout, optionally just redraw specified phases or envelope.
refresh(int, Object, Object) - Method in class com.esri.arcgis.controls.IPageLayoutControlDefaultProxy
Redraws the PageLayout, optionally just redraw specified phases or envelope.
refresh(int, Object, Object) - Method in class com.esri.arcgis.controls.IPageLayoutControlProxy
Redraws the PageLayout, optionally just redraw specified phases or envelope.
refresh(int) - Method in interface com.esri.arcgis.controls.ISnappingFeedback
Refresh the last update.
refresh(int) - Method in class com.esri.arcgis.controls.ISnappingFeedbackProxy
Refresh the last update.
refresh(int, Object, Object) - Method in class com.esri.arcgis.controls.MapControl
Redraws the Map, optionally just redraw specified phases or envelope.
refresh(int, Object, Object) - Method in class com.esri.arcgis.controls.PageLayoutControl
Redraws the PageLayout, optionally just redraw specified phases or envelope.
refresh(int) - Method in class com.esri.arcgis.controls.SnappingFeedback
Refresh the last update.
refresh() - Method in class com.esri.arcgis.datasourcesraster.FunctionRasterDataset
Refreshes opened RasterDataset.
refresh() - Method in interface com.esri.arcgis.datasourcesraster.IRasterEdit
Refreshes the associated RasterDataset.
refresh() - Method in class com.esri.arcgis.datasourcesraster.Raster
Refreshes the associated RasterDataset.
refresh() - Method in class com.esri.arcgis.datasourcesraster.RasterDataset
Refreshes opened RasterDataset.
refresh(int) - Method in class com.esri.arcgis.display.BezierMovePointFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.CalloutFeedback
Call this after a refresh to show feedback again.
refresh() - Method in class com.esri.arcgis.display.EngineRotateTracker
Invalidate the portion of the screen covered by the tracker.
refresh(int) - Method in class com.esri.arcgis.display.GroupFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in interface com.esri.arcgis.display.IDisplayFeedback
Call this after a refresh to show feedback again.
refresh() - Method in interface com.esri.arcgis.display.IRotateTracker
Invalidate the portion of the screen covered by the tracker.
refresh() - Method in interface com.esri.arcgis.display.IScaleTracker
Invalidate the portion of the screen covered by the tracker.
refresh(int) - Method in class com.esri.arcgis.display.LineMovePointFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.ModifyCircularArcFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.ModifySegmentFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MoveBitmapFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MoveCurvedTextFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MoveEnvelopeFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MoveGeometryFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MoveImageFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MoveLineFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MovePointFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MovePointFeedback2
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MovePolygonFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MoveTextAlongShapeFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.MoveTextFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewArcFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewBezierCurveFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewCircleFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewEllipseFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewEnvelopeFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewLineFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewMultiPointFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewPolygonFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewRectangleFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewTextBezierCurveFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.NewTextFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.PolygonMovePointFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.ReshapeFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.ReshapeFeedback2
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.ResizeEnvelopeFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.ResizeTextFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.RotateTextFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.StretchLineFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.display.VertexFeedback
Call this after a refresh to show feedback again.
refresh(int) - Method in class com.esri.arcgis.editor.AngleDistanceConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.ArcConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.AutoCompletePolygonFeatureTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.BezierCurveConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.CutPolygonsTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.DistanceDistanceConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.EditTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.EndPointArcConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.IntersectionConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in interface com.esri.arcgis.editor.IShapeConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.IShapeConstructorProxy
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.LineFeatureTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.MidpointConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.MirrorFeaturesTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.PointAtEndOfLineTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.PointConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.PointFeatureTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.PolygonFeatureTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.ReplaceGeometryTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.ReshapeFeatureTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.RightAngleConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.SketchConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.StraightConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.TangentCurveConstructor
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.editor.TraceConstructor
Occurs when a screen display in the application is refreshed.
refresh() - Method in class com.esri.arcgis.framework.CommandBar
Causes the command to be redrawn.
refresh() - Method in class com.esri.arcgis.framework.CommandItem
Causes the command to be redrawn.
refresh() - Method in interface com.esri.arcgis.framework.ICommandItem
Causes the command to be redrawn.
refresh() - Method in class com.esri.arcgis.framework.ICommandItemProxy
Causes the command to be redrawn.
refresh(int) - Method in class com.esri.arcgis.framework.Tool
Occurs when a screen display in the application is refreshed.
refresh() - Method in class com.esri.arcgis.geodatabase.EvaluatedNetworkAttribute
Refresh the network evaluators assigned to this network attribute.
refresh() - Method in interface com.esri.arcgis.geodatabase.INetworkAttribute2
Refresh the network evaluators assigned to this network attribute.
refresh() - Method in class com.esri.arcgis.geodatabase.INetworkAttribute2Proxy
Refresh the network evaluators assigned to this network attribute.
refresh() - Method in interface com.esri.arcgis.geodatabase.INetworkEvaluator2
Refresh custom data for this network evaluator to synchronize with updated attribute parameter values or other external data.
refresh() - Method in interface com.esri.arcgis.geodatabase.IRasterDataset3
Refreshes opened RasterDataset.
refresh() - Method in interface com.esri.arcgis.geodatabase.ISelectionSet
Refreshes the state of a snapshot selection.
refresh() - Method in class com.esri.arcgis.geodatabase.ISelectionSetProxy
Refreshes the state of a snapshot selection.
refresh() - Method in interface com.esri.arcgis.geodatabase.ITinEdit
Updates TIN's extents, data area, and data elements count.
refresh() - Method in class com.esri.arcgis.geodatabase.NetworkAttribute
Refresh the network evaluators assigned to this network attribute.
refresh() - Method in class com.esri.arcgis.geodatabase.NetworkConstantEvaluator
Refresh custom data for this network evaluator to synchronize with updated attribute parameter values or other external data.
refresh() - Method in class com.esri.arcgis.geodatabase.NetworkEdgeTrafficEvaluator
Refresh custom data for this network evaluator to synchronize with updated attribute parameter values or other external data.
refresh() - Method in class com.esri.arcgis.geodatabase.NetworkFieldEvaluator
Refresh custom data for this network evaluator to synchronize with updated attribute parameter values or other external data.
refresh() - Method in class com.esri.arcgis.geodatabase.NetworkFunctionEvaluator
Refresh custom data for this network evaluator to synchronize with updated attribute parameter values or other external data.
refresh() - Method in class com.esri.arcgis.geodatabase.NetworkGlobalTurnDelayEvaluator
Refresh custom data for this network evaluator to synchronize with updated attribute parameter values or other external data.
refresh() - Method in class com.esri.arcgis.geodatabase.NetworkScriptEvaluator
Refresh custom data for this network evaluator to synchronize with updated attribute parameter values or other external data.
refresh() - Method in class com.esri.arcgis.geodatabase.RelQueryTableSelectionSet
Refreshes the state of a snapshot selection.
refresh() - Method in class com.esri.arcgis.geodatabase.SelectionSet
Refreshes the state of a snapshot selection.
refresh() - Method in class com.esri.arcgis.geodatabase.Tin
Updates TIN's extents, data area, and data elements count.
refresh() - Method in class com.esri.arcgis.globecore.Globe
Causes the entire view to draw.
refresh() - Method in interface com.esri.arcgis.schematic.ISchematicInMemoryDiagram
Refreshes the schematic in memory diagram.
refresh() - Method in class com.esri.arcgis.schematic.ISchematicInMemoryDiagramProxy
Refreshes the schematic in memory diagram.
refresh() - Method in interface com.esri.arcgis.schematic.ISchematicRecordset
Refreshes the schematic recorset.
refresh() - Method in class com.esri.arcgis.schematic.ISchematicRecordsetProxy
Refreshes the schematic recorset.
refresh() - Method in class com.esri.arcgis.schematic.SchematicInMemoryDiagram
Refreshes the schematic in memory diagram.
refresh(int) - Method in class com.esri.arcgis.schematiccontrols.ControlsSchematicMoveElementTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.schematiccontrols.ControlsSchematicSelectEndTool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.schematiccontrols.ControlsSchematicSelectRootTool
Occurs when a screen display in the application is refreshed.
refresh() - Method in interface com.esri.arcgis.schematiccontrols.ISchematicCreateDiagramDialog
Refreshes the create diagram dialog.
refresh() - Method in class com.esri.arcgis.schematiccontrols.ISchematicCreateDiagramDialogProxy
Refreshes the create diagram dialog.
refresh(int) - Method in interface com.esri.arcgis.systemUI.ITool
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.systemUI.IToolProxy
Occurs when a screen display in the application is refreshed.
refresh(int) - Method in class com.esri.arcgis.systemUI.ToolHost
Occurs when a screen display in the application is refreshed.
refresh() - Method in class com.esri.arcgis.trackinganalyst.AddSDEConnection
Updates the object and any children of the object.
refresh() - Method in interface com.esri.arcgis.trackinganalyst.ITxCatalogObject
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.trackinganalyst.TMSSelectSet
Refreshes the state of a snapshot selection.
refresh() - Method in class com.esri.arcgis.trackinganalyst.TxCatalog
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.trackinganalyst.TxCatalogObject
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.trackinganalyst.TxFolderCatalogObject
Updates the object and any children of the object.
refresh() - Method in class com.esri.arcgis.trackinganalyst.TxGISServerFolder
Updates the object and any children of the object.
refreshAllSchemaCaches() - Method in class com.esri.arcgis.datasourcesGDB.SdeWorkspaceFactory
Refreshes all current schema caches.
refreshAllSchemaCaches() - Method in interface com.esri.arcgis.geodatabase.IWorkspaceFactorySchemaCache
Refreshes all current schema caches.
refreshAllServices(boolean[]) - Method in class com.esri.arcgis.datasourcesraster.AISImageServerManager
Reloads all the services.
refreshAllServices(boolean[]) - Method in interface com.esri.arcgis.datasourcesraster.IAISImageServerManager
Reloads all the services.
refreshAllServices(boolean[]) - Method in class com.esri.arcgis.datasourcesraster.IAISImageServerManagerProxy
Reloads all the services.
refreshAttachedObjects() - Method in interface com.esri.arcgis.analyst3d.IAnimationTracks
Detaches from the tracks those objects that no longer exist.
refreshAttachedObjects() - Method in class com.esri.arcgis.analyst3d.Scene
Detaches from the tracks those objects that no longer exist.
refreshAttachedObjects() - Method in class com.esri.arcgis.animation.AGAnimationTrackContainer
Detaches from the tracks those objects that no longer exist.
refreshAttachedObjects() - Method in interface com.esri.arcgis.animation.IAGAnimationTracks
Detaches from the tracks those objects that no longer exist.
refreshAttachedObjects() - Method in class com.esri.arcgis.globecore.Globe
Detaches from the tracks those objects that no longer exist.
refreshAttributes(IEnumSchematicAttribute, IRow) - Method in interface com.esri.arcgis.schematic.ISchematicInMemoryFeature
Refreshes a list of attributes of the in memory feature, or refreshes all the attributes if the list is null.
refreshAttributes() - Method in interface com.esri.arcgis.schematic.ISchematicInMemoryFeatureClassEdit
Refreshes the attributes of the schematic in memory features within the schematic in memory feature class.
refreshAttributes() - Method in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureClassEditProxy
Refreshes the attributes of the schematic in memory features within the schematic in memory feature class.
refreshAttributes(IEnumSchematicAttribute, IRow) - Method in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureProxy
Refreshes a list of attributes of the in memory feature, or refreshes all the attributes if the list is null.
refreshAttributes() - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureClass
Refreshes the attributes of the schematic in memory features within the schematic in memory feature class.
refreshAttributes(IEnumSchematicAttribute, IRow) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureLink
Refreshes a list of attributes of the in memory feature, or refreshes all the attributes if the list is null.
refreshAttributes(IEnumSchematicAttribute, IRow) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNode
Refreshes a list of attributes of the in memory feature, or refreshes all the attributes if the list is null.
refreshAttributes(IEnumSchematicAttribute, IRow) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNodeOnLink
Refreshes a list of attributes of the in memory feature, or refreshes all the attributes if the list is null.
refreshAttributes(IEnumSchematicAttribute, IRow) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureSubLink
Refreshes a list of attributes of the in memory feature, or refreshes all the attributes if the list is null.
refreshAutoCache() - Method in interface com.esri.arcgis.carto.IMapCache
Refresh the autocache.
refreshAutoCache() - Method in class com.esri.arcgis.carto.Map
Refresh the autocache.
refreshBitmap(IUID) - Method in interface com.esri.arcgis.framework.IApplicationRefreshBitmap
Triggers the application to call get_Bitmap on the control specified.
refreshCaches() - Method in interface com.esri.arcgis.carto.IViewRefresh
Reallocate the display caches.
refreshCaches() - Method in class com.esri.arcgis.carto.Map
Reallocate the display caches.
refreshCaches() - Method in class com.esri.arcgis.carto.PageLayout
Reallocate the display caches.
refreshCatalog(IDataElement) - Method in class com.esri.arcgis.geoprocessing.DEUtilities
Refreshs catalog for the parent of the given data element.
refreshCatalog(IDataElement) - Method in class com.esri.arcgis.geoprocessing.GPUtilities
Refreshes the parent within the catalog of the given data element.
refreshCatalog(IDataElement) - Method in interface com.esri.arcgis.geoprocessing.IDEUtilities
Refreshs catalog for the parent of the given data element.
refreshCatalog(Object) - Method in interface com.esri.arcgis.geoprocessing.IGpDispatch
Refreshes the parent of the specified object in the catalog object associated with the Geoprocessor.
refreshCatalog(Object) - Method in class com.esri.arcgis.geoprocessing.IGpDispatchProxy
Refreshes the parent of the specified object in the catalog object associated with the Geoprocessor.
refreshCatalog(IDataElement) - Method in interface com.esri.arcgis.geoprocessing.IGPUtilities
Refreshes the parent within the catalog of the given data element.
refreshChanges(ITrackCancel) - Method in interface com.esri.arcgis.editor.IVersionChangesWindow
Re-Discover changes and re-populate window.
refreshChanges(ITrackCancel) - Method in class com.esri.arcgis.editor.VersionChangesWindow
Re-Discover changes and re-populate window.
refreshContents() - Method in interface com.esri.arcgis.editor.IRepresentationWindow
Refreshes the contents.
refreshContents() - Method in class com.esri.arcgis.editor.IRepresentationWindowProxy
Refreshes the contents.
refreshContents() - Method in interface com.esri.arcgis.editor.ISnappingWindow
Refreshes the contents.
refreshContents() - Method in class com.esri.arcgis.editor.ISnappingWindowProxy
Refreshes the contents.
refreshDisplay(IEnvelope) - Method in interface com.esri.arcgis.geodatabaseui.ITableViewCallback
Refresh all screen caches.
refreshDisplay(IEnvelope) - Method in class com.esri.arcgis.geodatabaseui.ITableViewCallbackProxy
Refresh all screen caches.
refreshDisplay(int) - Method in interface com.esri.arcgis.trackinganalyst.ITAUpdateControl
Refreshes the map display in ArcMap.
refreshDisplay(int) - Method in class com.esri.arcgis.trackinganalyst.ITAUpdateControlProxy
Refreshes the map display in ArcMap.
refreshDisplay(int) - Method in class com.esri.arcgis.trackinganalyst.TADynamicDisplayRefreshController
Refreshes the map display in ArcMap.
refreshExtent() - Method in interface com.esri.arcgis.geodatabase.IXYEventSource
Resets the extent of the XYEventSource layer.
refreshExtent() - Method in class com.esri.arcgis.geodatabase.IXYEventSourceProxy
Resets the extent of the XYEventSource layer.
refreshExtent() - Method in class com.esri.arcgis.geodatabase.XYEventSource
Resets the extent of the XYEventSource layer.
refreshFields() - Method in interface com.esri.arcgis.geodatabaseui.IQueryPropertyPageFieldInfo
Refreshes the fields list.
refreshFields() - Method in class com.esri.arcgis.geodatabaseui.QueryPropertyPage
Refreshes the fields list.
refreshGpsDisplay() - Method in interface com.esri.arcgis.carto.IGpsDisplayProperties
Refreshes the GPS display.
refreshGpsDisplay() - Method in class com.esri.arcgis.carto.RealTimeFeedManager
Refreshes the GPS display.
refreshGroupLayer(ILayer) - Method in class com.esri.arcgis.globecore.Globe
Refresh globe group layer.
refreshGroupLayer(ILayer) - Method in interface com.esri.arcgis.globecore.IGlobe2
Refresh globe group layer.
refreshItem(Object) - Method in interface com.esri.arcgis.carto.IViewRefresh
Use to redraw a specific item and the content above it.
refreshItem(Object) - Method in class com.esri.arcgis.carto.Map
Use to redraw a specific item and the content above it.
refreshItem(Object) - Method in class com.esri.arcgis.carto.PageLayout
Use to redraw a specific item and the content above it.
refreshLayer(ILayer) - Method in class com.esri.arcgis.globecore.GlobeDisplay
Refreshes a layer, possibly including recaching.
refreshLayer(ILayer) - Method in interface com.esri.arcgis.globecore.IGlobeDisplayLayers
Refreshes a layer, possibly including recaching.
refreshLayers(IActiveView, boolean, boolean[]) - Method in interface com.esri.arcgis.geoprocessing.IProcessLayer
Refresh layers.
refreshLayers(IActiveView, boolean, boolean[]) - Method in class com.esri.arcgis.geoprocessing.ProcessLayer
Refresh layers.
refreshLayerSelection(ILayer) - Method in class com.esri.arcgis.globecore.GlobeDisplay
Refreshes the display of the selection in a layer.
refreshLayerSelection(ILayer) - Method in interface com.esri.arcgis.globecore.IGlobeDisplayLayers
Refreshes the display of the selection in a layer.
refreshObject(IScene, Object) - Method in class com.esri.arcgis.analyst3d.Bookmark3D
Recreates the object after its properties have been interpolated.
refreshObject(IAGAnimationTrack, IAGAnimationContainer, Object) - Method in class com.esri.arcgis.analyst3d.Bookmark3D
Recreates the object after its properties have been interpolated.
refreshObject(IScene, Object) - Method in interface com.esri.arcgis.analyst3d.IKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IScene, Object) - Method in class com.esri.arcgis.analyst3d.LayerKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IAGAnimationTrack, IAGAnimationContainer, Object) - Method in class com.esri.arcgis.analyst3d.LayerKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IScene, Object) - Method in class com.esri.arcgis.analyst3d.SceneKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IAGAnimationTrack, IAGAnimationContainer, Object) - Method in class com.esri.arcgis.analyst3d.SceneKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(Object) - Method in interface com.esri.arcgis.animation.IAGAnimationContainer
Container-specific actions to refresh object.
refreshObject(IAGAnimationTrack, IAGAnimationContainer, Object) - Method in interface com.esri.arcgis.animation.IAGKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IAGAnimationTrack, IAGAnimationContainer, Object) - Method in class com.esri.arcgis.animation.MapLayerKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IAGAnimationTrack, IAGAnimationContainer, Object) - Method in class com.esri.arcgis.animation.MapViewKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IAGAnimationTrack, IAGAnimationContainer, Object) - Method in class com.esri.arcgis.animation.TimeKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IAGAnimationTrack, IAGAnimationContainer, Object) - Method in class com.esri.arcgis.animation.TimeLayerKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(Object) - Method in class com.esri.arcgis.globecore.Globe
Container-specific actions to refresh object.
refreshObject(IScene, Object) - Method in class com.esri.arcgis.globecore.GlobeCameraKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IAGAnimationTrack, IAGAnimationContainer, Object) - Method in class com.esri.arcgis.globecore.GlobeCameraKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IScene, Object) - Method in class com.esri.arcgis.globecore.GlobeLayerKeyframe
Recreates the object after its properties have been interpolated.
refreshObject(IAGAnimationTrack, IAGAnimationContainer, Object) - Method in class com.esri.arcgis.globecore.GlobeLayerKeyframe
Recreates the object after its properties have been interpolated.
refreshPage() - Method in class com.esri.arcgis.catalogUI.AGSGeocodeParameterPage
Refresh the read/page status of controls.
refreshPage() - Method in class com.esri.arcgis.catalogUI.AGSGeoDataServerParameterPage
Refresh the read/page status of controls.
refreshPage() - Method in class com.esri.arcgis.catalogUI.AGSGeometryParameterPage
Refresh the read/page status of controls.
refreshPage() - Method in class com.esri.arcgis.catalogUI.AGSGeoprocessingParameterPage
Refresh the read/page status of controls.
refreshPage() - Method in class com.esri.arcgis.catalogUI.AGSGlobeParameterPage
Refresh the read/page status of controls.
refreshPage() - Method in class com.esri.arcgis.catalogUI.AGSImageParameterPage
Refresh the read/page status of controls.
refreshPage() - Method in class com.esri.arcgis.catalogUI.AGSMapParameterPage
Refresh the read/page status of controls.
refreshPage() - Method in interface com.esri.arcgis.catalogUI.IAGSParameterPage
Refresh the read/page status of controls.
refreshReplica(String) - Method in interface com.esri.arcgis.geodatabase.IWorkspaceReplicas2
Refresh a replica from a geodatabase.
refreshReplica(String) - Method in class com.esri.arcgis.geodatabase.IWorkspaceReplicas2Proxy
Refresh a replica from a geodatabase.
refreshReplicas() - Method in interface com.esri.arcgis.geodatabase.IWorkspaceReplicas
Re-reads the list of replicas from the database.
refreshReplicas() - Method in class com.esri.arcgis.geodatabase.IWorkspaceReplicasProxy
Re-reads the list of replicas from the database.
refreshReplicas() - Method in class com.esri.arcgis.geodatabase.Workspace
Re-reads the list of replicas from the database.
refreshRootObjects() - Method in interface com.esri.arcgis.catalog.IGxCatalogAdmin
Refreshes the catalog's root objects without refreshing disk connections.
refreshRootObjects() - Method in class com.esri.arcgis.catalog.IGxCatalogAdminProxy
Refreshes the catalog's root objects without refreshing disk connections.
refreshSchemaCache(IWorkspace) - Method in class com.esri.arcgis.datasourcesGDB.SdeWorkspaceFactory
Refreshes the schema cache for a specific workspace.
refreshSchemaCache(IWorkspace) - Method in interface com.esri.arcgis.geodatabase.IWorkspaceFactorySchemaCache
Refreshes the schema cache for a specific workspace.
refreshSelection(IEnvelope) - Method in interface com.esri.arcgis.geodatabaseui.ITableViewCallback
Refresh graphics for selected table or selection when viewing the full table.
refreshSelection(IEnvelope) - Method in class com.esri.arcgis.geodatabaseui.ITableViewCallbackProxy
Refresh graphics for selected table or selection when viewing the full table.
refreshServerObjects() - Method in interface com.esri.arcgis.carto.IMapServerObjects
Updates the server info based on the current state of the underlying fine-grained objects.
refreshServerObjects() - Method in interface com.esri.arcgis.carto.IMapServerObjects2
Updates the server info based on the current state of the underlying fine-grained objects.
refreshServerObjects() - Method in interface com.esri.arcgis.carto.IMapServerObjects3
Updates the server info based on the current state of the underlying fine-grained objects.
refreshServerObjects() - Method in class com.esri.arcgis.carto.IMapServerObjects3Proxy
Updates the server info based on the current state of the underlying fine-grained objects.
refreshServerObjects() - Method in class com.esri.arcgis.carto.MapServer
Updates the server info based on the current state of the underlying fine-grained objects.
refreshService(String) - Method in class com.esri.arcgis.datasourcesraster.AISImageServerManager
Reloads the given service.
refreshService(String) - Method in interface com.esri.arcgis.datasourcesraster.IAISImageServerManager
Reloads the given service.
refreshService(String) - Method in class com.esri.arcgis.datasourcesraster.IAISImageServerManagerProxy
Reloads the given service.
refreshServiceInfo() - Method in interface com.esri.arcgis.server.IManagerWebService
Refreshes the service info on all services in all of the GISServers in this Manager web service catalog.
refreshServiceInfo() - Method in class com.esri.arcgis.server.IManagerWebServiceProxy
Refreshes the service info on all services in all of the GISServers in this Manager web service catalog.
refreshSketch() - Method in class com.esri.arcgis.controls.EngineEditor
Invalidates the portion of the display that is occupied by the sketch.
refreshSketch() - Method in interface com.esri.arcgis.controls.IEngineEditSketch
Invalidates the portion of the display that is occupied by the sketch.
refreshSketch() - Method in class com.esri.arcgis.editor.Editor
Invalidates the portion of the display that is occupied by the sketch.
refreshSketch() - Method in interface com.esri.arcgis.editor.IEditSketch
Invalidates the portion of the display that is occupied by the sketch.
refreshSketch() - Method in class com.esri.arcgis.editor.IEditSketchProxy
Invalidates the portion of the display that is occupied by the sketch.
refreshSpatialProperties() - Method in interface com.esri.arcgis.datasourcesfile.ICoverage2
Refreshes the Extent and Spatial Reference properties.
refreshSpatialProperties() - Method in class com.esri.arcgis.datasourcesfile.ICoverage2Proxy
Refreshes the Extent and Spatial Reference properties.
refreshStats() - Method in interface com.esri.arcgis.geodatabase.IDatasetFileStat2
Refresh the file-based statistics
refreshStats() - Method in class com.esri.arcgis.geodatabase.IDatasetFileStat2Proxy
Refresh the file-based statistics
refreshStats() - Method in interface com.esri.arcgis.geodatabase.IDatasetNameFileStat2
Refresh the file-based statistics
refreshStats() - Method in class com.esri.arcgis.geodatabase.IDatasetNameFileStat2Proxy
Refresh the file-based statistics
refreshStatus() - Method in class com.esri.arcgis.catalog.GxDiskConnection
Refresh the disk connection's status (i.e availability).
refreshStatus() - Method in interface com.esri.arcgis.catalog.IGxDiskConnection2
Refresh the disk connection's status (i.e availability).
refreshTagValues() - Method in interface com.esri.arcgis.geodatabase.ITinFeatureEdit
Refresh cached TIN tag values.
refreshTagValues() - Method in class com.esri.arcgis.geodatabase.Tin
Refresh cached TIN tag values.
refreshTextureObjects() - Method in class com.esri.arcgis.globecore.GlobeDisplay
Deletes all the textures to force them to reload.
refreshTextureObjects() - Method in interface com.esri.arcgis.globecore.IGlobeDisplay
Deletes all the textures to force them to reload.
refreshTextureObjectsLayer(ILayer) - Method in class com.esri.arcgis.globecore.GlobeDisplay
Deletes all the textures corresponding to a layer and to force them to reload.
refreshTextureObjectsLayer(ILayer) - Method in interface com.esri.arcgis.globecore.IGlobeDisplayLayers
Deletes all the textures corresponding to a layer and to force them to reload.
refreshVersion() - Method in interface com.esri.arcgis.geodatabase.IVersion
Refreshes the version with the corresponding database state.
refreshVersion() - Method in class com.esri.arcgis.geodatabase.IVersionProxy
Refreshes the version with the corresponding database state.
refreshVersion() - Method in class com.esri.arcgis.geodatabase.VersionedWorkspace
Refreshes the version with the corresponding database state.
refreshView() - Method in class com.esri.arcgis.geoprocessing.GPUtilities
Refreshes the applications active view.
refreshView() - Method in interface com.esri.arcgis.geoprocessing.IGPUtilities
Refreshes the applications active view.
refreshViewers() - Method in interface com.esri.arcgis.analyst3d.ISceneGraph
Redraws all viewers.
refreshViewers() - Method in interface com.esri.arcgis.analyst3d.IViewers3D
Redraws all viewers.
refreshViewers() - Method in class com.esri.arcgis.analyst3d.SceneGraph
Redraws all viewers.
refreshViewers() - Method in class com.esri.arcgis.globecore.GlobeDisplay
Redraws all viewers.
refreshViews(boolean) - Method in interface com.esri.arcgis.animation.IAGAnimationContainer
Refresh the active viewer or all viewers.
refreshViews(boolean) - Method in class com.esri.arcgis.globecore.Globe
Refresh the active viewer or all viewers.
refreshVisibleNodes(IGlobe) - Method in interface com.esri.arcgis.globecore.IKmlLayer
Refresh Visible Nodes.
refreshVisibleNodes(IGlobe) - Method in class com.esri.arcgis.globecore.KmlLayer
Refresh Visible Nodes.
refreshWindow() - Method in class com.esri.arcgis.arccatalog.Application
Redraws the application window.
refreshWindow() - Method in class com.esri.arcgis.arcglobe.Application
Redraws the application window.
refreshWindow() - Method in class com.esri.arcgis.arcmap.Application
Redraws the application window.
refreshWindow() - Method in class com.esri.arcgis.arcscene.Application
Redraws the application window.
refreshWindow() - Method in class com.esri.arcgis.framework.AppRef
Redraws the application window.
refreshWindow() - Method in interface com.esri.arcgis.framework.IApplication
Redraws the application window.
refreshWindow() - Method in class com.esri.arcgis.framework.IApplicationProxy
Redraws the application window.
RegionClass - Class in com.esri.arcgis.geoprocessing.tools.coveragetools
Converts arcs to preliminary regions in a new or existing coverage or appends preliminary regions to an existing region subclass.
RegionClass() - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.RegionClass
Creates the Line Coverage To Region tool with defaults.
RegionClass(Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.RegionClass
Creates the Line Coverage To Region tool with the required parameters.
RegionGroup - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
For each cell in the output, the identity of the connected region to which that cell belongs is recorded.
RegionGroup() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.RegionGroup
Creates the Region Group tool with defaults.
RegionGroup(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.RegionGroup
Creates the Region Group tool with the required parameters.
regionGroup(IGeoDataset, boolean, boolean, boolean, Object) - Method in interface com.esri.arcgis.spatialanalyst.IGeneralizeOp
Records for each cell in the output, the identity of the connected region to which it belongs.
regionGroup(IGeoDataset, boolean, boolean, boolean, Object) - Method in class com.esri.arcgis.spatialanalyst.RasterGeneralizeOp
Records for each cell in the output, the identity of the connected region to which it belongs.
RegionPoly - Class in com.esri.arcgis.geoprocessing.tools.coveragetools
Converts a region subclass to a polygon coverage and creates an INFO table containing overlapping region information.
RegionPoly() - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.RegionPoly
Creates the Region To Polygon Coverage tool with defaults.
RegionPoly(Object, Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.RegionPoly
Creates the Region To Polygon Coverage tool with the required parameters.
register() - Method in class com.esri.arcgis.carto.CadAnnotationLayer
Save transformation parameters and tie-points.
register() - Method in class com.esri.arcgis.carto.CadFeatureLayer
Save transformation parameters and tie-points.
register() - Method in class com.esri.arcgis.carto.CadLayer
Save transformation parameters and tie-points.
register() - Method in interface com.esri.arcgis.carto.IGeoReference
Save transformation parameters and tie-points.
register() - Method in class com.esri.arcgis.carto.RasterLayer
Save transformation parameters and tie-points.
register(IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc
Outputs the current transformation properties to the dataset header or auxilliary file.
register(IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc2
Outputs the current transformation properties to the dataset header or auxilliary file.
register(IRaster) - Method in class com.esri.arcgis.datasourcesraster.IRasterGeometryProc2Proxy
Outputs the current transformation properties to the dataset header or auxilliary file.
register(IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc3
Outputs the current transformation properties to the dataset header or auxilliary file.
register(IRaster) - Method in class com.esri.arcgis.datasourcesraster.RasterGeometryProc
Outputs the current transformation properties to the dataset header or auxilliary file.
register() - Method in class com.esri.arcgis.system.AfLockMgr
Registers object with the lock manager and starts the lock manager process if it is not running.
register() - Method in interface com.esri.arcgis.system.IAfLockMgr
Registers object with the lock manager and starts the lock manager process if it is not running.
register(IActionProcessor) - Method in class com.esri.arcgis.trackinganalyst.ActionEnvironment
Register an Action Processor.
register(IActionProcessor) - Method in interface com.esri.arcgis.trackinganalyst.IActionLookupSupport
Register an Action Processor.
registerAsObjectClass(String, String) - Method in class com.esri.arcgis.geodatabase.FeatureClass
Registers this class with the database, assigning it a class id and creating an object id column.
registerAsObjectClass(String, String) - Method in interface com.esri.arcgis.geodatabase.IClassSchemaEdit
Registers this class with the database, assigning it a class id and creating an object id column.
registerAsObjectClass(String, String) - Method in class com.esri.arcgis.geodatabase.IClassSchemaEditProxy
Registers this class with the database, assigning it a class id and creating an object id column.
registerAsObjectClass(String, String) - Method in class com.esri.arcgis.geodatabase.ObjectClass
Registers this class with the database, assigning it a class id and creating an object id column.
registerAsObjectClass(String, String) - Method in class com.esri.arcgis.geodatabase.RasterCatalog
Registers this class with the database, assigning it a class id and creating an object id column.
registerAsObjectClass(String, String) - Method in class com.esri.arcgis.schematic.SchematicDiagramClass
Registers this class with the database, assigning it a class id and creating an object id column.
registerAsObjectClass(String, String) - Method in class com.esri.arcgis.schematic.SchematicElementClass
Registers this class with the database, assigning it a class id and creating an object id column.
registerAsRasterCatalog(String, String, IGeometryDef) - Method in class com.esri.arcgis.datasourcesGDB.Sde4Workspace
Registers as a RasterCatalog.
registerAsRasterCatalog(String, String, IGeometryDef) - Method in interface com.esri.arcgis.geodatabase.IRasterWorkspaceEx
Registers as a RasterCatalog.
registerAsRasterCatalog(String, String, IGeometryDef) - Method in class com.esri.arcgis.geodatabase.IRasterWorkspaceExProxy
Registers as a RasterCatalog.
registerAsRasterCatalog(String, String, IGeometryDef) - Method in class com.esri.arcgis.geodatabase.Workspace
Registers as a RasterCatalog.
registerAsRasterDataset(String, IGeometryDef) - Method in class com.esri.arcgis.datasourcesGDB.Sde4Workspace
Registers as a RasterDataset.
registerAsRasterDataset(String, IGeometryDef) - Method in interface com.esri.arcgis.geodatabase.IRasterWorkspaceEx
Registers as a RasterDataset.
registerAsRasterDataset(String, IGeometryDef) - Method in class com.esri.arcgis.geodatabase.IRasterWorkspaceExProxy
Registers as a RasterDataset.
registerAsRasterDataset(String, IGeometryDef) - Method in class com.esri.arcgis.geodatabase.Workspace
Registers as a RasterDataset.
registerAsVersioned(boolean) - Method in interface com.esri.arcgis.geodatabase.IVersionedObject
Register/UnRegister the object as being versioned.
registerAsVersioned(boolean) - Method in class com.esri.arcgis.geodatabase.IVersionedObjectProxy
Register/UnRegister the object as being versioned.
registerAsVersioned(boolean) - Method in class com.esri.arcgis.geodatabase.NetworkDataset
Register/UnRegister the object as being versioned.
registerAsVersioned(boolean) - Method in class com.esri.arcgis.geodatabase.StreetNetwork
Register/UnRegister the object as being versioned.
registerAsVersioned(boolean) - Method in class com.esri.arcgis.geodatabase.UtilityNetwork
Register/UnRegister the object as being versioned.
registerAsVersioned(boolean) - Method in class com.esri.arcgis.geodatabaseextensions.CadastralFabric
Register/UnRegister the object as being versioned.
RegisterAsVersioned - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Registers ArcSDE dataset as versioned.
RegisterAsVersioned() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.RegisterAsVersioned
Creates the Register As Versioned tool with defaults.
RegisterAsVersioned(Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.RegisterAsVersioned
Creates the Register As Versioned tool with the required parameters.
registerAsVersioned3(boolean) - Method in interface com.esri.arcgis.geodatabase.IVersionedObject3
Register this object as versioned with the option to move edits to base.
registerAsVersioned3(boolean) - Method in class com.esri.arcgis.geodatabase.IVersionedObject3Proxy
Register this object as versioned with the option to move edits to base.
registerExtension(IReplicaDescriptionExtension) - Method in interface com.esri.arcgis.geodatabase.IReplicaDescriptionExtensionManager
Registers this description extension.
registerExtension(String, IUID) - Method in interface com.esri.arcgis.geodatabase.IWorkspaceExtensionManager
Registers this workspace extension with the database making it required for successful connection to this database.
registerExtension(String, IUID) - Method in class com.esri.arcgis.geodatabase.IWorkspaceExtensionManagerProxy
Registers this workspace extension with the database making it required for successful connection to this database.
registerExtension(IReplicaDescriptionExtension) - Method in class com.esri.arcgis.geodatabase.ReplicaDescription
Registers this description extension.
registerExtension(String, IUID) - Method in class com.esri.arcgis.geodatabase.VersionedWorkspace
Registers this workspace extension with the database making it required for successful connection to this database.
registerExtension(String, IUID) - Method in class com.esri.arcgis.geodatabase.Workspace
Registers this workspace extension with the database making it required for successful connection to this database.
registerGeoProcessorEvents(IGeoProcessorEvents) - Method in class com.esri.arcgis.geoprocessing.GeoProcessor
Register an object to recieve IGeoProcessorEvents.
registerGeoProcessorEvents(IGeoProcessorEvents) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessor
Register an object to recieve IGeoProcessorEvents.
registerGeoProcessorEvents(IGeoProcessorEvents) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessor2
Register an object to recieve IGeoProcessorEvents.
registerGeoProcessorEvents3(IGeoProcessorEvents3) - Method in class com.esri.arcgis.geoprocessing.GeoProcessor
Register an object to recieve IGeoProcessorEvents3.
registerGeoProcessorEvents3(IGeoProcessorEvents3) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessor2
Register an object to recieve IGeoProcessorEvents3.
registerGlobalIDColumn(String) - Method in interface com.esri.arcgis.geodatabase.IClassSchemaEditEx
Registers this column as an Global ID with the database.
registerGlobalIDColumn(String) - Method in class com.esri.arcgis.geodatabase.IClassSchemaEditExProxy
Registers this column as an Global ID with the database.
registerGlobalIDColumn(String) - Method in class com.esri.arcgis.geodatabase.ObjectClass
Registers this column as an Global ID with the database.
registerListener(IListener) - Method in interface com.esri.arcgis.trackinganalyst.ITemporalFeatureClass
Registers a Listener Object with the feature class.
registerListener(IListener) - Method in class com.esri.arcgis.trackinganalyst.ITemporalFeatureClassProxy
Registers a Listener Object with the feature class.
registerListener(IListener) - Method in class com.esri.arcgis.trackinganalyst.TemporalFeatureClass
Registers a Listener Object with the feature class.
registerReplica(IReplica) - Method in interface com.esri.arcgis.geodatabase.IWorkspaceReplicasAdmin
Creates new replica information.
registerReplica(IReplica) - Method in class com.esri.arcgis.geodatabase.IWorkspaceReplicasAdminProxy
Creates new replica information.
registerReplica(IReplica) - Method in class com.esri.arcgis.geodatabase.Workspace
Creates new replica information.
registerReplicaDataset(IReplicaDataset, int, boolean, String, IFIDSet, IReplica) - Method in interface com.esri.arcgis.geodatabase.IWorkspaceReplicasAdmin2
Register replica dataset info with the replica.
registerReplicaDataset(IReplicaDataset, int, boolean, String, IFIDSet, IReplica) - Method in class com.esri.arcgis.geodatabase.IWorkspaceReplicasAdmin2Proxy
Register replica dataset info with the replica.
registerReplicaDataset(IReplicaDataset, int, boolean, String, IFIDSet, IReplica) - Method in class com.esri.arcgis.geodatabase.Workspace
Register replica dataset info with the replica.
registerThreadManager(IDllThreadManager) - Method in class com.esri.arcgis.arccatalog.Application
Registers a DLL thread manager with the application.
registerThreadManager(IDllThreadManager) - Method in class com.esri.arcgis.arcglobe.Application
Registers a DLL thread manager with the application.
registerThreadManager(IDllThreadManager) - Method in class com.esri.arcgis.arcmap.Application
Registers a DLL thread manager with the application.
registerThreadManager(IDllThreadManager) - Method in class com.esri.arcgis.arcscene.Application
Registers a DLL thread manager with the application.
registerThreadManager(IDllThreadManager) - Method in interface com.esri.arcgis.framework.IMultiThreadedApplication
Registers a DLL thread manager with the application.
registerThreadManager(IDllThreadManager) - Method in class com.esri.arcgis.framework.IMultiThreadedApplicationProxy
Registers a DLL thread manager with the application.
registerToSOM(String, String, String) - Method in class com.esri.arcgis.datasourcesraster.AISImageServerManager
Registers the server to a given ArcGIS Server Object Manager SOM.
registerToSOM(String, String, String) - Method in interface com.esri.arcgis.datasourcesraster.IAISImageServerManager
Registers the server to a given ArcGIS Server Object Manager SOM.
registerToSOM(String, String, String) - Method in class com.esri.arcgis.datasourcesraster.IAISImageServerManagerProxy
Registers the server to a given ArcGIS Server Object Manager SOM.
registerViewer(ISceneViewer) - Method in interface com.esri.arcgis.analyst3d.ISceneGraph
Adds a viewer to the scene graph.
registerViewer(ISceneViewer) - Method in interface com.esri.arcgis.analyst3d.IViewers3D
Adds a viewer to the 3D Display.
registerViewer(ISceneViewer) - Method in class com.esri.arcgis.analyst3d.SceneGraph
Adds a viewer to the scene graph.
registerViewer(ISceneViewer) - Method in class com.esri.arcgis.globecore.GlobeDisplay
Adds a viewer to the 3D Display.
RegisterWithGeodatabase - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Registers feature classes, tables, and raster layers that were created outside of the geodatabase with the geodatabase in order for them to fully participate in geodatabase functionality.
RegisterWithGeodatabase() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.RegisterWithGeodatabase
Creates the Register with Geodatabase tool with defaults.
RegisterWithGeodatabase(Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.RegisterWithGeodatabase
Creates the Register with Geodatabase tool with the required parameters.
RelateData - Class in com.esri.arcgis.arcmapui
Relate Data dialog.
RelateData() - Constructor for class com.esri.arcgis.arcmapui.RelateData
Constructs a RelateData using ArcGIS Engine.
RelateData(Object) - Constructor for class com.esri.arcgis.arcmapui.RelateData
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelateData theRelateData = (RelateData) obj;
RelateDescription - Class in com.esri.arcgis.carto
A colcass that describes a relate for QueryRelatedRows.
RelateDescription() - Constructor for class com.esri.arcgis.carto.RelateDescription
Constructs a RelateDescription using ArcGIS Engine.
RelateDescription(Object) - Constructor for class com.esri.arcgis.carto.RelateDescription
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelateDescription theRelateDescription = (RelateDescription) obj;
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.carto.AnnotationFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.carto.DimensionFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.ComplexEdgeFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.ComplexJunctionFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.CoverageAnnotationFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.esri_Object
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.Feature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject, IObject) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectClassEvents2
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectEvents
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.IRelatedObjectEventsProxy
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.RasterCatalogItem
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.Row
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.SimpleEdgeFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.SimpleJunctionFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.geodatabase.TopologyErrorFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.location.GeocodedFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.location.GeocodingIndexObject
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject, IObject) - Method in class com.esri.arcgis.location.SoundexTableClassExtension
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.networkanalyst.NALocationFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.networkanalyst.NALocationObject
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesFeature
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesObject
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.networkanalyst.NATraversalResultElement
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.schematic.SchematicDiagram
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureLink
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNode
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNodeOnLink
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureSubLink
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.schematic.SchematicLink
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.schematic.SchematicNode
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.schematic.SchematicNodeOnLink
Notifies this object that a related object changed.
relatedObjectChanged(IRelationshipClass, IObject) - Method in class com.esri.arcgis.schematic.SchematicSubLink
Notifies this object that a related object changed.
relatedObjectCreated(IRelationshipClass, IObject) - Method in class com.esri.arcgis.carto.AnnotationFeatureClassExtension
Notifies this object class that a related object was created.
relatedObjectCreated(IRelationshipClass, IObject) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectClassEvents
Notifies this object class that a related object was created.
relatedObjectCreated(IRelationshipClass, IObject) - Method in class com.esri.arcgis.location.GeocodedFeatureClassExtension
Notifies this object class that a related object was created.
relatedObjectCreated(IRelationshipClass, IObject) - Method in class com.esri.arcgis.location.GeocodingIndexClassExtension
Notifies this object class that a related object was created.
relatedObjectCreated(IRelationshipClass, IObject) - Method in class com.esri.arcgis.location.SoundexTableClassExtension
Notifies this object class that a related object was created.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.carto.AnnotationFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.carto.DimensionFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.ComplexEdgeFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.ComplexJunctionFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.CoverageAnnotationFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.esri_Object
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.Feature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine, IObject) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectClassEvents2
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectEvents
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.IRelatedObjectEventsProxy
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.RasterCatalogItem
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.Row
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.SimpleEdgeFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.SimpleJunctionFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.geodatabase.TopologyErrorFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.location.GeocodedFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.location.GeocodingIndexObject
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine, IObject) - Method in class com.esri.arcgis.location.SoundexTableClassExtension
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.networkanalyst.NALocationFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.networkanalyst.NALocationObject
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesFeature
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesObject
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.networkanalyst.NATraversalResultElement
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.schematic.SchematicDiagram
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureLink
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNode
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNodeOnLink
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureSubLink
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.schematic.SchematicLink
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.schematic.SchematicNode
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.schematic.SchematicNodeOnLink
Notifies this object that a related object moved.
relatedObjectMoved(IRelationshipClass, IObject, ILine) - Method in class com.esri.arcgis.schematic.SchematicSubLink
Notifies this object that a related object moved.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.carto.AnnotationFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.carto.DimensionFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.ComplexEdgeFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.ComplexJunctionFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.CoverageAnnotationFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.esri_Object
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.Feature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double, IObject) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectClassEvents2
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectEvents
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.IRelatedObjectEventsProxy
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.RasterCatalogItem
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.Row
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.SimpleEdgeFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.SimpleJunctionFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.geodatabase.TopologyErrorFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.location.GeocodedFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.location.GeocodingIndexObject
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double, IObject) - Method in class com.esri.arcgis.location.SoundexTableClassExtension
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.networkanalyst.NALocationFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.networkanalyst.NALocationObject
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesFeature
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesObject
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.networkanalyst.NATraversalResultElement
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicDiagram
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureLink
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNode
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNodeOnLink
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureSubLink
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicLink
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicNode
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicNodeOnLink
Notifies this object that a related object rotated.
relatedObjectRotated(IRelationshipClass, IObject, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicSubLink
Notifies this object that a related object rotated.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.carto.AnnotationFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.carto.DimensionFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.ComplexEdgeFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.ComplexJunctionFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.CoverageAnnotationFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.esri_Object
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.Feature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectClassEvents2
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectEvents
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.IRelatedObjectEventsProxy
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.RasterCatalogItem
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.Row
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.SimpleEdgeFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.SimpleJunctionFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.geodatabase.TopologyErrorFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.location.GeocodedFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.location.GeocodingIndexObject
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.location.SoundexTableClassExtension
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.networkanalyst.NALocationFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.networkanalyst.NALocationObject
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesFeature
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesObject
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.networkanalyst.NATraversalResultElement
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.schematic.SchematicDiagram
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureLink
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNode
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNodeOnLink
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureSubLink
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.schematic.SchematicLink
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.schematic.SchematicNode
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.schematic.SchematicNodeOnLink
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetMoved(IRelationshipClass, ISet, ISet, ILine) - Method in class com.esri.arcgis.schematic.SchematicSubLink
Notifies this object that a set of objects with relationships to the input set of objects moved.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.carto.AnnotationFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.carto.DimensionFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.ComplexEdgeFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.ComplexJunctionFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.CoverageAnnotationFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.esri_Object
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.Feature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectClassEvents2
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in interface com.esri.arcgis.geodatabase.IRelatedObjectEvents
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.IRelatedObjectEventsProxy
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.RasterCatalogItem
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.Row
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.SimpleEdgeFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.SimpleJunctionFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.geodatabase.TopologyErrorFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.location.GeocodedFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.location.GeocodingIndexObject
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.location.SoundexTableClassExtension
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.networkanalyst.NALocationFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.networkanalyst.NALocationObject
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesFeature
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesObject
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.networkanalyst.NATraversalResultElement
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicDiagram
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureLink
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNode
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNodeOnLink
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureSubLink
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicLink
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicNode
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicNodeOnLink
Notifies this object that a set of objects with relationships to the input set of objects rotated.
relatedObjectSetRotated(IRelationshipClass, ISet, ISet, IPoint, double) - Method in class com.esri.arcgis.schematic.SchematicSubLink
Notifies this object that a set of objects with relationships to the input set of objects rotated.
RelatedRecordGroup - Class in com.esri.arcgis.carto
A colcass that contains related records for every source id.
RelatedRecordGroup() - Constructor for class com.esri.arcgis.carto.RelatedRecordGroup
Constructs a RelatedRecordGroup using ArcGIS Engine.
RelatedRecordGroup(Object) - Constructor for class com.esri.arcgis.carto.RelatedRecordGroup
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelatedRecordGroup theRelatedRecordGroup = (RelatedRecordGroup) obj;
RelatedRecordGroups - Class in com.esri.arcgis.carto
A colcass that contains array of related record groups.
RelatedRecordGroups() - Constructor for class com.esri.arcgis.carto.RelatedRecordGroups
Constructs a RelatedRecordGroups using ArcGIS Engine.
RelatedRecordGroups(Object) - Constructor for class com.esri.arcgis.carto.RelatedRecordGroups
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelatedRecordGroups theRelatedRecordGroups = (RelatedRecordGroups) obj;
RelatedRecordSet - Class in com.esri.arcgis.carto
A colcass that contains related record groups and the fields of those related records.
RelatedRecordSet() - Constructor for class com.esri.arcgis.carto.RelatedRecordSet
Constructs a RelatedRecordSet using ArcGIS Engine.
RelatedRecordSet(Object) - Constructor for class com.esri.arcgis.carto.RelatedRecordSet
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelatedRecordSet theRelatedRecordSet = (RelatedRecordSet) obj;
RelateInfo - Class in com.esri.arcgis.carto
A colcass that contains the infromation about the relate.
RelateInfo() - Constructor for class com.esri.arcgis.carto.RelateInfo
Constructs a RelateInfo using ArcGIS Engine.
RelateInfo(Object) - Constructor for class com.esri.arcgis.carto.RelateInfo
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelateInfo theRelateInfo = (RelateInfo) obj;
RelateInfos - Class in com.esri.arcgis.carto
A collection of relates.
RelateInfos() - Constructor for class com.esri.arcgis.carto.RelateInfos
Constructs a RelateInfos using ArcGIS Engine.
RelateInfos(Object) - Constructor for class com.esri.arcgis.carto.RelateInfos
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelateInfos theRelateInfos = (RelateInfos) obj;
relation(ISpatialReference, IGeometryArray, IGeometryArray, int, String) - Method in class com.esri.arcgis.geodatabase.GeometryServer
Determines the pairs of geometries from the input geometry arrays that participate in the specified spatial relation.
relation(IGeometry, String) - Method in class com.esri.arcgis.geometry.Envelope
Indicates if the defined relationship exists.
relation(IGeometry, String) - Method in class com.esri.arcgis.geometry.GeometryBag
Indicates if the defined relationship exists.
relation(ISpatialReference, IGeometryArray, IGeometryArray, int, String) - Method in class com.esri.arcgis.geometry.GeometryServerImpl
Determines the pairs of geometries from the input geometry arrays that participate in the specified spatial relation.
relation(ISpatialReference, IGeometryArray, IGeometryArray, int, String) - Method in interface com.esri.arcgis.geometry.IGeometryServer
Determines the pairs of geometries from the input geometry arrays that participate in the specified spatial relation.
relation(IGeometry, String) - Method in interface com.esri.arcgis.geometry.IRelationalOperator
Indicates if the defined relationship exists.
relation(IGeometryBag, String) - Method in interface com.esri.arcgis.geometry.IRelationalOperatorNxM
Evaluates an arbitrary relation specified using a dimension-extended matrix.
relation(IGeometryBag, String) - Method in class com.esri.arcgis.geometry.IRelationalOperatorNxMProxy
Evaluates an arbitrary relation specified using a dimension-extended matrix.
relation(IGeometry, String) - Method in class com.esri.arcgis.geometry.MultiPatch
Indicates if the defined relationship exists.
relation(IGeometry, String) - Method in class com.esri.arcgis.geometry.Multipoint
Indicates if the defined relationship exists.
relation(IGeometry, String) - Method in class com.esri.arcgis.geometry.Point
Indicates if the defined relationship exists.
relation(IGeometry, String) - Method in class com.esri.arcgis.geometry.Polygon
Indicates if the defined relationship exists.
relation(IGeometry, String) - Method in class com.esri.arcgis.geometry.Polyline
Indicates if the defined relationship exists.
relationEx(IGeometryBag, int) - Method in interface com.esri.arcgis.geometry.IRelationalOperatorNxM
Evaluates the relation specified by esriSpatialRelationEnum.
relationEx(IGeometryBag, int) - Method in class com.esri.arcgis.geometry.IRelationalOperatorNxMProxy
Evaluates the relation specified by esriSpatialRelationEnum.
RelationResult - Class in com.esri.arcgis.geometry
The indexes of geometrybag elements that are in a specified relation.
RelationResult() - Constructor for class com.esri.arcgis.geometry.RelationResult
Constructs a RelationResult using ArcGIS Engine.
RelationResult(Object) - Constructor for class com.esri.arcgis.geometry.RelationResult
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelationResult theRelationResult = (RelationResult) obj;
RelationResultArray - Class in com.esri.arcgis.geometry
Product Availability
RelationResultArray() - Constructor for class com.esri.arcgis.geometry.RelationResultArray
Constructs a RelationResultArray using ArcGIS Engine.
RelationResultArray(Object) - Constructor for class com.esri.arcgis.geometry.RelationResultArray
Construct a RelationResultArray using a reference to such an object returned from ArcGIS Engine or Server.
Relationship - Class in com.esri.arcgis.geodatabase
ESRI Relationship object.
Relationship(Object) - Constructor for class com.esri.arcgis.geodatabase.Relationship
Construct a Relationship using a reference to such an object returned from ArcGIS Engine or Server.
RelationshipClass - Class in com.esri.arcgis.geodatabase
ESRI Relationship Class object.
RelationshipClass(Object) - Constructor for class com.esri.arcgis.geodatabase.RelationshipClass
Construct a RelationshipClass using a reference to such an object returned from ArcGIS Engine or Server.
RelationshipClassDialog - Class in com.esri.arcgis.catalogUI
Provides access to the relationship class dialog.
RelationshipClassDialog() - Constructor for class com.esri.arcgis.catalogUI.RelationshipClassDialog
Constructs a RelationshipClassDialog using ArcGIS Engine.
RelationshipClassDialog(Object) - Constructor for class com.esri.arcgis.catalogUI.RelationshipClassDialog
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelationshipClassDialog theRelationshipClassDialog = (RelationshipClassDialog) obj;
RelationshipClassEvents - Class in com.esri.arcgis.geodatabase
Helper coclass for working with the outbound interface on noncreatable relationship classes in VB.
RelationshipClassEvents() - Constructor for class com.esri.arcgis.geodatabase.RelationshipClassEvents
Constructs a RelationshipClassEvents using ArcGIS Engine.
RelationshipClassEvents(Object) - Constructor for class com.esri.arcgis.geodatabase.RelationshipClassEvents
Construct a RelationshipClassEvents using a reference to such an object returned from ArcGIS Engine or Server.
RelationshipClassName - Class in com.esri.arcgis.geodatabase
ESRI Relationship Class Name object.
RelationshipClassName() - Constructor for class com.esri.arcgis.geodatabase.RelationshipClassName
Constructs a RelationshipClassName using ArcGIS Engine.
RelationshipClassName(Object) - Constructor for class com.esri.arcgis.geodatabase.RelationshipClassName
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelationshipClassName theRelationshipClassName = (RelationshipClassName) obj;
RelationshipRule - Class in com.esri.arcgis.geodatabase
ESRI relationship rule object.
RelationshipRule() - Constructor for class com.esri.arcgis.geodatabase.RelationshipRule
Constructs a RelationshipRule using ArcGIS Engine.
RelationshipRule(Object) - Constructor for class com.esri.arcgis.geodatabase.RelationshipRule
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelationshipRule theRelationshipRule = (RelationshipRule) obj;
RelationshipRulesPage - Class in com.esri.arcgis.catalogUI
Relationship Class Rules Property Page.
RelationshipRulesPage() - Constructor for class com.esri.arcgis.catalogUI.RelationshipRulesPage
Constructs a RelationshipRulesPage using ArcGIS Engine.
RelationshipRulesPage(Object) - Constructor for class com.esri.arcgis.catalogUI.RelationshipRulesPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelationshipRulesPage theRelationshipRulesPage = (RelationshipRulesPage) obj;
release() - Method in class com.esri.arcgis.beans.globe.GlobeBean
 
release() - Method in class com.esri.arcgis.beans.map.MapBean
 
release() - Method in class com.esri.arcgis.beans.pagelayout.PageLayoutBean
 
release() - Method in class com.esri.arcgis.beans.scene.SceneBean
 
release() - Method in class com.esri.arcgis.beans.symbology.SymbologyBean
 
release() - Method in class com.esri.arcgis.beans.TOC.TOCBean
 
release() - Method in class com.esri.arcgis.beans.toolbar.ToolbarBean
 
release() - Method in class com.esri.arcgis.server.ServerCluster3
 
release() - Method in class com.esri.arcgis.server.ServerConnection
Release a Server.
release() - Method in class com.esri.arcgis.server.ServerContext
Release a ServerContext.
release() - Method in class com.esri.arcgis.system.AoInitialize
Release a AoInitialize.
release(Object) - Static method in class com.esri.arcgis.system.Cleaner
Releases a specific reference to an arcobject.
release(Object) - Static method in class com.esri.arcgis.system.EngineInitializer
Release a specific reference to a COM object.
release(Object) - Method in class com.esri.arcgis.system.ServerInitializer
Release a specific reference to a COM object.
release() - Method in class com.esri.arcgis.system.ServerInitializer
 
RELEASE_VERSION - Static variable in class com.esri.arcgis.system.Version
 
releaseAll() - Static method in class com.esri.arcgis.system.Cleaner
Releases all outstanding references to arcobjects.
releaseAll() - Static method in class com.esri.arcgis.system.EngineInitializer
Release all outstanding references to COM objects.
releaseAll() - Method in class com.esri.arcgis.system.ServerInitializer
Release all outstanding references to COM objects.
releaseAllInCurrentThread() - Static method in class com.esri.arcgis.system.Cleaner
Tells the runtime to release all objects used in the current thread since the last 'trackObjectsInCurrentThread' call.
releaseAllInCurrentThread() - Static method in class com.esri.arcgis.system.EngineInitializer
Tell the runtime to release all objects used in the current thread since the last 'trackObjectsInCurrentThread' call.
releaseAllInCurrentThread() - Method in class com.esri.arcgis.system.ServerInitializer
Tell the runtime to release all objects used in the current thread since the last 'trackObjectsInCurrentThread' call.
releaseBitmapHandle(int) - Method in interface com.esri.arcgis.carto.IMxdServer
Deprecated. Companion function to GetBitmapHandle().
releaseBitmapHandle(int) - Method in class com.esri.arcgis.carto.MxdServer
Deprecated. Companion function to GetBitmapHandle().
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxCadDataset
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxCoverageDataset
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxDatabase
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxDatabaseServerFolder
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxDataset
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxDiskConnection
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxExcelFile
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxFolder
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxFolderConnections
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxGDSGeodatabase
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxLayer
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxPCCoverage
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxRasterDataset
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxRemoteDatabaseFolder
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxSDCDataset
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxShapefileDataset
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxSpatialReferencesFolder
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxStreetMapDataset
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxTextFile
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxTool
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxToolbox
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxToolboxesFolder
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxToolboxesRoot
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxToolset
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxVpfDataset
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.GxWorkspaceFolder
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in interface com.esri.arcgis.catalog.IGxCachedObjects
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.IGxCachedObjectsProxy
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.IMSFeatureClass
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.SearchResults
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalog.SearchResultsRoot
Releases any objects that have been cached for efficiency.
releaseCachedObjects() - Method in class com.esri.arcgis.catalogUI.GxMSDFile
Releases any objects that have been cached for efficiency.
releaseContext() - Method in class com.esri.arcgis.carto.ConvertCacheStorageFormatJob
Release the associated server context.
releaseContext() - Method in class com.esri.arcgis.carto.MapCacheExporterJob
Release the associated server context.
releaseContext() - Method in interface com.esri.arcgis.datasourcesraster.IServerThreadedJob
Release the associated server context.
releaseContext() - Method in class com.esri.arcgis.datasourcesraster.MosaicDatasetJob
Release the associated server context.
releaseContext() - Method in interface com.esri.arcgis.server.IServerContext
Release the server context back to the server so it can be used by another client (if pooled), or so it can be destroyed (if non-pooled).
releaseContext() - Method in class com.esri.arcgis.server.IServerContextProxy
Release the server context back to the server so it can be used by another client (if pooled), or so it can be destroyed (if non-pooled).
releaseContext() - Method in class com.esri.arcgis.server.ServerContext
Release the server context back to the server so it can be used by another client (if pooled), or so it can be destroyed (if non-pooled).
releaseCoordSys(int) - Method in interface com.esri.arcgis.geometry.ISpatialReferenceSingletonManager
Decrements the ref count of the extended coord sys and possibly removes it.
releaseCoordSys(int) - Method in class com.esri.arcgis.geometry.SpatialReferenceEnvironment
Decrements the ref count of the extended coord sys and possibly removes it.
releaseCurrentFile() - Method in interface com.esri.arcgis.analyst3d.IImport3DFileRoots
Release the Current File.
releaseCurrentFile() - Method in class com.esri.arcgis.analyst3d.Import3DFile
Release the Current File.
releaseFileLock() - Method in interface com.esri.arcgis.geodatabase.IFileDataLock
Release a file data lock.
releaseFileLock() - Method in class com.esri.arcgis.geodatabase.IFileDataLockProxy
Release a file data lock.
releaseHfont(int) - Method in interface com.esri.arcgis.support.ms.stdole.IFont
releaseHfont
releaseHfont(int) - Method in class com.esri.arcgis.support.ms.stdole.IFontProxy
releaseHfont
releaseHfont(int) - Method in class com.esri.arcgis.support.ms.stdole.StdFont
releaseHfont
releaseHfont(int) - Method in class com.esri.arcgis.systemUI.SystemFont
releaseHfont
releaseInternals() - Method in class com.esri.arcgis.geoprocessing.DEUtilities
Release the internal objects used prior to releasing this DEUtilities object.
releaseInternals() - Method in class com.esri.arcgis.geoprocessing.GPUtilities
Releases all internal objects used prior to releasing this GPUtilities object.
releaseInternals() - Method in interface com.esri.arcgis.geoprocessing.IDEUtilities
Release the internal objects used prior to releasing this DEUtilities object.
releaseInternals() - Method in interface com.esri.arcgis.geoprocessing.IGPFunctionFactory2
Release the functions cached by the geoprocessing function factory.
releaseInternals() - Method in class com.esri.arcgis.geoprocessing.IGPFunctionFactory2Proxy
Release the functions cached by the geoprocessing function factory.
releaseInternals() - Method in interface com.esri.arcgis.geoprocessing.IGPUtilities
Releases all internal objects used prior to releasing this GPUtilities object.
releaseJobLock(boolean) - Method in class com.esri.arcgis.geodatabaseextensions.CadastralFabric
Release current job's lock.
releaseJobLock(boolean) - Method in interface com.esri.arcgis.geodatabaseextensions.ICadastralFabricLocks
Release current job's lock.
releaseJobLock(boolean) - Method in class com.esri.arcgis.geodatabaseextensions.ICadastralFabricLocksProxy
Release current job's lock.
releaseLicenseRef() - Method in interface com.esri.arcgis.geodatabase.IPlugInLicense
Decreases the count of things needing the license.
releaseLicenseRef() - Method in class com.esri.arcgis.geodatabase.