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 _

P

PackageFile - Class in com.esri.arcgis.enginecore
An object for holding package files.
PackageFile() - Constructor for class com.esri.arcgis.enginecore.PackageFile
Constructs a PackageFile using ArcGIS Engine.
PackageFile(Object) - Constructor for class com.esri.arcgis.enginecore.PackageFile
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PackageFile thePackageFile = (PackageFile) obj;
PackageLayer - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Packages one or more layers and all referenced data sources to create a single compressed .lpk file .
PackageLayer() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PackageLayer
Creates the Package Layer tool with defaults.
PackageLayer(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PackageLayer
Creates the Package Layer tool with the required parameters.
PackageMap - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Packages a map document and all referenced data sources to create a single compressed .mpk file.
PackageMap() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PackageMap
Creates the Package Map tool with defaults.
PackageMap(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PackageMap
Creates the Package Map tool with the required parameters.
packageName - Variable in class com.esri.arcgis.geoprocessing.gen.GenClass
 
packageNames(IEnumName) - Method in interface com.esri.arcgis.system.INameFactory
Packages the set of names into a VARIANT (typically for initiating a drag operation).
packageNames(IEnumName) - Method in class com.esri.arcgis.system.NameFactory
Packages the set of names into a VARIANT (typically for initiating a drag operation).
packGPValue(IGPValue, Object) - Method in class com.esri.arcgis.geoprocessing.GPUtilities
Sets the given geoprocessing value into the given parameter/variable.
packGPValue(IGPValue, Object) - Method in interface com.esri.arcgis.geoprocessing.IGPUtilities
Sets the given geoprocessing value into the given parameter/variable.
packNormal(IVector3D, double[]) - Method in class com.esri.arcgis.geometry.GeometryEnvironment
Encodes a normal into part of a double.
packNormal(IVector3D, double[]) - Method in interface com.esri.arcgis.geometry.IEncode3DProperties
Encodes a normal into part of a double.
packTexture2D(double, double, double[]) - Method in class com.esri.arcgis.geometry.GeometryEnvironment
Encodes texture coordinates into part of a double.
packTexture2D(double, double, double[]) - Method in interface com.esri.arcgis.geometry.IEncode3DProperties
Encodes texture coordinates into part of a double.
Page - Class in com.esri.arcgis.carto
The On Screen Page.
Page() - Constructor for class com.esri.arcgis.carto.Page
Constructs a Page using ArcGIS Engine.
Page(Object) - Constructor for class com.esri.arcgis.carto.Page
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Page thePage = (Page) obj;
PAGE_SEPARATER - Static variable in class com.esri.arcgis.beans.pagelayout.PageLayoutBeanPagePanel
 
pageChanged() - Method in class com.esri.arcgis.framework.BasePropertyPage
Informs ArcGIS that the state of a Java property page has changed and that the "Apply" button on the property sheet should be enabled.
pageChanged() - Method in class com.esri.arcgis.framework.ColorPageSite
Called by the property page to let the property sheet know that something changed.
pageChanged() - Method in class com.esri.arcgis.framework.ComPropertyPageSite
Called by the property page to let the property sheet know that something changed.
pageChanged() - Method in class com.esri.arcgis.framework.ComPropertySheet
Called by the property page to let the property sheet know that something changed.
pageChanged() - Method in interface com.esri.arcgis.framework.IComPropertyPageSite
Called by the property page to let the property sheet know that something changed.
pageChanged() - Method in class com.esri.arcgis.framework.IComPropertyPageSiteProxy
Deprecated. Called by the property page to let the property sheet know that something changed.
pageColorChanged(IPageEventsPageColorChangedEvent) - Method in interface com.esri.arcgis.carto.IPageEvents
Fired when the page color changes.
pageColorChanged(IPageEventsPageColorChangedEvent) - Method in class com.esri.arcgis.carto.IPageEventsAdapter
Fired when the page color changes.
pageColorChanged(IPageEventsPageColorChangedEvent) - Method in class com.esri.arcgis.carto.PageLayout
Fired when the page color changes.
PageDescription - Class in com.esri.arcgis.carto
The Page Description coclass contains a description of the page layout in the current document.
PageDescription() - Constructor for class com.esri.arcgis.carto.PageDescription
Constructs a PageDescription using ArcGIS Engine.
PageDescription(Object) - Constructor for class com.esri.arcgis.carto.PageDescription
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PageDescription thePageDescription = (PageDescription) obj;
PageIndexExtentPropPage - Class in com.esri.arcgis.arcmapui
Extent property page for data driven pages.
PageIndexExtentPropPage() - Constructor for class com.esri.arcgis.arcmapui.PageIndexExtentPropPage
Constructs a PageIndexExtentPropPage using ArcGIS Engine.
PageIndexExtentPropPage(Object) - Constructor for class com.esri.arcgis.arcmapui.PageIndexExtentPropPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PageIndexExtentPropPage thePageIndexExtentPropPage = (PageIndexExtentPropPage) obj;
PageIndexGeneralPropPage - Class in com.esri.arcgis.arcmapui
General property page for data driven pages.
PageIndexGeneralPropPage() - Constructor for class com.esri.arcgis.arcmapui.PageIndexGeneralPropPage
Constructs a PageIndexGeneralPropPage using ArcGIS Engine.
PageIndexGeneralPropPage(Object) - Constructor for class com.esri.arcgis.arcmapui.PageIndexGeneralPropPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PageIndexGeneralPropPage thePageIndexGeneralPropPage = (PageIndexGeneralPropPage) obj;
PageLayout - Class in com.esri.arcgis.carto
Page Layout class contains maps and map surrounds.
PageLayout() - Constructor for class com.esri.arcgis.carto.PageLayout
Constructs a PageLayout using ArcGIS Engine.
PageLayout(Object) - Constructor for class com.esri.arcgis.carto.PageLayout
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PageLayout thePageLayout = (PageLayout) obj;
PageLayoutBean - Class in com.esri.arcgis.beans.pagelayout
The PageLayoutBean is a wrapper class of PageLayoutControl to facilitate the use of PageLayoutControl at the design time.
PageLayoutBean() - Constructor for class com.esri.arcgis.beans.pagelayout.PageLayoutBean
Default constructor.
PageLayoutBeanBeanInfo - Class in com.esri.arcgis.beans.pagelayout
A java bean info class asscociated with PageLayoutBean.
PageLayoutBeanBeanInfo() - Constructor for class com.esri.arcgis.beans.pagelayout.PageLayoutBeanBeanInfo
 
PageLayoutBeanCustomizer - Class in com.esri.arcgis.beans.pagelayout
A JavaBean Customizer associated with PageLayoutBean.
PageLayoutBeanCustomizer() - Constructor for class com.esri.arcgis.beans.pagelayout.PageLayoutBeanCustomizer
Default constructors.
PageLayoutBeanGeneralPanel - Class in com.esri.arcgis.beans.pagelayout
A general property panel used in the Customizer of the PageLayoutBean.
PageLayoutBeanGeneralPanel() - Constructor for class com.esri.arcgis.beans.pagelayout.PageLayoutBeanGeneralPanel
Default constructor.
PageLayoutBeanPagePanel - Class in com.esri.arcgis.beans.pagelayout
A user interface panel to help user set up page layout properties, like page size, width, height, unit, and oritentation.
PageLayoutBeanPagePanel() - Constructor for class com.esri.arcgis.beans.pagelayout.PageLayoutBeanPagePanel
default constructor
PageLayoutControl - Class in com.esri.arcgis.controls
Esri PageLayoutControl
PageLayoutControl() - Constructor for class com.esri.arcgis.controls.PageLayoutControl
Constructs a PageLayoutControl using ArcGIS Engine.
PageLayoutControl(Object) - Constructor for class com.esri.arcgis.controls.PageLayoutControl
Constructs a PageLayoutControl.
PageLayoutControlBeanInfo - Class in com.esri.arcgis.controls
 
PageLayoutControlBeanInfo() - Constructor for class com.esri.arcgis.controls.PageLayoutControlBeanInfo
 
pageMarginsChanged(IPageEventsPageMarginsChangedEvent) - Method in interface com.esri.arcgis.carto.IPageEvents
Fired when the page margins change.
pageMarginsChanged(IPageEventsPageMarginsChangedEvent) - Method in class com.esri.arcgis.carto.IPageEventsAdapter
Fired when the page margins change.
pageMarginsChanged(IPageEventsPageMarginsChangedEvent) - Method in class com.esri.arcgis.carto.PageLayout
Fired when the page margins change.
pageSizeChanged(IPageEventsPageSizeChangedEvent) - Method in interface com.esri.arcgis.carto.IPageEvents
Fired when the page size changes.
pageSizeChanged(IPageEventsPageSizeChangedEvent) - Method in class com.esri.arcgis.carto.IPageEventsAdapter
Fired when the page size changes.
pageSizeChanged(IPageEventsPageSizeChangedEvent) - Method in class com.esri.arcgis.carto.PageLayout
Fired when the page size changes.
pageUnitsChanged(IPageEventsPageUnitsChangedEvent) - Method in interface com.esri.arcgis.carto.IPageEvents
Fired when the units used by the page changes.
pageUnitsChanged(IPageEventsPageUnitsChangedEvent) - Method in class com.esri.arcgis.carto.IPageEventsAdapter
Fired when the units used by the page changes.
pageUnitsChanged(IPageEventsPageUnitsChangedEvent) - Method in class com.esri.arcgis.carto.PageLayout
Fired when the units used by the page changes.
paint(Graphics) - Method in class com.esri.arcgis.beans.globe.GlobeBean
Paints this component.
paint(Graphics) - Method in class com.esri.arcgis.beans.map.MapBean
Paints this component in desing tome
paint(Graphics) - Method in class com.esri.arcgis.beans.pagelayout.PageLayoutBean
Paints this component.
paint(Graphics) - Method in class com.esri.arcgis.beans.scene.SceneBean
Paints this component.
paint(Graphics) - Method in class com.esri.arcgis.beans.symbology.SymbologyBean
Paints this component in desing tome
paint(Graphics) - Method in class com.esri.arcgis.beans.TOC.TOCBean
Paints this component.
paint(Graphics) - Method in class com.esri.arcgis.beans.toolbar.ToolbarBean
Paints this component.
paintComponent(Graphics) - Method in class com.esri.arcgis.beans.toolbar.ToolbarBeanItem
paints the item object with an image icon, draw a highlighted box if it is selected.
paintInDesignTime(Graphics, Dimension, String, Image, boolean) - Method in class com.esri.arcgis.beans.ui.BeanHelper
Paints the name of the component during the design-time.
pan(IPoint, IPoint) - Method in class com.esri.arcgis.analyst3d.Camera
Moves both the observer and the target so that the object picked as the starting point on screen assumes the ending-point position.
pan(IPoint, IPoint) - Method in interface com.esri.arcgis.analyst3d.ICamera
Moves both the observer and the target so that the object picked as the starting point on screen assumes the ending-point position.
pan() - Method in class com.esri.arcgis.beans.map.MapBean
Tracks the mouse while panning the MapControl.
pan() - Method in class com.esri.arcgis.beans.pagelayout.PageLayoutBean
Tracks the mouse while panning the PageLayoutControl.
pan(int, double) - Method in class com.esri.arcgis.controls.ARMap
Pans the map by a factor in a specified direction.
pan(int, double) - Method in class com.esri.arcgis.controls.ARPageLayout
Pans the page layout by a factor in a specified direction.
pan(int, double) - Method in interface com.esri.arcgis.controls.IARMap
Pans the map by a factor in a specified direction.
pan(int, double) - Method in class com.esri.arcgis.controls.IARMapProxy
Pans the map by a factor in a specified direction.
pan(int, double) - Method in interface com.esri.arcgis.controls.IARPageLayout
Pans the page layout by a factor in a specified direction.
pan(int, double) - Method in class com.esri.arcgis.controls.IARPageLayoutProxy
Pans the page layout by a factor in a specified direction.
pan() - Method in interface com.esri.arcgis.controls.IMapControl2
Tracks the mouse while panning the MapControl.
pan() - Method in class com.esri.arcgis.controls.IMapControl2Proxy
Tracks the mouse while panning the MapControl.
pan() - Method in interface com.esri.arcgis.controls.IMapControlDefault
Tracks the mouse while panning the MapControl.
pan() - Method in class com.esri.arcgis.controls.IMapControlDefaultProxy
Tracks the mouse while panning the MapControl.
pan() - Method in interface com.esri.arcgis.controls.IPageLayoutControl
Tracks the mouse while panning the PageLayoutControl.
pan() - Method in interface com.esri.arcgis.controls.IPageLayoutControlDefault
Tracks the mouse while panning the PageLayoutControl.
pan() - Method in class com.esri.arcgis.controls.IPageLayoutControlDefaultProxy
Tracks the mouse while panning the PageLayoutControl.
pan() - Method in class com.esri.arcgis.controls.IPageLayoutControlProxy
Tracks the mouse while panning the PageLayoutControl.
pan() - Method in class com.esri.arcgis.controls.MapControl
Tracks the mouse while panning the MapControl.
pan() - Method in class com.esri.arcgis.controls.PageLayoutControl
Tracks the mouse while panning the PageLayoutControl.
pan(IPoint, IPoint) - Method in class com.esri.arcgis.globecore.GlobeCamera
Moves both the observer and the target so that the object picked as the starting point on screen assumes the ending-point position.
panMoveTo(IPoint) - Method in class com.esri.arcgis.analyst3d.SceneGraph
Pans to a new point.
panMoveTo(IPoint) - Method in class com.esri.arcgis.arcmapui.AppDisplay
Pans to a new point.
panMoveTo(IPoint) - Method in interface com.esri.arcgis.display.IScreenDisplay
Pans to a new point.
panMoveTo(IPoint) - Method in interface com.esri.arcgis.display.IScreenDisplay2
Pans to a new point.
panMoveTo(IPoint) - Method in class com.esri.arcgis.display.ScreenDisplay
Pans to a new point.
panMoveTo(IPoint) - Method in class com.esri.arcgis.globecore.GlobeDisplay
Pans to a new point.
PanSharpenGramSchmidtFunction - Class in com.esri.arcgis.datasourcesraster
Pan Sharpen Gram Schmidt function.
PanSharpenGramSchmidtFunction() - Constructor for class com.esri.arcgis.datasourcesraster.PanSharpenGramSchmidtFunction
Constructs a PanSharpenGramSchmidtFunction using ArcGIS Engine.
PanSharpenGramSchmidtFunction(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PanSharpenGramSchmidtFunction
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PanSharpenGramSchmidtFunction thePanSharpenGramSchmidtFunction = (PanSharpenGramSchmidtFunction) obj;
PanSharpenGramSchmidtFunctionArguments - Class in com.esri.arcgis.datasourcesraster
Pan Sharpen Gram Schmidt function arguments.
PanSharpenGramSchmidtFunctionArguments() - Constructor for class com.esri.arcgis.datasourcesraster.PanSharpenGramSchmidtFunctionArguments
Constructs a PanSharpenGramSchmidtFunctionArguments using ArcGIS Engine.
PanSharpenGramSchmidtFunctionArguments(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PanSharpenGramSchmidtFunctionArguments
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PanSharpenGramSchmidtFunctionArguments thePanSharpenGramSchmidtFunctionArguments = (PanSharpenGramSchmidtFunctionArguments) obj;
PansharpeningFilter - Class in com.esri.arcgis.datasourcesraster
A class for pansharpening filter.
PansharpeningFilter() - Constructor for class com.esri.arcgis.datasourcesraster.PansharpeningFilter
Constructs a PansharpeningFilter using ArcGIS Engine.
PansharpeningFilter(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PansharpeningFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PansharpeningFilter thePansharpeningFilter = (PansharpeningFilter) obj;
PansharpeningFunction - Class in com.esri.arcgis.datasourcesraster
A class for a sharpening raster function.
PansharpeningFunction() - Constructor for class com.esri.arcgis.datasourcesraster.PansharpeningFunction
Constructs a PansharpeningFunction using ArcGIS Engine.
PansharpeningFunction(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PansharpeningFunction
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PansharpeningFunction thePansharpeningFunction = (PansharpeningFunction) obj;
PansharpeningFunctionArguments - Class in com.esri.arcgis.datasourcesraster
A class for sharpening raster function arguments.
PansharpeningFunctionArguments() - Constructor for class com.esri.arcgis.datasourcesraster.PansharpeningFunctionArguments
Constructs a PansharpeningFunctionArguments using ArcGIS Engine.
PansharpeningFunctionArguments(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PansharpeningFunctionArguments
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PansharpeningFunctionArguments thePansharpeningFunctionArguments = (PansharpeningFunctionArguments) obj;
panStart(IPoint) - Method in class com.esri.arcgis.analyst3d.SceneGraph
Prepares display for panning.
panStart(IPoint) - Method in class com.esri.arcgis.arcmapui.AppDisplay
Prepares display for panning.
panStart(IPoint) - Method in interface com.esri.arcgis.display.IScreenDisplay
Prepares display for panning.
panStart(IPoint) - Method in interface com.esri.arcgis.display.IScreenDisplay2
Prepares display for panning.
panStart(IPoint) - Method in class com.esri.arcgis.display.ScreenDisplay
Prepares display for panning.
panStart(IPoint) - Method in class com.esri.arcgis.globecore.GlobeDisplay
Prepares display for panning.
panStop() - Method in class com.esri.arcgis.analyst3d.SceneGraph
Stops panning and returns new visible bounds.
panStop() - Method in class com.esri.arcgis.arcmapui.AppDisplay
Stops panning and returns new visible bounds.
panStop() - Method in interface com.esri.arcgis.display.IScreenDisplay
Stops panning and returns new visible bounds.
panStop() - Method in interface com.esri.arcgis.display.IScreenDisplay2
Stops panning and returns new visible bounds.
panStop() - Method in class com.esri.arcgis.display.ScreenDisplay
Stops panning and returns new visible bounds.
panStop() - Method in class com.esri.arcgis.globecore.GlobeDisplay
Stops panning and returns new visible bounds.
panTo(IDisplay) - Method in class com.esri.arcgis.carto.FeatureBookmark
Pans to the feature on the map display.
panTo(IDisplay) - Method in interface com.esri.arcgis.carto.IFeatureBookmark
Pans to the feature on the map display.
Paper - Class in com.esri.arcgis.output
The default printer page settings.
Paper() - Constructor for class com.esri.arcgis.output.Paper
Constructs a Paper using ArcGIS Engine.
Paper(Object) - Constructor for class com.esri.arcgis.output.Paper
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Paper thePaper = (Paper) obj;
ParagraphTextElement - Class in com.esri.arcgis.carto
The Graphic Element to display text which flows into an area geometry.
ParagraphTextElement() - Constructor for class com.esri.arcgis.carto.ParagraphTextElement
Constructs a ParagraphTextElement using ArcGIS Engine.
ParagraphTextElement(Object) - Constructor for class com.esri.arcgis.carto.ParagraphTextElement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ParagraphTextElement theParagraphTextElement = (ParagraphTextElement) obj;
Parameter - Class in com.esri.arcgis.geometry
Creates a parameter.
Parameter() - Constructor for class com.esri.arcgis.geometry.Parameter
Constructs a Parameter using ArcGIS Engine.
Parameter(Object) - Constructor for class com.esri.arcgis.geometry.Parameter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Parameter theParameter = (Parameter) obj;
paramImporters - Static variable in class com.esri.arcgis.geoprocessing.gen.GPImporter
 
params - Variable in class com.esri.arcgis.geoprocessing.gen.GenMethod
 
ParcelConstructionData - Class in com.esri.arcgis.geodatabaseextensions
Esri Cadastral Fabric Parcel Construction Data Class.
ParcelConstructionData(Object) - Constructor for class com.esri.arcgis.geodatabaseextensions.ParcelConstructionData
Construct a ParcelConstructionData using a reference to such an object returned from ArcGIS Engine or Server.
parse(String) - Method in interface com.esri.arcgis.carto.IIMSGlobeXMLNode
Parse the nodes from an input string.
parse(String) - Method in interface com.esri.arcgis.carto.IIMSGlobeXMLParser
Parses the xml structure from a string.
parse(String) - Method in class com.esri.arcgis.carto.IMSGlobeXMLNode
Parse the nodes from an input string.
parse(String) - Method in class com.esri.arcgis.carto.IMSGlobeXMLParser
Parses the xml structure from a string.
parse(String) - Method in class com.esri.arcgis.datasourcesfile.ArcInfoWorkspaceFactory
Parses the name string and returns a new Name object.
parse(String) - Method in class com.esri.arcgis.datasourcesfile.SDCWorkspaceFactory
Parses the name string and returns a new Name object.
parse(String) - Method in class com.esri.arcgis.datasourcesfile.VpfWorkspaceFactory
Parses the name string and returns a new Name object.
parse(String) - Method in class com.esri.arcgis.geoprocessing.AGOCatalogPathParser
Parses the name string and returns a new Name object.
parse(String) - Method in class com.esri.arcgis.geoprocessing.AGSCatalogPathParser
Parses the name string and returns a new Name object.
parse(String) - Method in class com.esri.arcgis.geoprocessing.GDSCatalogPathParser
Parses the name string and returns a new Name object.
parse(String) - Method in class com.esri.arcgis.geoprocessing.GpVirtualPathParser
Parses the name string and returns a new Name object.
parse(String) - Method in class com.esri.arcgis.geoprocessing.StandaloneCatalogPathParser
Parses the name string and returns a new Name object.
parse(String) - Method in class com.esri.arcgis.geoprocessing.WCSCatalogPathParser
Parses the name string and returns a new Name object.
parse(String) - Method in class com.esri.arcgis.gisclient.IMSCatalogPathParser
Parses the name string and returns a new Name object.
parse(String) - Method in class com.esri.arcgis.location.LocatorManager
Parses the name string and returns a new Name object.
parse(String) - Method in interface com.esri.arcgis.system.IParseNameString
Parses the name string and returns a new Name object.
parseColumnName(String, String[], String[], String[], String[]) - Method in class com.esri.arcgis.datasourcesGDB.Sde3Workspace
Given a column name, determine its qualification parts.
parseColumnName(String, String[], String[], String[], String[]) - Method in class com.esri.arcgis.datasourcesGDB.Sde4Workspace
Given a column name, determine its qualification parts.
parseColumnName(String, String[], String[], String[], String[]) - Method in class com.esri.arcgis.datasourcesGDB.SqlWorkspace
Given a column name, determine its qualification parts.
parseColumnName(String, String[], String[], String[], String[]) - Method in interface com.esri.arcgis.geodatabase.ISQLSyntax
Given a column name, determine its qualification parts.
parseColumnName(String, String[], String[], String[], String[]) - Method in class com.esri.arcgis.geodatabase.ISQLSyntaxProxy
Given a column name, determine its qualification parts.
parseColumnName(String, String[], String[], String[], String[]) - Method in class com.esri.arcgis.geodatabase.VersionedWorkspace
Given a column name, determine its qualification parts.
parseColumnName(String, String[], String[], String[], String[]) - Method in class com.esri.arcgis.geodatabase.Workspace
Given a column name, determine its qualification parts.
parseContainer(String, String[]) - Method in class com.esri.arcgis.geoprocessing.DEUtilities
Returns the container of a catalog path.
parseContainer(String, String[]) - Method in interface com.esri.arcgis.geoprocessing.IDEUtilities
Returns the container of a catalog path.
parseExceptions(String) - Method in interface com.esri.arcgis.gisclient.IWCSServiceExceptionHandler
Parses the response to the give URL for any WCS error codes and descriptions.
parseExceptions(String) - Method in interface com.esri.arcgis.gisclient.IWMSServiceExceptionHandler
Parses the response to the give URL for any WMS error codes and descriptions.
parseExceptions(String) - Method in class com.esri.arcgis.gisclient.WCSServiceExceptionHandler
Parses the response to the give URL for any WCS error codes and descriptions.
parseExceptions(String) - Method in class com.esri.arcgis.gisclient.WMSServiceExceptionHandler
Parses the response to the give URL for any WMS error codes and descriptions.
parseFieldName(String, String) - Method in class com.esri.arcgis.geoprocessing.GeoProcessor
Parse a field name within the given workspace.
parseFieldName(String, String) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessor
Parse a field name within the given workspace.
parseFieldName(String, String) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessor2
Parse a field name within the given workspace.
parseFieldName(String, Object) - Method in interface com.esri.arcgis.geoprocessing.IGpDispatch
Parses a field name into its constituent parts.
parseFieldName(String, Object) - Method in class com.esri.arcgis.geoprocessing.IGpDispatchProxy
Parses a field name into its constituent parts.
parseJSON(IJSONReader) - Method in interface com.esri.arcgis.system.IJSONArray
Parses JSON array from IJSONReader into memory.
parseJSON(IJSONReader) - Method in interface com.esri.arcgis.system.IJSONObject
Parses JSON object from IJSONReader into memory.
parseJSON(IJSONReader) - Method in class com.esri.arcgis.system.JSONArray
Parses JSON array from IJSONReader into memory.
parseJSON(IJSONReader) - Method in class com.esri.arcgis.system.JSONObject
Parses JSON object from IJSONReader into memory.
parseJSONString(String) - Method in interface com.esri.arcgis.system.IJSONReader2
Parses JSON string into memory.
parseJSONString(String) - Method in class com.esri.arcgis.system.JSONReader
Parses JSON string into memory.
parseName(String, String[]) - Method in class com.esri.arcgis.geoprocessing.DEUtilities
Returns the name of a catalog path.
parseName(String, String[]) - Method in interface com.esri.arcgis.geoprocessing.IDEUtilities
Returns the name of a catalog path.
parseString(String) - Method in interface com.esri.arcgis.system.IJSONArray
Parses JSON array from string into memory.
parseString(String) - Method in interface com.esri.arcgis.system.IJSONObject
Parses JSON object from string into memory.
parseString(String) - Method in class com.esri.arcgis.system.JSONArray
Parses JSON array from string into memory.
parseString(String) - Method in class com.esri.arcgis.system.JSONObject
Parses JSON object from string into memory.
parseTableName(String, String[], String[], String[]) - Method in class com.esri.arcgis.datasourcesGDB.Sde3Workspace
Given a table name, determine its qualification parts.
parseTableName(String, String[], String[], String[]) - Method in class com.esri.arcgis.datasourcesGDB.Sde4Workspace
Given a table name, determine its qualification parts.
parseTableName(String, String[], String[], String[]) - Method in class com.esri.arcgis.datasourcesGDB.SqlWorkspace
Given a table name, determine its qualification parts.
parseTableName(String, String[], String[], String[]) - Method in interface com.esri.arcgis.geodatabase.ISQLSyntax
Given a table name, determine its qualification parts.
parseTableName(String, String[], String[], String[]) - Method in class com.esri.arcgis.geodatabase.ISQLSyntaxProxy
Given a table name, determine its qualification parts.
parseTableName(String, String[], String[], String[]) - Method in class com.esri.arcgis.geodatabase.VersionedWorkspace
Given a table name, determine its qualification parts.
parseTableName(String, String[], String[], String[]) - Method in class com.esri.arcgis.geodatabase.Workspace
Given a table name, determine its qualification parts.
parseTableName(String, String) - Method in class com.esri.arcgis.geoprocessing.GeoProcessor
Parse a table name within the given workspace.
parseTableName(String, String) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessor
Parse a table name within the given workspace.
parseTableName(String, String) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessor2
Parse a table name within the given workspace.
parseTableName(String, Object) - Method in interface com.esri.arcgis.geoprocessing.IGpDispatch
Parses a table name into its constituent parts.
parseTableName(String, Object) - Method in class com.esri.arcgis.geoprocessing.IGpDispatchProxy
Parses a table name into its constituent parts.
parsingString(String) - Static method in class com.esri.arcgis.beans.ui.BeanUtilities
Extracting an integer from the given string.
partialEstablishFlowDirection(int, int[], int, int[]) - Method in interface com.esri.arcgis.geodatabase.IUtilityNetwork2
Sets the flow direction of all reachable edge elements based on the placement of sources and sinks.
partialEstablishFlowDirection(int, int[], int, int[]) - Method in class com.esri.arcgis.geodatabase.IUtilityNetwork2Proxy
Sets the flow direction of all reachable edge elements based on the placement of sources and sinks.
partialEstablishFlowDirection(int[], int[]) - Method in interface com.esri.arcgis.geodatabase.IUtilityNetworkGEN
Sets the flow direction of all reachable edge elements based on the placement of sources and sinks.
partialEstablishFlowDirection(int[], int[]) - Method in class com.esri.arcgis.geodatabase.IUtilityNetworkGENProxy
Sets the flow direction of all reachable edge elements based on the placement of sources and sinks.
partialEstablishFlowDirection(int[], int[]) - Method in class com.esri.arcgis.geodatabase.UtilityNetwork
Sets the flow direction of all reachable edge elements based on the placement of sources and sinks.
partialRefresh(int, Object, IEnvelope) - Method in class com.esri.arcgis.analyst3d.Scene
Draws the specified view phase.
partialRefresh(int, Object, IEnvelope) - Method in interface com.esri.arcgis.carto.IActiveView
Draws the specified view phase.
partialRefresh(int, Object, IEnvelope) - Method in interface com.esri.arcgis.carto.IViewRefresh
Draws the specified view phase.
partialRefresh(int, Object, IEnvelope) - Method in class com.esri.arcgis.carto.Map
Draws the specified view phase.
partialRefresh(int, Object, IEnvelope) - Method in class com.esri.arcgis.carto.PageLayout
Draws the specified view phase.
partialRefresh(int, Object, IEnvelope) - Method in class com.esri.arcgis.globecore.Globe
Draws the specified view phase.
partialRefreshShape(int, Object, IGeometry, double) - Method in interface com.esri.arcgis.carto.IViewRefresh
Refreshes the specified shape on the specified view phase.
partialRefreshShape(int, Object, IGeometry, double) - Method in class com.esri.arcgis.carto.Map
Refreshes the specified shape on the specified view phase.
partialRefreshShape(int, Object, IGeometry, double) - Method in class com.esri.arcgis.carto.PageLayout
Refreshes the specified shape on the specified view phase.
ParticleTrack - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Calculates the path of a particle through a velocity field, returning an ASCII file of particle tracking data and, optionally, a coverage of track information.
ParticleTrack() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ParticleTrack
Creates the Particle Track tool with defaults.
ParticleTrack(Object, Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.ParticleTrack
Creates the Particle Track tool with the required parameters.
particleTrack(IGeoDataset, IGeoDataset, IPoint, String, Object, Object) - Method in interface com.esri.arcgis.spatialanalyst.IGroundwaterOp
Calculates the path of a particle through a velocity field.
particleTrack(IGeoDataset, IGeoDataset, IPoint, String, Object, Object) - Method in class com.esri.arcgis.spatialanalyst.RasterGroundwaterOp
Calculates the path of a particle through a velocity field.
PasswordApp - Class in com.esri.arcgis.util.security
This class has only a main method for testing console based password input and encryption/decryption of the password..
PasswordApp() - Constructor for class com.esri.arcgis.util.security.PasswordApp
 
paste(IMxDocument) - Method in class com.esri.arcgis.arcmapui.BmpClipboardFormat
Paste the Element in the GraphicsContainer to the Clipboard.
paste() - Method in class com.esri.arcgis.arcmapui.ElementSelection
Paste clipboard contents.
paste(IMxDocument) - Method in class com.esri.arcgis.arcmapui.EnhMetaFileClipboardFormat
Paste the Element in the GraphicsContainer to the Clipboard.
paste(IMxDocument) - Method in interface com.esri.arcgis.arcmapui.IClipboardFormat
Paste the Element in the GraphicsContainer to the Clipboard.
paste(IMxDocument) - Method in interface com.esri.arcgis.arcmapui.IClipboardFormat2
Paste the Element in the GraphicsContainer to the Clipboard.
paste(IMxDocument) - Method in class com.esri.arcgis.arcmapui.IClipboardFormat2Proxy
Paste the Element in the GraphicsContainer to the Clipboard.
paste(IMxDocument) - Method in class com.esri.arcgis.arcmapui.IClipboardFormatProxy
Paste the Element in the GraphicsContainer to the Clipboard.
paste(IMxDocument) - Method in class com.esri.arcgis.arcmapui.LayersClipboardFormat
Paste the Element in the GraphicsContainer to the Clipboard.
paste(IMxDocument) - Method in class com.esri.arcgis.arcmapui.MetaFileClipboardFormat
Paste the Element in the GraphicsContainer to the Clipboard.
paste(IMxDocument) - Method in class com.esri.arcgis.arcmapui.TextClipboardFormat
Paste the Element in the GraphicsContainer to the Clipboard.
paste() - Method in interface com.esri.arcgis.carto.ISelection
Paste clipboard contents.
paste() - Method in class com.esri.arcgis.carto.ISelectionProxy
Paste clipboard contents.
paste() - Method in class com.esri.arcgis.carto.MapSelection
Paste clipboard contents.
paste() - Method in class com.esri.arcgis.carto.SimpleElementSelection
Paste clipboard contents.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxAGSConnection
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxAGSDraftFolder
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxAGSFolder
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxCadDataset
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxCatalog
Pastes the specified names into this object.
paste(IName, IGxObject, boolean[]) - Method in class com.esri.arcgis.catalog.GxCatalog
Pastes the specified name object into the given target.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxCoverageDataset
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxDatabase
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxDataset
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxDiskConnection
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxFolder
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxFolderConnections
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxGDSGeodatabase
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxPCCoverage
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxRasterDataset
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxRemoteDatabaseFolder
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxSDCDataset
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxSpatialReferencesFolder
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxToolbox
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxToolboxesFolder
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxToolboxesRoot
Pastes the specified names into this object.
paste(IName, IGxObject, boolean[]) - Method in class com.esri.arcgis.catalog.GxToolboxExtension
Pastes the specified name object into the given target.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxVpfDataset
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.GxWorkspaceFolder
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in interface com.esri.arcgis.catalog.IGxPasteTarget
Pastes the specified names into this object.
paste(IName, IGxObject, boolean[]) - Method in interface com.esri.arcgis.catalog.IGxPasteTargetHelper
Pastes the specified name object into the given target.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.IGxPasteTargetProxy
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.IMSFeatureClass
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.IMSMetadataService
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.SearchResults
Pastes the specified names into this object.
paste(IEnumName, boolean[]) - Method in class com.esri.arcgis.catalog.SearchResultsRoot
Pastes the specified names into this object.
Path - Class in com.esri.arcgis.geometry
A sequence of connected segments.
Path() - Constructor for class com.esri.arcgis.geometry.Path
Constructs a Path using ArcGIS Engine.
Path(Object) - Constructor for class com.esri.arcgis.geometry.Path
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Path thePath = (Path) obj;
PathAllocation - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Calculates the nearest source for each cell based on the least accumulative cost over a cost surface, while accounting for surface distance and horizontal and vertical cost factors.
PathAllocation() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PathAllocation
Creates the Path Distance Allocation tool with defaults.
PathAllocation(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PathAllocation
Creates the Path Distance Allocation tool with the required parameters.
pathAllocation(IGeoDataset, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.esri.arcgis.spatialanalyst.IDistanceOp2
Calculates for each output cell the zone that could be reached with the least accumulative cost.
pathAllocation(IGeoDataset, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.esri.arcgis.spatialanalyst.RasterDistanceOp
Calculates for each output cell the zone that could be reached with the least accumulative cost.
PathBackLink - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Defines the neighbor that is the next cell on the least accumulative cost path to the nearest source, while accounting for surface distance and horizontal and vertical cost factors.
PathBackLink() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PathBackLink
Creates the Path Distance Back Link tool with defaults.
PathBackLink(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PathBackLink
Creates the Path Distance Back Link tool with the required parameters.
pathBackLink(IGeoDataset, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.esri.arcgis.spatialanalyst.IDistanceOp2
Calculates the neighbor that is the next cell on the least-accumulative-path path from a cell to a source cell.
pathBackLink(IGeoDataset, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.esri.arcgis.spatialanalyst.RasterDistanceOp
Calculates the neighbor that is the next cell on the least-accumulative-path path from a cell to a source cell.
PathDistance - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Calculates, for each cell, the least accumulative cost distance to the nearest source, while accounting for surface distance and horizontal and vertical cost factors.
PathDistance() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PathDistance
Creates the Path Distance tool with defaults.
PathDistance(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PathDistance
Creates the Path Distance tool with the required parameters.
pathDistance(IGeoDataset, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.esri.arcgis.spatialanalyst.IDistanceOp2
Calculates for each cell the least-accumulative-path distance over a path surface to a source cell or a set of source cells.
pathDistance(IGeoDataset, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.esri.arcgis.spatialanalyst.RasterDistanceOp
Calculates for each cell the least-accumulative-path distance over a path surface to a source cell or a set of source cells.
pathDistanceFull(IGeoDataset, boolean, boolean, boolean, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.esri.arcgis.spatialanalyst.IDistanceOp2
Calculates for each cell the least-accumulative-cost distance, backlink, and allocation over a cost surface to a source cell or a set of source cells.
pathDistanceFull(IGeoDataset, boolean, boolean, boolean, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.esri.arcgis.spatialanalyst.RasterDistanceOp
Calculates for each cell the least-accumulative-cost distance, backlink, and allocation over a cost surface to a source cell or a set of source cells.
PathDistanceHorizontalFactor - Class in com.esri.arcgis.spatialanalyst
Path distance horizontal function object.
PathDistanceHorizontalFactor() - Constructor for class com.esri.arcgis.spatialanalyst.PathDistanceHorizontalFactor
Constructs a PathDistanceHorizontalFactor using ArcGIS Engine.
PathDistanceHorizontalFactor(Object) - Constructor for class com.esri.arcgis.spatialanalyst.PathDistanceHorizontalFactor
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PathDistanceHorizontalFactor thePathDistanceHorizontalFactor = (PathDistanceHorizontalFactor) obj;
PathDistanceVerticalFactor - Class in com.esri.arcgis.spatialanalyst
Path distance vertical function object.
PathDistanceVerticalFactor() - Constructor for class com.esri.arcgis.spatialanalyst.PathDistanceVerticalFactor
Constructs a PathDistanceVerticalFactor using ArcGIS Engine.
PathDistanceVerticalFactor(Object) - Constructor for class com.esri.arcgis.spatialanalyst.PathDistanceVerticalFactor
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PathDistanceVerticalFactor thePathDistanceVerticalFactor = (PathDistanceVerticalFactor) obj;
pause() - Method in class com.esri.arcgis.catalog.GxDataServer
Pauses a Database server.
pause() - Method in interface com.esri.arcgis.catalog.IGxGDSConnection
Pauses a Database server.
pause() - Method in class com.esri.arcgis.catalog.IGxGDSConnectionProxy
Pauses a Database server.
pauseAnimation() - Method in class com.esri.arcgis.animation.AGAnimationUtils
Pauses the playing or recording of the animation.
pauseAnimation() - Method in interface com.esri.arcgis.animation.IAGAnimationPlayer
Pauses the playing or recording of the animation.
pauseConfiguration(String, String) - Method in interface com.esri.arcgis.server.IServerObjectAdmin
Makes the configuration unavailable to clients for processing requests, but does not shut down running instances of server objects, or interrupt requests in progress.
pauseConfiguration(String, String) - Method in class com.esri.arcgis.server.IServerObjectAdminProxy
Makes the configuration unavailable to clients for processing requests, but does not shut down running instances of server objects, or interrupt requests in progress.
pauseConfiguration(String, String) - Method in class com.esri.arcgis.server.ServerObjectAdmin
Makes the configuration unavailable to clients for processing requests, but does not shut down running instances of server objects, or interrupt requests in progress.
pauseServer() - Method in class com.esri.arcgis.datasourcesGDB.DataServerManager
Pauses the server.
pauseServer() - Method in interface com.esri.arcgis.datasourcesGDB.IServiceControl
Pauses the server.
PCCoverageWorkspaceFactory - Class in com.esri.arcgis.datasourcesfile
Esri PC ARC/INFO Workspace Factory.
PCCoverageWorkspaceFactory() - Constructor for class com.esri.arcgis.datasourcesfile.PCCoverageWorkspaceFactory
Constructs a PCCoverageWorkspaceFactory using ArcGIS Engine.
PCCoverageWorkspaceFactory(Object) - Constructor for class com.esri.arcgis.datasourcesfile.PCCoverageWorkspaceFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PCCoverageWorkspaceFactory thePCCoverageWorkspaceFactory = (PCCoverageWorkspaceFactory) obj;
PDFDriver - Class in com.esri.arcgis.output
Superseded by ExportPDF.
PDFDriver() - Constructor for class com.esri.arcgis.output.PDFDriver
Constructs a PDFDriver using ArcGIS Engine.
PDFDriver(Object) - Constructor for class com.esri.arcgis.output.PDFDriver
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PDFDriver thePDFDriver = (PDFDriver) obj;
PDFExporter - Class in com.esri.arcgis.output
Superseded by ExportPDF.
PDFExporter() - Constructor for class com.esri.arcgis.output.PDFExporter
Constructs a PDFExporter using ArcGIS Engine.
PDFExporter(Object) - Constructor for class com.esri.arcgis.output.PDFExporter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PDFExporter thePDFExporter = (PDFExporter) obj;
pdop - Variable in class com.esri.arcgis.carto.esriGpsDOPInfo
 
pdopValid - Variable in class com.esri.arcgis.carto.esriGpsDOPInfo
 
peek() - Method in class com.esri.arcgis.server.ServerCluster2
Deprecated. This method returns the name of the host to which this class will attempt to connect next (for any thread) based on the configured clustering algorithm without actually making a connection.
peek() - Method in class com.esri.arcgis.server.ServerCluster3
This method returns the name of the host to which this class will attempt to connect next (for any thread) based on the configured clustering algorithm without actually making a connection.
pElems - Variable in class com.esri.arcgis.trackinganalyst.tagCAUUID
 
PercentageFormat - Class in com.esri.arcgis.system
An object for formatting numbers in a percentage format.
PercentageFormat() - Constructor for class com.esri.arcgis.system.PercentageFormat
Constructs a PercentageFormat using ArcGIS Engine.
PercentageFormat(Object) - Constructor for class com.esri.arcgis.system.PercentageFormat
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PercentageFormat thePercentageFormat = (PercentageFormat) obj;
PercentagePropertyPage - Class in com.esri.arcgis.framework
Percentage Format Property Page.
PercentagePropertyPage() - Constructor for class com.esri.arcgis.framework.PercentagePropertyPage
Constructs a PercentagePropertyPage using ArcGIS Engine.
PercentagePropertyPage(Object) - Constructor for class com.esri.arcgis.framework.PercentagePropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PercentagePropertyPage thePercentagePropertyPage = (PercentagePropertyPage) obj;
performFeatureAction(int, IFeature, Object[]) - Method in class com.esri.arcgis.trackinganalyst.DataModificationAction
Perform the Action specified by the base action or condition.
performFeatureAction(int, IFeature, Object[]) - Method in class com.esri.arcgis.trackinganalyst.DataPartitionAction
Perform the Action specified by the base action or condition.
performFeatureAction(int, IFeature, Object[]) - Method in class com.esri.arcgis.trackinganalyst.DataSummaryAction
Perform the Action specified by the base action or condition.
performFeatureAction(int, IFeature, Object[]) - Method in class com.esri.arcgis.trackinganalyst.EmailAlertAction
Perform the Action specified by the base action or condition.
performFeatureAction(int, IFeature, Object[]) - Method in class com.esri.arcgis.trackinganalyst.HighlightSuppressionAction
Perform the Action specified by the base action or condition.
performFeatureAction(int, IFeature, Object[]) - Method in interface com.esri.arcgis.trackinganalyst.IActionEvaluate
Perform the Action specified by the base action or condition.
performFeatureAction(int, IFeature, Object[]) - Method in class com.esri.arcgis.trackinganalyst.IActionEvaluateProxy
Perform the Action specified by the base action or condition.
performMessageAction(int, IDataMessage, Object[]) - Method in class com.esri.arcgis.trackinganalyst.DataModificationAction
Perform the Action specified by the base action or condition.
performMessageAction(int, IDataMessage, Object[]) - Method in class com.esri.arcgis.trackinganalyst.DataPartitionAction
Perform the Action specified by the base action or condition.
performMessageAction(int, IDataMessage, Object[]) - Method in class com.esri.arcgis.trackinganalyst.DataSummaryAction
Perform the Action specified by the base action or condition.
performMessageAction(int, IDataMessage, Object[]) - Method in class com.esri.arcgis.trackinganalyst.EmailAlertAction
Perform the Action specified by the base action or condition.
performMessageAction(int, IDataMessage, Object[]) - Method in class com.esri.arcgis.trackinganalyst.HighlightSuppressionAction
Perform the Action specified by the base action or condition.
performMessageAction(int, IDataMessage, Object[]) - Method in interface com.esri.arcgis.trackinganalyst.IActionEvaluate
Perform the Action specified by the base action or condition.
performMessageAction(int, IDataMessage, Object[]) - Method in class com.esri.arcgis.trackinganalyst.IActionEvaluateProxy
Perform the Action specified by the base action or condition.
period() - Method in interface com.esri.arcgis.animation.IAGAnimationProtectNames
period
period() - Method in class com.esri.arcgis.animation.IAGAnimationProtectNamesProxy
period
pfnDeferredFillIn - Variable in class com.esri.arcgis.support.ms.stdole.EXCEPINFO
 
pick(IArray, IRasterDataset) - Method in interface com.esri.arcgis.carto.IRasterCatalogRendererPicker
Chooses the renderers from a given list.
pick(IArray, IRasterDataset) - Method in class com.esri.arcgis.carto.RasterCatalogRendererPickerDefault
Chooses the renderers from a given list.
Pick - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Assigns output values using one of a list of rasters determined by the value of an input raster.
Pick() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Pick
Creates the Pick tool with defaults.
Pick(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Pick
Creates the Pick tool with the required parameters.
pick(IGeoDataset, IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.IConditionalOp
Using the values of 'valueRaster', determines which raster in 'collectionofRasters' will be used for the output values.
pick(IGeoDataset, IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterConditionalOp
Using the values of 'valueRaster', determines which raster in 'collectionofRasters' will be used for the output values.
pickGraphic(ISceneViewer, int, int, IGraphicsContainer3D[], int[]) - Method in class com.esri.arcgis.globecore.GlobeDisplay
Picks a single graphic element.
pickGraphic(ISceneViewer, int, int, IGraphicsContainer3D[], int[]) - Method in interface com.esri.arcgis.globecore.IGlobeDisplay3
Picks a single graphic element.
Picture - Interface in com.esri.arcgis.support.ms.stdole
 
pictureChanged() - Method in interface com.esri.arcgis.support.ms.stdole.IPicture
pictureChanged
pictureChanged() - Method in class com.esri.arcgis.support.ms.stdole.IPictureProxy
pictureChanged
pictureChanged() - Method in class com.esri.arcgis.support.ms.stdole.StdPicture
pictureChanged
PictureElement - Class in com.esri.arcgis.carto
Picture Graphic Element.
PictureElement() - Constructor for class com.esri.arcgis.carto.PictureElement
Constructs a PictureElement using ArcGIS Engine.
PictureElement(Object) - Constructor for class com.esri.arcgis.carto.PictureElement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PictureElement thePictureElement = (PictureElement) obj;
PictureElementPropertyPage - Class in com.esri.arcgis.cartoUI
Picture graphic element property page.
PictureElementPropertyPage() - Constructor for class com.esri.arcgis.cartoUI.PictureElementPropertyPage
Constructs a PictureElementPropertyPage using ArcGIS Engine.
PictureElementPropertyPage(Object) - Constructor for class com.esri.arcgis.cartoUI.PictureElementPropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PictureElementPropertyPage thePictureElementPropertyPage = (PictureElementPropertyPage) obj;
PictureFillSymbol - Class in com.esri.arcgis.display
A fill symbol based on either a BMP or an EMF picture.
PictureFillSymbol() - Constructor for class com.esri.arcgis.display.PictureFillSymbol
Constructs a PictureFillSymbol using ArcGIS Engine.
PictureFillSymbol(Object) - Constructor for class com.esri.arcgis.display.PictureFillSymbol
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PictureFillSymbol thePictureFillSymbol = (PictureFillSymbol) obj;
PictureLineSymbol - Class in com.esri.arcgis.display
A line symbol composed of either a BMP or an EMF picture.
PictureLineSymbol() - Constructor for class com.esri.arcgis.display.PictureLineSymbol
Constructs a PictureLineSymbol using ArcGIS Engine.
PictureLineSymbol(Object) - Constructor for class com.esri.arcgis.display.PictureLineSymbol
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PictureLineSymbol thePictureLineSymbol = (PictureLineSymbol) obj;
PictureMarkerSymbol - Class in com.esri.arcgis.display
A marker symbol based on either a BMP or an EMF picture.
PictureMarkerSymbol() - Constructor for class com.esri.arcgis.display.PictureMarkerSymbol
Constructs a PictureMarkerSymbol using ArcGIS Engine.
PictureMarkerSymbol(Object) - Constructor for class com.esri.arcgis.display.PictureMarkerSymbol
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PictureMarkerSymbol thePictureMarkerSymbol = (PictureMarkerSymbol) obj;
PictureProxy - Class in com.esri.arcgis.support.ms.stdole
 
PictureProxy() - Constructor for class com.esri.arcgis.support.ms.stdole.PictureProxy
 
PictureProxy(Object) - Constructor for class com.esri.arcgis.support.ms.stdole.PictureProxy
 
PictureProxy(Object, String) - Constructor for class com.esri.arcgis.support.ms.stdole.PictureProxy
 
PieChartPropertyPage - Class in com.esri.arcgis.cartoUI
Renderer property page for managing properties associated with the 'Pie charts' layer symbology option.
PieChartPropertyPage() - Constructor for class com.esri.arcgis.cartoUI.PieChartPropertyPage
Constructs a PieChartPropertyPage using ArcGIS Engine.
PieChartPropertyPage(Object) - Constructor for class com.esri.arcgis.cartoUI.PieChartPropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PieChartPropertyPage thePieChartPropertyPage = (PieChartPropertyPage) obj;
PieChartSymbol - Class in com.esri.arcgis.display
Defines a pie chart symbol.
PieChartSymbol() - Constructor for class com.esri.arcgis.display.PieChartSymbol
Constructs a PieChartSymbol using ArcGIS Engine.
PieChartSymbol(Object) - Constructor for class com.esri.arcgis.display.PieChartSymbol
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PieChartSymbol thePieChartSymbol = (PieChartSymbol) obj;
PieSeriesProperties - Class in com.esri.arcgis.cartoUI
A container for the display and manipulation of pie graph series.
PieSeriesProperties(Object) - Constructor for class com.esri.arcgis.cartoUI.PieSeriesProperties
Construct a PieSeriesProperties using a reference to such an object returned from ArcGIS Engine or Server.
PieSizeDialog - Class in com.esri.arcgis.cartoUI
A dialog for working with the size properties of a PieChartSymbol object.
PieSizeDialog() - Constructor for class com.esri.arcgis.cartoUI.PieSizeDialog
Constructs a PieSizeDialog using ArcGIS Engine.
PieSizeDialog(Object) - Constructor for class com.esri.arcgis.cartoUI.PieSizeDialog
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PieSizeDialog thePieSizeDialog = (PieSizeDialog) obj;
pingWorkspaceStatus(IWorkspace) - Method in class com.esri.arcgis.datasourcesGDB.SdeWorkspaceFactory
Checks if the status of an esriWCSDown workspace has changed.
pingWorkspaceStatus(IWorkspace) - Method in interface com.esri.arcgis.geodatabase.IWorkspaceFactoryStatus
Checks if the status of an esriWCSDown workspace has changed.
PivotTable - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Creates a new table from an input table.
PivotTable() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PivotTable
Creates the Pivot Table tool with defaults.
PivotTable(Object, Object, Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PivotTable
Creates the Pivot Table tool with the required parameters.
PixelBlock - Class in com.esri.arcgis.datasourcesraster
Esri PixelBlock, a container of pixel data.
PixelBlock() - Constructor for class com.esri.arcgis.datasourcesraster.PixelBlock
Constructs a PixelBlock using ArcGIS Engine.
PixelBlock(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PixelBlock
Construct a PixelBlock using a reference to such an object returned from ArcGIS Engine or Server.
PixelBlockCursor - Class in com.esri.arcgis.datasourcesraster
A PixelBlock cursor class.
PixelBlockCursor() - Constructor for class com.esri.arcgis.datasourcesraster.PixelBlockCursor
Constructs a PixelBlockCursor using ArcGIS Engine.
PixelBlockCursor(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PixelBlockCursor
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PixelBlockCursor thePixelBlockCursor = (PixelBlockCursor) obj;
PixelFilterCollection - Class in com.esri.arcgis.datasourcesraster
A raster filter collection.
PixelFilterCollection() - Constructor for class com.esri.arcgis.datasourcesraster.PixelFilterCollection
Constructs a PixelFilterCollection using ArcGIS Engine.
PixelFilterCollection(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PixelFilterCollection
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PixelFilterCollection thePixelFilterCollection = (PixelFilterCollection) obj;
PixelInspectionDockWin - Class in com.esri.arcgis.arcmapui
The Pixel Inspection Dockable Window.
PixelInspectionDockWin() - Constructor for class com.esri.arcgis.arcmapui.PixelInspectionDockWin
Constructs a PixelInspectionDockWin using ArcGIS Engine.
PixelInspectionDockWin(Object) - Constructor for class com.esri.arcgis.arcmapui.PixelInspectionDockWin
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PixelInspectionDockWin thePixelInspectionDockWin = (PixelInspectionDockWin) obj;
pixelToMap(double, double, IImageFeaturePoint) - Method in interface com.esri.arcgis.datasourcesraster.IImageFeaturePoints
Converts a feature point's location from pixel (colum, row) to map (x, y).
pixelToMap(double, double, IImageFeaturePoint) - Method in class com.esri.arcgis.datasourcesraster.ImageFeaturePoints
Converts a feature point's location from pixel (colum, row) to map (x, y).
pixelToMap(int, int, double[], double[]) - Method in interface com.esri.arcgis.datasourcesraster.IRaster2
Converts a location (column, row) in pixel space into map space.
pixelToMap(int, int, double[], double[]) - Method in class com.esri.arcgis.datasourcesraster.Raster
Converts a location (column, row) in pixel space into map space.
PixFileBuilder - Class in com.esri.arcgis.datasourcesraster
A raster buider for PIX files.
PixFileBuilder() - Constructor for class com.esri.arcgis.datasourcesraster.PixFileBuilder
Constructs a PixFileBuilder using ArcGIS Engine.
PixFileBuilder(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PixFileBuilder
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PixFileBuilder thePixFileBuilder = (PixFileBuilder) obj;
PixFileCrawler - Class in com.esri.arcgis.datasourcesraster
A crawler for PIX files.
PixFileCrawler() - Constructor for class com.esri.arcgis.datasourcesraster.PixFileCrawler
Constructs a PixFileCrawler using ArcGIS Engine.
PixFileCrawler(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PixFileCrawler
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PixFileCrawler thePixFileCrawler = (PixFileCrawler) obj;
PKG_CLASS_SEPARATOR - Static variable in class com.esri.arcgis.beans.toolbar.ToolItem
 
Place - Class in com.esri.arcgis.controls
Representation of a given place.
Place() - Constructor for class com.esri.arcgis.controls.Place
Constructs a Place using ArcGIS Engine.
Place(Object) - Constructor for class com.esri.arcgis.controls.Place
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Place thePlace = (Place) obj;
placeLabels() - Method in interface com.esri.arcgis.maplex.IMaplexOverposter
Places labels using the overposter.
placeLabels() - Method in class com.esri.arcgis.maplex.MaplexOverposter
Places labels using the overposter.
placeObjects() - Method in class com.esri.arcgis.carto.BasicOverposter
Places objects using the overposter.
placeObjects() - Method in interface com.esri.arcgis.carto.IOverposter
Places objects using the overposter.
placeObjects() - Method in interface com.esri.arcgis.carto.IOverposter2
Places objects using the overposter.
placeObjects() - Method in interface com.esri.arcgis.carto.IOverposter3
Places objects using the overposter.
planarizeLines(ICancelOperation, IEnumFeature, double) - Method in class com.esri.arcgis.geodatabase.FeatureConstruction
Replaces the line selection set with a planarized version of it.
planarizeLines(ICancelOperation, IEnumFeature, double) - Method in interface com.esri.arcgis.geodatabase.IFeatureConstruction
Replaces the line selection set with a planarized version of it.
planarizeLinesFromCursor(ICancelOperation, IFeatureClass, IFeatureCursor, double) - Method in class com.esri.arcgis.geodatabase.FeatureConstruction
Replaces the line selection set with a planarized version of it.
planarizeLinesFromCursor(ICancelOperation, IFeatureClass, IFeatureCursor, double) - Method in interface com.esri.arcgis.geodatabase.IFeatureConstruction
Replaces the line selection set with a planarized version of it.
play(int, int, int) - Method in class com.esri.arcgis.arcmapui.ProgressAnimation
Plays the animation.
play(int, int, int) - Method in interface com.esri.arcgis.system.IAnimationProgressor
Plays the animation.
play(int, int, int) - Method in class com.esri.arcgis.system.IAnimationProgressorProxy
Plays the animation.
play(int) - Method in interface com.esri.arcgis.trackinganalyst.ITimeControl
Starts playback of data on the map.
play(int) - Method in class com.esri.arcgis.trackinganalyst.ITimeControlProxy
Starts playback of data on the map.
playAnimation(IAGAnimationTracks, IAGAnimationEnvironment, IStatusBar) - Method in class com.esri.arcgis.animation.AGAnimationUtils
Plays the animation according to the animation environment options.
playAnimation(IAGAnimationTracks, IAGAnimationEnvironment, IStatusBar) - Method in interface com.esri.arcgis.animation.IAGAnimationPlayer
Plays the animation according to the animation environment options.
playAnimation(Object) - Method in class com.esri.arcgis.controls.ARGlobe
Plays an animation.
playAnimation(Object) - Method in interface com.esri.arcgis.controls.IARGlobe
Plays an animation.
playAnimation(Object) - Method in class com.esri.arcgis.controls.IARGlobeProxy
Plays an animation.
playProgressAnimation(boolean) - Method in class com.esri.arcgis.arcmapui.MxStatusBar
Plays the progress animation if the parameter is true; otherwise stops it.
playProgressAnimation(boolean) - Method in interface com.esri.arcgis.system.IStatusBar
Plays the progress animation if the parameter is true; otherwise stops it.
playProgressAnimation(boolean) - Method in class com.esri.arcgis.system.IStatusBarProxy
Plays the progress animation if the parameter is true; otherwise stops it.
plugIn() - Method in interface com.esri.arcgis.trackinganalyst.ITAProtectedNames2
The protected names dummy plug-in identifier.
plugIn() - Method in class com.esri.arcgis.trackinganalyst.ITAProtectedNames2Proxy
The protected names dummy plug-in identifier.
PlugIn - Class in com.esri.arcgis.trackinganalyst
Base class for data links for Tracking Server.
PlugIn() - Constructor for class com.esri.arcgis.trackinganalyst.PlugIn
Constructs a PlugIn using ArcGIS Engine.
PlugIn(Object) - Constructor for class com.esri.arcgis.trackinganalyst.PlugIn
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PlugIn thePlugIn = (PlugIn) obj;
PlugInConfigure - Class in com.esri.arcgis.trackinganalyst
Implements IPlugInConfigure interface to configure and manage server based data links.
PlugInConfigure() - Constructor for class com.esri.arcgis.trackinganalyst.PlugInConfigure
Constructs a PlugInConfigure using ArcGIS Engine.
PlugInConfigure(Object) - Constructor for class com.esri.arcgis.trackinganalyst.PlugInConfigure
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PlugInConfigure thePlugInConfigure = (PlugInConfigure) obj;
PlugInWorkspaceFactory - Class in com.esri.arcgis.geodatabase
Esri Plug-In Workspace Factory.
PlugInWorkspaceFactory() - Constructor for class com.esri.arcgis.geodatabase.PlugInWorkspaceFactory
Constructs a PlugInWorkspaceFactory using ArcGIS Engine.
PlugInWorkspaceFactory(Object) - Constructor for class com.esri.arcgis.geodatabase.PlugInWorkspaceFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PlugInWorkspaceFactory thePlugInWorkspaceFactory = (PlugInWorkspaceFactory) obj;
plus(IGeoDataset, IGeoDataset) - Method in interface com.esri.arcgis.geoanalyst.IMathSupportOp
Adds the values of two inputs.
plus(IGeoDataset, IGeoDataset) - Method in class com.esri.arcgis.geoanalyst.RasterMathSupportOp
Adds the values of two inputs.
Plus - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
Adds (sums) the values of two rasters on a cell-by-cell basis.
Plus() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.Plus
Creates the Plus tool with defaults.
Plus(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.Plus
Creates the Plus tool with the required parameters.
Plus - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Adds (sums) the values of two rasters on a cell-by-cell basis.
Plus() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Plus
Creates the Plus tool with defaults.
Plus(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Plus
Creates the Plus tool with the required parameters.
plus(IGeoDataset, IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.IMathOp
Adds the values of two inputs.
plus(IGeoDataset, IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterMathOps
Adds the values of two inputs.
PMFTitleTextElement - Class in com.esri.arcgis.carto
The Graphic Element to display dynamic PMF titles.
PMFTitleTextElement() - Constructor for class com.esri.arcgis.carto.PMFTitleTextElement
Constructs a PMFTitleTextElement using ArcGIS Engine.
PMFTitleTextElement(Object) - Constructor for class com.esri.arcgis.carto.PMFTitleTextElement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PMFTitleTextElement thePMFTitleTextElement = (PMFTitleTextElement) obj;
PngPictureElement - Class in com.esri.arcgis.carto
Graphic Element to display PNG Pictures.
PngPictureElement() - Constructor for class com.esri.arcgis.carto.PngPictureElement
Constructs a PngPictureElement using ArcGIS Engine.
PngPictureElement(Object) - Constructor for class com.esri.arcgis.carto.PngPictureElement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PngPictureElement thePngPictureElement = (PngPictureElement) obj;
Pnt - Class in com.esri.arcgis.geodatabase
A 2D point for representing raster dimension and location in pixels.
Pnt() - Constructor for class com.esri.arcgis.geodatabase.Pnt
Constructs a Pnt using ArcGIS Engine.
Pnt(Object) - Constructor for class com.esri.arcgis.geodatabase.Pnt
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Pnt thePnt = (Pnt) obj;
Point - Class in com.esri.arcgis.geometry
A two dimensional point, optionally with measure, height, and ID attributes.
Point() - Constructor for class com.esri.arcgis.geometry.Point
Constructs a Point using ArcGIS Engine.
Point(Object) - Constructor for class com.esri.arcgis.geometry.Point
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Point thePoint = (Point) obj;
PointArray - Class in com.esri.arcgis.geometry
Product Availability
PointArray() - Constructor for class com.esri.arcgis.geometry.PointArray
Constructs a PointArray using ArcGIS Engine.
PointArray(Object) - Constructor for class com.esri.arcgis.geometry.PointArray
Construct a PointArray using a reference to such an object returned from ArcGIS Engine or Server.
PointAtEndOfLineTool - Class in com.esri.arcgis.editor
Tool that creates a new Point/Multipoint at the end of a line geometry.
PointAtEndOfLineTool() - Constructor for class com.esri.arcgis.editor.PointAtEndOfLineTool
Constructs a PointAtEndOfLineTool using ArcGIS Engine.
PointAtEndOfLineTool(Object) - Constructor for class com.esri.arcgis.editor.PointAtEndOfLineTool
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PointAtEndOfLineTool thePointAtEndOfLineTool = (PointAtEndOfLineTool) obj;
PointConstructor - Class in com.esri.arcgis.editor
Constructor for adding a point to a point/multipoint sketch geometry.
PointConstructor() - Constructor for class com.esri.arcgis.editor.PointConstructor
Constructs a PointConstructor using ArcGIS Engine.
PointConstructor(Object) - Constructor for class com.esri.arcgis.editor.PointConstructor
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PointConstructor thePointConstructor = (PointConstructor) obj;
pointCount - Variable in class com.esri.arcgis.geometry.esriSRHorizon
 
PointDensity - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Calculates a magnitude per unit area from point features that fall within a neighborhood around each cell.
PointDensity() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PointDensity
Creates the Point Density tool with defaults.
PointDensity(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PointDensity
Creates the Point Density tool with the required parameters.
pointDensity(IGeoDataset, IRasterNeighborhood, Object) - Method in interface com.esri.arcgis.spatialanalyst.IDensityOp
Calculates the simple density of points in a neighborhood around each output cell.
pointDensity(IGeoDataset, IRasterNeighborhood, Object) - Method in class com.esri.arcgis.spatialanalyst.RasterDensityOp
Calculates the simple density of points in a neighborhood around each output cell.
PointDistance - Class in com.esri.arcgis.geoprocessing.tools.analysistools
Determines the distances from input point features to all points in the near features within a specified search radius.
PointDistance() - Constructor for class com.esri.arcgis.geoprocessing.tools.analysistools.PointDistance
Creates the Point Distance tool with defaults.
PointDistance(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.analysistools.PointDistance
Creates the Point Distance tool with the required parameters.
PointDistance - Class in com.esri.arcgis.geoprocessing.tools.coveragetools
Computes the point-to-point distance between each point in a coverage to all points in the same or another coverage within a specified search radius.
PointDistance() - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.PointDistance
Creates the Point Distance tool with defaults.
PointDistance(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.PointDistance
Creates the Point Distance tool with the required parameters.
PointFeatureTool - Class in com.esri.arcgis.editor
Tool that creates a new Point/Multipoint sketch geometry.
PointFeatureTool() - Constructor for class com.esri.arcgis.editor.PointFeatureTool
Constructs a PointFeatureTool using ArcGIS Engine.
PointFeatureTool(Object) - Constructor for class com.esri.arcgis.editor.PointFeatureTool
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PointFeatureTool thePointFeatureTool = (PointFeatureTool) obj;
PointFileInformation - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
Generates a new output feature class containing statistical information about one or more point files.
PointFileInformation() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.PointFileInformation
Creates the Point File Information tool with defaults.
PointFileInformation(Object, Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.PointFileInformation
Creates the Point File Information tool with the required parameters.
pointID - Variable in class com.esri.arcgis.system._esriPointAttributes
 
PointLabelPlacementDescription - Class in com.esri.arcgis.carto
Point Lable Placement Description coclass.
PointLabelPlacementDescription() - Constructor for class com.esri.arcgis.carto.PointLabelPlacementDescription
Constructs a PointLabelPlacementDescription using ArcGIS Engine.
PointLabelPlacementDescription(Object) - Constructor for class com.esri.arcgis.carto.PointLabelPlacementDescription
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PointLabelPlacementDescription thePointLabelPlacementDescription = (PointLabelPlacementDescription) obj;
pointM - Variable in class com.esri.arcgis.system._esriPointAttributes
 
PointMeasurement - Class in com.esri.arcgis.datasourcesraster
Implements interface IPointMeasurement (point measurement with the associated error covariance matrix).
PointMeasurement() - Constructor for class com.esri.arcgis.datasourcesraster.PointMeasurement
Constructs a PointMeasurement using ArcGIS Engine.
PointMeasurement(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PointMeasurement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PointMeasurement thePointMeasurement = (PointMeasurement) obj;
PointNode - Class in com.esri.arcgis.geoprocessing.tools.coveragetools
Performs a spatial JOINITEM on the point coverage and the node coverage.
PointNode() - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.PointNode
Creates the Point Node tool with defaults.
PointNode(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.PointNode
Creates the Point Node tool with the required parameters.
PointPlacementPriorities - Class in com.esri.arcgis.carto
Controls placement position priorities for point labels.
PointPlacementPriorities() - Constructor for class com.esri.arcgis.carto.PointPlacementPriorities
Constructs a PointPlacementPriorities using ArcGIS Engine.
PointPlacementPriorities(Object) - Constructor for class com.esri.arcgis.carto.PointPlacementPriorities
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PointPlacementPriorities thePointPlacementPriorities = (PointPlacementPriorities) obj;
points - Variable in class com.esri.arcgis.geometry.esriSRHorizon
 
points(IGeoDataset, IPointCollection, boolean) - Method in interface com.esri.arcgis.spatialanalyst.IExtractionOp
Extracts the cells of a raster based on points.
points(IGeoDataset, IPointCollection, boolean) - Method in interface com.esri.arcgis.spatialanalyst.IExtractionOp2
Extracts the cells of a raster based on points.
points(IGeoDataset, IPointCollection, boolean) - Method in class com.esri.arcgis.spatialanalyst.RasterExtractionOp
Extracts the cells of a raster based on points.
PointSeriesProperties - Class in com.esri.arcgis.cartoUI
A container for the display and manipulation of scatter plot graph series.
PointSeriesProperties(Object) - Constructor for class com.esri.arcgis.cartoUI.PointSeriesProperties
Construct a PointSeriesProperties using a reference to such an object returned from ArcGIS Engine or Server.
pointsMap2PixelTransform(IPointCollection, boolean, IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc3
Performs the map to pixel transformation.
pointsMap2PixelTransform(IPointCollection, boolean, IRaster) - Method in class com.esri.arcgis.datasourcesraster.RasterGeometryProc
Performs the map to pixel transformation.
PointsSolarRadiation - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Derives incoming solar radiation for specific locations in a point feature class or location table.
PointsSolarRadiation() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PointsSolarRadiation
Creates the Points Solar Radiation tool with defaults.
PointsSolarRadiation(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PointsSolarRadiation
Creates the Points Solar Radiation tool with the required parameters.
PointStatistics - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Calculates a statistic on the points in a neighborhood around each output cell.
PointStatistics() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PointStatistics
Creates the Point Statistics tool with defaults.
PointStatistics(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PointStatistics
Creates the Point Statistics tool with the required parameters.
pointStatistics(IGeoDataset, int, IRasterNeighborhood) - Method in interface com.esri.arcgis.spatialanalyst.INeighborhoodOp
Calculates a statistic on the points in a neighborhood around each output cell.
pointStatistics(IGeoDataset, int, IRasterNeighborhood) - Method in class com.esri.arcgis.spatialanalyst.RasterNeighborhoodOp
Calculates a statistic on the points in a neighborhood around each output cell.
PointsToLine - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
The Points To Line tool is contained in the Data Management Tools tool box.
PointsToLine() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PointsToLine
Creates the Points To Line tool with defaults.
PointsToLine(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PointsToLine
Creates the Points To Line tool with the required parameters.
pointsTransform(IPointCollection, boolean) - Method in class com.esri.arcgis.carto.CadAnnotationLayer
Transform operation of Raster.
pointsTransform(IPointCollection, boolean) - Method in class com.esri.arcgis.carto.CadFeatureLayer
Transform operation of Raster.
pointsTransform(IPointCollection, boolean) - Method in class com.esri.arcgis.carto.CadLayer
Transform operation of Raster.
pointsTransform(IPointCollection, boolean) - Method in interface com.esri.arcgis.carto.IGeoReference
Transform operation of Raster.
pointsTransform(IPointCollection, boolean) - Method in class com.esri.arcgis.carto.RasterLayer
Transform operation of Raster.
pointsTransform(IPointCollection, boolean, IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc
Transforms a set of points based upon the transformation being applied to the input raster.
pointsTransform(IPointCollection, boolean, IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc2
Transforms a set of points based upon the transformation being applied to the input raster.
pointsTransform(IPointCollection, boolean, IRaster) - Method in class com.esri.arcgis.datasourcesraster.IRasterGeometryProc2Proxy
Transforms a set of points based upon the transformation being applied to the input raster.
pointsTransform(IPointCollection, boolean, IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc3
Transforms a set of points based upon the transformation being applied to the input raster.
pointsTransform(IPointCollection, boolean, IRaster) - Method in class com.esri.arcgis.datasourcesraster.RasterGeometryProc
Transforms a set of points based upon the transformation being applied to the input raster.
PointToEID - Class in com.esri.arcgis.networkanalysis
A container for finding the nearest network element ID to a given point.
PointToEID() - Constructor for class com.esri.arcgis.networkanalysis.PointToEID
Constructs a PointToEID using ArcGIS Engine.
PointToEID(Object) - Constructor for class com.esri.arcgis.networkanalysis.PointToEID
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PointToEID thePointToEID = (PointToEID) obj;
PointToRaster - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Converts point features to a raster dataset.
PointToRaster() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.PointToRaster
Creates the Point to Raster tool with defaults.
PointToRaster(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.PointToRaster
Creates the Point to Raster tool with the required parameters.
PointTracker - Class in com.esri.arcgis.display
Display feedback for point tracking.
PointTracker() - Constructor for class com.esri.arcgis.display.PointTracker
Constructs a PointTracker using ArcGIS Engine.
PointTracker(Object) - Constructor for class com.esri.arcgis.display.PointTracker
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PointTracker thePointTracker = (PointTracker) obj;
pointZ - Variable in class com.esri.arcgis.system._esriPointAttributes
 
polarMove(double, double, double) - Method in interface com.esri.arcgis.geometry.IVector3D
Modify the vector by adding to its polar components.
polarMove(double, double, double) - Method in class com.esri.arcgis.geometry.Vector3D
Modify the vector by adding to its polar components.
polarQuery(double[], double[], double[]) - Method in interface com.esri.arcgis.geometry.IVector3D
Get the vector's polar components.
polarQuery(double[], double[], double[]) - Method in class com.esri.arcgis.geometry.Vector3D
Get the vector's polar components.
polarSet(double, double, double) - Method in interface com.esri.arcgis.geometry.IVector3D
Set the vector using polar components.
polarSet(double, double, double) - Method in class com.esri.arcgis.geometry.Vector3D
Set the vector using polar components.
polarUpdate(double, double, double, boolean) - Method in class com.esri.arcgis.analyst3d.Camera
Updates the observer's location by given polar increments.
polarUpdate(double, double, double, boolean) - Method in interface com.esri.arcgis.analyst3d.ICamera
Updates the observer's location by given polar increments.
polarUpdate(double, double, double, boolean) - Method in class com.esri.arcgis.globecore.GlobeCamera
Updates the observer's location by given polar increments.
Polygon - Class in com.esri.arcgis.geometry
A collection of rings ordered by their containment relationship; optionally has measure, height and ID attributes.
Polygon() - Constructor for class com.esri.arcgis.geometry.Polygon
Constructs a Polygon using ArcGIS Engine.
Polygon(Object) - Constructor for class com.esri.arcgis.geometry.Polygon
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Polygon thePolygon = (Polygon) obj;
polygon(IGeoDataset, IPolygon, boolean) - Method in interface com.esri.arcgis.spatialanalyst.IExtractionOp
Extracts the cells of a raster based on a polygon.
polygon(IGeoDataset, IPolygon, boolean) - Method in interface com.esri.arcgis.spatialanalyst.IExtractionOp2
Extracts the cells of a raster based on a polygon.
polygon(IGeoDataset, IPolygon, boolean) - Method in class com.esri.arcgis.spatialanalyst.RasterExtractionOp
Extracts the cells of a raster based on a polygon.
PolygonArray - Class in com.esri.arcgis.geometry
A collection of Polygon objects.
PolygonArray() - Constructor for class com.esri.arcgis.geometry.PolygonArray
Constructs a PolygonArray using ArcGIS Engine.
PolygonArray(Object) - Constructor for class com.esri.arcgis.geometry.PolygonArray
Construct a PolygonArray using a reference to such an object returned from ArcGIS Engine or Server.
PolygonElement - Class in com.esri.arcgis.carto
The Graphic Element to display polygons.
PolygonElement() - Constructor for class com.esri.arcgis.carto.PolygonElement
Constructs a PolygonElement using ArcGIS Engine.
PolygonElement(Object) - Constructor for class com.esri.arcgis.carto.PolygonElement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PolygonElement thePolygonElement = (PolygonElement) obj;
PolygonFeatureClasstoCADLines - Class in com.esri.arcgis.geoprocessing.tools.samples
Converts polygon feature classes to a CAD file with bounding lines.
PolygonFeatureClasstoCADLines() - Constructor for class com.esri.arcgis.geoprocessing.tools.samples.PolygonFeatureClasstoCADLines
Creates the Polygon Feature Class to CAD Lines tool with defaults.
PolygonFeatureClasstoCADLines(Object, String, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.samples.PolygonFeatureClasstoCADLines
Creates the Polygon Feature Class to CAD Lines tool with the required parameters.
PolygonFeatureTool - Class in com.esri.arcgis.editor
Tool that creates a new Polygon sketch geometry.
PolygonFeatureTool() - Constructor for class com.esri.arcgis.editor.PolygonFeatureTool
Constructs a PolygonFeatureTool using ArcGIS Engine.
PolygonFeatureTool(Object) - Constructor for class com.esri.arcgis.editor.PolygonFeatureTool
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PolygonFeatureTool thePolygonFeatureTool = (PolygonFeatureTool) obj;
PolygonLabelPlacementDescription - Class in com.esri.arcgis.carto
Polygon Lable Placement Description coclass.
PolygonLabelPlacementDescription() - Constructor for class com.esri.arcgis.carto.PolygonLabelPlacementDescription
Constructs a PolygonLabelPlacementDescription using ArcGIS Engine.
PolygonLabelPlacementDescription(Object) - Constructor for class com.esri.arcgis.carto.PolygonLabelPlacementDescription
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PolygonLabelPlacementDescription thePolygonLabelPlacementDescription = (PolygonLabelPlacementDescription) obj;
PolygonMeasurement - Class in com.esri.arcgis.datasourcesraster
Implements interface IPolygonMeasurement (polygon measurement and its associated uncertainty information).
PolygonMeasurement() - Constructor for class com.esri.arcgis.datasourcesraster.PolygonMeasurement
Constructs a PolygonMeasurement using ArcGIS Engine.
PolygonMeasurement(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PolygonMeasurement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PolygonMeasurement thePolygonMeasurement = (PolygonMeasurement) obj;
PolygonMovePointFeedback - Class in com.esri.arcgis.display
Move Point Polygon Display Feedback Object.
PolygonMovePointFeedback() - Constructor for class com.esri.arcgis.display.PolygonMovePointFeedback
Constructs a PolygonMovePointFeedback using ArcGIS Engine.
PolygonMovePointFeedback(Object) - Constructor for class com.esri.arcgis.display.PolygonMovePointFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PolygonMovePointFeedback thePolygonMovePointFeedback = (PolygonMovePointFeedback) obj;
PolygonToLine - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Creates a feature class containing lines that are converted from polygon boundaries or generated by splitting polygon boundaries at their intersections; each output line carries the left and right input polygon feature IDs.
PolygonToLine() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PolygonToLine
Creates the Polygon To Line tool with defaults.
PolygonToLine(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PolygonToLine
Creates the Polygon To Line tool with the required parameters.
PolygonToRaster - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Converts polygon features to a raster dataset.
PolygonToRaster() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.PolygonToRaster
Creates the Polygon to Raster tool with defaults.
PolygonToRaster(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.PolygonToRaster
Creates the Polygon to Raster tool with the required parameters.
PolygonTracker - Class in com.esri.arcgis.display
Display feedback for polygon tracking.
PolygonTracker() - Constructor for class com.esri.arcgis.display.PolygonTracker
Constructs a PolygonTracker using ArcGIS Engine.
PolygonTracker(Object) - Constructor for class com.esri.arcgis.display.PolygonTracker
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PolygonTracker thePolygonTracker = (PolygonTracker) obj;
PolygonVolume - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
Calculates the volumetric and surface area between polygons of an input feature class and a terrain dataset or TIN surface.
PolygonVolume() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.PolygonVolume
Creates the Polygon Volume tool with defaults.
PolygonVolume(Object, Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.PolygonVolume
Creates the Polygon Volume tool with the required parameters.
Polyline - Class in com.esri.arcgis.geometry
An ordered collection of paths; optionally has measure, height and ID attributes.
Polyline() - Constructor for class com.esri.arcgis.geometry.Polyline
Constructs a Polyline using ArcGIS Engine.
Polyline(Object) - Constructor for class com.esri.arcgis.geometry.Polyline
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Polyline thePolyline = (Polyline) obj;
PolylineArray - Class in com.esri.arcgis.geometry
A collection of Polyline objects.
PolylineArray() - Constructor for class com.esri.arcgis.geometry.PolylineArray
Constructs a PolylineArray using ArcGIS Engine.
PolylineArray(Object) - Constructor for class com.esri.arcgis.geometry.PolylineArray
Construct a PolylineArray using a reference to such an object returned from ArcGIS Engine or Server.
PolylineToRaster - Class in com.esri.arcgis.geoprocessing.tools.conversiontools
Converts polyline features to a raster dataset.
PolylineToRaster() - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.PolylineToRaster
Creates the Polyline to Raster tool with defaults.
PolylineToRaster(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.conversiontools.PolylineToRaster
Creates the Polyline to Raster tool with the required parameters.
PolynomialXform - Class in com.esri.arcgis.datasourcesraster
A polynomial transform class.
PolynomialXform() - Constructor for class com.esri.arcgis.datasourcesraster.PolynomialXform
Constructs a PolynomialXform using ArcGIS Engine.
PolynomialXform(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PolynomialXform
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PolynomialXform thePolynomialXform = (PolynomialXform) obj;
PolyRegion - Class in com.esri.arcgis.geoprocessing.tools.coveragetools
Converts polygons to regions in a one-to-one mapping in a region subclass.
PolyRegion() - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.PolyRegion
Creates the Polygon Coverage To Region tool with defaults.
PolyRegion(Object, Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.PolyRegion
Creates the Polygon Coverage To Region tool with the required parameters.
popClientMessage(int) - Method in interface com.esri.arcgis.trackinganalyst.IClientConnection
Obtain next message from the client queue.
popClientMessage(int) - Method in interface com.esri.arcgis.trackinganalyst.IPlugin
Retrieves a client message from the data link.
popClientMessage(int) - Method in class com.esri.arcgis.trackinganalyst.PlugIn
Retrieves a client message from the data link.
popFilter() - Method in interface com.esri.arcgis.display.IDisplayFiltersControl
Pops last Display filter.
popFilter() - Method in class com.esri.arcgis.display.ScreenDisplay
Pops last Display filter.
popFilter() - Method in class com.esri.arcgis.display.SimpleDisplay
Pops last Display filter.
Popularity - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Determines the value in an argument list that is at a certain level of popularity on a cell-by-cell basis.
Popularity() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Popularity
Creates the Popularity tool with defaults.
Popularity(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Popularity
Creates the Popularity tool with the required parameters.
popularity(IGeoDataset, IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.ILocalOp
Calculates the local popularity between GeoDatasets.
popularity(IGeoDataset, IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterLocalOp
Calculates the local popularity between GeoDatasets.
populate(IEnvelope) - Method in interface com.esri.arcgis.datasourcesraster.IRasterCollection
Populates this raster collection from associated RasterCatalog.
populate(IEnvelope) - Method in class com.esri.arcgis.datasourcesraster.MosaicRaster
Populates this raster collection from associated RasterCatalog.
populate(IGPValueTable) - Method in class com.esri.arcgis.geoprocessing.GpValueTableObject
Populate a given ValueTable with the values from this one.
populate(IGPValueTable) - Method in interface com.esri.arcgis.geoprocessing.IGpValueTableObject
Populate a given ValueTable with the values from this one.
PopulateAlternateIDFields - Class in com.esri.arcgis.geoprocessing.tools.networkanalysttools
Creates and populates additional fields on the turn feature classes that reference the edges by alternate IDs.
PopulateAlternateIDFields() - Constructor for class com.esri.arcgis.geoprocessing.tools.networkanalysttools.PopulateAlternateIDFields
Creates the Populate Alternate ID Fields tool with defaults.
PopulateAlternateIDFields(Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.networkanalysttools.PopulateAlternateIDFields
Creates the Populate Alternate ID Fields tool with the required parameters.
populateDistributionProperties(String, String, IPropertySet) - Method in class com.esri.arcgis.geodatabase.FGDCSynchronizationHelper
Populates distribution properties given a filename.
populateDistributionProperties(String, String, IPropertySet) - Method in interface com.esri.arcgis.geodatabase.ISynchronizationHelper
Populates distribution properties given a filename.
populateDistributionPropertiesForDatabase(IDataset, IPropertySet) - Method in class com.esri.arcgis.geodatabase.FGDCSynchronizationHelper
Populates distribution properties given a filename.
populateDistributionPropertiesForDatabase(IDataset, IPropertySet) - Method in interface com.esri.arcgis.geodatabase.ISynchronizationHelper
Populates distribution properties given a filename.
populateDomain(String, String, IGPDataType) - Method in interface com.esri.arcgis.geodatabase.IGPCodedValueDomain
Populate the domain codes.
populateDomain(String, String, IGPDataType) - Method in class com.esri.arcgis.geoprocessing.GPCodedValueDomain
Populate the domain codes.
populateIDCache(int) - Method in interface com.esri.arcgis.geodatabase.INetworkQuery
Initializes the index used for quickly finding network elements for the given source ID.
populateIDCache(int) - Method in class com.esri.arcgis.geodatabase.INetworkQueryProxy
Initializes the index used for quickly finding network elements for the given source ID.
populateIDCache(int) - Method in class com.esri.arcgis.geodatabase.NetworkDataset
Initializes the index used for quickly finding network elements for the given source ID.
populateIndexTags(IXMLIndexTemplate, IXMLIndex) - Method in interface com.esri.arcgis.geodatabase.IXMLIndexTemplateManage
Populate an XML Index's IncludedTags and ExcludedTags properties from an installed template.
populateIndexTags(IXMLIndexTemplate, IXMLIndex) - Method in class com.esri.arcgis.geodatabase.IXMLIndexTemplateManageProxy
Populate an XML Index's IncludedTags and ExcludedTags properties from an installed template.
populateOutputValue(String, IGPParameter3, IArray, IGPEnvironmentManager) - Method in class com.esri.arcgis.geoprocessing.GPContainerSchema
Populate the value of the output parameter for validate.
populateOutputValue(String, IGPParameter3, IArray, IGPEnvironmentManager) - Method in class com.esri.arcgis.geoprocessing.GPFeatureSchema
Populate the value of the output parameter for validate.
populateOutputValue(String, IGPParameter3, IArray, IGPEnvironmentManager) - Method in class com.esri.arcgis.geoprocessing.GPRasterSchema
Populate the value of the output parameter for validate.
populateOutputValue(String, IGPParameter3, IArray, IGPEnvironmentManager) - Method in class com.esri.arcgis.geoprocessing.GPTableSchema
Populate the value of the output parameter for validate.
populateOutputValue(String, IGPParameter3, IArray, IGPEnvironmentManager) - Method in interface com.esri.arcgis.geoprocessing.IGPSchema
Populate the value of the output parameter for validate.
populateStaticProperties(IPropertySet) - Method in class com.esri.arcgis.geodatabase.FGDCSynchronizationHelper
Fills in required properties.
populateStaticProperties(IPropertySet) - Method in interface com.esri.arcgis.geodatabase.ISynchronizationHelper
Fills in required properties.
popup(int, int) - Method in class com.esri.arcgis.framework.CommandBar
Displays this commandbar as a popup menu at the specified location.
popup(int, int) - Method in interface com.esri.arcgis.framework.ICommandBar
Displays this commandbar as a popup menu at the specified location.
popup(int, int) - Method in class com.esri.arcgis.framework.ICommandBarProxy
Displays this commandbar as a popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.arcmapui.LasDatasetIdentifyObject
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.arcmapui.MapServerIdentifyObject
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.arcmapui.WMSIdentifyObject
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in interface com.esri.arcgis.carto.IIdentifyObj
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.carto.IIdentifyObjProxy
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in interface com.esri.arcgis.carto.IWMSIdentifyObject
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.carto.RasterIdentifyObj
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.carto.SimpleIdentifyObject
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.carto.SimpleMapServerIdentifyObject
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.carto.SimpleRasterIdentifyObj
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.carto.SimpleTinIdentifyObj
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.carto.SimpleWMSIdentifyObject
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.cartoUI.FeatureIdentifyObject
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.cartoUI.RowIdentifyObject
Displays a context sensitive popup menu at the specified location.
popUpMenu(int, int) - Method in class com.esri.arcgis.catalog.SearchResultsIdentifyObj
Displays a context sensitive popup menu at the specified location.
popupMenu(int, int, int) - Method in interface com.esri.arcgis.controls.IToolbarMenu
Pops up the menu at the position specified.
popupMenu(int, int, int) - Method in class com.esri.arcgis.controls.ToolbarMenu
Pops up the menu at the position specified.
popUpMenu(int, int) - Method in class com.esri.arcgis.globecore.GlobeServerIdentifyObject
Displays a context sensitive popup menu at the specified location.
popupPalette(int, int, int) - Method in interface com.esri.arcgis.controls.IToolbarPalette
Pops up the ToolbarPalette at the position specified.
popupPalette(int, int, int) - Method in class com.esri.arcgis.controls.ToolbarPalette
Pops up the ToolbarPalette at the position specified.
PorousPuff - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Calculates the time-dependent, two-dimensional concentration distribution in mass per volume of a solute introduced instantaneously and at a discrete point into a vertically mixed aquifer.
PorousPuff() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PorousPuff
Creates the Porous Puff tool with defaults.
PorousPuff(Object, Object, Object, Object, double) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PorousPuff
Creates the Porous Puff tool with the required parameters.
porousPuff(String, IGeoDataset, IGeoDataset, double, Object, Object, Object, Object, Object) - Method in interface com.esri.arcgis.spatialanalyst.IGroundwaterOp
Calculates the time-dependent, two-dimensional concentration distribution in mass per volume of a solute introduced instantaneously and at a discrete point into a vertically mixed aquifer.
porousPuff(String, IGeoDataset, IGeoDataset, double, Object, Object, Object, Object, Object) - Method in class com.esri.arcgis.spatialanalyst.RasterGroundwaterOp
Calculates the time-dependent, two-dimensional concentration distribution in mass per volume of a solute introduced instantaneously and at a discrete point into a vertically mixed aquifer.
pos2dValid - Variable in class com.esri.arcgis.carto.esriGpsPositionInfo
 
positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent) - Method in class com.esri.arcgis.arcmapui.GpsPositionDialog
Reports the current position when it is updated.
positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent) - Method in interface com.esri.arcgis.carto.IRealTimeFeedEvents
Reports the current position when it is updated.
positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent) - Method in class com.esri.arcgis.carto.IRealTimeFeedEventsAdapter
Reports the current position when it is updated.
positionUpdated(IRealTimeFeedManagerEventsPositionUpdatedEvent) - Method in interface com.esri.arcgis.carto.IRealTimeFeedManagerEvents
Reports the current position when it is updated.
positionUpdated(IRealTimeFeedManagerEventsPositionUpdatedEvent) - Method in class com.esri.arcgis.carto.IRealTimeFeedManagerEventsAdapter
Reports the current position when it is updated.
positionUpdated(IRealTimeFeedManagerEventsPositionUpdatedEvent) - Method in class com.esri.arcgis.carto.IRealTimeFeedManagerEventsProxy
Reports the current position when it is updated.
positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent) - Method in class com.esri.arcgis.carto.RealTimeFeedManager
Reports the current position when it is updated.
PositionVectorTransformation - Class in com.esri.arcgis.geometry
Creates a Position Vector transformation.
PositionVectorTransformation() - Constructor for class com.esri.arcgis.geometry.PositionVectorTransformation
Constructs a PositionVectorTransformation using ArcGIS Engine.
PositionVectorTransformation(Object) - Constructor for class com.esri.arcgis.geometry.PositionVectorTransformation
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PositionVectorTransformation thePositionVectorTransformation = (PositionVectorTransformation) obj;
positive - Variable in class com.esri.arcgis.system._WKSTimeDuration
 
post(IEnvelope[]) - Method in interface com.esri.arcgis.geodatabase.ITopologyGraph
Posts changes to topology elements back to their originating features.
post(IEnvelope[]) - Method in class com.esri.arcgis.geodatabase.ITopologyGraphProxy
Posts changes to topology elements back to their originating features.
post(String) - Method in interface com.esri.arcgis.geodatabase.IVersionEdit
Posts the current version to the reconcilled version.
post(String) - Method in class com.esri.arcgis.geodatabase.IVersionEditProxy
Posts the current version to the reconcilled version.
post(IEnvelope[]) - Method in class com.esri.arcgis.geodatabase.TopologyGraph
Posts changes to topology elements back to their originating features.
post(String) - Method in class com.esri.arcgis.geodatabase.VersionedWorkspace
Posts the current version to the reconcilled version.
postCadastralPacket(IXMLStream, ITrackCancel) - Method in class com.esri.arcgis.geodatabaseextensions.CadastralFabric
Saves the cadastral packet for the job.
postCadastralPacket(IXMLStream, ITrackCancel, IFIDSet[]) - Method in class com.esri.arcgis.geodatabaseextensions.CadastralFabric
Saves the cadastral packet for the job.
postCadastralPacket(IXMLStream, ITrackCancel, int, IFIDSet[]) - Method in class com.esri.arcgis.geodatabaseextensions.CadastralFabric
Saves the cadastral packet for the job.
postCadastralPacket(IXMLStream, ITrackCancel) - Method in interface com.esri.arcgis.geodatabaseextensions.ICadastralFabric
Saves the cadastral packet for the job.
postCadastralPacket(IXMLStream, ITrackCancel, IFIDSet[]) - Method in interface com.esri.arcgis.geodatabaseextensions.ICadastralFabric2
Saves the cadastral packet for the job.
postCadastralPacket(IXMLStream, ITrackCancel, IFIDSet[]) - Method in class com.esri.arcgis.geodatabaseextensions.ICadastralFabric2Proxy
Saves the cadastral packet for the job.
postCadastralPacket(IXMLStream, ITrackCancel, int, IFIDSet[]) - Method in interface com.esri.arcgis.geodatabaseextensions.ICadastralFabric3
Saves the cadastral packet for the job.
postCadastralPacket(IXMLStream, ITrackCancel) - Method in class com.esri.arcgis.geodatabaseextensions.ICadastralFabricProxy
Saves the cadastral packet for the job.
postClientMessage(IMessage) - Method in interface com.esri.arcgis.trackinganalyst.IClientConnection
Post a client message to server queue.
postClientMessage(IMessage) - Method in interface com.esri.arcgis.trackinganalyst.IPlugin
Posts a client message to the data link.
postClientMessage(IMessage) - Method in class com.esri.arcgis.trackinganalyst.PlugIn
Posts a client message to the data link.
postCreateTool(int, IGPToolExtension) - Method in class com.esri.arcgis.datainterop.FMEToolFactory
Called immediately following the creation of a new tool extension.
postCreateTool(int, IGPToolExtension) - Method in interface com.esri.arcgis.geoprocessing.IGPToolExtensionFactory
Called immediately following the creation of a new tool extension.
postCreateTool(int, IGPToolExtensionGen) - Method in interface com.esri.arcgis.geoprocessing.IGPToolExtensionFactoryGen
Called immediately following the creation of a new tool extension.
postCreateTool(int, IGPToolExtensionGen) - Method in class com.esri.arcgis.geoprocessing.IGPToolExtensionFactoryGenProxy
Called immediately following the creation of a new tool extension.
postCreateTool(int, IGPToolExtension) - Method in class com.esri.arcgis.geoprocessing.IGPToolExtensionFactoryProxy
Called immediately following the creation of a new tool extension.
postEx(IInvalidArea) - Method in interface com.esri.arcgis.geodatabase.ITopologyGraph3
Provides the invalid area of the topology graph.
postEx(IInvalidArea) - Method in class com.esri.arcgis.geodatabase.ITopologyGraph3Proxy
Provides the invalid area of the topology graph.
postEx(IInvalidArea) - Method in class com.esri.arcgis.geodatabase.TopologyGraph
Provides the invalid area of the topology graph.
postMessage(IDataMessage) - Method in interface com.esri.arcgis.carto.IDirectData
All temporal messages enter the temporal feature class environment via this method.
postMessage(IMessage) - Method in interface com.esri.arcgis.trackinganalyst.ICOMClient
Posts a message to the Tracking Server.
postMessage() - Method in interface com.esri.arcgis.trackinganalyst.ITAProtectedNames2
The protected names dummy post message ID.
postMessage() - Method in class com.esri.arcgis.trackinganalyst.ITAProtectedNames2Proxy
The protected names dummy post message ID.
postMessage(IMessage) - Method in class com.esri.arcgis.trackinganalyst.PlugIn
Posts a message to the Tracking Server.
postMessage(IDataMessage) - Method in class com.esri.arcgis.trackinganalyst.TemporalFeatureClass
All temporal messages enter the temporal feature class environment via this method.
postMultiply(IAffineTransformation2D3GEN) - Method in class com.esri.arcgis.geometry.AffineTransformation2D
Post-multiplies the transformation by another transformation.
postMultiply(IAffineTransformation2D) - Method in class com.esri.arcgis.geometry.AffineTransformation2D
Post-multiplies the transformation by another transformation.
postMultiply(ITransformation3D) - Method in class com.esri.arcgis.geometry.AffineTransformation3D
Post-multiplies the transformation by another transformation.
postMultiply(IAffineTransformation2D) - Method in interface com.esri.arcgis.geometry.IAffineTransformation2D
Post-multiplies the transformation by another transformation.
postMultiply(IAffineTransformation2D3GEN) - Method in interface com.esri.arcgis.geometry.IAffineTransformation2D3GEN
Post-multiplies the transformation by another transformation.
postMultiply(ITransformation3D) - Method in interface com.esri.arcgis.geometry.ITransformation3D
Deprecated. Post-multiplies the transformation by another transformation.
postMultiply(ITransformation3D) - Method in interface com.esri.arcgis.geometry.ITransformation3DGEN
Post-multiplies the transformation by another transformation.
postToolExecute(IGPTool, IArray, long, IGPMessages) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessorEvents
Called immediately after a tool is executed by the GeoProcessor.
postToolExecute(long, IMdProcess) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessorEvents2
Called immediately after a tool is executed by the GeoProcessor.
postToolExecute(long, IMdProcess) - Method in class com.esri.arcgis.geoprocessing.IGeoProcessorEvents2Proxy
Called immediately after a tool is executed by the GeoProcessor.
postToolExecute(IGeoProcessorResult) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessorEvents3
Called immediately after a tool is executed by the GeoProcessor.
postToolExecute(IGeoProcessorResult) - Method in class com.esri.arcgis.geoprocessing.IGeoProcessorEvents3Proxy
Called immediately after a tool is executed by the GeoProcessor.
postToolExecute(IGPTool, IArray, long, IGPMessages) - Method in class com.esri.arcgis.geoprocessing.IGeoProcessorEventsProxy
Called immediately after a tool is executed by the GeoProcessor.
PostVersion - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Posting is the process of applying the current edit session to the reconciled target version during version geodatabase editing.
PostVersion() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PostVersion
Creates the Post Version tool with defaults.
PostVersion(Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.PostVersion
Creates the Post Version tool with the required parameters.
Power - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Raises the cell values in a raster to the power of the values found in another raster.
Power() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Power
Creates the Power tool with defaults.
Power(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Power
Creates the Power tool with the required parameters.
power(IGeoDataset, double) - Method in interface com.esri.arcgis.spatialanalyst.IMathOp
Raises the cells in a raster to the Nth power.
power(IGeoDataset, double) - Method in class com.esri.arcgis.spatialanalyst.RasterMathOps
Raises the cells in a raster to the Nth power.
powerByCellValue(IGeoDataset, IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.IMathOp
Raises the cells in a raster to the power of values found in another raster.
powerByCellValue(IGeoDataset, IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterMathOps
Raises the cells in a raster to the power of values found in another raster.
Pre70CoverageNativeType - Class in com.esri.arcgis.catalog
Native type for pre-7.0 coverages.
Pre70CoverageNativeType() - Constructor for class com.esri.arcgis.catalog.Pre70CoverageNativeType
Constructs a Pre70CoverageNativeType using ArcGIS Engine.
Pre70CoverageNativeType(Object) - Constructor for class com.esri.arcgis.catalog.Pre70CoverageNativeType
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Pre70CoverageNativeType thePre70CoverageNativeType = (Pre70CoverageNativeType) obj;
Pre70CoveragePropertyPage - Class in com.esri.arcgis.catalogUI
Pre 7.0 Coverage Property Page.
Pre70CoveragePropertyPage() - Constructor for class com.esri.arcgis.catalogUI.Pre70CoveragePropertyPage
Constructs a Pre70CoveragePropertyPage using ArcGIS Engine.
Pre70CoveragePropertyPage(Object) - Constructor for class com.esri.arcgis.catalogUI.Pre70CoveragePropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Pre70CoveragePropertyPage thePre70CoveragePropertyPage = (Pre70CoveragePropertyPage) obj;
precalculateStats(Object) - Method in class com.esri.arcgis.datasourcesraster.FunctionRasterDataset
Calculates statistics and histograms for specified bands.
precalculateStats(Object) - Method in class com.esri.arcgis.datasourcesraster.RasterBand
Calculates statistics and histograms for specified bands.
precalculateStats(Object) - Method in class com.esri.arcgis.datasourcesraster.RasterDataset
Calculates statistics and histograms for specified bands.
precalculateStats(Object) - Method in interface com.esri.arcgis.geodatabase.IRasterDataset
Calculates statistics and histograms for specified bands.
precalculateStats(Object) - Method in class com.esri.arcgis.geodatabase.IRasterDatasetProxy
Calculates statistics and histograms for specified bands.
prefix - Static variable in class com.esri.arcgis.geoprocessing.gen.GPImporter
 
preMultiply(IAffineTransformation2D3GEN) - Method in class com.esri.arcgis.geometry.AffineTransformation2D
Pre-multiplies the transformation by another transformation.
preMultiply(IAffineTransformation2D) - Method in class com.esri.arcgis.geometry.AffineTransformation2D
Pre-multiplies the transformation by another transformation.
preMultiply(ITransformation3D) - Method in class com.esri.arcgis.geometry.AffineTransformation3D
Pre-multiplies the transformation by another transformation.
preMultiply(IAffineTransformation2D) - Method in interface com.esri.arcgis.geometry.IAffineTransformation2D
Pre-multiplies the transformation by another transformation.
preMultiply(IAffineTransformation2D3GEN) - Method in interface com.esri.arcgis.geometry.IAffineTransformation2D3GEN
Pre-multiplies the transformation by another transformation.
preMultiply(ITransformation3D) - Method in interface com.esri.arcgis.geometry.ITransformation3D
Deprecated. Pre-multiplies the transformation by another transformation.
preMultiply(ITransformation3D) - Method in interface com.esri.arcgis.geometry.ITransformation3DGEN
Pre-multiplies the transformation by another transformation.
prepare(int, double, double, IEnvelope) - Method in class com.esri.arcgis.datasourcesraster.ApproximationXform
Prepares the xform for a given extent and cellsize within a domain.
prepare(int, double, double, IEnvelope) - Method in class com.esri.arcgis.datasourcesraster.CompositeXform
Prepares the xform for a given extent and cellsize within a domain.
prepare(int, double, double, IEnvelope) - Method in class com.esri.arcgis.datasourcesraster.CoordinateXform
Prepares the xform for a given extent and cellsize within a domain.
prepare(int, double, double, IEnvelope) - Method in class com.esri.arcgis.datasourcesraster.FrameXform
Prepares the xform for a given extent and cellsize within a domain.
prepare(int, double, double, IEnvelope) - Method in interface com.esri.arcgis.datasourcesraster.IRasterXform
Prepares the xform for a given extent and cellsize within a domain.
prepare(int, double, double, IEnvelope) - Method in class com.esri.arcgis.datasourcesraster.RPCXform
Prepares the xform for a given extent and cellsize within a domain.
prepareDraw(String, double, int) - Method in class com.esri.arcgis.carto.BackgroundTabStyle
Sets up the tab for drawing.
prepareDraw(String, double, int) - Method in class com.esri.arcgis.carto.ButtonTabStyle
Sets up the tab for drawing.
prepareDraw(String, double, int) - Method in class com.esri.arcgis.carto.ContinuousTabStyle
Sets up the tab for drawing.
prepareDraw(String, double, int) - Method in interface com.esri.arcgis.carto.IIndexGridTabStyle
Sets up the tab for drawing.
prepareDraw(String, double, int) - Method in class com.esri.arcgis.carto.RoundedTabStyle
Sets up the tab for drawing.
prepareExportFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.carto.ExportInfoGenerator
Adds the exported fields to the filter.
prepareExportFilter(IFeatureClass, IQueryFilter) - Method in interface com.esri.arcgis.carto.IFeatureExportInfoGenerator
Adds the exported fields to the filter.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.carto.BiUniqueValueRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.carto.ChartRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.carto.ClassBreaksRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.carto.DotDensityRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in interface com.esri.arcgis.carto.IFeatureRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.carto.ProportionalSymbolRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.carto.RepresentationRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.carto.ScaleDependentRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.carto.SimpleRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.carto.UniqueValueRenderer
Prepares the query filter for the rendering process.
prepareFilter(IQueryFilter) - Method in interface com.esri.arcgis.geodatabase.IRepresentationClass
Adds the fields used by overrides to the query filter.
prepareFilter(IQueryFilter) - Method in class com.esri.arcgis.geodatabase.IRepresentationClassProxy
Adds the fields used by overrides to the query filter.
prepareFilter(IQueryFilter) - Method in class com.esri.arcgis.geodatabase.RepresentationClass
Adds the fields used by overrides to the query filter.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.networkanalyst.NAStopRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.trackinganalyst.CoTrackSymbologyRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.trackinganalyst.EnhancedInfoRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in interface com.esri.arcgis.trackinganalyst.ITemporalRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in interface com.esri.arcgis.trackinganalyst.ITrackSymbologyRenderer
Prepares the query filter for the rendering process.
prepareFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.trackinganalyst.UniqueValueTextRenderer
Prepares the query filter for the rendering process.
prepareForOutput(int, int, tagRECT, IMapFrame) - Method in class com.esri.arcgis.carto.CustomOverlayGrid
Prepares the map grid for output to a device.
prepareForOutput(int, int, tagRECT, IMapFrame) - Method in class com.esri.arcgis.carto.Graticule
Prepares the map grid for output to a device.
prepareForOutput(int, int, tagRECT, IMapFrame) - Method in interface com.esri.arcgis.carto.IMapGrid
Prepares the map grid for output to a device.
prepareForOutput(int, int, tagRECT, IMapFrame) - Method in class com.esri.arcgis.carto.IndexGrid
Prepares the map grid for output to a device.
prepareForOutput(int, int, tagRECT, IMapFrame) - Method in interface com.esri.arcgis.carto.IReferenceSystem
Prepares the map grid for output to a device.
prepareForOutput(int, int, tagRECT, IMapFrame) - Method in class com.esri.arcgis.carto.MeasuredGrid
Prepares the map grid for output to a device.
prepareForOutput(int, int, tagRECT, IMapFrame) - Method in class com.esri.arcgis.carto.MgrsGrid
Prepares the map grid for output to a device.
prepareForPublishing() - Method in class com.esri.arcgis.analyst3d.GraphicsLayer3D
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.CadAnnotationLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.CadastralFabricSubLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.CadFeatureLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.CadLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.CompositeGraphicsLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.CoverageAnnotationLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.DimensionLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.FDOGraphicsLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.FeatureLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.GdbRasterCatalogLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.GroupLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.ImageServerLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.IMSMapLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.IMSSubFeatureLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.IMSSubLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in interface com.esri.arcgis.carto.IPublishLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.IPublishLayerProxy
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.MapServerLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.MapServerRESTLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.MosaicLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.NetworkLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.NITFGraphicsLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.RasterCatalogLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.RasterLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.TinLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.TopologyLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.WCSLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.WMSGroupLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.WMSLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.WMSMapLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.carto.WMTSLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.catalog.SearchResultsLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.geoprocessing.ProcessLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.globecore.GeoVideoLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.globecore.GlobeGraphicsLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.globecore.GlobeLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.globecore.GlobeServerLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.globecore.KmlLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.networkanalyst.NALayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.schematic.SchematicLayer
Prepare the layer for the publishing process.
prepareForPublishing() - Method in class com.esri.arcgis.trackinganalyst.TemporalFeatureLayer
Prepare the layer for the publishing process.
prepareQueryFilter(IFeatureClass, IQueryFilter) - Method in class com.esri.arcgis.analyst3d.Feature3DProperties
Prepares query filter to support calculated properties.
prepareQueryFilter(IFeatureClass, IQueryFilter) - Method in interface com.esri.arcgis.analyst3d.IFeature3DProperties
Prepares query filter to support calculated properties.
prepareRenderer(ILayer) - Method in class com.esri.arcgis.trackinganalyst.CoTrackSymbologyRenderer
Prepares the renderer with layer information.
prepareRenderer(ILayer) - Method in class com.esri.arcgis.trackinganalyst.EnhancedInfoRenderer
Prepares the renderer with layer information.
prepareRenderer(ILayer) - Method in interface com.esri.arcgis.trackinganalyst.ITxRendererSetup
Prepares the renderer with layer information.
prepareSchema(int, IArray) - Method in interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperation2
Creates all mosaic dataset side-tables and their relationships.
prepareSchema(int, IArray) - Method in class com.esri.arcgis.datasourcesraster.MosaicDataset
Creates all mosaic dataset side-tables and their relationships.
prepareTimeQuery(ITimeValue, IQueryFilter[]) - Method in class com.esri.arcgis.carto.CadastralFabricSubLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQuery(ITimeValue, IQueryFilter[]) - Method in class com.esri.arcgis.carto.FDOGraphicsLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQuery(ITimeValue, IQueryFilter[]) - Method in class com.esri.arcgis.carto.FeatureLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQuery(ITimeValue, IQueryFilter[]) - Method in class com.esri.arcgis.carto.GdbRasterCatalogLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQuery(ITimeValue, IQueryFilter[]) - Method in class com.esri.arcgis.carto.ImageServerLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQuery(ITimeValue, IQueryFilter[]) - Method in interface com.esri.arcgis.carto.ITimeDisplayTable
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQuery(ITimeValue, IQueryFilter[]) - Method in class com.esri.arcgis.carto.StandaloneTable
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQuery(ITimeValue, IQueryFilter[]) - Method in class com.esri.arcgis.trackinganalyst.TemporalFeatureLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryEx(ITimeValue, int, IQueryFilter[]) - Method in class com.esri.arcgis.carto.CadastralFabricSubLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryEx(ITimeValue, int, IQueryFilter[]) - Method in class com.esri.arcgis.carto.FDOGraphicsLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryEx(ITimeValue, int, IQueryFilter[]) - Method in class com.esri.arcgis.carto.FeatureLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryEx(ITimeValue, int, IQueryFilter[]) - Method in class com.esri.arcgis.carto.GdbRasterCatalogLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryEx(ITimeValue, int, IQueryFilter[]) - Method in class com.esri.arcgis.carto.ImageServerLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryEx(ITimeValue, int, IQueryFilter[]) - Method in interface com.esri.arcgis.carto.ITimeDisplayTable2
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryEx(ITimeValue, int, IQueryFilter[]) - Method in class com.esri.arcgis.carto.StandaloneTable
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryEx(ITimeValue, int, IQueryFilter[]) - Method in class com.esri.arcgis.trackinganalyst.TemporalFeatureLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryFromDisplay(IDisplay, IQueryFilter[]) - Method in class com.esri.arcgis.carto.CadastralFabricSubLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryFromDisplay(IDisplay, IQueryFilter[]) - Method in class com.esri.arcgis.carto.FDOGraphicsLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryFromDisplay(IDisplay, IQueryFilter[]) - Method in class com.esri.arcgis.carto.FeatureLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryFromDisplay(IDisplay, IQueryFilter[]) - Method in class com.esri.arcgis.carto.GdbRasterCatalogLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryFromDisplay(IDisplay, IQueryFilter[]) - Method in class com.esri.arcgis.carto.ImageServerLayer
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryFromDisplay(IDisplay, IQueryFilter[]) - Method in interface com.esri.arcgis.carto.ITimeDisplayTable2
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryFromDisplay(IDisplay, IQueryFilter[]) - Method in class com.esri.arcgis.carto.StandaloneTable
Prepares an input query filter by appending the time expression into the where clause.
prepareTimeQueryFromDisplay(IDisplay, IQueryFilter[]) - Method in class com.esri.arcgis.trackinganalyst.TemporalFeatureLayer
Prepares an input query filter by appending the time expression into the where clause.
PresetColorRamp - Class in com.esri.arcgis.display
Defines a preset color ramp, where ramp is defined by a list of exactly 13 manually specified colors.
PresetColorRamp() - Constructor for class com.esri.arcgis.display.PresetColorRamp
Constructs a PresetColorRamp using ArcGIS Engine.
PresetColorRamp(Object) - Constructor for class com.esri.arcgis.display.PresetColorRamp
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PresetColorRamp thePresetColorRamp = (PresetColorRamp) obj;
preToolExecute(IGPTool, IArray, int) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessorEvents
Called immediately prior to the GeoProcessor executing a tool.
preToolExecute(IMdProcess) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessorEvents2
Called immediately prior to the GeoProcessor executing a tool.
preToolExecute(IMdProcess) - Method in class com.esri.arcgis.geoprocessing.IGeoProcessorEvents2Proxy
Called immediately prior to the GeoProcessor executing a tool.
preToolExecute(IGeoProcessorResult) - Method in interface com.esri.arcgis.geoprocessing.IGeoProcessorEvents3
Called immediately prior to the GeoProcessor executing a tool.
preToolExecute(IGeoProcessorResult) - Method in class com.esri.arcgis.geoprocessing.IGeoProcessorEvents3Proxy
Called immediately prior to the GeoProcessor executing a tool.
preToolExecute(IGPTool, IArray, int) - Method in class com.esri.arcgis.geoprocessing.IGeoProcessorEventsProxy
Called immediately prior to the GeoProcessor executing a tool.
prev() - Method in class com.esri.arcgis.geodatabase.EnumNetEIDArray
Returns the network element pointed by the enumerator and moves the enumerator backward.
prev() - Method in interface com.esri.arcgis.geodatabase.IEnumNetEID
Returns the network element pointed by the enumerator and moves the enumerator backward.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.AreaPatchStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.BackgroundStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(int, tagRECT) - Method in class com.esri.arcgis.carto.BackgroundTabStyle
Draws a preview of the grid label into the specified hdc.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.BorderStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(int, tagRECT) - Method in class com.esri.arcgis.carto.ButtonTabStyle
Draws a preview of the grid label into the specified hdc.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.ColorRampStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.ColorStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(int, tagRECT) - Method in class com.esri.arcgis.carto.ContinuousTabStyle
Draws a preview of the grid label into the specified hdc.
preview(int, tagRECT) - Method in class com.esri.arcgis.carto.CornerGridLabel
Draws a preview of the grid label into the specified hdc.
preview(int, tagRECT) - Method in class com.esri.arcgis.carto.DMSGridLabel
Draws a preview of the grid label into the specified hdc.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.FillSymbolStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(int, tagRECT) - Method in class com.esri.arcgis.carto.FormattedGridLabel
Draws a preview of the grid label into the specified hdc.
preview(int, tagRECT) - Method in interface com.esri.arcgis.carto.IGridLabel
Draws a preview of the grid label into the specified hdc.
preview(int, tagRECT) - Method in interface com.esri.arcgis.carto.IGridLabel2
Draws a preview of the grid label into the specified hdc.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.LabelStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.LegendItemStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.LinePatchStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.LineSymbolStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.MaplexLabelStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.MarkerSymbolStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(int, tagRECT) - Method in class com.esri.arcgis.carto.MixedFontGridLabel
Draws a preview of the grid label into the specified hdc.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.NorthArrowStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.RepresentationMarkerStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.RepresentationRuleStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(int, tagRECT) - Method in class com.esri.arcgis.carto.RoundedTabStyle
Draws a preview of the grid label into the specified hdc.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.ScaleBarStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.ScaleTextStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.ShadowStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.carto.TextSymbolStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in class com.esri.arcgis.cartoUI.MapGridStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in interface com.esri.arcgis.display.IStyleGalleryClass
Draws a preview of a Style Gallery Item of the supported class.
preview(Object, int, tagRECT) - Method in interface com.esri.arcgis.display.IStyleGalleryClass2
Draws a preview of a Style Gallery Item of the supported class.
previewItem(IStyleGalleryItem, int, int) - Method in interface com.esri.arcgis.controls.ISymbologyStyleClass
Previews the specified item as a bitmap.
previewItem(IStyleGalleryItem, int, int) - Method in class com.esri.arcgis.controls.ISymbologyStyleClassProxy
Previews the specified item as a bitmap.
previewItem(IStyleGalleryItem, int, int) - Method in class com.esri.arcgis.controls.SymbologyStyleClass
Previews the specified item as a bitmap.
previous() - Method in interface com.esri.arcgis.geodatabase.IEnumLocator
Returns the previous locator or locator style.
previous() - Method in interface com.esri.arcgis.geodatabase.IEnumLocatorName
Returns the previous Name object.
previous() - Method in class com.esri.arcgis.geodatabase.IEnumLocatorNameProxy
Returns the previous Name object.
previous() - Method in class com.esri.arcgis.geodatabase.IEnumLocatorProxy
Returns the previous locator or locator style.
previous(ISegment[], int[], int[]) - Method in interface com.esri.arcgis.geometry.IEnumSegment
Returns the previous segment in this segment collection.
previous(ISegment[], int[], int[]) - Method in class com.esri.arcgis.geometry.IEnumSegmentProxy
Returns the previous segment in this segment collection.
previous(IPoint[], int[], int[]) - Method in interface com.esri.arcgis.geometry.IEnumVertex
Returns the previous vertex and its location in the geometry.
previous(IPoint[], int[], int[]) - Method in class com.esri.arcgis.geometry.IEnumVertexProxy
Returns the previous vertex and its location in the geometry.
previous() - Method in class com.esri.arcgis.location.LocatorEnumerator
Returns the previous locator or locator style.
previous() - Method in class com.esri.arcgis.location.LocatorNameEnumerator
Returns the previous Name object.
previousInSequence(IPoint[], int[], int[]) - Method in interface com.esri.arcgis.geometry.IEnumSplitPoint
Returns the previous split point along with its location in the geometry.
previousInSequence(IPoint[], int[], int[]) - Method in class com.esri.arcgis.geometry.IEnumSplitPointProxy
Returns the previous split point along with its location in the geometry.
previousScale(double) - Method in class com.esri.arcgis.display.DisplayTransformation
Find the nearest standard scale with a value that is lower than the specified scale.
previousScale(double) - Method in interface com.esri.arcgis.display.IDisplayTransformationScales
Find the nearest standard scale with a value that is lower than the specified scale.
PrimeMeridian - Class in com.esri.arcgis.geometry
Creates a prime meridian.
PrimeMeridian() - Constructor for class com.esri.arcgis.geometry.PrimeMeridian
Constructs a PrimeMeridian using ArcGIS Engine.
PrimeMeridian(Object) - Constructor for class com.esri.arcgis.geometry.PrimeMeridian
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PrimeMeridian thePrimeMeridian = (PrimeMeridian) obj;
PrincipalComponents - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Performs Principal Component Analysis (PCA) on a set of raster bands and generates a single multiband raster as output.
PrincipalComponents() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PrincipalComponents
Creates the Principal Components tool with defaults.
PrincipalComponents(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.PrincipalComponents
Creates the Principal Components tool with the required parameters.
principalComponents(IGeoDataset, String, Object) - Method in interface com.esri.arcgis.spatialanalyst.IMultivariateOp
Performs principal components analysis on a raster band collection.
principalComponents(IGeoDataset, String, Object) - Method in class com.esri.arcgis.spatialanalyst.RasterMultivariateOp
Performs principal components analysis on a raster band collection.
PrincipalDigitsPropertyPage - Class in com.esri.arcgis.cartoUI
Property page for grid labels that highlight the principal digits of the label values.
PrincipalDigitsPropertyPage() - Constructor for class com.esri.arcgis.cartoUI.PrincipalDigitsPropertyPage
Constructs a PrincipalDigitsPropertyPage using ArcGIS Engine.
PrincipalDigitsPropertyPage(Object) - Constructor for class com.esri.arcgis.cartoUI.PrincipalDigitsPropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PrincipalDigitsPropertyPage thePrincipalDigitsPropertyPage = (PrincipalDigitsPropertyPage) obj;
print(IActiveView, IPrinter, IPage, int, int, ITrackCancel) - Method in interface com.esri.arcgis.carto.IPrintAndExport
Print the specified view.
print(IActiveView, IPrinter, IPage, int, int, ITrackCancel) - Method in class com.esri.arcgis.carto.PrintAndExport
Print the specified view.
print() - Method in class com.esri.arcgis.catalogUI.GxDocumentationView
Prints the view.
print() - Method in class com.esri.arcgis.catalogUI.GxDocumentationViewWindow
Print selected content.
print() - Method in class com.esri.arcgis.catalogUI.GxTableView
Prints the view.
print() - Method in interface com.esri.arcgis.catalogUI.IGxDocumentationViewWindow
Print selected content.
print() - Method in interface com.esri.arcgis.catalogUI.IGxViewPrint
Prints the view.
print() - Method in class com.esri.arcgis.catalogUI.IGxViewPrintProxy
Prints the view.
PrintAndExport - Class in com.esri.arcgis.carto
Print And Export component.
PrintAndExport() - Constructor for class com.esri.arcgis.carto.PrintAndExport
Constructs a PrintAndExport using ArcGIS Engine.
PrintAndExport(Object) - Constructor for class com.esri.arcgis.carto.PrintAndExport
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PrintAndExport thePrintAndExport = (PrintAndExport) obj;
PrintAndExportPageOptions - Class in com.esri.arcgis.output
Print and Export Page Options.
PrintAndExportPageOptions() - Constructor for class com.esri.arcgis.output.PrintAndExportPageOptions
Constructs a PrintAndExportPageOptions using ArcGIS Engine.
PrintAndExportPageOptions(Object) - Constructor for class com.esri.arcgis.output.PrintAndExportPageOptions
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PrintAndExportPageOptions thePrintAndExportPageOptions = (PrintAndExportPageOptions) obj;
printDocument() - Method in class com.esri.arcgis.arccatalog.Application
Displays the Print dialog.
printDocument() - Method in class com.esri.arcgis.arcglobe.Application
Displays the Print dialog.
printDocument() - Method in class com.esri.arcgis.arcmap.Application
Displays the Print dialog.
printDocument() - Method in class com.esri.arcgis.arcscene.Application
Displays the Print dialog.
printDocument() - Method in class com.esri.arcgis.framework.AppRef
Displays the Print dialog.
printDocument() - Method in interface com.esri.arcgis.framework.IApplication
Displays the Print dialog.
printDocument() - Method in class com.esri.arcgis.framework.IApplicationProxy
Displays the Print dialog.
printerChanged(IPrinter) - Method in class com.esri.arcgis.analyst3d.Scene
Called by application when printer changes.
printerChanged(IPrinter) - Method in interface com.esri.arcgis.carto.IActiveView
Called by application when printer changes.
printerChanged(IPrinter) - Method in interface com.esri.arcgis.carto.IPage
Called by PageLayout when printer changes.
printerChanged(IPrinter) - Method in class com.esri.arcgis.carto.Map
Called by application when printer changes.
printerChanged(IPrinter) - Method in class com.esri.arcgis.carto.Page
Called by PageLayout when printer changes.
printerChanged(IPrinter) - Method in class com.esri.arcgis.carto.PageLayout
Called by application when printer changes.
printerChanged(IPrinter) - Method in class com.esri.arcgis.globecore.Globe
Called by application when printer changes.
printerPageCount(IPrinter, double, short[]) - Method in interface com.esri.arcgis.carto.IPage
The number of printer pages spanned by the page.
printerPageCount(IPrinter, double, short[]) - Method in class com.esri.arcgis.carto.Page
The number of printer pages spanned by the page.
printPageLayout(short, short, double) - Method in class com.esri.arcgis.beans.pagelayout.PageLayoutBean
Sends the specified range of pages on the printer.
printPageLayout(short, short, double) - Method in interface com.esri.arcgis.controls.IPageLayoutControl
Sends the specified range of pages on the printer.
printPageLayout(short, short, double) - Method in interface com.esri.arcgis.controls.IPageLayoutControlDefault
Sends the specified range of pages on the printer.
printPageLayout(short, short, double) - Method in class com.esri.arcgis.controls.IPageLayoutControlDefaultProxy
Sends the specified range of pages on the printer.
printPageLayout(short, short, double) - Method in class com.esri.arcgis.controls.IPageLayoutControlProxy
Sends the specified range of pages on the printer.
printPageLayout(short, short, double) - Method in class com.esri.arcgis.controls.PageLayoutControl
Sends the specified range of pages on the printer.
printPages(IActiveView, IPrinter, IPage, IPrintAndExportPageOptions, int, ITrackCancel) - Method in interface com.esri.arcgis.carto.IPrintAndExport
Print the specified pages.
printPages(IActiveView, IPrinter, IPage, IPrintAndExportPageOptions, int, ITrackCancel) - Method in class com.esri.arcgis.carto.PrintAndExport
Print the specified pages.
printPreview() - Method in class com.esri.arcgis.arccatalog.Application
Displays how the document will look like when it is printed.
printPreview() - Method in class com.esri.arcgis.arcglobe.Application
Displays how the document will look like when it is printed.
printPreview() - Method in class com.esri.arcgis.arcmap.Application
Displays how the document will look like when it is printed.
printPreview() - Method in class com.esri.arcgis.arcscene.Application
Displays how the document will look like when it is printed.
printPreview() - Method in class com.esri.arcgis.framework.AppRef
Displays how the document will look like when it is printed.
printPreview() - Method in interface com.esri.arcgis.framework.IApplication
Displays how the document will look like when it is printed.
printPreview() - Method in class com.esri.arcgis.framework.IApplicationProxy
Displays how the document will look like when it is printed.
printView() - Method in class com.esri.arcgis.controls.ArcReaderControl
Send the current map or page layout view to the printer.
printView() - Method in class com.esri.arcgis.controls.ArcReaderGlobeControl
Send the current map or page layout view to the printer.
printView() - Method in interface com.esri.arcgis.controls.IARControl
Send the current map or page layout view to the printer.
printView() - Method in interface com.esri.arcgis.controls.IARControlDefault
Send the current map or page layout view to the printer.
printView() - Method in class com.esri.arcgis.controls.IARControlDefaultProxy
Send the current map or page layout view to the printer.
printView() - Method in class com.esri.arcgis.controls.IARControlProxy
Send the current map or page layout view to the printer.
printView() - Method in interface com.esri.arcgis.controls.IARGlobeControl
Send the current map or page layout view to the printer.
printView() - Method in interface com.esri.arcgis.controls.IARGlobeControlDefault
Send the current map or page layout view to the printer.
printView() - Method in class com.esri.arcgis.controls.IARGlobeControlDefaultProxy
Send the current map or page layout view to the printer.
printView() - Method in class com.esri.arcgis.controls.IARGlobeControlProxy
Send the current map or page layout view to the printer.
PrivilegesDialog - Class in com.esri.arcgis.geodatabaseui
A dialog for viewing and editing dataset privileges
PrivilegesDialog() - Constructor for class com.esri.arcgis.geodatabaseui.PrivilegesDialog
Constructs a PrivilegesDialog using ArcGIS Engine.
PrivilegesDialog(Object) - Constructor for class com.esri.arcgis.geodatabaseui.PrivilegesDialog
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PrivilegesDialog thePrivilegesDialog = (PrivilegesDialog) obj;
PrjFileNativeType - Class in com.esri.arcgis.catalog
Native type for a prj file.
PrjFileNativeType() - Constructor for class com.esri.arcgis.catalog.PrjFileNativeType
Constructs a PrjFileNativeType using ArcGIS Engine.
PrjFileNativeType(Object) - Constructor for class com.esri.arcgis.catalog.PrjFileNativeType
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PrjFileNativeType thePrjFileNativeType = (PrjFileNativeType) obj;
prn - Variable in class com.esri.arcgis.carto.esriGpsSatelliteData
 
processActions(boolean) - Method in interface com.esri.arcgis.trackinganalyst.ITemporalLayer
Apply the actions, contained in the action collection, to this temporal layer.
processActions(boolean) - Method in class com.esri.arcgis.trackinganalyst.ITemporalLayerProxy
Apply the actions, contained in the action collection, to this temporal layer.
processActions(boolean) - Method in class com.esri.arcgis.trackinganalyst.TemporalFeatureLayer
Apply the actions, contained in the action collection, to this temporal layer.
processB(float) - Method in interface com.esri.arcgis.carto.IShader
Value range is between 0.0 and 1.0 inclusive
processB(float) - Method in class com.esri.arcgis.carto.RasterDRAShader
Value range is between 0.0 and 1.0 inclusive
processB(float) - Method in class com.esri.arcgis.carto.RasterShader
Value range is between 0.0 and 1.0 inclusive
processData(Object, boolean, Object) - Method in interface com.esri.arcgis.carto.IActionProcessor
Takes an object as a parameter and runs it through an action list.
processData(Object, boolean, Object) - Method in class com.esri.arcgis.trackinganalyst.ActionProcessor
Takes an object as a parameter and runs it through an action list.
processG(float) - Method in interface com.esri.arcgis.carto.IShader
Value range is between 0.0 and 1.0 inclusive
processG(float) - Method in class com.esri.arcgis.carto.RasterDRAShader
Value range is between 0.0 and 1.0 inclusive
processG(float) - Method in class com.esri.arcgis.carto.RasterShader
Value range is between 0.0 and 1.0 inclusive
processItem(IBuilderItem) - Method in interface com.esri.arcgis.datasourcesraster.IRasterTypeOperation
Builds pyramids and computes statistics for all raster dataset referenced by the top-level function raster dataset in the builder item.
processItem(IBuilderItem) - Method in class com.esri.arcgis.datasourcesraster.IRasterTypeOperationProxy
Builds pyramids and computes statistics for all raster dataset referenced by the top-level function raster dataset in the builder item.
processItem(IBuilderItem) - Method in class com.esri.arcgis.datasourcesraster.RasterType
Builds pyramids and computes statistics for all raster dataset referenced by the top-level function raster dataset in the builder item.
processKeyDown(int, int) - Method in class com.esri.arcgis.editor.ConstructionMiniBar
Processes keyboard input.
processKeyDown(int, int) - Method in interface com.esri.arcgis.editor.IConstructionMiniBar
Processes keyboard input.
ProcessLayer - Class in com.esri.arcgis.geoprocessing
A collection of process layers that behaves like a single layer.
ProcessLayer() - Constructor for class com.esri.arcgis.geoprocessing.ProcessLayer
Constructs a ProcessLayer using ArcGIS Engine.
ProcessLayer(Object) - Constructor for class com.esri.arcgis.geoprocessing.ProcessLayer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProcessLayer theProcessLayer = (ProcessLayer) obj;
ProcessLayerFactory - Class in com.esri.arcgis.geoprocessing
A factory for creating process layers.
ProcessLayerFactory() - Constructor for class com.esri.arcgis.geoprocessing.ProcessLayerFactory
Constructs a ProcessLayerFactory using ArcGIS Engine.
ProcessLayerFactory(Object) - Constructor for class com.esri.arcgis.geoprocessing.ProcessLayerFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProcessLayerFactory theProcessLayerFactory = (ProcessLayerFactory) obj;
processMessages(boolean[]) - Method in interface com.esri.arcgis.arcmapui.IFindCallBack
Processes messages.
processMessages(boolean[]) - Method in class com.esri.arcgis.arcmapui.IFindCallBackProxy
Processes messages.
processR(float) - Method in interface com.esri.arcgis.carto.IShader
Value range is between 0.0 and 1.0 inclusive
processR(float) - Method in class com.esri.arcgis.carto.RasterDRAShader
Value range is between 0.0 and 1.0 inclusive
processR(float) - Method in class com.esri.arcgis.carto.RasterShader
Value range is between 0.0 and 1.0 inclusive
processRowbuffer(IRowBuffer) - Method in interface com.esri.arcgis.geodatabase.IDataConvertProcess
Processes the row buffer.
processRowbuffer(IRowBuffer) - Method in class com.esri.arcgis.geodatabase.IDataConvertProcessProxy
Processes the row buffer.
productInfo() - Method in interface com.esri.arcgis.geoprocessing.IGpDispatch
Gets the product license info.
productInfo() - Method in class com.esri.arcgis.geoprocessing.IGpDispatchProxy
Gets the product license info.
ProductInstalled - Class in com.esri.arcgis.system
Class checks the installed ArcGIS products on the machine.
ProductInstalled() - Constructor for class com.esri.arcgis.system.ProductInstalled
Constructs a ProductInstalled using ArcGIS Engine.
ProductInstalled(Object) - Constructor for class com.esri.arcgis.system.ProductInstalled
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProductInstalled theProductInstalled = (ProductInstalled) obj;
productNameFromCode(int) - Method in interface com.esri.arcgis.version.IArcGISVersion
Returns a product name given a product code.
productNameFromCode(int) - Method in class com.esri.arcgis.version.IArcGISVersionProxy
Returns a product name given a product code.
productNameFromCode(int) - Method in class com.esri.arcgis.version.VersionManager
Returns a product name given a product code.
progress(int) - Method in class com.esri.arcgis.analyst3d.SceneGraph
Call frequently during drawing process.
progress(int) - Method in class com.esri.arcgis.arcmapui.AppDisplay
Call frequently during drawing process.
progress(int) - Method in interface com.esri.arcgis.display.IDisplay
Call frequently during drawing process.
progress(int) - Method in class com.esri.arcgis.display.ScreenDisplay
Call frequently during drawing process.
progress(int) - Method in class com.esri.arcgis.display.SimpleDisplay
Call frequently during drawing process.
progress(int) - Method in class com.esri.arcgis.globecore.GlobeDisplay
Call frequently during drawing process.
ProgressAnimation - Class in com.esri.arcgis.arcmapui
ProgressAnimation object.
ProgressAnimation(Object) - Constructor for class com.esri.arcgis.arcmapui.ProgressAnimation
Construct a ProgressAnimation using a reference to such an object returned from ArcGIS Engine or Server.
ProgressBar - Class in com.esri.arcgis.arcmapui
ProgressBar object.
ProgressBar(Object) - Constructor for class com.esri.arcgis.arcmapui.ProgressBar
Construct a ProgressBar using a reference to such an object returned from ArcGIS Engine or Server.
ProgressDialog - Class in com.esri.arcgis.arcmapui
Progress dialog object.
ProgressDialog(Object) - Constructor for class com.esri.arcgis.arcmapui.ProgressDialog
Construct a ProgressDialog using a reference to such an object returned from ArcGIS Engine or Server.
ProgressDialogFactory - Class in com.esri.arcgis.framework
Progress Dialog Factory object.
ProgressDialogFactory() - Constructor for class com.esri.arcgis.framework.ProgressDialogFactory
Constructs a ProgressDialogFactory using ArcGIS Engine.
ProgressDialogFactory(Object) - Constructor for class com.esri.arcgis.framework.ProgressDialogFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProgressDialogFactory theProgressDialogFactory = (ProgressDialogFactory) obj;
project(ISpatialReference) - Method in class com.esri.arcgis.carto.AnnotationFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.carto.DimensionFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in interface com.esri.arcgis.carto.IImageServerInit3
Projects into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.datasourcesraster.MapPoint
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geodatabase.ComplexEdgeFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geodatabase.ComplexJunctionFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geodatabase.CoverageAnnotationFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geodatabase.Feature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference, ISpatialReference, int, ITransformation, IEnvelope, IGeometryArray) - Method in class com.esri.arcgis.geodatabase.GeometryServer
Projects an array of geometries from their current spatial reference (pInSR) to a destination spatial reference (pOutSR).
project(ISpatialReference) - Method in interface com.esri.arcgis.geodatabase.IFeatureProject
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geodatabase.IFeatureProjectProxy
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geodatabase.RasterCatalogItem
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geodatabase.RelQueryRow
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geodatabase.SimpleEdgeFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geodatabase.SimpleJunctionFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geodatabase.TopologyErrorFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.AffineTransformation2D
Moves this transformation into another spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.BezierCurve
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.CircularArc
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.EllipticArc
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Envelope
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.GeometryBag
Projects this geometry into a new spatial reference.
project(ISpatialReference, ISpatialReference, int, ITransformation, IEnvelope, IGeometryArray) - Method in class com.esri.arcgis.geometry.GeometryServerImpl
Projects an array of geometries from their current spatial reference (pInSR) to a destination spatial reference (pOutSR).
project(ISpatialReference) - Method in interface com.esri.arcgis.geometry.IAffineTransformation2D
Moves this transformation into another spatial reference.
project(ISpatialReference) - Method in interface com.esri.arcgis.geometry.IAffineTransformation2D3GEN
Moves this transformation into another spatial reference.
project(ISpatialReference) - Method in interface com.esri.arcgis.geometry.IGeometry
Projects this geometry into a new spatial reference.
project(ISpatialReference, ISpatialReference, int, ITransformation, IEnvelope, IGeometryArray) - Method in interface com.esri.arcgis.geometry.IGeometryServer
Projects an array of geometries from their current spatial reference (pInSR) to a destination spatial reference (pOutSR).
project(ISpatialReference) - Method in interface com.esri.arcgis.geometry.IProjectiveTransformation2D
Deprecated. Moves this transformation into another spatial reference.
project(ISpatialReference) - Method in interface com.esri.arcgis.geometry.IProjectiveTransformation2DGEN
Moves this transformation into another spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Line
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.MultiPatch
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Multipoint
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Path
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Point
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Polygon
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Polyline
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.ProjectiveTransformation2D
Moves this transformation into another spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Ray
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Ring
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Sphere
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.TriangleFan
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.Triangles
Projects this geometry into a new spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.geometry.TriangleStrip
Projects this geometry into a new spatial reference.
Project - Class in com.esri.arcgis.geoprocessing.tools.coveragetools
Changes the coordinate system of your coverage including its datum or spheroid.
Project() - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.Project
Creates the Project tool with defaults.
Project(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.Project
Creates the Project tool with the required parameters.
Project - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Creates a new dataset or feature class with the coordinate system specified.
Project() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.Project
Creates the Project tool with defaults.
Project(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.Project
Creates the Project tool with the required parameters.
project(ISpatialReference) - Method in class com.esri.arcgis.location.GeocodedFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.networkanalyst.NALocationFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.networkanalyst.NALocationRangesFeature
Project the feature geometry to the provided spatial reference.
project(ISpatialReference) - Method in class com.esri.arcgis.networkanalyst.NATraversalResultElement
Project the feature geometry to the provided spatial reference.
project(ITime, ITimeReference) - Method in interface com.esri.arcgis.system.ITimeReference
Projects a given time, from this time reference, to a given time reference.
project(ITimeReference) - Method in interface com.esri.arcgis.system.ITimeValue
Projects this time value from its time reference, to a given time reference.
project(ITimeReference) - Method in class com.esri.arcgis.system.TimeExtent
Projects this time value from its time reference, to a given time reference.
project(ITimeReference) - Method in class com.esri.arcgis.system.TimeInstant
Projects this time value from its time reference, to a given time reference.
project(ITime, ITimeReference) - Method in class com.esri.arcgis.system.TimeReference
Projects a given time, from this time reference, to a given time reference.
project5(ISpatialReference, int) - Method in class com.esri.arcgis.geometry.Envelope
Same as Project, but with additional parameter projectionHint.
project5(ISpatialReference, int) - Method in class com.esri.arcgis.geometry.GeometryBag
Same as Project, but with additional parameter projectionHint.
project5(ISpatialReference, int) - Method in interface com.esri.arcgis.geometry.IGeometry5
Same as Project, but with additional parameter projectionHint.
project5(ISpatialReference, int) - Method in class com.esri.arcgis.geometry.MultiPatch
Same as Project, but with additional parameter projectionHint.
project5(ISpatialReference, int) - Method in class com.esri.arcgis.geometry.Multipoint
Same as Project, but with additional parameter projectionHint.
project5(ISpatialReference, int) - Method in class com.esri.arcgis.geometry.Point
Same as Project, but with additional parameter projectionHint.
project5(ISpatialReference, int) - Method in class com.esri.arcgis.geometry.Polygon
Same as Project, but with additional parameter projectionHint.
project5(ISpatialReference, int) - Method in class com.esri.arcgis.geometry.Polyline
Same as Project, but with additional parameter projectionHint.
ProjectedCoordinateSystem - Class in com.esri.arcgis.geometry
Creates a projected coordinate system.
ProjectedCoordinateSystem() - Constructor for class com.esri.arcgis.geometry.ProjectedCoordinateSystem
Constructs a ProjectedCoordinateSystem using ArcGIS Engine.
ProjectedCoordinateSystem(Object) - Constructor for class com.esri.arcgis.geometry.ProjectedCoordinateSystem
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProjectedCoordinateSystem theProjectedCoordinateSystem = (ProjectedCoordinateSystem) obj;
ProjectedCoordinateSystemDialog - Class in com.esri.arcgis.catalogUI
Projected Coordinate System Dialog.
ProjectedCoordinateSystemDialog() - Constructor for class com.esri.arcgis.catalogUI.ProjectedCoordinateSystemDialog
Constructs a ProjectedCoordinateSystemDialog using ArcGIS Engine.
ProjectedCoordinateSystemDialog(Object) - Constructor for class com.esri.arcgis.catalogUI.ProjectedCoordinateSystemDialog
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProjectedCoordinateSystemDialog theProjectedCoordinateSystemDialog = (ProjectedCoordinateSystemDialog) obj;
ProjectedCoordSysPropPage - Class in com.esri.arcgis.catalogUI
Projected Coordinate System Property Page.
ProjectedCoordSysPropPage() - Constructor for class com.esri.arcgis.catalogUI.ProjectedCoordSysPropPage
Constructs a ProjectedCoordSysPropPage using ArcGIS Engine.
ProjectedCoordSysPropPage(Object) - Constructor for class com.esri.arcgis.catalogUI.ProjectedCoordSysPropPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProjectedCoordSysPropPage theProjectedCoordSysPropPage = (ProjectedCoordSysPropPage) obj;
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in class com.esri.arcgis.geometry.Envelope
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in class com.esri.arcgis.geometry.GeometryBag
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in interface com.esri.arcgis.geometry.IGeometry2
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in class com.esri.arcgis.geometry.MultiPatch
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in class com.esri.arcgis.geometry.Multipoint
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in class com.esri.arcgis.geometry.Point
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in class com.esri.arcgis.geometry.Polygon
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in class com.esri.arcgis.geometry.Polyline
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in class com.esri.arcgis.geometry.TriangleFan
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in class com.esri.arcgis.geometry.Triangles
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx(ISpatialReference, int, IGeoTransformation, boolean, double, double) - Method in class com.esri.arcgis.geometry.TriangleStrip
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
projectEx5(ISpatialReference, int, ITransformation, boolean, double, double, int) - Method in class com.esri.arcgis.geometry.Envelope
Same as ProjectEx, but with additional parameter projectionHint.
projectEx5(ISpatialReference, int, ITransformation, boolean, double, double, int) - Method in class com.esri.arcgis.geometry.GeometryBag
Same as ProjectEx, but with additional parameter projectionHint.
projectEx5(ISpatialReference, int, ITransformation, boolean, double, double, int) - Method in interface com.esri.arcgis.geometry.IGeometry5
Same as ProjectEx, but with additional parameter projectionHint.
projectEx5(ISpatialReference, int, ITransformation, boolean, double, double, int) - Method in class com.esri.arcgis.geometry.MultiPatch
Same as ProjectEx, but with additional parameter projectionHint.
projectEx5(ISpatialReference, int, ITransformation, boolean, double, double, int) - Method in class com.esri.arcgis.geometry.Multipoint
Same as ProjectEx, but with additional parameter projectionHint.
projectEx5(ISpatialReference, int, ITransformation, boolean, double, double, int) - Method in class com.esri.arcgis.geometry.Point
Same as ProjectEx, but with additional parameter projectionHint.
projectEx5(ISpatialReference, int, ITransformation, boolean, double, double, int) - Method in class com.esri.arcgis.geometry.Polygon
Same as ProjectEx, but with additional parameter projectionHint.
projectEx5(ISpatialReference, int, ITransformation, boolean, double, double, int) - Method in class com.esri.arcgis.geometry.Polyline
Same as ProjectEx, but with additional parameter projectionHint.
projectFast(ISpatialReference, int, Object, IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc
Projects the input raster using a single polynomial fit to compute the adjustment between coordinate systems.
projectFast(ISpatialReference, int, Object, IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc2
Projects the input raster using a single polynomial fit to compute the adjustment between coordinate systems.
projectFast(ISpatialReference, int, Object, IRaster) - Method in class com.esri.arcgis.datasourcesraster.IRasterGeometryProc2Proxy
Projects the input raster using a single polynomial fit to compute the adjustment between coordinate systems.
projectFast(ISpatialReference, int, Object, IRaster) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc3
Projects the input raster using a single polynomial fit to compute the adjustment between coordinate systems.
projectFast(ISpatialReference, int, Object, IRaster) - Method in class com.esri.arcgis.datasourcesraster.RasterGeometryProc
Projects the input raster using a single polynomial fit to compute the adjustment between coordinate systems.
projectFast(IGeoDataset, ISpatialReference, int, Object) - Method in interface com.esri.arcgis.geoanalyst.ITransformationOp
Converts a raster between two coordinate systems on region bases.
projectFast(IGeoDataset, ISpatialReference, int, Object) - Method in class com.esri.arcgis.geoanalyst.RasterTransformationOp
Converts a raster between two coordinate systems on region bases.
projectFromUTC(ITime) - Method in interface com.esri.arcgis.system.ITimeReference
Projects a given time, from UTC to this time reference.
projectFromUTC() - Method in interface com.esri.arcgis.system.ITimeValue
Projects this time value from UTC, to its time reference.
projectFromUTC() - Method in class com.esri.arcgis.system.TimeExtent
Projects this time value from UTC, to its time reference.
projectFromUTC() - Method in class com.esri.arcgis.system.TimeInstant
Projects this time value from UTC, to its time reference.
projectFromUTC(ITime) - Method in class com.esri.arcgis.system.TimeReference
Projects a given time, from UTC to this time reference.
Projection - Class in com.esri.arcgis.geometry
Creates a map projection.
Projection() - Constructor for class com.esri.arcgis.geometry.Projection
Constructs a Projection using ArcGIS Engine.
Projection(Object) - Constructor for class com.esri.arcgis.geometry.Projection
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Projection theProjection = (Projection) obj;
projectionHint(IGeometry, ISpatialReference, int[], ITransformation[], int[]) - Method in class com.esri.arcgis.geometry.GeographicCoordinateSystem
Projection hint for speeding up projections.
projectionHint(IGeometry, ISpatialReference, int[], ITransformation[], int[]) - Method in interface com.esri.arcgis.geometry.ISpatialReference3
Projection hint for speeding up projections.
projectionHint(IGeometry, ISpatialReference, int[], ITransformation[], int[]) - Method in class com.esri.arcgis.geometry.ProjectedCoordinateSystem
Projection hint for speeding up projections.
ProjectiveTransformation2D - Class in com.esri.arcgis.geometry
A two dimensional projective transformation.
ProjectiveTransformation2D() - Constructor for class com.esri.arcgis.geometry.ProjectiveTransformation2D
Constructs a ProjectiveTransformation2D using ArcGIS Engine.
ProjectiveTransformation2D(Object) - Constructor for class com.esri.arcgis.geometry.ProjectiveTransformation2D
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProjectiveTransformation2D theProjectiveTransformation2D = (ProjectiveTransformation2D) obj;
ProjectiveXform - Class in com.esri.arcgis.datasourcesraster
A projective transform class.
ProjectiveXform() - Constructor for class com.esri.arcgis.datasourcesraster.ProjectiveXform
Constructs a ProjectiveXform using ArcGIS Engine.
ProjectiveXform(Object) - Constructor for class com.esri.arcgis.datasourcesraster.ProjectiveXform
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProjectiveXform theProjectiveXform = (ProjectiveXform) obj;
ProjectRaster - Class in com.esri.arcgis.geoprocessing.tools.datamanagementtools
Transforms the raster dataset from one projection to another.
ProjectRaster() - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.ProjectRaster
Creates the Project Raster tool with defaults.
ProjectRaster(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.datamanagementtools.ProjectRaster
Creates the Project Raster tool with the required parameters.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in interface com.esri.arcgis.geometry.ITransform3D
Generates a polygon footprint for the object in an arbitrary plane.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in class com.esri.arcgis.geometry.MultiPatch
Generates a polygon footprint for the object in an arbitrary plane.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in class com.esri.arcgis.geometry.Multipoint
Generates a polygon footprint for the object in an arbitrary plane.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in class com.esri.arcgis.geometry.Path
Generates a polygon footprint for the object in an arbitrary plane.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in class com.esri.arcgis.geometry.Point
Generates a polygon footprint for the object in an arbitrary plane.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in class com.esri.arcgis.geometry.Polygon
Generates a polygon footprint for the object in an arbitrary plane.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in class com.esri.arcgis.geometry.Polyline
Generates a polygon footprint for the object in an arbitrary plane.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in class com.esri.arcgis.geometry.Ring
Generates a polygon footprint for the object in an arbitrary plane.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in class com.esri.arcgis.geometry.TriangleFan
Generates a polygon footprint for the object in an arbitrary plane.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in class com.esri.arcgis.geometry.Triangles
Generates a polygon footprint for the object in an arbitrary plane.
projectToPlane(IPoint, IVector3D, IVector3D) - Method in class com.esri.arcgis.geometry.TriangleStrip
Generates a polygon footprint for the object in an arbitrary plane.
projectToUTC(ITime) - Method in interface com.esri.arcgis.system.ITimeReference
Projects a given time, from this time reference, to UTC.
projectToUTC() - Method in interface com.esri.arcgis.system.ITimeValue
Projects this time value from its time reference, to UTC.
projectToUTC() - Method in class com.esri.arcgis.system.TimeExtent
Projects this time value from its time reference, to UTC.
projectToUTC() - Method in class com.esri.arcgis.system.TimeInstant
Projects this time value from its time reference, to UTC.
projectToUTC(ITime) - Method in class com.esri.arcgis.system.TimeReference
Projects a given time, from this time reference, to UTC.
promoteToRuleException(ITopologyErrorFeature) - Method in interface com.esri.arcgis.geodatabase.ITopologyRuleContainer
Promotes a topology error to an exception.
promoteToRuleException(ITopologyErrorFeature) - Method in class com.esri.arcgis.geodatabase.ITopologyRuleContainerProxy
Promotes a topology error to an exception.
promoteToRuleException(ITopologyErrorFeature) - Method in class com.esri.arcgis.geodatabase.Topology
Promotes a topology error to an exception.
propagateChangesToRelatedObjects(int, int, int[]) - Method in interface com.esri.arcgis.geodatabase.IRelationshipChanges
Propagates the relationship changes.
propagateChangesToRelatedObjects(int, int, int[]) - Method in class com.esri.arcgis.geodatabase.IRelationshipChangesProxy
Propagates the relationship changes.
PropagateDisplacement - Class in com.esri.arcgis.geoprocessing.tools.cartographytools
Propagates the displacement resulting from road adjustment in the Resolve Road Conflicts and Merge Divided Roads tools to adjacent features.
PropagateDisplacement() - Constructor for class com.esri.arcgis.geoprocessing.tools.cartographytools.PropagateDisplacement
Creates the Propagate Displacement tool with defaults.
PropagateDisplacement(Object, Object, String) - Constructor for class com.esri.arcgis.geoprocessing.tools.cartographytools.PropagateDisplacement
Creates the Propagate Displacement tool with the required parameters.
propagateTriangleTagValue(ITinTriangle, int, boolean) - Method in interface com.esri.arcgis.geodatabase.ITinEdit
Propagates triangle tag value changes to all immediate triangles with the same initial value.
propagateTriangleTagValue(ITinTriangle, int, boolean) - Method in class com.esri.arcgis.geodatabase.Tin
Propagates triangle tag value changes to all immediate triangles with the same initial value.
propertiesChanged() - Method in class com.esri.arcgis.analyst3d.Camera
Sets camera's dirty flag.
propertiesChanged() - Method in interface com.esri.arcgis.analyst3d.ICamera
Sets camera's dirty flag.
propertiesChanged() - Method in class com.esri.arcgis.globecore.GlobeCamera
Sets camera's dirty flag.
property(String, Object) - Method in interface com.esri.arcgis.carto.IDataGraphTPrivate
For internal use only.
property(String, Object) - Method in class com.esri.arcgis.carto.IDataGraphTPrivateProxy
For internal use only.
PROPERTY_APPEARANCE - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PROPERTY_BACKCOLOR - Static variable in class com.esri.arcgis.beans.ui.AbstractCustomizer
 
PROPERTY_BACKCOLOR - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PROPERTY_BORDER_STYLE - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PROPERTY_DOCUMENTFILENAME - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PROPERTY_ESRIENABLED - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PROPERTY_KEYINTERCEPT - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PROPERTY_LABELEDIT - Static variable in class com.esri.arcgis.beans.TOC.TOCBeanGeneralPanel
 
PROPERTY_LAYERS - Static variable in class com.esri.arcgis.beans.map.MapBeanMapPanel
 
PROPERTY_LAYERVISIBILITY - Static variable in class com.esri.arcgis.beans.TOC.TOCBeanGeneralPanel
 
PROPERTY_MAPSCALE - Static variable in class com.esri.arcgis.beans.map.MapBeanMapPanel
 
PROPERTY_MAPUNITS - Static variable in class com.esri.arcgis.beans.map.MapBeanMapPanel
 
PROPERTY_MOUSEPOINTER - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PROPERTY_OLEDROPENABLED - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PROPERTY_REFERENCESCALE - Static variable in class com.esri.arcgis.beans.map.MapBeanMapPanel
 
PROPERTY_ROTATION - Static variable in class com.esri.arcgis.beans.map.MapBeanMapPanel
 
PROPERTY_SEPARATER - Static variable in class com.esri.arcgis.beans.pagelayout.PageLayoutBean
 
PROPERTY_SHOWMAPTIPS - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PROPERTY_SHOWSCROLLBARS - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PROPERTY_TIPSTYLE - Static variable in class com.esri.arcgis.beans.ui.BeanHelper
 
PropertyInfo - Class in com.esri.arcgis.carto
PropertyInfo co-class.
PropertyInfo() - Constructor for class com.esri.arcgis.carto.PropertyInfo
Constructs a PropertyInfo using ArcGIS Engine.
PropertyInfo(Object) - Constructor for class com.esri.arcgis.carto.PropertyInfo
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PropertyInfo thePropertyInfo = (PropertyInfo) obj;
PropertyInfos - Class in com.esri.arcgis.carto
PropertyInfos co-class.
PropertyInfos() - Constructor for class com.esri.arcgis.carto.PropertyInfos
Constructs a PropertyInfos using ArcGIS Engine.
PropertyInfos(Object) - Constructor for class com.esri.arcgis.carto.PropertyInfos
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PropertyInfos thePropertyInfos = (PropertyInfos) obj;
PropertySet - Class in com.esri.arcgis.system
Esri Property Set object.
PropertySet() - Constructor for class com.esri.arcgis.system.PropertySet
Constructs a PropertySet using ArcGIS Engine.
PropertySet(Object) - Constructor for class com.esri.arcgis.system.PropertySet
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PropertySet thePropertySet = (PropertySet) obj;
PropertySetArray - Class in com.esri.arcgis.system
A collection of IPropertySet objects.
PropertySetArray() - Constructor for class com.esri.arcgis.system.PropertySetArray
Constructs a PropertySetArray using ArcGIS Engine.
PropertySetArray(Object) - Constructor for class com.esri.arcgis.system.PropertySetArray
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PropertySetArray thePropertySetArray = (PropertySetArray) obj;
ProportionalSymbolPropertyPage - Class in com.esri.arcgis.cartoUI
Renderer property page for managing properties associated with the 'Proportional symbols' layer symbology option.
ProportionalSymbolPropertyPage() - Constructor for class com.esri.arcgis.cartoUI.ProportionalSymbolPropertyPage
Constructs a ProportionalSymbolPropertyPage using ArcGIS Engine.
ProportionalSymbolPropertyPage(Object) - Constructor for class com.esri.arcgis.cartoUI.ProportionalSymbolPropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProportionalSymbolPropertyPage theProportionalSymbolPropertyPage = (ProportionalSymbolPropertyPage) obj;
ProportionalSymbolRenderer - Class in com.esri.arcgis.carto
A proportional symbol renderer, used to draw symbols of varying size for each feature, sized in proportion to a field value.
ProportionalSymbolRenderer() - Constructor for class com.esri.arcgis.carto.ProportionalSymbolRenderer
Constructs a ProportionalSymbolRenderer using ArcGIS Engine.
ProportionalSymbolRenderer(Object) - Constructor for class com.esri.arcgis.carto.ProportionalSymbolRenderer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProportionalSymbolRenderer theProportionalSymbolRenderer = (ProportionalSymbolRenderer) obj;
proposeSpatialReference(ISpatialReference, boolean[]) - Method in interface com.esri.arcgis.analyst3d.IScene
Proposes a spatial reference for the scene.
proposeSpatialReference(ISpatialReference, boolean[]) - Method in class com.esri.arcgis.analyst3d.Scene
Proposes a spatial reference for the scene.
proposeSpatialReference(ISpatialReference, boolean[]) - Method in class com.esri.arcgis.globecore.Globe
Proposes a spatial reference for the scene.
PropSet - Class in com.esri.arcgis.trackinganalyst
Defines set of properties for data.
PropSet() - Constructor for class com.esri.arcgis.trackinganalyst.PropSet
Constructs a PropSet using ArcGIS Engine.
PropSet(Object) - Constructor for class com.esri.arcgis.trackinganalyst.PropSet
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PropSet thePropSet = (PropSet) obj;
protectOLE_COLOR(int) - Method in interface com.esri.arcgis.arcglobe.IProtectNameArcGlobe
protectOLE_COLOR
protectOLE_COLOR(int) - Method in class com.esri.arcgis.arcglobe.IProtectNameArcGlobeProxy
protectOLE_COLOR
protectOLE_COLOR(int) - Method in interface com.esri.arcgis.arcscene.IProtectNameArcScene
protectOLE_COLOR
protectOLE_COLOR(int) - Method in class com.esri.arcgis.arcscene.IProtectNameArcSceneProxy
protectOLE_COLOR
protectOLE_COLOR(int) - Method in interface com.esri.arcgis.carto.IProtectNameCarto
protectOLE_COLOR
protectOLE_COLOR(int) - Method in class com.esri.arcgis.carto.IProtectNameCartoProxy
protectOLE_COLOR
protectOLE_COLOR(int) - Method in interface com.esri.arcgis.cartoUI.IProtectNameCartoUI
protectOLE_COLOR
protectOLE_COLOR(int) - Method in class com.esri.arcgis.cartoUI.IProtectNameCartoUIProxy
protectOLE_COLOR
protectOLE_COLOR(int) - Method in interface com.esri.arcgis.cartox.IProtectNameCartoX
protectOLE_COLOR
protectOLE_COLOR(int) - Method in class com.esri.arcgis.cartox.IProtectNameCartoXProxy
protectOLE_COLOR
protectOLE_COLOR(int) - Method in interface com.esri.arcgis.controls.IProtectNameControls
protectOLE_COLOR
protectOLE_COLOR(int) - Method in class com.esri.arcgis.controls.IProtectNameControlsProxy
protectOLE_COLOR
protectOLE_COLOR(int) - Method in interface com.esri.arcgis.editor.IProtectNameEditor
protectOLE_COLOR
protectOLE_COLOR(int) - Method in class com.esri.arcgis.editor.IProtectNameEditorProxy
protectOLE_COLOR
protectOLE_COLOR(int) - Method in interface com.esri.arcgis.framework.IProtectNameFramework
protectOLE_COLOR
protectOLE_COLOR(int) - Method in class com.esri.arcgis.framework.IProtectNameFrameworkProxy
protectOLE_COLOR
protectOLE_COLOR(int) - Method in interface com.esri.arcgis.geodatabaseui.IProtectNameGeoDatabaseUI
protectOLE_COLOR
protectOLE_COLOR(int) - Method in class com.esri.arcgis.geodatabaseui.IProtectNameGeoDatabaseUIProxy
protectOLE_COLOR
protectOLE_COLOR(int) - Method in interface com.esri.arcgis.geoprocessing.IProtectNameGeoprocessing
protectOLE_COLOR
protectOLE_COLOR(int) - Method in class com.esri.arcgis.geoprocessing.IProtectNameGeoprocessingProxy
protectOLE_COLOR
protectOLE_HANDLE(int) - Method in interface com.esri.arcgis.arcglobe.IProtectNameArcGlobe
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in class com.esri.arcgis.arcglobe.IProtectNameArcGlobeProxy
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in interface com.esri.arcgis.arcscene.IProtectNameArcScene
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in class com.esri.arcgis.arcscene.IProtectNameArcSceneProxy
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in interface com.esri.arcgis.carto.IProtectNameCarto
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in class com.esri.arcgis.carto.IProtectNameCartoProxy
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in interface com.esri.arcgis.cartoUI.IProtectNameCartoUI
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in class com.esri.arcgis.cartoUI.IProtectNameCartoUIProxy
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in interface com.esri.arcgis.cartox.IProtectNameCartoX
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in class com.esri.arcgis.cartox.IProtectNameCartoXProxy
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in interface com.esri.arcgis.controls.IProtectNameControls
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in class com.esri.arcgis.controls.IProtectNameControlsProxy
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in interface com.esri.arcgis.editor.IProtectNameEditor
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in class com.esri.arcgis.editor.IProtectNameEditorProxy
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in interface com.esri.arcgis.framework.IProtectNameFramework
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in class com.esri.arcgis.framework.IProtectNameFrameworkProxy
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in interface com.esri.arcgis.geodatabaseui.IProtectNameGeoDatabaseUI
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in class com.esri.arcgis.geodatabaseui.IProtectNameGeoDatabaseUIProxy
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in interface com.esri.arcgis.geoprocessing.IProtectNameGeoprocessing
protectOLE_HANDLE
protectOLE_HANDLE(int) - Method in class com.esri.arcgis.geoprocessing.IProtectNameGeoprocessingProxy
protectOLE_HANDLE
ProximityLocationTrigger - Class in com.esri.arcgis.trackinganalyst
Controls the implementation of a proximity location trigger which can perform across multiple real-time point temporal feature classes.
ProximityLocationTrigger() - Constructor for class com.esri.arcgis.trackinganalyst.ProximityLocationTrigger
Constructs a ProximityLocationTrigger using ArcGIS Engine.
ProximityLocationTrigger(Object) - Constructor for class com.esri.arcgis.trackinganalyst.ProximityLocationTrigger
Construct a ProximityLocationTrigger using a reference to such an object returned from ArcGIS Engine or Server.
ProxyServerInfo - Class in com.esri.arcgis.system
A utility class for setting proxy server configuration information.
ProxyServerInfo() - Constructor for class com.esri.arcgis.system.ProxyServerInfo
Constructs a ProxyServerInfo using ArcGIS Engine.
ProxyServerInfo(Object) - Constructor for class com.esri.arcgis.system.ProxyServerInfo
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProxyServerInfo theProxyServerInfo = (ProxyServerInfo) obj;
ProxyServerPage - Class in com.esri.arcgis.catalogUI
Esri Proxy Server property page.
ProxyServerPage() - Constructor for class com.esri.arcgis.catalogUI.ProxyServerPage
Constructs a ProxyServerPage using ArcGIS Engine.
ProxyServerPage(Object) - Constructor for class com.esri.arcgis.catalogUI.ProxyServerPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ProxyServerPage theProxyServerPage = (ProxyServerPage) obj;
pruneTable() - Method in interface com.esri.arcgis.geodatabaseextensions.ITemporalObservationsTable
Apply the purge rule to the temporal table.
pruneTable() - Method in interface com.esri.arcgis.trackinganalyst.ITemporalFeatureClass
Apply the purge rule to the temporal table.
pruneTable() - Method in class com.esri.arcgis.trackinganalyst.ITemporalFeatureClassProxy
Apply the purge rule to the temporal table.
pruneTable() - Method in class com.esri.arcgis.trackinganalyst.TemporalFeatureClass
Apply the purge rule to the temporal table.
pruneTable() - Method in class com.esri.arcgis.trackinganalyst.TemporalObservationTable
Apply the purge rule to the temporal table.
PSDriver - Class in com.esri.arcgis.output
Class used to print maps with the PostScript Driver.
PSDriver() - Constructor for class com.esri.arcgis.output.PSDriver
Constructs a PSDriver using ArcGIS Engine.
PSDriver(Object) - Constructor for class com.esri.arcgis.output.PSDriver
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PSDriver thePSDriver = (PSDriver) obj;
pSegment - Variable in class com.esri.arcgis.geometry._esriSegmentInfo
 
PsExporter - Class in com.esri.arcgis.output
Superseded by ExportPS.
PsExporter() - Constructor for class com.esri.arcgis.output.PsExporter
Constructs a PsExporter using ArcGIS Engine.
PsExporter(Object) - Constructor for class com.esri.arcgis.output.PsExporter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PsExporter thePsExporter = (PsExporter) obj;
PsPrinter - Class in com.esri.arcgis.output
Class used to print maps with the PostScript Printer Driver.
PsPrinter() - Constructor for class com.esri.arcgis.output.PsPrinter
Constructs a PsPrinter using ArcGIS Engine.
PsPrinter(Object) - Constructor for class com.esri.arcgis.output.PsPrinter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PsPrinter thePsPrinter = (PsPrinter) obj;
pszDocString - Variable in class com.esri.arcgis.framework.tagPROPPAGEINFO
 
pszHelpFile - Variable in class com.esri.arcgis.framework.tagPROPPAGEINFO
 
pszTitle - Variable in class com.esri.arcgis.framework.tagPROPPAGEINFO
 
pt - Variable in class com.esri.arcgis.framework.tagMSG
 
PT_CHAR - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are 8 bit integers.
PT_CLONG - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are long integer complex.
PT_COMPLEX - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are single precsion complex.
PT_CSHORT - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are short integer complex.
PT_DCOMPLEX - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are double precision complex.
PT_DOUBLE - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are double precision floating point.
PT_FLOAT - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are single precision floating point.
PT_LONG - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are 32 bit integers.
PT_SHORT - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are 16 bit integers.
PT_U1 - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are 1 bit.
PT_U2 - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are 2 bits.
PT_U4 - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are 4 bits.
PT_UCHAR - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are unsigned 8 bit integers.
PT_ULONG - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are unsigned 32 bit integers.
PT_UNKNOWN - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are unknown.
PT_USHORT - Static variable in interface com.esri.arcgis.geodatabase.rstPixelType
Pixel values are unsigned 16 bit integers.
PublishAntiAliasingPage - Class in com.esri.arcgis.arcmapui
Publishing UI - Anti Aliasing Property Page.
PublishAntiAliasingPage() - Constructor for class com.esri.arcgis.arcmapui.PublishAntiAliasingPage
Constructs a PublishAntiAliasingPage using ArcGIS Engine.
PublishAntiAliasingPage(Object) - Constructor for class com.esri.arcgis.arcmapui.PublishAntiAliasingPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PublishAntiAliasingPage thePublishAntiAliasingPage = (PublishAntiAliasingPage) obj;
publishDatasets(IEnumName) - Method in class com.esri.arcgis.catalog.IMSMetadataService
Publish the metadata of a set of datasets to an ArcIMS Metadata Server.
publishDatasets(IEnumName) - Method in interface com.esri.arcgis.catalog.IRemoteMetadata
Publish the metadata of a set of datasets to an ArcIMS Metadata Server.
PublishDestinationPage - Class in com.esri.arcgis.arcmapui
Publishing UI - Destination Property Page.
PublishDestinationPage() - Constructor for class com.esri.arcgis.arcmapui.PublishDestinationPage
Constructs a PublishDestinationPage using ArcGIS Engine.
PublishDestinationPage(Object) - Constructor for class com.esri.arcgis.arcmapui.PublishDestinationPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PublishDestinationPage thePublishDestinationPage = (PublishDestinationPage) obj;
PublishOptionsPage - Class in com.esri.arcgis.arcmapui
Global Publishing UI Option Property Page.
PublishOptionsPage() - Constructor for class com.esri.arcgis.arcmapui.PublishOptionsPage
Constructs a PublishOptionsPage using ArcGIS Engine.
PublishOptionsPage(Object) - Constructor for class com.esri.arcgis.arcmapui.PublishOptionsPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PublishOptionsPage thePublishOptionsPage = (PublishOptionsPage) obj;
pUnk - Variable in class com.esri.arcgis.display.tagCONNECTDATA
 
PushbroomUtilities - Class in com.esri.arcgis.datasourcesraster
Pushbroom Xforms Utilities class.
PushbroomUtilities() - Constructor for class com.esri.arcgis.datasourcesraster.PushbroomUtilities
Constructs a PushbroomUtilities using ArcGIS Engine.
PushbroomUtilities(Object) - Constructor for class com.esri.arcgis.datasourcesraster.PushbroomUtilities
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PushbroomUtilities thePushbroomUtilities = (PushbroomUtilities) obj;
pushFilter(IDisplayFilter) - Method in interface com.esri.arcgis.display.IDisplayFiltersControl
Pushes and activates the Display filter.
pushFilter(IDisplayFilter) - Method in class com.esri.arcgis.display.ScreenDisplay
Pushes and activates the Display filter.
pushFilter(IDisplayFilter) - Method in class com.esri.arcgis.display.SimpleDisplay
Pushes and activates the Display filter.
put(boolean) - Method in class com.esri.arcgis.server.json.JSONArray
Append a boolean value.
put(Collection) - Method in class com.esri.arcgis.server.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class com.esri.arcgis.server.json.JSONArray
Append a double value.
put(int) - Method in class com.esri.arcgis.server.json.JSONArray
Append an int value.
put(long) - Method in class com.esri.arcgis.server.json.JSONArray
Append an long value.
put(Map) - Method in class com.esri.arcgis.server.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class com.esri.arcgis.server.json.JSONArray
Append an object value.
put(int, boolean) - Method in class com.esri.arcgis.server.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class com.esri.arcgis.server.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class com.esri.arcgis.server.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class com.esri.arcgis.server.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class com.esri.arcgis.server.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class com.esri.arcgis.server.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class com.esri.arcgis.server.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class com.esri.arcgis.server.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class com.esri.arcgis.server.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class com.esri.arcgis.server.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class com.esri.arcgis.server.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class com.esri.arcgis.server.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class com.esri.arcgis.server.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class com.esri.arcgis.server.json.JSONObject
Put a key/value pair in the JSONObject.
put_ID(int) - Method in interface com.esri.arcgis.geometry.IEnumVertex
Sets the ID attribute of the current vertex.
put_ID(int) - Method in class com.esri.arcgis.geometry.IEnumVertexProxy
Sets the ID attribute of the current vertex.
put_M(double) - Method in interface com.esri.arcgis.geometry.IEnumVertex
Sets the M attribute of the current vertex.
put_M(double) - Method in class com.esri.arcgis.geometry.IEnumVertexProxy
Sets the M attribute of the current vertex.
put_X(double) - Method in interface com.esri.arcgis.geometry.IEnumVertex
Sets the X coordinate of the current vertex.
put_X(double) - Method in class com.esri.arcgis.geometry.IEnumVertexProxy
Sets the X coordinate of the current vertex.
put_Y(double) - Method in interface com.esri.arcgis.geometry.IEnumVertex
Sets the Y coordinate of the current vertex.
put_Y(double) - Method in class com.esri.arcgis.geometry.IEnumVertexProxy
Sets the Y coordinate of the current vertex.
put_Z(double) - Method in interface com.esri.arcgis.geometry.IEnumVertex
Sets the Z coordinate of the current vertex.
put_Z(double) - Method in class com.esri.arcgis.geometry.IEnumVertexProxy
Sets the Z coordinate of the current vertex.
putACL(String, String) - Method in interface com.esri.arcgis.server.IServerConfigurationStorage
putACL
putAncillaryRole(int, int, String) - Method in interface com.esri.arcgis.geodatabase.INetSchemaEdit
Sets the ancillary role type and the name of the field containing the ancillary role information for the specified user class.
putAncillaryRole(int, int, String) - Method in class com.esri.arcgis.geodatabase.INetSchemaEditProxy
Sets the ancillary role type and the name of the field containing the ancillary role information for the specified user class.
putAncillaryRole(int, int, String) - Method in class com.esri.arcgis.geodatabase.StreetNetwork
Sets the ancillary role type and the name of the field containing the ancillary role information for the specified user class.
putAncillaryRole(int, int, String) - Method in class com.esri.arcgis.geodatabase.UtilityNetwork
Sets the ancillary role type and the name of the field containing the ancillary role information for the specified user class.
putAncillaryRole(String, int, String) - Method in interface com.esri.arcgis.networkanalysis.INetworkLoader
Specifies the ancillary role attribute field for the specified feature class.
putAncillaryRole(String, int, String) - Method in class com.esri.arcgis.networkanalysis.NetworkLoader
Specifies the ancillary role attribute field for the specified feature class.
putAngleCalculationMethods(int, int, int) - Method in class com.esri.arcgis.animation.AGImportPathOptions
The options for angle calculation.
putAngleCalculationMethods(int, int, int) - Method in interface com.esri.arcgis.animation.IAGImportPathOptions
The options for angle calculation.
putAngleCalculationValues(double, double, double) - Method in class com.esri.arcgis.animation.AGImportPathOptions
The values for angle calculation (angles in degrees).
putAngleCalculationValues(double, double, double) - Method in interface com.esri.arcgis.animation.IAGImportPathOptions
The values for angle calculation (angles in degrees).
putAxes(double, double) - Method in class com.esri.arcgis.geometry.EllipticArc
Sets the semi-major and semi-minor axes.
putAxes(double, double) - Method in interface com.esri.arcgis.geometry.IEllipticArc
Sets the semi-major and semi-minor axes.
putCacheOp(ILayer, int) - Method in class com.esri.arcgis.arcglobe.GlobeDeployment
The operation to be performed with the cache.
putCacheOp(ILayer, int) - Method in interface com.esri.arcgis.arcglobe.IGlobeDeployment
The operation to be performed with the cache.
putCacheOrder(short, short) - Method in interface com.esri.arcgis.display.IScreenCacheManager
Sets or returns the order of the specified cache.
putCacheOrder(short, short) - Method in class com.esri.arcgis.display.ScreenDisplay
Sets or returns the order of the specified cache.
putCachePath(ILayer, String, String) - Method in class com.esri.arcgis.arcglobe.GlobeDeployment
The deployment cache for a layer.
putCachePath(ILayer, String, String) - Method in interface com.esri.arcgis.arcglobe.IGlobeDeployment
The deployment cache for a layer.
putCallOutLineOffset(double, double, double) - Method in class com.esri.arcgis.globecore.GlobeGraphicsElementProperties
The offset introduced by the callout line in the graphics element position.
putCallOutLineOffset(double, double, double) - Method in interface com.esri.arcgis.globecore.IGlobeGraphicsElementProperties
The offset introduced by the callout line in the graphics element position.
putClass(int, double, double, double) - Method in interface com.esri.arcgis.datasourcesraster.IRemapFilter
Puts a remap class at a given class index (starting from 0).
putClass(int, double, double, double) - Method in class com.esri.arcgis.datasourcesraster.RemapFilter
Puts a remap class at a given class index (starting from 0).
putCoefficients(double[][]) - Method in interface com.esri.arcgis.datasourcesraster.IRasterConvolutionFilter
Sets the element coefficients of the kernel filter.
putCoefficients(double[]) - Method in interface com.esri.arcgis.datasourcesraster.IRPCXform
Puts the rational polynomial coefficients.
putCoefficients(double[][]) - Method in class com.esri.arcgis.datasourcesraster.RasterConvolutionFilter
Sets the element coefficients of the kernel filter.
putCoefficients(double[]) - Method in class com.esri.arcgis.datasourcesraster.RPCXform
Puts the rational polynomial coefficients.
putCoord(int, IPoint) - Method in class com.esri.arcgis.geometry.BezierCurve
Sets the specified (0 <= index < 4) control point of this Bezier curve.
putCoord(int, IPoint) - Method in interface com.esri.arcgis.geometry.IBezierCurve
Deprecated. Sets the specified (0 <= index < 4) control point of this Bezier curve.
putCoord(int, IPoint) - Method in interface com.esri.arcgis.geometry.IBezierCurveGEN
Sets the specified (0 <= index < 4) control point of this Bezier curve.
putCoords(double, double) - Method in class com.esri.arcgis.datasourcesraster.MapPoint
Sets the X and Y coordinates.
putCoords(IPoint[]) - Method in class com.esri.arcgis.geometry.BezierCurve
Sets this Bezier curve's control points from an array of between 1 to 4 input points.
putCoords(int, IPoint) - Method in class com.esri.arcgis.geometry.BezierCurve
Sets this Bezier curve's control points from an array of between 1 to 4 input points.
putCoords(IPoint, IPoint, IPoint, int) - Method in class com.esri.arcgis.geometry.CircularArc
Defines this arc by a center point, 'from' and 'to' points, and orientation.
putCoords(boolean, IPoint, IPoint, IPoint, double, double, int) - Method in class com.esri.arcgis.geometry.EllipticArc
Sets the center point and endpoints, angle of rotation, and orientation.
putCoords(double, double, double, double) - Method in class com.esri.arcgis.geometry.Envelope
Constructs an envelope from the coordinate values of lower, left and upper, right corners.
putCoords(int, IPoint) - Method in interface com.esri.arcgis.geometry.IBezierCurve
Deprecated. Sets this Bezier curve's control points from an array of between 1 to 4 input points.
putCoords(IPoint[]) - Method in interface com.esri.arcgis.geometry.IBezierCurveGEN
Sets this Bezier curve's control points from an array of between 1 to 4 input points.
putCoords(IPoint, IPoint, IPoint, int) - Method in interface com.esri.arcgis.geometry.ICircularArc
Defines this arc by a center point, 'from' and 'to' points, and orientation.
putCoords(boolean, IPoint, IPoint, IPoint, double, double, int) - Method in interface com.esri.arcgis.geometry.IEllipticArc
Sets the center point and endpoints, angle of rotation, and orientation.
putCoords(double, double, double, double) - Method in interface com.esri.arcgis.geometry.IEnvelope
Deprecated. Constructs an envelope from the coordinate values of lower, left and upper, right corners.
putCoords(double, double, double, double) - Method in interface com.esri.arcgis.geometry.IEnvelopeGEN
Constructs an envelope from the coordinate values of lower, left and upper, right corners.
putCoords(IPoint, IPoint) - Method in interface com.esri.arcgis.geometry.ILine
Sets this line's endpoints to be 'from' and 'to'.
putCoords(double, double) - Method in interface com.esri.arcgis.geometry.IPoint
Sets the X and Y coordinates.
putCoords(IPoint, IPoint) - Method in class com.esri.arcgis.geometry.Line
Sets this line's endpoints to be 'from' and 'to'.
putCoords(double, double) - Method in class com.esri.arcgis.geometry.Point
Sets the X and Y coordinates.
putCoords(double, double) - Method in interface com.esri.arcgis.schematic.ISchematicInMemoryFeatureNodeGeometry
Changes the coordinates of the schematic in memory feature node.
putCoords(double, double) - Method in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureNodeGeometryProxy
Changes the coordinates of the schematic in memory feature node.
putCoords(double, double) - Method in class com.esri.arcgis.schematic.SchematicInMemoryFeatureNode
Changes the coordinates of the schematic in memory feature node.
putCoordsByAngle(IPoint, double, double, double) - Method in class com.esri.arcgis.geometry.CircularArc
Defines this circular arc by a center point, 'from' angle, signed central angle, and radius.
putCoordsByAngle(boolean, IPoint, double, double, double, double, double) - Method in class com.esri.arcgis.geometry.EllipticArc
Sets the center point, starting angle, signed central angle, angle of rotation, ratio of the minor axis to the major axis, and axes.
putCoordsByAngle(IPoint, double, double, double) - Method in interface com.esri.arcgis.geometry.ICircularArc
Defines this circular arc by a center point, 'from' angle, signed central angle, and radius.
putCoordsByAngle(boolean, IPoint, double, double, double, double, double) - Method in interface com.esri.arcgis.geometry.IEllipticArc
Sets the center point, starting angle, signed central angle, angle of rotation, ratio of the minor axis to the major axis, and axes.
putCoordsEx(IPoint, IPoint) - Method in class com.esri.arcgis.geometry.BezierCurve
Sets this segment's endpoints to 'from' and 'to'.
putCoordsEx(IPoint, IPoint) - Method in class com.esri.arcgis.geometry.CircularArc
Sets this segment's endpoints to 'from' and 'to'.
putCoordsEx(IPoint, IPoint) - Method in class com.esri.arcgis.geometry.EllipticArc
Sets this segment's endpoints to 'from' and 'to'.
putCoordsEx(IPoint, IPoint) - Method in interface com.esri.arcgis.geometry.ICurve2
Sets this segment's endpoints to 'from' and 'to'.
putCoordsEx(IPoint, IPoint) - Method in class com.esri.arcgis.geometry.Line
Sets this segment's endpoints to 'from' and 'to'.
putCoordsEx(IPoint, IPoint) - Method in class com.esri.arcgis.geometry.Polyline
Sets this segment's endpoints to 'from' and 'to'.
putCoordsFromDD(String) - Method in interface com.esri.arcgis.geometry.IConversionNotation
Creates the coordinates of a point from the decimal degrees description.
putCoordsFromDD(String) - Method in class com.esri.arcgis.geometry.Point
Creates the coordinates of a point from the decimal degrees description.
putCoordsFromDDM(String) - Method in interface com.esri.arcgis.geometry.IConversionNotation
Creates the coordinates of a point from the degrees decimal minutes description.
putCoordsFromDDM(String) - Method in class com.esri.arcgis.geometry.Point
Creates the coordinates of a point from the degrees decimal minutes description.
putCoordsFromDMS(String) - Method in interface com.esri.arcgis.geometry.IConversionNotation
Creates the coordinates of a point from the degrees/minutes/seconds description.
putCoordsFromDMS(String) - Method in class com.esri.arcgis.geometry.Point
Creates the coordinates of a point from the degrees/minutes/seconds description.
putCoordsFromGARS(int, String) - Method in interface com.esri.arcgis.geometry.IConversionNotation
Creates the coordinates of a point from the GARS description.
putCoordsFromGARS(int, String) - Method in class com.esri.arcgis.geometry.Point
Creates the coordinates of a point from the GARS description.
putCoordsFromGeoRef(String) - Method in interface com.esri.arcgis.geometry.IConversionNotation
Creates the coordinates of a point from the GeoRef description.
putCoordsFromGeoRef(String) - Method in class com.esri.arcgis.geometry.Point
Creates the coordinates of a point from the GeoRef description.
putCoordsFromMGRS(String, int) - Method in interface com.esri.arcgis.geometry.IConversionMGRS
Creates the coordinates of a point from the MGRS/USNG description.
putCoordsFromMGRS(String, int) - Method in class com.esri.arcgis.geometry.Point
Creates the coordinates of a point from the MGRS/USNG description.
putCoordsFromUSNG(String) - Method in interface com.esri.arcgis.geometry.IConversionNotation
Creates the coordinates of a point from the USNG description.
putCoordsFromUSNG(String) - Method in class com.esri.arcgis.geometry.Point
Creates the coordinates of a point from the USNG description.
putCoordsFromUTM(int, String) - Method in interface com.esri.arcgis.geometry.IConversionNotation
Creates the coordinates of a point from the UTM description.
putCoordsFromUTM(int, String) - Method in class com.esri.arcgis.geometry.Point
Creates the coordinates of a point from the UTM description.
putCustomSize(int, int) - Method in class com.esri.arcgis.analyst3d.AVIExporter
The custom image size for video export.
putCustomSize(int, int) - Method in interface com.esri.arcgis.analyst3d.ISceneVideoExporter
The custom image size for video export.
putCustomSize(int, int) - Method in class com.esri.arcgis.analyst3d.QuickTimeExporter
The custom image size for video export.
putCustomSize(int, int) - Method in class com.esri.arcgis.animation.AnimationExporterAVI
The custom image size for video export.
putCustomSize(int, int) - Method in class com.esri.arcgis.animation.AnimationExporterQT
The custom image size for video export.
putCustomSize(int, int) - Method in class com.esri.arcgis.animation.AnimationExporterSeqImages
The custom image size for video export.
putCustomSize(int, int) - Method in interface com.esri.arcgis.animation.IVideoExporter
The custom image size for video export.
putCustomSize(double, double) - Method in interface com.esri.arcgis.carto.IPage
The size of the page in page units.
putCustomSize(double, double) - Method in class com.esri.arcgis.carto.Page
The size of the page in page units.
putDisplaySettings(double, double) - Method in interface com.esri.arcgis.carto.ILabelCache
Settings of the display transformation when cache was created.
putDisplaySettings(double, double) - Method in class com.esri.arcgis.carto.LabelCache
Settings of the display transformation when cache was created.
putDistortionTable(IDoubleArray, IDoubleArray) - Method in class com.esri.arcgis.datasourcesraster.FrameXform
The distortion tables to calculate Konrady coefficients and residuals.
putDistortionTable(IDoubleArray, IDoubleArray) - Method in interface com.esri.arcgis.datasourcesraster.IFrameXform
The distortion tables to calculate Konrady coefficients and residuals.
putEdgeOrigins(int, IEdgeFlag) - Method in interface com.esri.arcgis.networkanalysis.ITraceFlowSolver
Sets the starting edges for this trace solver.
putEdgeOrigins(IEdgeFlag[]) - Method in interface com.esri.arcgis.networkanalysis.ITraceFlowSolverGEN
Sets the starting edges for this trace solver.
putEdgeOrigins(int, IEdgeFlag) - Method in class com.esri.arcgis.networkanalysis.ITraceFlowSolverProxy
Sets the starting edges for this trace solver.
putEdgeOrigins(IEdgeFlag[]) - Method in class com.esri.arcgis.networkanalysis.TraceFlowSolver
Sets the starting edges for this trace solver.
putElementName(IElement, String) - Method in class com.esri.arcgis.globecore.GlobeGraphicsLayer
Puts the name of an element.
putElementName(IElement, String) - Method in interface com.esri.arcgis.globecore.IGlobeGraphicsLayer
Puts the name of an element.
putElementOrder(Object) - Method in class com.esri.arcgis.analyst3d.GraphicsLayer3D
Private order object.
putElementOrder(Object) - Method in class com.esri.arcgis.carto.CompositeGraphicsLayer
Private order object.
putElementOrder(Object) - Method in class com.esri.arcgis.carto.FDOGraphicsLayer
Private order object.
putElementOrder(Object) - Method in class com.esri.arcgis.carto.GraphicsSubLayer
Private order object.
putElementOrder(Object) - Method in interface com.esri.arcgis.carto.IGraphicsContainer
Private order object.
putElementOrder(Object) - Method in class com.esri.arcgis.carto.IGraphicsContainerProxy
Private order object.
putElementOrder(Object) - Method in class com.esri.arcgis.carto.Map
Private order object.
putElementOrder(Object) - Method in class com.esri.arcgis.carto.PageLayout
Private order object.
putElementOrder(Object) - Method in class com.esri.arcgis.globecore.GlobeGraphicsLayer
Private order object.
putEnabledDisabledFieldName(int, String) - Method in interface com.esri.arcgis.geodatabase.INetSchemaEdit
Sets the name of the field containing the enabled/disabled information for the specified user class.
putEnabledDisabledFieldName(int, String) - Method in class com.esri.arcgis.geodatabase.INetSchemaEditProxy
Sets the name of the field containing the enabled/disabled information for the specified user class.
putEnabledDisabledFieldName(int, String) - Method in class com.esri.arcgis.geodatabase.StreetNetwork
Sets the name of the field containing the enabled/disabled information for the specified user class.
putEnabledDisabledFieldName(int, String) - Method in class com.esri.arcgis.geodatabase.UtilityNetwork
Sets the name of the field containing the enabled/disabled information for the specified user class.
putEnabledDisabledFieldName(String, String) - Method in interface com.esri.arcgis.networkanalysis.INetworkLoader
Specifies the enabled/disabled field for the specified feature class.
putEnabledDisabledFieldName(String, String) - Method in class com.esri.arcgis.networkanalysis.NetworkLoader
Specifies the enabled/disabled field for the specified feature class.
putEnvVariant(IGPEnvironment, Object) - Method in class com.esri.arcgis.geoprocessing.GPEnvironmentManager
Sets the value of the given environment to the given variant.
putEnvVariant(IGPEnvironment, Object) - Method in interface com.esri.arcgis.geoprocessing.IGPEnvironmentManager
Sets the value of the given environment to the given variant.
putFolderInfo(String, String) - Method in interface com.esri.arcgis.server.IServerConfigurationStorage
putFolderInfo
putGeodatabase(String, String) - Method in interface com.esri.arcgis.server.IServerConfigurationStorage
putGeodatabase
putGeodatabase(String, String) - Method in interface com.esri.arcgis.server.IServerObjectAdmin8
Put Geodatabase.
putGeodatabase(String, String) - Method in class com.esri.arcgis.server.ServerObjectAdmin
Put Geodatabase.
putHistogramInfo(int, double, double, double) - Method in interface com.esri.arcgis.datasourcesraster.IStatsHistogram3
Sets histogram size, min and max range.
putHistogramInfo(int, double, double, double) - Method in class com.esri.arcgis.datasourcesraster.StatsHistogram
Sets histogram size, min and max range.
putHistogramMinmax(double, double) - Method in interface com.esri.arcgis.datasourcesraster.IStatsHistogram
Sets histogram min and max range.
putHistogramMinmax(double, double) - Method in class com.esri.arcgis.datasourcesraster.StatsHistogram
Sets histogram min and max range.
putInteriorOrientationParameters(int, Object) - Method in class com.esri.arcgis.datasourcesraster.FrameXform
Puts the interior orientation parameters.
putInteriorOrientationParameters(int, Object) - Method in interface com.esri.arcgis.datasourcesraster.IFrameXform
Puts the interior orientation parameters.
putIsAnimating(boolean, boolean) - Method in interface com.esri.arcgis.animation.IAGAnimationContainer
Indicates if the animation is active, and if full quality rendering is used (for video).
putIsAnimating(boolean, boolean) - Method in class com.esri.arcgis.globecore.Globe
Indicates if the animation is active, and if full quality rendering is used (for video).
putIsElementVisible(int, boolean) - Method in class com.esri.arcgis.globecore.GlobeGraphicsLayer
Set the visibility of an element.
putIsElementVisible(int, boolean) - Method in interface com.esri.arcgis.globecore.IGlobeGraphicsLayer
Set the visibility of an element.
putItemInfo(String, String, String, IItemInfo) - Method in interface com.esri.arcgis.gisclient.IRESTServerObjectAdmin
Add or update the ItemInfo of a service.
putJunctionOrigins(int, IJunctionFlag) - Method in interface com.esri.arcgis.networkanalysis.ITraceFlowSolver
Sets the starting junctions for this trace solver.
putJunctionOrigins(IJunctionFlag[]) - Method in interface com.esri.arcgis.networkanalysis.ITraceFlowSolverGEN
Sets the starting junctions for this trace solver.
putJunctionOrigins(int, IJunctionFlag) - Method in class com.esri.arcgis.networkanalysis.ITraceFlowSolverProxy
Sets the starting junctions for this trace solver.
putJunctionOrigins(IJunctionFlag[]) - Method in class com.esri.arcgis.networkanalysis.TraceFlowSolver
Sets the starting junctions for this trace solver.
putLinearAndAngularUnits(ILinearUnit, IAngularUnit) - Method in interface com.esri.arcgis.geometry.IProjectedCoordinateSystem2
Modify linear unit of projected coordinates and angular unit of associated geographic coordinates.
putLinearAndAngularUnits(ILinearUnit, IAngularUnit) - Method in interface com.esri.arcgis.geometry.IProjectedCoordinateSystem4GEN
Modify linear unit of projected coordinates and angular unit of associated geographic coordinates.
putLinearAndAngularUnits(ILinearUnit, IAngularUnit) - Method in class com.esri.arcgis.geometry.ProjectedCoordinateSystem
Modify linear unit of projected coordinates and angular unit of associated geographic coordinates.
putLogFile(String, Date, Date, String) - Method in interface com.esri.arcgis.server.IServerConfigurationStorage
putLogFile
putLossyCompressionOption(boolean, short) - Method in class com.esri.arcgis.globecore.GlobeLayerProperties
Puts the lossy compression option and compression quality.
putLossyCompressionOption(boolean, short) - Method in interface com.esri.arcgis.globecore.IGlobeLayerProperties
Puts the lossy compression option and compression quality.
putLossyCompressionOption(boolean, short) - Method in interface com.esri.arcgis.globecore.IGlobeLayerProperties4
Puts the lossy compression option and compression quality.
putLossyCompressionOption(boolean, short) - Method in interface com.esri.arcgis.globecore.IGlobeLayerProperties5
Puts the lossy compression option and compression quality.
putMargins(double, double, double, double) - Method in class com.esri.arcgis.display.BalloonCallout
Sets the margins.
putMargins(double, double, double, double) - Method in interface com.esri.arcgis.display.ITextMargins
Sets the margins.
putMargins(double, double, double, double) - Method in class com.esri.arcgis.display.LineCallout
Sets the margins.
putMaxTextureSize(int, int) - Method in class com.esri.arcgis.analyst3d.SceneGraph
The limit for the size of a single texture.
putMaxTextureSize(int, int) - Method in interface com.esri.arcgis.display.IDisplay3D
The limit for the size of a single texture.
putMCoords(double, double) - Method in class com.esri.arcgis.geometry.Envelope
Sets the minimum and maximum M values simultaneously.
putMCoords(double, double) - Method in interface com.esri.arcgis.geometry.IEnvelope2
Sets the minimum and maximum M values simultaneously.
putMessage(IRepairConnectivityProgressEventsPutMessageEvent) - Method in interface com.esri.arcgis.geodatabase.IRepairConnectivityProgressEvents
The message displayed on the progress window.
putMessage(IRepairConnectivityProgressEventsPutMessageEvent) - Method in class com.esri.arcgis.geodatabase.IRepairConnectivityProgressEventsAdapter
The message displayed on the progress window.
putMessage(IRepairConnectivityProgressEventsPutMessageEvent) - Method in class com.esri.arcgis.geodatabase.IRepairConnectivityProgressEventsProxy
The message displayed on the progress window.
putMessage(INetworkLoaderProgressPutMessageEvent) - Method in interface com.esri.arcgis.networkanalysis.INetworkLoaderProgress
Puts the fixed networkLoaderProgress message and the additional message to the progress bar.
putMessage(INetworkLoaderProgressPutMessageEvent) - Method in class com.esri.arcgis.networkanalysis.INetworkLoaderProgressAdapter
Puts the fixed networkLoaderProgress message and the additional message to the progress bar.
putMessage(INetworkLoaderProgressPutMessageEvent) - Method in class com.esri.arcgis.networkanalysis.INetworkLoaderProgressProxy
Puts the fixed networkLoaderProgress message and the additional message to the progress bar.
putMetadata(String, String, String, IPropertySet) - Method in interface com.esri.arcgis.gisclient.IRESTServerObjectAdmin
Add or update the metadata of a service.
putOpt(String, Object) - Method in class com.esri.arcgis.server.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putParameters(double, double, double) - Method in class com.esri.arcgis.geometry.AbridgedMolodenskyTransformation
Sets the dx, dy and dz parameters.
putParameters(double, double, double, double, double, double, double) - Method in class com.esri.arcgis.geometry.CoordinateFrameTransformation
Sets translation, rotation and scale values for the transformation.
putParameters(double, double, double) - Method in class com.esri.arcgis.geometry.GeocentricTranslation
Sets the translation values in meters for the X, Y and Z axis.
putParameters(double, double) - Method in class com.esri.arcgis.geometry.Geographic2DOffsetTransformation
Sets latitude and longitude translation values for the transformation.
putParameters(double, double, double, double, double, double, double) - Method in interface com.esri.arcgis.geometry.ICoordinateFrameTransformation
Sets translation, rotation and scale values for the transformation.
putParameters(double, double, double) - Method in interface com.esri.arcgis.geometry.IGeocentricTranslation
Sets the translation values in meters for the X, Y and Z axis.
putParameters(double, double) - Method in interface com.esri.arcgis.geometry.IGeographic2DOffsetTransformation
Sets latitude and longitude translation values for the transformation.
putParameters(double, double, double, double, double, double, double, double, double, double) - Method in interface com.esri.arcgis.geometry.IMolodenskyBadekasTransformation
Sets translation, rotation, scale, and XYZ center of rotation values for the transformation.
putParameters(double, double, double) - Method in interface com.esri.arcgis.geometry.IMolodenskyTransformation
Sets the dx, dy and dz parameters.
putParameters(double, double, double, double, double, double, double) - Method in interface com.esri.arcgis.geometry.IPositionVectorTransformation
Sets translation, rotation and scale values for the transformation.
putParameters(double, double, double, double, double, double, double, double, double, double) - Method in class com.esri.arcgis.geometry.MolodenskyBadekasTransformation
Sets translation, rotation, scale, and XYZ center of rotation values for the transformation.
putParameters(double, double, double) - Method in class com.esri.arcgis.geometry.MolodenskyTransformation
Sets the dx, dy and dz parameters.
putParameters(double, double, double, double, double, double, double) - Method in class com.esri.arcgis.geometry.PositionVectorTransformation
Sets translation, rotation and scale values for the transformation.
putPerspectiveAngles(double, double, double, boolean) - Method in class com.esri.arcgis.datasourcesraster.FrameXform
Puts the sensor exterior orientation as a set of rotation angles in degrees.
putPerspectiveAngles(double, double, double, boolean) - Method in interface com.esri.arcgis.datasourcesraster.IFrameXform
Puts the sensor exterior orientation as a set of rotation angles in degrees.
putPixelSize(double, double) - Method in interface com.esri.arcgis.carto.IImageView
The pxiel size in its native units.
putPixelSize(double, double) - Method in class com.esri.arcgis.carto.ImageView
The pxiel size in its native units.
putPlayInterval(double, double) - Method in interface com.esri.arcgis.analyst3d.ISxAnimationEnvironment
Sets the begin and end times of play interval.
putPlayInterval(double, double) - Method in class com.esri.arcgis.analyst3d.SxAnimationEnvironment
Sets the begin and end times of play interval.
putPlayInterval(double, double) - Method in class com.esri.arcgis.animation.AGAnimationEnvironment
Sets the begin and end times of play interval.
putPlayInterval(double, double) - Method in interface com.esri.arcgis.animation.IAGAnimationEnvironment
Sets the begin and end times of play interval.
putPlayIntervalFrames(int, int) - Method in class com.esri.arcgis.analyst3d.SxAnimationEnvironment
Sets the begin and end frame number when playing by frames.
putPlayIntervalFrames(int, int) - Method in class com.esri.arcgis.animation.AGAnimationEnvironment
Sets the begin and end frame number when playing by frames.
putPlayIntervalFrames(int, int) - Method in interface com.esri.arcgis.animation.IAGAnimationEnvironment
Sets the begin and end frame number when playing by frames.
putPosition(int, int, int, int) - Method in class com.esri.arcgis.arcmapui.DataGraphWindow
The window's position in screen pixels.
putPosition(int, int, int, int) - Method in class com.esri.arcgis.arcmapui.GenericWindow
The window's position in screen pixels.
putPosition(int, int, int, int) - Method in interface com.esri.arcgis.arcmapui.IDataWindow
The window's position in screen pixels.
putPosition(int, int, int, int) - Method in interface com.esri.arcgis.arcmapui.IDataWindow2
The window's position in screen pixels.
putPosition(int, int, int, int) - Method in class com.esri.arcgis.arcmapui.IDataWindow2Proxy
The window's position in screen pixels.
putPosition(int, int, int, int) - Method in class com.esri.arcgis.arcmapui.IDataWindowProxy
The window's position in screen pixels.
putPosition(int, int, int, int) - Method in class com.esri.arcgis.arcmapui.ImageInsetWindow
The window's position in screen pixels.
putPosition(int, int, int, int) - Method in class com.esri.arcgis.arcmapui.MapInsetWindow
The window's position in screen pixels.
putPosition(int, int, int, int) - Method in class com.esri.arcgis.arcmapui.OverviewWindow
The window's position in screen pixels.
putPosition(int, int, int, int) - Method in class com.esri.arcgis.arcmapui.TableProperty
Table window position.
putPosition(int, int, int, int) - Method in class com.esri.arcgis.arcmapui.TableWindow
The window's position in screen pixels.
putPosition(int, int, int, int) - Method in interface com.esri.arcgis.geodatabaseui.ITableViewInfo
Table window position.
putRadiusByPoint(IPoint) - Method in class com.esri.arcgis.geometry.CircularArc
Defines the radius of this circular arc to be the distance from the arc's center point to the input point; other properties remain unchanged.
putRadiusByPoint(IPoint) - Method in interface com.esri.arcgis.geometry.ICircularArc
Defines the radius of this circular arc to be the distance from the arc's center point to the input point; other properties remain unchanged.
putRaster(IRaster, int) - Method in interface com.esri.arcgis.analyst3d.IRasterSurface
Sets a raster with a specified band index.
putRaster(IRaster, int) - Method in class com.esri.arcgis.analyst3d.RasterSurface
Sets a raster with a specified band index.
putRasterXForm(IRaster, boolean, int, Object) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc2
Sets a polynomial transformation to the Raster.
putRasterXForm(IRaster, boolean, int, Object) - Method in class com.esri.arcgis.datasourcesraster.IRasterGeometryProc2Proxy
Sets a polynomial transformation to the Raster.
putRasterXForm(IRaster, boolean, int, Object) - Method in interface com.esri.arcgis.datasourcesraster.IRasterGeometryProc3
Sets a polynomial transformation to the Raster.
putRasterXForm(IRaster, boolean, int, Object) - Method in class com.esri.arcgis.datasourcesraster.RasterGeometryProc
Sets a polynomial transformation to the Raster.
putRingType(IRing, int) - Method in interface com.esri.arcgis.geometry.IMultiPatch
Defines the type of the input Ring.
putRingType(IRing, int) - Method in class com.esri.arcgis.geometry.MultiPatch
Defines the type of the input Ring.
putSensorModelProperty(String, String) - Method in class com.esri.arcgis.datasourcesraster.CSMXform
Sets a property value of the sensor model.
putSensorModelProperty(String, String) - Method in class com.esri.arcgis.datasourcesraster.CustomMensuration
Sets a property value of the sensor model.
putSensorModelProperty(String, String) - Method in interface com.esri.arcgis.datasourcesraster.ICSMXform
Sets a property value of the sensor model.
putSensorModelProperty(String, String) - Method in interface com.esri.arcgis.datasourcesraster.IMensuration
Sets a property value of the sensor model.
putSensorModelProperty(String, String) - Method in class com.esri.arcgis.datasourcesraster.Mensuration
Sets a property value of the sensor model.
putServerConnections(IArray) - Method in interface com.esri.arcgis.geoprocessing.IGPExportWebMapExtensionImpl
Returns the names of the available tools.
putServerProperty(String, String) - Method in interface com.esri.arcgis.server.IServerConfigurationStorage
putServerProperty
putServiceDefinition(String, String) - Method in interface com.esri.arcgis.server.IServerConfigurationStorage
putServiceDefinition
putServiceIsStarted(String, boolean) - Method in interface com.esri.arcgis.server.IServerConfigurationStorage
putServiceIsStarted
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.AbridgedMolodenskyTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.CompositeGeoTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.CoordinateFrameTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.GeocentricTranslation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.Geographic2DOffsetTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.HARNTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in interface com.esri.arcgis.geometry.IGeoTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.LongitudeRotationTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.MolodenskyBadekasTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.MolodenskyTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.NADCONTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.NTv2Transformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.NullTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.PositionVectorTransformation
Sets the from and to spatial references for the transformation.
putSpatialReferences(ISpatialReference, ISpatialReference) - Method in class com.esri.arcgis.geometry.UnitChangeTransformation
Sets the from and to spatial references for the transformation.
putStats(double, double, double, double) - Method in interface com.esri.arcgis.datasourcesraster.IStatsHistogram
Computes stats and histogram from a given Raster.
putStats(double, double, double, double) - Method in class com.esri.arcgis.datasourcesraster.StatsHistogram
Computes stats and histogram from a given Raster.
putTablePath(String, String) - Method in class com.esri.arcgis.arcglobe.GlobeDeployment
Set an entry in the path table.
putTablePath(String, String) - Method in interface com.esri.arcgis.arcglobe.IGlobeDeployment
Set an entry in the path table.
putTerrainParameters(String, String) - Method in class com.esri.arcgis.datasourcesraster.CustomMensuration
Sets the name of the terrain model and the associated terrain model data source information.
putTerrainParameters(String, String) - Method in interface com.esri.arcgis.datasourcesraster.IMensuration
Sets the name of the terrain model and the associated terrain model data source information.
putTerrainParameters(String, String) - Method in class com.esri.arcgis.datasourcesraster.Mensuration
Sets the name of the terrain model and the associated terrain model data source information.
putTile(int, int, int, byte[]) - Method in interface com.esri.arcgis.carto.IImageCooker
Puts a tile at a given LOD, and column and row location.
putTile(int, int, int, byte[]) - Method in class com.esri.arcgis.carto.ImageCooker
Puts a tile at a given LOD, and column and row location.
putTile(ILayer, int, int, int, byte[]) - Method in class com.esri.arcgis.carto.ImageCooker
Puts a tile for a given tile location for a given layer.
putTile(ILayer, int, int, int, byte[]) - Method in interface com.esri.arcgis.carto.IMapCooker
Puts a tile for a given tile location for a given layer.
putTile(ILayer, int, int, int, byte[]) - Method in class com.esri.arcgis.carto.MapCooker
Puts a tile for a given tile location for a given layer.
putTile(ILayer, int, int, int, byte[]) - Method in class com.esri.arcgis.cartox.MapCookerX
Puts a tile for a given tile location for a given layer.
putTilePosition(int, int, int) - Method in class com.esri.arcgis.carto.ImageCooker
Sets the current map tile position.
putTilePosition(int, int, int) - Method in interface com.esri.arcgis.carto.IMapCooker
Sets the current map tile position.
putTilePosition(int, int, int) - Method in class com.esri.arcgis.carto.MapCooker
Sets the current map tile position.
putTilePosition(int, int, int) - Method in class com.esri.arcgis.cartox.MapCookerX
Sets the current map tile position.
putTilePosition(int, int, int, int) - Method in class com.esri.arcgis.globecore.GlobeTileGenerator
Sets the current tile position.
putTilePosition(int, int, int, int) - Method in interface com.esri.arcgis.globecore.IGlobeTileGenerator
Sets the current tile position.
putTilePosition(int, int, int, int) - Method in class com.esri.arcgis.globecore.IGlobeTileGeneratorProxy
Sets the current tile position.
putTileX(IMapLayerInfo, int, int, int, byte[]) - Method in interface com.esri.arcgis.cartox.IMapCookerX
Puts a tile for a given tile location for a given layer.
putTileX(IMapLayerInfo, int, int, int, byte[]) - Method in class com.esri.arcgis.cartox.MapCookerX
Puts a tile for a given tile location for a given layer.
putTrackInterval(double, double) - Method in class com.esri.arcgis.animation.AGGroupAnimationOptions
Sets the begin and end times for the group animation.
putTrackInterval(double, double) - Method in interface com.esri.arcgis.animation.IAGGroupAnimationOptions
Sets the begin and end times for the group animation.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ArithmeticFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.BandArithmeticFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.CachedRasterFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ClipFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ColormapFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ColorspaceConversionFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ConstantFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ContrastBrightnessFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ConvolutionFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ExcludedAreaFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ExtractBandFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.FootprintFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.GeometricFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.GrayscaleFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.HillshadeFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in interface com.esri.arcgis.datasourcesraster.IRasterFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.IRasterFunctionArgumentsProxy
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.MaskFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.MergeRastersFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.MosaicFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.MosaicRastersFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.NDVIFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.PanSharpenGramSchmidtFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.PansharpeningFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.RadarCalibrationFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.RasterFunctionTemplateArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.RasterInfoFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.RasterItemFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ReflectanceFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.RemapFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.RenderedRasterFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ReprojectFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.SAIFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.ShadedReliefFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.SlopeFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.SpeckleFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.SpectralConversionFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.StatisticsFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.StretchFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.TableFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.datasourcesraster.TrendFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.geoanalyst.MLClassifyFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.geodatabaseextensions.LasDatasetToRasterFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.geodatabaseextensions.LasToRasterFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.geodatabaseextensions.TerrainToRasterFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.spatialanalyst.ConditionalFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.spatialanalyst.LocalFunctionArguments
Puts a named argument value.
putValue(String, Object) - Method in class com.esri.arcgis.spatialanalyst.MathFunctionArguments
Puts a named argument value.
putVisibilitySettings(boolean, boolean, boolean) - Method in class com.esri.arcgis.animation.AGGroupAnimationOptions
Put the visibility settings.
putVisibilitySettings(boolean, boolean, boolean) - Method in interface com.esri.arcgis.animation.IAGGroupAnimationOptions
Put the visibility settings.
putWeights(double, double, double, double) - Method in interface com.esri.arcgis.datasourcesraster.IPansharpeningFilter
Puts the Red, Green, Blue, and Infrared weights contributing to panchromatic image.
putWeights(double, double, double, double) - Method in class com.esri.arcgis.datasourcesraster.PansharpeningFilter
Puts the Red, Green, Blue, and Infrared weights contributing to panchromatic image.
putWKSCoords(_WKSPoint, _WKSPoint) - Method in interface com.esri.arcgis.geometry.ILine2
From and To become the new endpoints of this line.
putWKSCoords(_WKSPoint, _WKSPoint) - Method in class com.esri.arcgis.geometry.Line
From and To become the new endpoints of this line.
putWKSCoordsZ(_WKSEnvelopeZ) - Method in class com.esri.arcgis.geometry.Envelope
Copies e's 3D dimensions into this envelope.
putWKSCoordsZ(_WKSEnvelopeZ) - Method in interface com.esri.arcgis.geometry.IEnvelope4
Copies e's 3D dimensions into this envelope.
putWorkspaceConnectionStringInLayer(String, String, boolean) - Method in interface com.esri.arcgis.carto.IMSDHelper
Given the layer's catalog path, updates its workspace connection string.
putWorkspaceConnectionStringInLayer(String, String, boolean) - Method in class com.esri.arcgis.carto.MSDHelper
Given the layer's catalog path, updates its workspace connection string.
putWorkspaceConnectionStringInTable(String, int, String, boolean) - Method in interface com.esri.arcgis.carto.IMSDHelper2
putWorkspaceConnectionStringInTable
putWorkspaceConnectionStringInTable(String, int, String, boolean) - Method in class com.esri.arcgis.carto.MSDHelper
putWorkspaceConnectionStringInTable
putZCoords(double, double) - Method in class com.esri.arcgis.geometry.Envelope
Sets the minimum and maximum Z values simultaneously.
putZCoords(double, double) - Method in interface com.esri.arcgis.geometry.IEnvelope2
Sets the minimum and maximum Z values simultaneously.
putZShift(double, double) - Method in class com.esri.arcgis.geometry.AffineTransformation2D
The shift in the Z direction.
putZShift(double, double) - Method in interface com.esri.arcgis.geometry.IZShift
The shift in the Z direction.
pvReserved - Variable in class com.esri.arcgis.support.ms.stdole.EXCEPINFO
 
pwcsName - Variable in class com.esri.arcgis.system.tagSTATSTG
 

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 _