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 _

Z

z - Variable in class com.esri.arcgis.system._WKSPointZ
 
ZCoordSysPage - Class in com.esri.arcgis.catalogUI
ESRI Z Coordinate System Page.
ZCoordSysPage() - Constructor for class com.esri.arcgis.catalogUI.ZCoordSysPage
Constructs a ZCoordSysPage using ArcGIS Engine.
ZCoordSysPage(Object) - Constructor for class com.esri.arcgis.catalogUI.ZCoordSysPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ZCoordSysPage theZCoordSysPage = (ZCoordSysPage) obj;
ZipArchive - Class in com.esri.arcgis.system
The ZipArchive object which manages zip archives.
ZipArchive() - Constructor for class com.esri.arcgis.system.ZipArchive
Constructs a ZipArchive using ArcGIS Engine.
ZipArchive(Object) - Constructor for class com.esri.arcgis.system.ZipArchive
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ZipArchive theZipArchive = (ZipArchive) obj;
zMax - Variable in class com.esri.arcgis.system._WKSEnvelopeZ
 
zMin - Variable in class com.esri.arcgis.system._WKSEnvelopeZ
 
ZonalFill - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Fills zones using the minimum cell value from a weight raster along the zone boundary.
ZonalFill() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalFill
Creates the Zonal Fill tool with defaults.
ZonalFill(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalFill
Creates the Zonal Fill tool with the required parameters.
zonalFill(IGeoDataset, IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.IZonalOp
Fills zones using the minimum cell value from the 'weightRaster', along the zone boundary.
zonalFill(IGeoDataset, IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterZonalOp
Fills zones using the minimum cell value from the 'weightRaster', along the zone boundary.
ZonalGeometry - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Calculates for each zone in a dataset the specified geometry measure (area, perimeter, thickness, or the characteristics of ellipse).
ZonalGeometry() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalGeometry
Creates the Zonal Geometry tool with defaults.
ZonalGeometry(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalGeometry
Creates the Zonal Geometry tool with the required parameters.
zonalGeometry(IGeoDataset, int) - Method in interface com.esri.arcgis.spatialanalyst.IZonalOp
Calculates for each zone of the input zone Dataset the specified geometry measure.
zonalGeometry(IGeoDataset, int) - Method in class com.esri.arcgis.spatialanalyst.RasterZonalOp
Calculates for each zone of the input zone Dataset the specified geometry measure.
ZonalGeometryAsTable - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Calculates for each zone in a dataset the geometry measures (area, perimeter, thickness, and the characteristics of ellipse) and reports the results as a table.
ZonalGeometryAsTable() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalGeometryAsTable
Creates the Zonal Geometry as Table tool with defaults.
ZonalGeometryAsTable(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalGeometryAsTable
Creates the Zonal Geometry as Table tool with the required parameters.
zonalGeometryAsTable(IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.IZonalOp
Calculates all geometry characteristics for each zone in a table.
zonalGeometryAsTable(IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterZonalOp
Calculates all geometry characteristics for each zone in a table.
ZonalHistogram - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Creates a table and a histogram graph that shows the amount of cells of a Value input for each unique Zone.
ZonalHistogram() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalHistogram
Creates the Zonal Histogram tool with defaults.
ZonalHistogram(Object, Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalHistogram
Creates the Zonal Histogram tool with the required parameters.
ZonalStatistics - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Calculates statistics on values of a raster within the zones of another dataset.
ZonalStatistics() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalStatistics
Creates the Zonal Statistics tool with defaults.
ZonalStatistics(Object, Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalStatistics
Creates the Zonal Statistics tool with the required parameters.
zonalStatistics(IGeoDataset, IGeoDataset, int, boolean) - Method in interface com.esri.arcgis.spatialanalyst.IZonalOp
Calculates in each output cell the statistic of the values of all cells in the value raster that belongs to the same zone.
zonalStatistics(IGeoDataset, IGeoDataset, int, boolean) - Method in class com.esri.arcgis.spatialanalyst.RasterZonalOp
Calculates in each output cell the statistic of the values of all cells in the value raster that belongs to the same zone.
ZonalStatisticsAsTable - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Summarizes the values of a raster within the zones of another dataset and reports the results to a table.
ZonalStatisticsAsTable() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalStatisticsAsTable
Creates the Zonal Statistics as Table tool with defaults.
ZonalStatisticsAsTable(Object, Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ZonalStatisticsAsTable
Creates the Zonal Statistics as Table tool with the required parameters.
zonalStatisticsAsTable(IGeoDataset, IGeoDataset, boolean) - Method in interface com.esri.arcgis.spatialanalyst.IZonalOp
Calculates all statistics for each zone in a table.
zonalStatisticsAsTable(IGeoDataset, IGeoDataset, boolean) - Method in class com.esri.arcgis.spatialanalyst.RasterZonalOp
Calculates all statistics for each zone in a table.
zoom(double) - Method in class com.esri.arcgis.analyst3d.Camera
Zooms in or out by moving the observer according to the required ratio between the new and previous viewing distances.
zoom(double) - Method in interface com.esri.arcgis.analyst3d.ICamera
Zooms in or out by moving the observer according to the required ratio between the new and previous viewing distances.
zoom(double) - Method in class com.esri.arcgis.globecore.GlobeCamera
Zooms in or out by moving the observer according to the required ratio between the new and previous viewing distances.
zoomIn(double) - Method in class com.esri.arcgis.controls.ARMap
Zooms in on the map by a factor.
zoomIn(double) - Method in class com.esri.arcgis.controls.ARPageLayout
Zooms in on the page layout by a factor.
zoomIn(double) - Method in interface com.esri.arcgis.controls.IARMap
Zooms in on the map by a factor.
zoomIn(double) - Method in class com.esri.arcgis.controls.IARMapProxy
Zooms in on the map by a factor.
zoomIn(double) - Method in interface com.esri.arcgis.controls.IARPageLayout
Zooms in on the page layout by a factor.
zoomIn(double) - Method in class com.esri.arcgis.controls.IARPageLayoutProxy
Zooms in on the page layout by a factor.
zoomMoveTo(IPoint) - Method in interface com.esri.arcgis.display.IScreenDisplayZoom
Zooms to a new extent.
zoomMoveTo(IPoint) - Method in class com.esri.arcgis.display.ScreenDisplay
Zooms to a new extent.
zoomOut(double) - Method in class com.esri.arcgis.controls.ARMap
Zooms out on the map by a factor.
zoomOut(double) - Method in class com.esri.arcgis.controls.ARPageLayout
Zooms out on the page layout by a factor.
zoomOut(double) - Method in interface com.esri.arcgis.controls.IARMap
Zooms out on the map by a factor.
zoomOut(double) - Method in class com.esri.arcgis.controls.IARMapProxy
Zooms out on the map by a factor.
zoomOut(double) - Method in interface com.esri.arcgis.controls.IARPageLayout
Zooms out on the page layout by a factor.
zoomOut(double) - Method in class com.esri.arcgis.controls.IARPageLayoutProxy
Zooms out on the page layout by a factor.
zoomStart(IPoint) - Method in interface com.esri.arcgis.display.IScreenDisplayZoom
Prepares display for zooming.
zoomStart(IPoint) - Method in class com.esri.arcgis.display.ScreenDisplay
Prepares display for zooming.
zoomStop() - Method in interface com.esri.arcgis.display.IScreenDisplayZoom
Stops zooming and returns new visible bounds.
zoomStop() - Method in class com.esri.arcgis.display.ScreenDisplay
Stops zooming and returns new visible bounds.
zoomTo(IMap) - Method in class com.esri.arcgis.carto.AOIBookmark
Zooms to the bookmark.
zoomTo(IMap) - Method in class com.esri.arcgis.carto.FeatureBookmark
Zooms to the bookmark.
zoomTo(IScreenDisplay) - Method in interface com.esri.arcgis.carto.IRemoteFindObj
Zoom to the found object.
zoomTo(IMap) - Method in interface com.esri.arcgis.carto.ISpatialBookmark
Zooms to the bookmark.
zoomTo() - Method in class com.esri.arcgis.controls.ARFeature
Zooms the map to display the feature.
zoomTo() - Method in class com.esri.arcgis.controls.ARFeatureSet
Zooms the map to display the ARFeatureSet.
zoomTo() - Method in interface com.esri.arcgis.controls.IARFeature
Zooms the map to display the feature.
zoomTo() - Method in class com.esri.arcgis.controls.IARFeatureProxy
Zooms the map to display the feature.
zoomTo() - Method in interface com.esri.arcgis.controls.IARFeatureSet
Zooms the map to display the ARFeatureSet.
zoomTo() - Method in class com.esri.arcgis.controls.IARFeatureSetProxy
Zooms the map to display the ARFeatureSet.
zoomTo(IEnvelope, double) - Method in class com.esri.arcgis.display.DisplayTransformation
Zoom to the specified scale.
zoomTo(IEnvelope, double) - Method in interface com.esri.arcgis.display.IDisplayTransformationScales
Zoom to the specified scale.
zoomTo(IScreenDisplay) - Method in class com.esri.arcgis.globecore.GlobeServerFindObject
Zoom to the found object.
zoomToBookmark(Object) - Method in class com.esri.arcgis.controls.ARGlobe
Zooms the globe display to the bookmark.
zoomToBookmark(Object) - Method in class com.esri.arcgis.controls.ARMap
Zooms the map display to the bookmark.
zoomToBookmark(Object) - Method in interface com.esri.arcgis.controls.IARGlobe
Zooms the globe display to the bookmark.
zoomToBookmark(Object) - Method in class com.esri.arcgis.controls.IARGlobeProxy
Zooms the globe display to the bookmark.
zoomToBookmark(Object) - Method in interface com.esri.arcgis.controls.IARMap
Zooms the map display to the bookmark.
zoomToBookmark(Object) - Method in class com.esri.arcgis.controls.IARMapProxy
Zooms the map display to the bookmark.
zoomToFullExtent() - Method in class com.esri.arcgis.controls.ARGlobe
Zoom to the full extent of the globe.
zoomToFullExtent() - Method in class com.esri.arcgis.controls.ARMap
Zoom to the full extent of all data within the map.
zoomToFullExtent() - Method in interface com.esri.arcgis.controls.IARGlobe
Zoom to the full extent of the globe.
zoomToFullExtent() - Method in class com.esri.arcgis.controls.IARGlobeProxy
Zoom to the full extent of the globe.
zoomToFullExtent() - Method in interface com.esri.arcgis.controls.IARMap
Zoom to the full extent of all data within the map.
zoomToFullExtent() - Method in class com.esri.arcgis.controls.IARMapProxy
Zoom to the full extent of all data within the map.
zoomToPercent(int) - Method in interface com.esri.arcgis.carto.IPageLayout
Magnify the page by a certain percentage.
zoomToPercent(int) - Method in interface com.esri.arcgis.carto.IPageLayout2
Magnify the page by a certain percentage.
zoomToPercent(int) - Method in interface com.esri.arcgis.carto.IPageLayout3
Magnify the page by a certain percentage.
zoomToPercent(int) - Method in class com.esri.arcgis.carto.PageLayout
Magnify the page by a certain percentage.
zoomToPercent(int) - Method in class com.esri.arcgis.controls.ARPageLayout
Magnifies the page by a percentage (100 means actual size, 200 means twice the normal size).
zoomToPercent(int) - Method in interface com.esri.arcgis.controls.IARPageLayout
Magnifies the page by a percentage (100 means actual size, 200 means twice the normal size).
zoomToPercent(int) - Method in class com.esri.arcgis.controls.IARPageLayoutProxy
Magnifies the page by a percentage (100 means actual size, 200 means twice the normal size).
zoomToRect(IEnvelope) - Method in class com.esri.arcgis.analyst3d.Camera
Zooms to the given screen extent.
zoomToRect(IEnvelope) - Method in interface com.esri.arcgis.analyst3d.ICamera
Zooms to the given screen extent.
zoomToRect(IEnvelope) - Method in class com.esri.arcgis.globecore.GlobeCamera
Zooms to the given screen extent.
zoomToWhole() - Method in interface com.esri.arcgis.carto.IPageLayout
Fit the whole page in the window.
zoomToWhole() - Method in interface com.esri.arcgis.carto.IPageLayout2
Fit the whole page in the window.
zoomToWhole() - Method in interface com.esri.arcgis.carto.IPageLayout3
Fit the whole page in the window.
zoomToWhole() - Method in class com.esri.arcgis.carto.PageLayout
Fit the whole page in the window.
zoomToWholePage() - Method in class com.esri.arcgis.beans.pagelayout.PageLayoutBean
Changes the extent of the PageLayout to show a whole page.
zoomToWholePage() - Method in class com.esri.arcgis.controls.ARPageLayout
Zooms to the whole page.
zoomToWholePage() - Method in interface com.esri.arcgis.controls.IARPageLayout
Zooms to the whole page.
zoomToWholePage() - Method in class com.esri.arcgis.controls.IARPageLayoutProxy
Zooms to the whole page.
zoomToWholePage() - Method in interface com.esri.arcgis.controls.IPageLayoutControl
Changes the extent of the PageLayout to show a whole page.
zoomToWholePage() - Method in interface com.esri.arcgis.controls.IPageLayoutControlDefault
Changes the extent of the PageLayout to show a whole page.
zoomToWholePage() - Method in class com.esri.arcgis.controls.IPageLayoutControlDefaultProxy
Changes the extent of the PageLayout to show a whole page.
zoomToWholePage() - Method in class com.esri.arcgis.controls.IPageLayoutControlProxy
Changes the extent of the PageLayout to show a whole page.
zoomToWholePage() - Method in class com.esri.arcgis.controls.PageLayoutControl
Changes the extent of the PageLayout to show a whole page.
zoomToWidth() - Method in interface com.esri.arcgis.carto.IPageLayout
Fit the width of the page to the screen.
zoomToWidth() - Method in interface com.esri.arcgis.carto.IPageLayout2
Fit the width of the page to the screen.
zoomToWidth() - Method in interface com.esri.arcgis.carto.IPageLayout3
Fit the width of the page to the screen.
zoomToWidth() - Method in class com.esri.arcgis.carto.PageLayout
Fit the width of the page to the screen.
zoomToWidth() - Method in class com.esri.arcgis.controls.ARPageLayout
Fits the width of the page into the page layout display area.
zoomToWidth() - Method in interface com.esri.arcgis.controls.IARPageLayout
Fits the width of the page into the page layout display area.
zoomToWidth() - Method in class com.esri.arcgis.controls.IARPageLayoutProxy
Fits the width of the page into the page layout display area.
zRank() - Method in interface com.esri.arcgis.geodatabase.IGeoDBProtectNames
zRank
zRank() - Method in class com.esri.arcgis.geodatabase.IGeoDBProtectNamesProxy
zRank
zRank() - Method in interface com.esri.arcgis.geodatabase.ITopologyProtectNames
zRank
zRank() - Method in class com.esri.arcgis.geodatabase.ITopologyProtectNamesProxy
zRank
ZRenderer - Class in com.esri.arcgis.geoprocessing.tools.spatialstatisticstools
Applies a cold (blue) to hot (red) color rendering scheme for a field of z-scores.
ZRenderer() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialstatisticstools.ZRenderer
Creates the ZScore Rendering tool with defaults.
ZRenderer(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialstatisticstools.ZRenderer
Creates the ZScore Rendering tool with the required parameters.

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 _