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 _

N

NACandidateFieldMap - Class in com.esri.arcgis.networkanalyst
Field Map holding default value and candidate fields.
NACandidateFieldMap() - Constructor for class com.esri.arcgis.networkanalyst.NACandidateFieldMap
Constructs a NACandidateFieldMap using ArcGIS Engine.
NACandidateFieldMap(Object) - Constructor for class com.esri.arcgis.networkanalyst.NACandidateFieldMap
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NACandidateFieldMap theNACandidateFieldMap = (NACandidateFieldMap) obj;
nAClass() - Method in interface com.esri.arcgis.networkanalyst.INetworkAnalystProtectNames
nAClass
nAClass() - Method in class com.esri.arcgis.networkanalyst.INetworkAnalystProtectNamesProxy
nAClass
NAClass - Class in com.esri.arcgis.networkanalyst
Holds features used as input and generated as output during network analysis.
NAClass(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAClass
Construct a NAClass using a reference to such an object returned from ArcGIS Engine or Server.
NAClassCandidateFieldMap - Class in com.esri.arcgis.networkanalyst
Candidate field maps of an NAClass.
NAClassCandidateFieldMap() - Constructor for class com.esri.arcgis.networkanalyst.NAClassCandidateFieldMap
Constructs a NAClassCandidateFieldMap using ArcGIS Engine.
NAClassCandidateFieldMap(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAClassCandidateFieldMap
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAClassCandidateFieldMap theNAClassCandidateFieldMap = (NAClassCandidateFieldMap) obj;
NAClassDefinition - Class in com.esri.arcgis.networkanalyst
Defines how fields should be mapped as inputs and outputs of analysis functions.
NAClassDefinition() - Constructor for class com.esri.arcgis.networkanalyst.NAClassDefinition
Constructs a NAClassDefinition using ArcGIS Engine.
NAClassDefinition(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAClassDefinition
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAClassDefinition theNAClassDefinition = (NAClassDefinition) obj;
NAClassFieldMap - Class in com.esri.arcgis.networkanalyst
Defines one field mapping.
NAClassFieldMap() - Constructor for class com.esri.arcgis.networkanalyst.NAClassFieldMap
Constructs a NAClassFieldMap using ArcGIS Engine.
NAClassFieldMap(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAClassFieldMap
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAClassFieldMap theNAClassFieldMap = (NAClassFieldMap) obj;
NAClassFieldMapType - Class in com.esri.arcgis.networkanalyst
Network Analyst Class FieldMap type.
NAClassFieldMapType() - Constructor for class com.esri.arcgis.networkanalyst.NAClassFieldMapType
Constructs a NAClassFieldMapType using ArcGIS Engine.
NAClassFieldMapType(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAClassFieldMapType
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAClassFieldMapType theNAClassFieldMapType = (NAClassFieldMapType) obj;
NAClassLoader - Class in com.esri.arcgis.networkanalyst
Loads a network class based on its field maps.
NAClassLoader() - Constructor for class com.esri.arcgis.networkanalyst.NAClassLoader
Constructs a NAClassLoader using ArcGIS Engine.
NAClassLoader(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAClassLoader
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAClassLoader theNAClassLoader = (NAClassLoader) obj;
NAClosestFacilitySolver - Class in com.esri.arcgis.networkanalyst
Performs closest facility analysis.
NAClosestFacilitySolver() - Constructor for class com.esri.arcgis.networkanalyst.NAClosestFacilitySolver
Constructs a NAClosestFacilitySolver using ArcGIS Engine.
NAClosestFacilitySolver(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAClosestFacilitySolver
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAClosestFacilitySolver theNAClosestFacilitySolver = (NAClosestFacilitySolver) obj;
NAClosestFacilitySymbolizer - Class in com.esri.arcgis.networkanalyst
Symbolizes closest facility analysis results.
NAClosestFacilitySymbolizer() - Constructor for class com.esri.arcgis.networkanalyst.NAClosestFacilitySymbolizer
Constructs a NAClosestFacilitySymbolizer using ArcGIS Engine.
NAClosestFacilitySymbolizer(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAClosestFacilitySymbolizer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAClosestFacilitySymbolizer theNAClosestFacilitySymbolizer = (NAClosestFacilitySymbolizer) obj;
NACompactStreetDirectionsAgent - Class in com.esri.arcgis.networkanalyst
Generates compact driving directions for network analysis results.
NACompactStreetDirectionsAgent() - Constructor for class com.esri.arcgis.networkanalyst.NACompactStreetDirectionsAgent
Constructs a NACompactStreetDirectionsAgent using ArcGIS Engine.
NACompactStreetDirectionsAgent(Object) - Constructor for class com.esri.arcgis.networkanalyst.NACompactStreetDirectionsAgent
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NACompactStreetDirectionsAgent theNACompactStreetDirectionsAgent = (NACompactStreetDirectionsAgent) obj;
nAContext() - Method in interface com.esri.arcgis.networkanalyst.INetworkAnalystProtectNames
nAContext
nAContext() - Method in class com.esri.arcgis.networkanalyst.INetworkAnalystProtectNamesProxy
nAContext
NAContext - Class in com.esri.arcgis.networkanalyst
The analysis and problem definition container.
NAContext() - Constructor for class com.esri.arcgis.networkanalyst.NAContext
Constructs a NAContext using ArcGIS Engine.
NAContext(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAContext
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAContext theNAContext = (NAContext) obj;
NAContextEvents - Class in com.esri.arcgis.networkanalyst
NAContext events.
NAContextEvents() - Constructor for class com.esri.arcgis.networkanalyst.NAContextEvents
Constructs a NAContextEvents using ArcGIS Engine.
NAContextEvents(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAContextEvents
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAContextEvents theNAContextEvents = (NAContextEvents) obj;
NAContextEvents2 - Class in com.esri.arcgis.networkanalyst
NAContext events.
NAContextEvents2() - Constructor for class com.esri.arcgis.networkanalyst.NAContextEvents2
Constructs a NAContextEvents2 using ArcGIS Engine.
NAContextEvents2(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAContextEvents2
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAContextEvents2 theNAContextEvents2 = (NAContextEvents2) obj;
NADCONTransformation - Class in com.esri.arcgis.geometry
Creates a NADCON-based transformation.
NADCONTransformation() - Constructor for class com.esri.arcgis.geometry.NADCONTransformation
Constructs a NADCONTransformation using ArcGIS Engine.
NADCONTransformation(Object) - Constructor for class com.esri.arcgis.geometry.NADCONTransformation
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NADCONTransformation theNADCONTransformation = (NADCONTransformation) obj;
naError - Interface in com.esri.arcgis.networkanalyst
Network Analyst error codes.
NALayer - Class in com.esri.arcgis.networkanalyst
The layer for defining, solving, and viewing network analysis results.
NALayer() - Constructor for class com.esri.arcgis.networkanalyst.NALayer
Constructs a NALayer using ArcGIS Engine.
NALayer(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALayer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALayer theNALayer = (NALayer) obj;
NALayerEvents - Class in com.esri.arcgis.networkanalyst
NALayer events.
NALayerEvents() - Constructor for class com.esri.arcgis.networkanalyst.NALayerEvents
Constructs a NALayerEvents using ArcGIS Engine.
NALayerEvents(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALayerEvents
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALayerEvents theNALayerEvents = (NALayerEvents) obj;
nAliasLen - Variable in class com.esri.arcgis.display.esriGDICommentFeatureAttribute
 
NALocation - Class in com.esri.arcgis.networkanalyst
Defines the side and position of an analysis object on a feature.
NALocation() - Constructor for class com.esri.arcgis.networkanalyst.NALocation
Constructs a NALocation using ArcGIS Engine.
NALocation(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocation
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocation theNALocation = (NALocation) obj;
NALocationAllocationSolver - Class in com.esri.arcgis.networkanalyst
Solves various location-allocation problem types
NALocationAllocationSolver() - Constructor for class com.esri.arcgis.networkanalyst.NALocationAllocationSolver
Constructs a NALocationAllocationSolver using ArcGIS Engine.
NALocationAllocationSolver(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocationAllocationSolver
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocationAllocationSolver theNALocationAllocationSolver = (NALocationAllocationSolver) obj;
NALocationAllocationSymbolizer - Class in com.esri.arcgis.networkanalyst
Symbolizes LA analysis results.
NALocationAllocationSymbolizer() - Constructor for class com.esri.arcgis.networkanalyst.NALocationAllocationSymbolizer
Constructs a NALocationAllocationSymbolizer using ArcGIS Engine.
NALocationAllocationSymbolizer(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocationAllocationSymbolizer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocationAllocationSymbolizer theNALocationAllocationSymbolizer = (NALocationAllocationSymbolizer) obj;
NALocationFeature - Class in com.esri.arcgis.networkanalyst
A network location which can be used like a feature or a row.
NALocationFeature() - Constructor for class com.esri.arcgis.networkanalyst.NALocationFeature
Constructs a NALocationFeature using ArcGIS Engine.
NALocationFeature(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocationFeature
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocationFeature theNALocationFeature = (NALocationFeature) obj;
NALocationObject - Class in com.esri.arcgis.networkanalyst
A network location which can be used like a row.
NALocationObject() - Constructor for class com.esri.arcgis.networkanalyst.NALocationObject
Constructs a NALocationObject using ArcGIS Engine.
NALocationObject(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocationObject
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocationObject theNALocationObject = (NALocationObject) obj;
NALocationRanges - Class in com.esri.arcgis.networkanalyst
Defines the set of element positions to be associated with an analysis object.
NALocationRanges() - Constructor for class com.esri.arcgis.networkanalyst.NALocationRanges
Constructs a NALocationRanges using ArcGIS Engine.
NALocationRanges(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocationRanges
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocationRanges theNALocationRanges = (NALocationRanges) obj;
NALocationRangesFeature - Class in com.esri.arcgis.networkanalyst
A container of NALocationRanges which can be used like a feature or a row.
NALocationRangesFeature() - Constructor for class com.esri.arcgis.networkanalyst.NALocationRangesFeature
Constructs a NALocationRangesFeature using ArcGIS Engine.
NALocationRangesFeature(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocationRangesFeature
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocationRangesFeature theNALocationRangesFeature = (NALocationRangesFeature) obj;
NALocationRangesObject - Class in com.esri.arcgis.networkanalyst
A container of NALocationRanges which can be used like a row.
NALocationRangesObject() - Constructor for class com.esri.arcgis.networkanalyst.NALocationRangesObject
Constructs a NALocationRangesObject using ArcGIS Engine.
NALocationRangesObject(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocationRangesObject
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocationRangesObject theNALocationRangesObject = (NALocationRangesObject) obj;
NALocator - Class in com.esri.arcgis.networkanalyst
Finds network locations for analysis.
NALocator() - Constructor for class com.esri.arcgis.networkanalyst.NALocator
Constructs a NALocator using ArcGIS Engine.
NALocator(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocator
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocator theNALocator = (NALocator) obj;
NALocatorFeatureAgent - Class in com.esri.arcgis.networkanalyst
Finds network feature locations for analysis.
NALocatorFeatureAgent() - Constructor for class com.esri.arcgis.networkanalyst.NALocatorFeatureAgent
Constructs a NALocatorFeatureAgent using ArcGIS Engine.
NALocatorFeatureAgent(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocatorFeatureAgent
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocatorFeatureAgent theNALocatorFeatureAgent = (NALocatorFeatureAgent) obj;
NALocatorLocationFieldsAgent - Class in com.esri.arcgis.networkanalyst
Defines the network location fields to be used by a locator.
NALocatorLocationFieldsAgent() - Constructor for class com.esri.arcgis.networkanalyst.NALocatorLocationFieldsAgent
Constructs a NALocatorLocationFieldsAgent using ArcGIS Engine.
NALocatorLocationFieldsAgent(Object) - Constructor for class com.esri.arcgis.networkanalyst.NALocatorLocationFieldsAgent
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NALocatorLocationFieldsAgent theNALocatorLocationFieldsAgent = (NALocatorLocationFieldsAgent) obj;
name - Variable in class com.esri.arcgis.controls.BaseCommand
The the name for this command.
name - Variable in class com.esri.arcgis.geoprocessing.gen.GenClass
 
name - Variable in class com.esri.arcgis.geoprocessing.gen.GenField
 
name - Variable in class com.esri.arcgis.geoprocessing.gen.GenMethod
 
name - Variable in class com.esri.arcgis.geoprocessing.gen.GenMethod.Type
 
name - Variable in class com.esri.arcgis.geoprocessing.gen.GenModifier
 
name - Variable in class com.esri.arcgis.geoprocessing.GenericGPTool
 
nameChanged() - Method in class com.esri.arcgis.arcmapui.DataConnectionCallback
Table or FeatureClass changed.
nameChanged() - Method in interface com.esri.arcgis.arcmapui.IDataConnectionCallback
Table or FeatureClass changed.
nameChangeFinished() - Method in interface com.esri.arcgis.arcmapui.IDataConnectionCallback2
The user finished an action that modified the name of the Table or Feature Class.
nameChangeFinished() - Method in class com.esri.arcgis.arcmapui.IDataConnectionCallback2Proxy
The user finished an action that modified the name of the Table or Feature Class.
NamedSet - Class in com.esri.arcgis.networkanalyst
A collection class with access to the items by index or name.
NamedSet() - Constructor for class com.esri.arcgis.networkanalyst.NamedSet
Constructs a NamedSet using ArcGIS Engine.
NamedSet(Object) - Constructor for class com.esri.arcgis.networkanalyst.NamedSet
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NamedSet theNamedSet = (NamedSet) obj;
NameFactory - Class in com.esri.arcgis.system
Name Object Factory.
NameFactory() - Constructor for class com.esri.arcgis.system.NameFactory
Constructs a NameFactory using ArcGIS Engine.
NameFactory(Object) - Constructor for class com.esri.arcgis.system.NameFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NameFactory theNameFactory = (NameFactory) obj;
Names - Class in com.esri.arcgis.geodatabase
An object to hold a collection of names.
Names() - Constructor for class com.esri.arcgis.geodatabase.Names
Constructs a Names using ArcGIS Engine.
Names(Object) - Constructor for class com.esri.arcgis.geodatabase.Names
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Names theNames = (Names) obj;
names() - Method in class com.esri.arcgis.server.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
NamesEnumerator - Class in com.esri.arcgis.geodatabase
ESRI Name Enumerator object.
NamesEnumerator() - Constructor for class com.esri.arcgis.geodatabase.NamesEnumerator
Constructs a NamesEnumerator using ArcGIS Engine.
NamesEnumerator(Object) - Constructor for class com.esri.arcgis.geodatabase.NamesEnumerator
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NamesEnumerator theNamesEnumerator = (NamesEnumerator) obj;
nanoseconds - Variable in class com.esri.arcgis.system._WKSDateTime
 
nanoseconds - Variable in class com.esri.arcgis.system._WKSTimeDuration
 
NAODCostMatrixResult - Class in com.esri.arcgis.networkanalyst
Contains an origin-destination cost matrix.
NAODCostMatrixResult() - Constructor for class com.esri.arcgis.networkanalyst.NAODCostMatrixResult
Constructs a NAODCostMatrixResult using ArcGIS Engine.
NAODCostMatrixResult(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAODCostMatrixResult
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAODCostMatrixResult theNAODCostMatrixResult = (NAODCostMatrixResult) obj;
NAODCostMatrixSolver - Class in com.esri.arcgis.networkanalyst
Performs origin-destination matrix analysis.
NAODCostMatrixSolver() - Constructor for class com.esri.arcgis.networkanalyst.NAODCostMatrixSolver
Constructs a NAODCostMatrixSolver using ArcGIS Engine.
NAODCostMatrixSolver(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAODCostMatrixSolver
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAODCostMatrixSolver theNAODCostMatrixSolver = (NAODCostMatrixSolver) obj;
NAODCostMatrixSymbolizer - Class in com.esri.arcgis.networkanalyst
Symbolizes origin-destination matrix analysis results.
NAODCostMatrixSymbolizer() - Constructor for class com.esri.arcgis.networkanalyst.NAODCostMatrixSymbolizer
Constructs a NAODCostMatrixSymbolizer using ArcGIS Engine.
NAODCostMatrixSymbolizer(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAODCostMatrixSymbolizer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAODCostMatrixSymbolizer theNAODCostMatrixSymbolizer = (NAODCostMatrixSymbolizer) obj;
NARouteSolver - Class in com.esri.arcgis.networkanalyst
Performs shortest path and tour analysis.
NARouteSolver() - Constructor for class com.esri.arcgis.networkanalyst.NARouteSolver
Constructs a NARouteSolver using ArcGIS Engine.
NARouteSolver(Object) - Constructor for class com.esri.arcgis.networkanalyst.NARouteSolver
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NARouteSolver theNARouteSolver = (NARouteSolver) obj;
NARouteSymbolizer - Class in com.esri.arcgis.networkanalyst
Symbolizes route analysis results.
NARouteSymbolizer() - Constructor for class com.esri.arcgis.networkanalyst.NARouteSymbolizer
Constructs a NARouteSymbolizer using ArcGIS Engine.
NARouteSymbolizer(Object) - Constructor for class com.esri.arcgis.networkanalyst.NARouteSymbolizer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NARouteSymbolizer theNARouteSymbolizer = (NARouteSymbolizer) obj;
NAServer - Class in com.esri.arcgis.networkanalyst
A MapServer object extension for performing network analysis within a stateless environment.
NAServer() - Constructor for class com.esri.arcgis.networkanalyst.NAServer
Constructs a NAServer using ArcGIS Engine.
NAServer(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServer theNAServer = (NAServer) obj;
NAServerClosestFacilityParams - Class in com.esri.arcgis.networkanalyst
A container for the closest facility solver settings and return parameters used by NAServer.
NAServerClosestFacilityParams() - Constructor for class com.esri.arcgis.networkanalyst.NAServerClosestFacilityParams
Constructs a NAServerClosestFacilityParams using ArcGIS Engine.
NAServerClosestFacilityParams(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerClosestFacilityParams
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerClosestFacilityParams theNAServerClosestFacilityParams = (NAServerClosestFacilityParams) obj;
NAServerClosestFacilityResults - Class in com.esri.arcgis.networkanalyst
A container for the closest facility network analysis results returned by NAServer.
NAServerClosestFacilityResults() - Constructor for class com.esri.arcgis.networkanalyst.NAServerClosestFacilityResults
Constructs a NAServerClosestFacilityResults using ArcGIS Engine.
NAServerClosestFacilityResults(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerClosestFacilityResults
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerClosestFacilityResults theNAServerClosestFacilityResults = (NAServerClosestFacilityResults) obj;
NAServerDataLayer - Class in com.esri.arcgis.networkanalyst
A container that references a data layer containing network locations.
NAServerDataLayer() - Constructor for class com.esri.arcgis.networkanalyst.NAServerDataLayer
Constructs a NAServerDataLayer using ArcGIS Engine.
NAServerDataLayer(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerDataLayer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerDataLayer theNAServerDataLayer = (NAServerDataLayer) obj;
NAServerIP - Class in com.esri.arcgis.networkanalyst
NAServer Proxy for IP Messages.
NAServerIP() - Constructor for class com.esri.arcgis.networkanalyst.NAServerIP
Constructs a NAServerIP using ArcGIS Engine.
NAServerIP(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerIP
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerIP theNAServerIP = (NAServerIP) obj;
NAServerLocationAllocationParams - Class in com.esri.arcgis.networkanalyst
A container for the Location-Allocation solver settings and return parameters used by NAServer.
NAServerLocationAllocationParams() - Constructor for class com.esri.arcgis.networkanalyst.NAServerLocationAllocationParams
Constructs a NAServerLocationAllocationParams using ArcGIS Engine.
NAServerLocationAllocationParams(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerLocationAllocationParams
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerLocationAllocationParams theNAServerLocationAllocationParams = (NAServerLocationAllocationParams) obj;
NAServerLocationAllocationResults - Class in com.esri.arcgis.networkanalyst
A container for the Location-Allocation network analysis results returned by NAServer.
NAServerLocationAllocationResults() - Constructor for class com.esri.arcgis.networkanalyst.NAServerLocationAllocationResults
Constructs a NAServerLocationAllocationResults using ArcGIS Engine.
NAServerLocationAllocationResults(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerLocationAllocationResults
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerLocationAllocationResults theNAServerLocationAllocationResults = (NAServerLocationAllocationResults) obj;
NAServerLP - Class in com.esri.arcgis.networkanalyst
NAServer Proxy for LAN messages.
NAServerLP() - Constructor for class com.esri.arcgis.networkanalyst.NAServerLP
Constructs a NAServerLP using ArcGIS Engine.
NAServerLP(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerLP
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerLP theNAServerLP = (NAServerLP) obj;
NAServerNetworkAttribute - Class in com.esri.arcgis.networkanalyst
A container for network attribute.
NAServerNetworkAttribute() - Constructor for class com.esri.arcgis.networkanalyst.NAServerNetworkAttribute
Constructs a NAServerNetworkAttribute using ArcGIS Engine.
NAServerNetworkAttribute(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerNetworkAttribute
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerNetworkAttribute theNAServerNetworkAttribute = (NAServerNetworkAttribute) obj;
NAServerNetworkDescription - Class in com.esri.arcgis.networkanalyst
A container for network description.
NAServerNetworkDescription() - Constructor for class com.esri.arcgis.networkanalyst.NAServerNetworkDescription
Constructs a NAServerNetworkDescription using ArcGIS Engine.
NAServerNetworkDescription(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerNetworkDescription
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerNetworkDescription theNAServerNetworkDescription = (NAServerNetworkDescription) obj;
NAServerNetworkDirections - Class in com.esri.arcgis.networkanalyst
A container for network directions.
NAServerNetworkDirections() - Constructor for class com.esri.arcgis.networkanalyst.NAServerNetworkDirections
Constructs a NAServerNetworkDirections using ArcGIS Engine.
NAServerNetworkDirections(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerNetworkDirections
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerNetworkDirections theNAServerNetworkDirections = (NAServerNetworkDirections) obj;
NAServerNetworkSource - Class in com.esri.arcgis.networkanalyst
A container for network source.
NAServerNetworkSource() - Constructor for class com.esri.arcgis.networkanalyst.NAServerNetworkSource
Constructs a NAServerNetworkSource using ArcGIS Engine.
NAServerNetworkSource(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerNetworkSource
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerNetworkSource theNAServerNetworkSource = (NAServerNetworkSource) obj;
NAServerObjectDescription - Class in com.esri.arcgis.networkanalyst
Server object description for the NAServer server object extension.
NAServerObjectDescription() - Constructor for class com.esri.arcgis.networkanalyst.NAServerObjectDescription
Constructs a NAServerObjectDescription using ArcGIS Engine.
NAServerObjectDescription(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerObjectDescription
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerObjectDescription theNAServerObjectDescription = (NAServerObjectDescription) obj;
NAServerODCostMatrixParams - Class in com.esri.arcgis.networkanalyst
A container for the Origin-Destination Cost Matrix solver settings and return parameters used by NAServer.
NAServerODCostMatrixParams() - Constructor for class com.esri.arcgis.networkanalyst.NAServerODCostMatrixParams
Constructs a NAServerODCostMatrixParams using ArcGIS Engine.
NAServerODCostMatrixParams(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerODCostMatrixParams
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerODCostMatrixParams theNAServerODCostMatrixParams = (NAServerODCostMatrixParams) obj;
NAServerODCostMatrixResults - Class in com.esri.arcgis.networkanalyst
A container for the OD Cost Matrix network analysis results returned by NAServer.
NAServerODCostMatrixResults() - Constructor for class com.esri.arcgis.networkanalyst.NAServerODCostMatrixResults
Constructs a NAServerODCostMatrixResults using ArcGIS Engine.
NAServerODCostMatrixResults(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerODCostMatrixResults
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerODCostMatrixResults theNAServerODCostMatrixResults = (NAServerODCostMatrixResults) obj;
NAServerPropertySets - Class in com.esri.arcgis.networkanalyst
A container for an array of PropertySet objects representing network locations.
NAServerPropertySets() - Constructor for class com.esri.arcgis.networkanalyst.NAServerPropertySets
Constructs a NAServerPropertySets using ArcGIS Engine.
NAServerPropertySets(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerPropertySets
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerPropertySets theNAServerPropertySets = (NAServerPropertySets) obj;
NAServerRecordSet - Class in com.esri.arcgis.networkanalyst
A container for a RecordSet of network locations.
NAServerRecordSet() - Constructor for class com.esri.arcgis.networkanalyst.NAServerRecordSet
Constructs a NAServerRecordSet using ArcGIS Engine.
NAServerRecordSet(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerRecordSet
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerRecordSet theNAServerRecordSet = (NAServerRecordSet) obj;
NAServerRouteParams - Class in com.esri.arcgis.networkanalyst
A container for the route solver settings and return parameters used by NAServer.
NAServerRouteParams() - Constructor for class com.esri.arcgis.networkanalyst.NAServerRouteParams
Constructs a NAServerRouteParams using ArcGIS Engine.
NAServerRouteParams(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerRouteParams
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerRouteParams theNAServerRouteParams = (NAServerRouteParams) obj;
NAServerRouteResults - Class in com.esri.arcgis.networkanalyst
A container for the route network analysis results returned by NAServer.
NAServerRouteResults() - Constructor for class com.esri.arcgis.networkanalyst.NAServerRouteResults
Constructs a NAServerRouteResults using ArcGIS Engine.
NAServerRouteResults(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerRouteResults
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerRouteResults theNAServerRouteResults = (NAServerRouteResults) obj;
NAServerServiceAreaParams - Class in com.esri.arcgis.networkanalyst
A container for the service area solver settings and return parameters used by NAServer.
NAServerServiceAreaParams() - Constructor for class com.esri.arcgis.networkanalyst.NAServerServiceAreaParams
Constructs a NAServerServiceAreaParams using ArcGIS Engine.
NAServerServiceAreaParams(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerServiceAreaParams
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerServiceAreaParams theNAServerServiceAreaParams = (NAServerServiceAreaParams) obj;
NAServerServiceAreaResults - Class in com.esri.arcgis.networkanalyst
A container for the service area network analysis results returned by NAServer.
NAServerServiceAreaResults() - Constructor for class com.esri.arcgis.networkanalyst.NAServerServiceAreaResults
Constructs a NAServerServiceAreaResults using ArcGIS Engine.
NAServerServiceAreaResults(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerServiceAreaResults
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerServiceAreaResults theNAServerServiceAreaResults = (NAServerServiceAreaResults) obj;
NAServerVRPParams - Class in com.esri.arcgis.networkanalyst
A container for the Vehicle Routing Problem solver settings and return parameters used by NAServer.
NAServerVRPParams() - Constructor for class com.esri.arcgis.networkanalyst.NAServerVRPParams
Constructs a NAServerVRPParams using ArcGIS Engine.
NAServerVRPParams(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerVRPParams
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerVRPParams theNAServerVRPParams = (NAServerVRPParams) obj;
NAServerVRPResults - Class in com.esri.arcgis.networkanalyst
A container for the Vehicle Routing Problem network analysis results returned by NAServer.
NAServerVRPResults() - Constructor for class com.esri.arcgis.networkanalyst.NAServerVRPResults
Constructs a NAServerVRPResults using ArcGIS Engine.
NAServerVRPResults(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServerVRPResults
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServerVRPResults theNAServerVRPResults = (NAServerVRPResults) obj;
NAServiceAreaSolver - Class in com.esri.arcgis.networkanalyst
Performs service area analysis.
NAServiceAreaSolver() - Constructor for class com.esri.arcgis.networkanalyst.NAServiceAreaSolver
Constructs a NAServiceAreaSolver using ArcGIS Engine.
NAServiceAreaSolver(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServiceAreaSolver
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServiceAreaSolver theNAServiceAreaSolver = (NAServiceAreaSolver) obj;
NAServiceAreaSymbolizer - Class in com.esri.arcgis.networkanalyst
Symbolizes service area analysis results.
NAServiceAreaSymbolizer() - Constructor for class com.esri.arcgis.networkanalyst.NAServiceAreaSymbolizer
Constructs a NAServiceAreaSymbolizer using ArcGIS Engine.
NAServiceAreaSymbolizer(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAServiceAreaSymbolizer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAServiceAreaSymbolizer theNAServiceAreaSymbolizer = (NAServiceAreaSymbolizer) obj;
NAStopRenderer - Class in com.esri.arcgis.networkanalyst
Defines symbology for rendering stops.
NAStopRenderer() - Constructor for class com.esri.arcgis.networkanalyst.NAStopRenderer
Constructs a NAStopRenderer using ArcGIS Engine.
NAStopRenderer(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAStopRenderer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAStopRenderer theNAStopRenderer = (NAStopRenderer) obj;
NAStreetDirectionsAgent - Class in com.esri.arcgis.networkanalyst
Generates driving directions for network analysis results.
NAStreetDirectionsAgent() - Constructor for class com.esri.arcgis.networkanalyst.NAStreetDirectionsAgent
Constructs a NAStreetDirectionsAgent using ArcGIS Engine.
NAStreetDirectionsAgent(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAStreetDirectionsAgent
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAStreetDirectionsAgent theNAStreetDirectionsAgent = (NAStreetDirectionsAgent) obj;
NATraversalResult - Class in com.esri.arcgis.networkanalyst
Contains the result of a network analysis.
NATraversalResult() - Constructor for class com.esri.arcgis.networkanalyst.NATraversalResult
Constructs a NATraversalResult using ArcGIS Engine.
NATraversalResult(Object) - Constructor for class com.esri.arcgis.networkanalyst.NATraversalResult
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NATraversalResult theNATraversalResult = (NATraversalResult) obj;
NATraversalResultElement - Class in com.esri.arcgis.networkanalyst
An individual element in a traversal result.
NATraversalResultElement() - Constructor for class com.esri.arcgis.networkanalyst.NATraversalResultElement
Constructs a NATraversalResultElement using ArcGIS Engine.
NATraversalResultElement(Object) - Constructor for class com.esri.arcgis.networkanalyst.NATraversalResultElement
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NATraversalResultElement theNATraversalResultElement = (NATraversalResultElement) obj;
NATraversalResultSource - Class in com.esri.arcgis.networkanalyst
Traversal results for a particular source.
NATraversalResultSource() - Constructor for class com.esri.arcgis.networkanalyst.NATraversalResultSource
Constructs a NATraversalResultSource using ArcGIS Engine.
NATraversalResultSource(Object) - Constructor for class com.esri.arcgis.networkanalyst.NATraversalResultSource
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NATraversalResultSource theNATraversalResultSource = (NATraversalResultSource) obj;
NaturalBreaks - Class in com.esri.arcgis.system
Defines a natural breaks classification method.
NaturalBreaks() - Constructor for class com.esri.arcgis.system.NaturalBreaks
Constructs a NaturalBreaks using ArcGIS Engine.
NaturalBreaks(Object) - Constructor for class com.esri.arcgis.system.NaturalBreaks
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NaturalBreaks theNaturalBreaks = (NaturalBreaks) obj;
naturalNeighbor(IGeoDataset) - Method in interface com.esri.arcgis.geoanalyst.IInterpolationOp2
Interpolates using natual neighbor.
naturalNeighbor(IGeoDataset) - Method in interface com.esri.arcgis.geoanalyst.IInterpolationOp3
Interpolates using natual neighbor.
naturalNeighbor(IGeoDataset) - Method in class com.esri.arcgis.geoanalyst.RasterInterpolationOp
Interpolates using natual neighbor.
NaturalNeighbor - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
Interpolates a raster surface from points using a natural neighbor technique.
NaturalNeighbor() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.NaturalNeighbor
Creates the Natural Neighbor tool with defaults.
NaturalNeighbor(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.NaturalNeighbor
Creates the Natural Neighbor tool with the required parameters.
NaturalNeighbor - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Interpolates a raster surface from points using a natural neighbor technique.
NaturalNeighbor() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.NaturalNeighbor
Creates the Natural Neighbor tool with defaults.
NaturalNeighbor(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.NaturalNeighbor
Creates the Natural Neighbor tool with the required parameters.
Navigate3DView - Class in com.esri.arcgis.globecore
The 3DView navigator component.
Navigate3DView() - Constructor for class com.esri.arcgis.globecore.Navigate3DView
Constructs a Navigate3DView using ArcGIS Engine.
Navigate3DView(Object) - Constructor for class com.esri.arcgis.globecore.Navigate3DView
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
Navigate3DView theNavigate3DView = (Navigate3DView) obj;
NAVRPResult - Class in com.esri.arcgis.networkanalyst
Contains a VRP result.
NAVRPResult() - Constructor for class com.esri.arcgis.networkanalyst.NAVRPResult
Constructs a NAVRPResult using ArcGIS Engine.
NAVRPResult(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAVRPResult
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAVRPResult theNAVRPResult = (NAVRPResult) obj;
NAVRPSolver - Class in com.esri.arcgis.networkanalyst
Performs VRP network analysis.
NAVRPSolver() - Constructor for class com.esri.arcgis.networkanalyst.NAVRPSolver
Constructs a NAVRPSolver using ArcGIS Engine.
NAVRPSolver(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAVRPSolver
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAVRPSolver theNAVRPSolver = (NAVRPSolver) obj;
NAVRPSymbolizer - Class in com.esri.arcgis.networkanalyst
Symbolizes VRP analysis results.
NAVRPSymbolizer() - Constructor for class com.esri.arcgis.networkanalyst.NAVRPSymbolizer
Constructs a NAVRPSymbolizer using ArcGIS Engine.
NAVRPSymbolizer(Object) - Constructor for class com.esri.arcgis.networkanalyst.NAVRPSymbolizer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NAVRPSymbolizer theNAVRPSymbolizer = (NAVRPSymbolizer) obj;
nDescription - Variable in class com.esri.arcgis.display.esriGDICommentBeginGroup
 
nDescription - Variable in class com.esri.arcgis.display.esriGDICommentBeginLayer
 
nDescription - Variable in class com.esri.arcgis.display.esriGDICommentBeginMap
 
nDisplayFieldLen - Variable in class com.esri.arcgis.display.esriGDICommentBeginFeature
 
NDVIFunction - Class in com.esri.arcgis.datasourcesraster
A class for a raster NDVI function.
NDVIFunction() - Constructor for class com.esri.arcgis.datasourcesraster.NDVIFunction
Constructs a NDVIFunction using ArcGIS Engine.
NDVIFunction(Object) - Constructor for class com.esri.arcgis.datasourcesraster.NDVIFunction
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NDVIFunction theNDVIFunction = (NDVIFunction) obj;
NDVIFunctionArguments - Class in com.esri.arcgis.datasourcesraster
A class for NDVI raster function arguments.
NDVIFunctionArguments() - Constructor for class com.esri.arcgis.datasourcesraster.NDVIFunctionArguments
Constructs a NDVIFunctionArguments using ArcGIS Engine.
NDVIFunctionArguments(Object) - Constructor for class com.esri.arcgis.datasourcesraster.NDVIFunctionArguments
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NDVIFunctionArguments theNDVIFunctionArguments = (NDVIFunctionArguments) obj;
Near - Class in com.esri.arcgis.geoprocessing.tools.analysistools
Determines the distance from each feature in the input features to the nearest feature in the near features, within the search radius.
Near() - Constructor for class com.esri.arcgis.geoprocessing.tools.analysistools.Near
Creates the Near tool with defaults.
Near(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.analysistools.Near
Creates the Near tool with the required parameters.
Near - Class in com.esri.arcgis.geoprocessing.tools.coveragetools
Computes the distance from each point in a coverage to the nearest arc, point, or node in another coverage.
Near() - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.Near
Creates the Near tool with defaults.
Near(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.coveragetools.Near
Creates the Near tool with the required parameters.
Near3D - Class in com.esri.arcgis.geoprocessing.tools.analyst3dtools
Determines the distance from each feature in the input features to the nearest features in the near features, within the search radius.
Near3D() - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.Near3D
Creates the Near 3D tool with defaults.
Near3D(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.analyst3dtools.Near3D
Creates the Near 3D tool with the required parameters.
nearestFeature(IGeometry, int[], double[]) - Method in class com.esri.arcgis.carto.FeatureIndex
Finds the nearest feature in index to the input shape.
nearestFeature(IGeometry, int[], double[]) - Method in interface com.esri.arcgis.carto.IIndexQuery
Finds the nearest feature in index to the input shape.
nearestFeature(IGeometry, int[], double[]) - Method in interface com.esri.arcgis.carto.IIndexQuery2
Finds the nearest feature in index to the input shape.
nearestFeatures(IGeometry, Object[], double[]) - Method in class com.esri.arcgis.carto.FeatureIndex
Finds all nearest features in index to the input shape (i.e.
nearestFeatures(IGeometry, Object[], double[]) - Method in interface com.esri.arcgis.carto.IIndexQuery2
Finds all nearest features in index to the input shape (i.e.
needsQuote(String) - Method in class com.esri.arcgis.geoprocessing.GPParseString
Returns if the string needs to be quoted.
needsQuote(String) - Method in interface com.esri.arcgis.geoprocessing.IGPParseString2
Returns if the string needs to be quoted.
needsRepair() - Method in interface com.esri.arcgis.geoprocessing.IMdProcess
Returns whether or not the current tool associated with the process needs to be repaired (e.g., the tool parameters have changed).
needsRepair() - Method in class com.esri.arcgis.geoprocessing.MdProcess
Returns whether or not the current tool associated with the process needs to be repaired (e.g., the tool parameters have changed).
needsUpdate(IObject, IFeature) - Method in class com.esri.arcgis.location.GeocodedFeatureClassExtension
Indicates if a geocoded feature needs to be updated.
needsUpdate(IObject, IFeature) - Method in interface com.esri.arcgis.location.IGeocodedFeatureClass
Indicates if a geocoded feature needs to be updated.
negate() - Method in interface com.esri.arcgis.geodatabase.IRecordNumberSet
Inverts the collection; selected records become unselected and unselected records become selected.
negate() - Method in class com.esri.arcgis.geodatabase.RecordNumberSet
Inverts the collection; selected records become unselected and unselected records become selected.
Negate - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Changes the sign (multiplies by -1) of the cell values of the input raster on a cell-by-cell basis.
Negate() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Negate
Creates the Negate tool with defaults.
Negate(Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Negate
Creates the Negate tool with the required parameters.
negate(IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.IMathOp
Changes the sign of the input raster (multiplies by -1).
negate(IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterMathOps
Changes the sign of the input raster (multiplies by -1).
NestedLegendItem - Class in com.esri.arcgis.carto
Nested legend item.
NestedLegendItem() - Constructor for class com.esri.arcgis.carto.NestedLegendItem
Constructs a NestedLegendItem using ArcGIS Engine.
NestedLegendItem(Object) - Constructor for class com.esri.arcgis.carto.NestedLegendItem
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NestedLegendItem theNestedLegendItem = (NestedLegendItem) obj;
NestedLegendItemPropertyPage - Class in com.esri.arcgis.cartoUI
Property page for managing the properties of nested legend items.
NestedLegendItemPropertyPage() - Constructor for class com.esri.arcgis.cartoUI.NestedLegendItemPropertyPage
Constructs a NestedLegendItemPropertyPage using ArcGIS Engine.
NestedLegendItemPropertyPage(Object) - Constructor for class com.esri.arcgis.cartoUI.NestedLegendItemPropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NestedLegendItemPropertyPage theNestedLegendItemPropertyPage = (NestedLegendItemPropertyPage) obj;
NetCDFFeatureClassName - Class in com.esri.arcgis.datasourcesnetCDF
A container for name information about a NetCDF feature class.
NetCDFFeatureClassName() - Constructor for class com.esri.arcgis.datasourcesnetCDF.NetCDFFeatureClassName
Constructs a NetCDFFeatureClassName using ArcGIS Engine.
NetCDFFeatureClassName(Object) - Constructor for class com.esri.arcgis.datasourcesnetCDF.NetCDFFeatureClassName
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetCDFFeatureClassName theNetCDFFeatureClassName = (NetCDFFeatureClassName) obj;
NetCDFFeaturePropertyPage - Class in com.esri.arcgis.arcmapui
The NetCDF Feature Property Page.
NetCDFFeaturePropertyPage() - Constructor for class com.esri.arcgis.arcmapui.NetCDFFeaturePropertyPage
Constructs a NetCDFFeaturePropertyPage using ArcGIS Engine.
NetCDFFeaturePropertyPage(Object) - Constructor for class com.esri.arcgis.arcmapui.NetCDFFeaturePropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetCDFFeaturePropertyPage theNetCDFFeaturePropertyPage = (NetCDFFeaturePropertyPage) obj;
NetCDFLayerFactory - Class in com.esri.arcgis.carto
A factory for creating NetCDF layers.
NetCDFLayerFactory() - Constructor for class com.esri.arcgis.carto.NetCDFLayerFactory
Constructs a NetCDFLayerFactory using ArcGIS Engine.
NetCDFLayerFactory(Object) - Constructor for class com.esri.arcgis.carto.NetCDFLayerFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetCDFLayerFactory theNetCDFLayerFactory = (NetCDFLayerFactory) obj;
NetCDFRasterDatasetName - Class in com.esri.arcgis.datasourcesnetCDF
A container for name information about a NetCDF raster dataset.
NetCDFRasterDatasetName() - Constructor for class com.esri.arcgis.datasourcesnetCDF.NetCDFRasterDatasetName
Constructs a NetCDFRasterDatasetName using ArcGIS Engine.
NetCDFRasterDatasetName(Object) - Constructor for class com.esri.arcgis.datasourcesnetCDF.NetCDFRasterDatasetName
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetCDFRasterDatasetName theNetCDFRasterDatasetName = (NetCDFRasterDatasetName) obj;
NetCDFRasterPropertyPage - Class in com.esri.arcgis.arcmapui
The NetCDF Raster Property Page.
NetCDFRasterPropertyPage() - Constructor for class com.esri.arcgis.arcmapui.NetCDFRasterPropertyPage
Constructs a NetCDFRasterPropertyPage using ArcGIS Engine.
NetCDFRasterPropertyPage(Object) - Constructor for class com.esri.arcgis.arcmapui.NetCDFRasterPropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetCDFRasterPropertyPage theNetCDFRasterPropertyPage = (NetCDFRasterPropertyPage) obj;
NetCDFTableFactory - Class in com.esri.arcgis.carto
A factory for creating NetCDF tables.
NetCDFTableFactory() - Constructor for class com.esri.arcgis.carto.NetCDFTableFactory
Constructs a NetCDFTableFactory using ArcGIS Engine.
NetCDFTableFactory(Object) - Constructor for class com.esri.arcgis.carto.NetCDFTableFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetCDFTableFactory theNetCDFTableFactory = (NetCDFTableFactory) obj;
NetCDFTableName - Class in com.esri.arcgis.datasourcesnetCDF
A container for name information about a NetCDF table.
NetCDFTableName() - Constructor for class com.esri.arcgis.datasourcesnetCDF.NetCDFTableName
Constructs a NetCDFTableName using ArcGIS Engine.
NetCDFTableName(Object) - Constructor for class com.esri.arcgis.datasourcesnetCDF.NetCDFTableName
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetCDFTableName theNetCDFTableName = (NetCDFTableName) obj;
NetCDFTablePropertyPage - Class in com.esri.arcgis.arcmapui
The NetCDF Table Property Page.
NetCDFTablePropertyPage() - Constructor for class com.esri.arcgis.arcmapui.NetCDFTablePropertyPage
Constructs a NetCDFTablePropertyPage using ArcGIS Engine.
NetCDFTablePropertyPage(Object) - Constructor for class com.esri.arcgis.arcmapui.NetCDFTablePropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetCDFTablePropertyPage theNetCDFTablePropertyPage = (NetCDFTablePropertyPage) obj;
NetCDFWorkspace - Class in com.esri.arcgis.datasourcesnetCDF
The NetCDF workspace object.
NetCDFWorkspace(Object) - Constructor for class com.esri.arcgis.datasourcesnetCDF.NetCDFWorkspace
Construct a NetCDFWorkspace using a reference to such an object returned from ArcGIS Engine or Server.
NetCDFWorkspaceFactory - Class in com.esri.arcgis.datasourcesnetCDF
Provides access to members that control creation of NetCDF workspaces.
NetCDFWorkspaceFactory() - Constructor for class com.esri.arcgis.datasourcesnetCDF.NetCDFWorkspaceFactory
Constructs a NetCDFWorkspaceFactory using ArcGIS Engine.
NetCDFWorkspaceFactory(Object) - Constructor for class com.esri.arcgis.datasourcesnetCDF.NetCDFWorkspaceFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetCDFWorkspaceFactory theNetCDFWorkspaceFactory = (NetCDFWorkspaceFactory) obj;
NetElementBarriers - Class in com.esri.arcgis.networkanalysis
A container for defining to the NetSolver which network elements have barriers.
NetElementBarriers() - Constructor for class com.esri.arcgis.networkanalysis.NetElementBarriers
Constructs a NetElementBarriers using ArcGIS Engine.
NetElementBarriers(Object) - Constructor for class com.esri.arcgis.networkanalysis.NetElementBarriers
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetElementBarriers theNetElementBarriers = (NetElementBarriers) obj;
NetElementClass - Class in com.esri.arcgis.geodatabase
A container for describing a class in the network.
NetElementClass(Object) - Constructor for class com.esri.arcgis.geodatabase.NetElementClass
Construct a NetElementClass using a reference to such an object returned from ArcGIS Engine or Server.
NetElementDescription - Class in com.esri.arcgis.geodatabase
A container for describing an element in the network.
NetElementDescription() - Constructor for class com.esri.arcgis.geodatabase.NetElementDescription
Constructs a NetElementDescription using ArcGIS Engine.
NetElementDescription(Object) - Constructor for class com.esri.arcgis.geodatabase.NetElementDescription
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetElementDescription theNetElementDescription = (NetElementDescription) obj;
NetWeight - Class in com.esri.arcgis.geodatabase
A container for defining a weight on the network.
NetWeight() - Constructor for class com.esri.arcgis.geodatabase.NetWeight
Constructs a NetWeight using ArcGIS Engine.
NetWeight(Object) - Constructor for class com.esri.arcgis.geodatabase.NetWeight
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetWeight theNetWeight = (NetWeight) obj;
NetWeightAssociation - Class in com.esri.arcgis.geodatabase
A container for defining an association between a network weight and a field in a table.
NetWeightAssociation() - Constructor for class com.esri.arcgis.geodatabase.NetWeightAssociation
Constructs a NetWeightAssociation using ArcGIS Engine.
NetWeightAssociation(Object) - Constructor for class com.esri.arcgis.geodatabase.NetWeightAssociation
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetWeightAssociation theNetWeightAssociation = (NetWeightAssociation) obj;
NETWORK_E_ADD_WEIGHT_HAS_ELEMENTS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Cannot add a weight to a network with elements.
NETWORK_E_BAD_TURN_DUPLICATED_FIRST_LAST_EDGES - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
One of the interior edges of the turn element is the same as the first or last edge.
NETWORK_E_BAD_TURN_INTERIOR_EXTERIOR_CONFLICT - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
The edges of the turn element conflict with existing interior/exterior edges.
NETWORK_E_BAD_TURN_SELF_LOOP - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
One of the edges of the turn element is a self-loop.
NETWORK_E_BAD_TURN_UNCONNECTED_ANCHOR - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
The anchor junction of the turn element is not connected to the last edge.
NETWORK_E_BAD_TURN_UNCONNECTED_EDGES - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
The edges of the turn element are not connected to each other.
NETWORK_E_CANNOT_CLOSE_TABLE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Cannot close a network table.
NETWORK_E_CANNOT_CREATE_TABLE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Unable to create a network table.
NETWORK_E_CANNOT_DELETE_TABLE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Cannot delete a network table.
NETWORK_E_CANNOT_OPEN_LOGICAL_NETWORK - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Cannot open a logical network.
NETWORK_E_CANNOT_OPEN_TABLE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Unable to open a network table.
NETWORK_E_CANNOT_READ_TABLE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Unable to read from a network table.
NETWORK_E_CANNOT_WRITE_TABLE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Unable to write to a network table.
NETWORK_E_COPY_OVERFLOW_USER_CLASS_ID - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Cannot copy and paste a narrow network into a dataset requiring wide networks.
NETWORK_E_CORRUPT_DATA - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Corrupted network data.
NETWORK_E_DELETE_WEIGHT_HAS_ASSOCIATIONS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Cannot delete a weight that has weight associations.
NETWORK_E_DUPLICATE_PROPERTY - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Network property already exists.
NETWORK_E_DUPLICATE_TURN - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Turn element already exists.
NETWORK_E_EDIT_OPERATION_IN_PROGRESS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
An edit operation is in progress.
NETWORK_E_EDIT_SESSION_IN_PROGRESS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
An edit session is in progress.
NETWORK_E_ELEMENT_TYPE_MISMATCH - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Mismatch between element type and weight.
NETWORK_E_INVALID_BITGATE_SIZE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Bitgate weights sizes must be in the range from 1 to 31.
NETWORK_E_INVALID_ELEMENT_CLASSES - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid network element classes.
NETWORK_E_INVALID_ELEMENT_ID - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid network element id.
NETWORK_E_INVALID_ELEMENT_TYPE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid element type.
NETWORK_E_INVALID_ENGINE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid network engine.
NETWORK_E_INVALID_ENGINE_CONNECTION - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid network engine.
NETWORK_E_INVALID_ENGINE_FSTAR - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid engine forward star.
NETWORK_E_INVALID_FEATURE_WORKSPACE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid underlying feature workspace.
NETWORK_E_INVALID_FIELD_NAME - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
The field name is invalid.
NETWORK_E_INVALID_FORMAT_NUMBER - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid format number.
NETWORK_E_INVALID_NETWORK - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid network.
NETWORK_E_INVALID_NETWORK_ACCESS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid network access.
NETWORK_E_INVALID_NETWORK_NAME - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid network name.
NETWORK_E_INVALID_TABLE_NAME - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
The table name is invalid.
NETWORK_E_INVALID_USER_CLASS_ID - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid user class id.
NETWORK_E_INVALID_USER_ID - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid user id.
NETWORK_E_INVALID_USER_SUB_ID - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid user subid.
NETWORK_E_INVALID_WEIGHT_ASSOCIATION - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid network weight association.
NETWORK_E_INVALID_WEIGHT_DEFINITIONS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid network weight definitions.
NETWORK_E_INVALID_WEIGHT_ELEMENT_TYPES - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid weight element type.
NETWORK_E_INVALID_WEIGHT_ID - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid weight id.
NETWORK_E_INVALID_WEIGHT_NAME - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid weight name.
NETWORK_E_INVALID_WEIGHT_TYPE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid weight type.
NETWORK_E_INVALID_WEIGHT_VALUE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid value for given weight type.
NETWORK_E_LOOP_EDGE_CHAIN - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
There is a loop among the edge elements for this feature.
NETWORK_E_MISSING_PROPERTY - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Network property is missing.
NETWORK_E_NETWORK_ALREADY_EXISTS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Network already exists.
NETWORK_E_NO_EDIT_OPERATION_IN_PROGRESS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
No edit operation is in progress.
NETWORK_E_NO_EDIT_SESSION_IN_PROGRESS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
No edit session in progress.
NETWORK_E_NO_UPDATE_SESSION_IN_PROGRESS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
No update session in progress.
NETWORK_E_OLD_NETWORK_VERSION - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Old network version.
NETWORK_E_OLD_WORKSPACE_VERSION - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Old geodatabase version.
NETWORK_E_OVERFLOW_ELEMENT_ID - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Invalid element subid.
NETWORK_E_OVERFLOW_USER_CLASS_ID - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Id values are too large.
NETWORK_E_OVERFLOW_USER_ID - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Id values are too large.
NETWORK_E_OVERFLOW_USER_SUB_ID - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Id values are too large.
NETWORK_E_PROPERTY_IS_ALREADY_SET - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
The property has already been set.
NETWORK_E_REACHED_MEMORY_QUOTA - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
The user-set logical network memory quota has been reached.
NETWORK_E_READ_ONLY_NETWORK - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Network is read only.
NETWORK_E_UNDEFINED_PROPERTY - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Network property is not defined.
NETWORK_E_UNKNOWN_ENGINE_ERROR - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Unknown underlying engine error.
NETWORK_E_UNKNOWN_ERROR - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Unknown network error.
NETWORK_E_UNKNOWN_NETWORK_TYPE - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Unknown network type.
NETWORK_E_UPDATE_SESSION_IN_PROGRESS - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
An update session is in progress.
NETWORKANALYSIS_E_BOTH_PATH_ORIGINS - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Both junction and edge origins are specified for FindPath.
NETWORKANALYSIS_E_INVALID_DOCUMENT - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
The document has been changed.
NETWORKANALYSIS_E_INVALID_ELEMENT_TYPE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Invalid element type.
NETWORKANALYSIS_E_INVALID_FEATURE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
A flag or barrier could not be placed because the network feature was corrupted.
NETWORKANALYSIS_E_INVALID_FEATURELAYER - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
The feature layer parameter does not have a feature class.
NETWORKANALYSIS_E_INVALID_FILTERTYPE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
The provided index is not valid.
NETWORKANALYSIS_E_INVALID_FLOW_ELEMENTS - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Invalid flow elements.
NETWORKANALYSIS_E_INVALID_FLOW_METHOD - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Invalid flow method.
NETWORKANALYSIS_E_INVALID_GEOMETRICINDEX - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
There is no geometric network.
NETWORKANALYSIS_E_INVALID_INDEX - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
The provided index is not valid.
NETWORKANALYSIS_E_INVALID_NETWORK - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
No network is present.
NETWORKANALYSIS_E_INVALID_PATH_OBJECTIVE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Invalid path objective function.
NETWORKANALYSIS_E_INVALID_PERCENTAGE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Edge flag percentages must be between 0.0 and 1.0.
NETWORKANALYSIS_E_INVALID_USER_CLASS_ID - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Invalid user class id.
NETWORKANALYSIS_E_INVALID_USER_ID - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Invalid user id.
NETWORKANALYSIS_E_INVALID_USER_SUB_ID - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Invalid user sub id.
NETWORKANALYSIS_E_INVALID_WEIGHT_FILTER_TYPE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Invalid weight filter type.
NETWORKANALYSIS_E_MISMATCH_ELEMENT_TYPE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
The input element type does not agree with the element type of the barrier set.
NETWORKANALYSIS_E_MULTIPLE_NETWORK - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Network already specified.
NETWORKANALYSIS_E_NO_EDGE_WEIGHT_FILTER - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
No edge weight filter specified.
NETWORKANALYSIS_E_NO_JUNCTION_WEIGHT_FILTER - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
No junction weight filter specified.
NETWORKANALYSIS_E_NO_PATH_ORIGINS - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
No junction or edge origins are specified for FindPath.
networkAttribute() - Method in interface com.esri.arcgis.geodatabase.INetworkDatasetProtectNames
networkAttribute
networkAttribute() - Method in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
networkAttribute
NetworkAttribute - Class in com.esri.arcgis.geodatabase
A container for describing a network dataset attribute.
NetworkAttribute(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkAttribute
Construct a NetworkAttribute using a reference to such an object returned from ArcGIS Engine or Server.
NetworkAttributeParameter - Class in com.esri.arcgis.geodatabase
A container for describing a network attribute parameter.
NetworkAttributeParameter() - Constructor for class com.esri.arcgis.geodatabase.NetworkAttributeParameter
Constructs a NetworkAttributeParameter using ArcGIS Engine.
NetworkAttributeParameter(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkAttributeParameter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkAttributeParameter theNetworkAttributeParameter = (NetworkAttributeParameter) obj;
NetworkConfiguration - Class in com.esri.arcgis.catalogUI
Provides Network Configuration Information.
NetworkConfiguration() - Constructor for class com.esri.arcgis.catalogUI.NetworkConfiguration
Constructs a NetworkConfiguration using ArcGIS Engine.
NetworkConfiguration(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkConfiguration
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkConfiguration theNetworkConfiguration = (NetworkConfiguration) obj;
NetworkConstantEvaluator - Class in com.esri.arcgis.geodatabase
A container for describing a network attribute evaluator whose values are derived from a constant value.
NetworkConstantEvaluator() - Constructor for class com.esri.arcgis.geodatabase.NetworkConstantEvaluator
Constructs a NetworkConstantEvaluator using ArcGIS Engine.
NetworkConstantEvaluator(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkConstantEvaluator
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkConstantEvaluator theNetworkConstantEvaluator = (NetworkConstantEvaluator) obj;
NetworkConstantEvaluatorEditor - Class in com.esri.arcgis.catalogUI
The constant evaluator editor.
NetworkConstantEvaluatorEditor() - Constructor for class com.esri.arcgis.catalogUI.NetworkConstantEvaluatorEditor
Constructs a NetworkConstantEvaluatorEditor using ArcGIS Engine.
NetworkConstantEvaluatorEditor(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkConstantEvaluatorEditor
Construct a NetworkConstantEvaluatorEditor using a reference to such an object returned from ArcGIS Engine or Server.
networkDataset() - Method in interface com.esri.arcgis.geodatabase.INetworkDatasetProtectNames
networkDataset
networkDataset() - Method in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
networkDataset
NetworkDataset - Class in com.esri.arcgis.geodatabase
A container for querying information about a network dataset.
NetworkDataset(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkDataset
Construct a NetworkDataset using a reference to such an object returned from ArcGIS Engine or Server.
NetworkDatasetDialog - Class in com.esri.arcgis.catalogUI
Dialogs for creating and editing network datasets.
NetworkDatasetDialog() - Constructor for class com.esri.arcgis.catalogUI.NetworkDatasetDialog
Constructs a NetworkDatasetDialog using ArcGIS Engine.
NetworkDatasetDialog(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkDatasetDialog
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkDatasetDialog theNetworkDatasetDialog = (NetworkDatasetDialog) obj;
NetworkDatasetFDExtension - Class in com.esri.arcgis.geodatabase
A container for describing this network dataset's feature dataset extension properties.
NetworkDatasetFDExtension(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkDatasetFDExtension
Construct a NetworkDatasetFDExtension using a reference to such an object returned from ArcGIS Engine or Server.
NetworkDatasetName - Class in com.esri.arcgis.geodatabase
A container for describing this network dataset's name properties.
NetworkDatasetName() - Constructor for class com.esri.arcgis.geodatabase.NetworkDatasetName
Constructs a NetworkDatasetName using ArcGIS Engine.
NetworkDatasetName(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkDatasetName
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkDatasetName theNetworkDatasetName = (NetworkDatasetName) obj;
NetworkDatasetWorkspaceExtension - Class in com.esri.arcgis.geodatabase
A container for describing this network dataset's workspace extension properties.
NetworkDatasetWorkspaceExtension(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkDatasetWorkspaceExtension
Construct a NetworkDatasetWorkspaceExtension using a reference to such an object returned from ArcGIS Engine or Server.
NetworkDirections - Class in com.esri.arcgis.geodatabase
A container for describing and using network directions.
NetworkDirections() - Constructor for class com.esri.arcgis.geodatabase.NetworkDirections
Constructs a NetworkDirections using ArcGIS Engine.
NetworkDirections(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkDirections
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkDirections theNetworkDirections = (NetworkDirections) obj;
NetworkDirectionsGeneralPage - Class in com.esri.arcgis.catalogUI
ESRI network directions general page.
NetworkDirectionsGeneralPage() - Constructor for class com.esri.arcgis.catalogUI.NetworkDirectionsGeneralPage
Constructs a NetworkDirectionsGeneralPage using ArcGIS Engine.
NetworkDirectionsGeneralPage(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkDirectionsGeneralPage
Construct a NetworkDirectionsGeneralPage using a reference to such an object returned from ArcGIS Engine or Server.
NetworkDirectionsRoadDetailPage - Class in com.esri.arcgis.catalogUI
ESRI network directions road detail page.
NetworkDirectionsRoadDetailPage() - Constructor for class com.esri.arcgis.catalogUI.NetworkDirectionsRoadDetailPage
Constructs a NetworkDirectionsRoadDetailPage using ArcGIS Engine.
NetworkDirectionsRoadDetailPage(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkDirectionsRoadDetailPage
Construct a NetworkDirectionsRoadDetailPage using a reference to such an object returned from ArcGIS Engine or Server.
NetworkDirectionsShieldsPage - Class in com.esri.arcgis.catalogUI
ESRI network directions shields page.
NetworkDirectionsShieldsPage() - Constructor for class com.esri.arcgis.catalogUI.NetworkDirectionsShieldsPage
Constructs a NetworkDirectionsShieldsPage using ArcGIS Engine.
NetworkDirectionsShieldsPage(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkDirectionsShieldsPage
Construct a NetworkDirectionsShieldsPage using a reference to such an object returned from ArcGIS Engine or Server.
NetworkDirtyAreaRenderer - Class in com.esri.arcgis.carto
A renderer used to display network dataset dirty areas.
NetworkDirtyAreaRenderer() - Constructor for class com.esri.arcgis.carto.NetworkDirtyAreaRenderer
Constructs a NetworkDirtyAreaRenderer using ArcGIS Engine.
NetworkDirtyAreaRenderer(Object) - Constructor for class com.esri.arcgis.carto.NetworkDirtyAreaRenderer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkDirtyAreaRenderer theNetworkDirtyAreaRenderer = (NetworkDirtyAreaRenderer) obj;
NetworkDirtyAreaRendererPropertyPage - Class in com.esri.arcgis.cartoUI
Property page for managing the properties of the NetworkDirtyAreaRenderer object.
NetworkDirtyAreaRendererPropertyPage(Object) - Constructor for class com.esri.arcgis.cartoUI.NetworkDirtyAreaRendererPropertyPage
Construct a NetworkDirtyAreaRendererPropertyPage using a reference to such an object returned from ArcGIS Engine or Server.
NetworkEdge - Class in com.esri.arcgis.geodatabase
A container for querying information on a network dataset edge element.
NetworkEdge(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkEdge
Construct a NetworkEdge using a reference to such an object returned from ArcGIS Engine or Server.
NetworkEdgeTrafficEvaluator - Class in com.esri.arcgis.geodatabase
A container for members in time dependent travel time evaluator.
NetworkEdgeTrafficEvaluator() - Constructor for class com.esri.arcgis.geodatabase.NetworkEdgeTrafficEvaluator
Constructs a NetworkEdgeTrafficEvaluator using ArcGIS Engine.
NetworkEdgeTrafficEvaluator(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkEdgeTrafficEvaluator
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkEdgeTrafficEvaluator theNetworkEdgeTrafficEvaluator = (NetworkEdgeTrafficEvaluator) obj;
NetworkEdgeTrafficEvaluatorEditor - Class in com.esri.arcgis.catalogUI
The edge traffic evaluator editor.
NetworkEdgeTrafficEvaluatorEditor() - Constructor for class com.esri.arcgis.catalogUI.NetworkEdgeTrafficEvaluatorEditor
Constructs a NetworkEdgeTrafficEvaluatorEditor using ArcGIS Engine.
NetworkEdgeTrafficEvaluatorEditor(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkEdgeTrafficEvaluatorEditor
Construct a NetworkEdgeTrafficEvaluatorEditor using a reference to such an object returned from ArcGIS Engine or Server.
NetworkFieldEvaluator - Class in com.esri.arcgis.geodatabase
A container for describing a network attribute evaluator whose values are derived from object field attributes.
NetworkFieldEvaluator() - Constructor for class com.esri.arcgis.geodatabase.NetworkFieldEvaluator
Constructs a NetworkFieldEvaluator using ArcGIS Engine.
NetworkFieldEvaluator(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkFieldEvaluator
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkFieldEvaluator theNetworkFieldEvaluator = (NetworkFieldEvaluator) obj;
NetworkFieldEvaluatorEditor - Class in com.esri.arcgis.catalogUI
The field evaluator editor.
NetworkFieldEvaluatorEditor() - Constructor for class com.esri.arcgis.catalogUI.NetworkFieldEvaluatorEditor
Constructs a NetworkFieldEvaluatorEditor using ArcGIS Engine.
NetworkFieldEvaluatorEditor(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkFieldEvaluatorEditor
Construct a NetworkFieldEvaluatorEditor using a reference to such an object returned from ArcGIS Engine or Server.
NetworkForwardStar - Class in com.esri.arcgis.geodatabase
A container for querying information about adjacent elements in the network dataset.
NetworkForwardStar(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkForwardStar
Construct a NetworkForwardStar using a reference to such an object returned from ArcGIS Engine or Server.
NetworkForwardStarAdjacencies - Class in com.esri.arcgis.geodatabase
A container for retrieving information about the elements adjacent to a given network element.
NetworkForwardStarAdjacencies(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkForwardStarAdjacencies
Construct a NetworkForwardStarAdjacencies using a reference to such an object returned from ArcGIS Engine or Server.
NetworkFunctionEvaluator - Class in com.esri.arcgis.geodatabase
A container for describing a network evaluator function.
NetworkFunctionEvaluator() - Constructor for class com.esri.arcgis.geodatabase.NetworkFunctionEvaluator
Constructs a NetworkFunctionEvaluator using ArcGIS Engine.
NetworkFunctionEvaluator(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkFunctionEvaluator
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkFunctionEvaluator theNetworkFunctionEvaluator = (NetworkFunctionEvaluator) obj;
NetworkFunctionEvaluatorEditor - Class in com.esri.arcgis.catalogUI
The function evaluator editor.
NetworkFunctionEvaluatorEditor() - Constructor for class com.esri.arcgis.catalogUI.NetworkFunctionEvaluatorEditor
Constructs a NetworkFunctionEvaluatorEditor using ArcGIS Engine.
NetworkFunctionEvaluatorEditor(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkFunctionEvaluatorEditor
Construct a NetworkFunctionEvaluatorEditor using a reference to such an object returned from ArcGIS Engine or Server.
NetworkGlobalTurnDelayCategory - Class in com.esri.arcgis.geodatabase
A container for defining global turn delay for a specified angle category and from, to, and cross road category.
NetworkGlobalTurnDelayCategory() - Constructor for class com.esri.arcgis.geodatabase.NetworkGlobalTurnDelayCategory
Constructs a NetworkGlobalTurnDelayCategory using ArcGIS Engine.
NetworkGlobalTurnDelayCategory(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkGlobalTurnDelayCategory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkGlobalTurnDelayCategory theNetworkGlobalTurnDelayCategory = (NetworkGlobalTurnDelayCategory) obj;
NetworkGlobalTurnDelayEvaluator - Class in com.esri.arcgis.geodatabase
A container for describing a network attribute evaluator for global turn delay whose values are specified by global turn delay settings.
NetworkGlobalTurnDelayEvaluator() - Constructor for class com.esri.arcgis.geodatabase.NetworkGlobalTurnDelayEvaluator
Constructs a NetworkGlobalTurnDelayEvaluator using ArcGIS Engine.
NetworkGlobalTurnDelayEvaluator(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkGlobalTurnDelayEvaluator
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkGlobalTurnDelayEvaluator theNetworkGlobalTurnDelayEvaluator = (NetworkGlobalTurnDelayEvaluator) obj;
NetworkGlobalTurnDelayEvaluatorEditor - Class in com.esri.arcgis.catalogUI
The global turn delay evaluator editor.
NetworkGlobalTurnDelayEvaluatorEditor() - Constructor for class com.esri.arcgis.catalogUI.NetworkGlobalTurnDelayEvaluatorEditor
Constructs a NetworkGlobalTurnDelayEvaluatorEditor using ArcGIS Engine.
NetworkGlobalTurnDelayEvaluatorEditor(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkGlobalTurnDelayEvaluatorEditor
Construct a NetworkGlobalTurnDelayEvaluatorEditor using a reference to such an object returned from ArcGIS Engine or Server.
networkID() - Method in interface com.esri.arcgis.geodatabase.INetworkProtectNames
networkID
networkID() - Method in class com.esri.arcgis.geodatabase.INetworkProtectNamesProxy
networkID
NetworkJunction - Class in com.esri.arcgis.geodatabase
A container for querying information on a network dataset junction element.
NetworkJunction(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkJunction
Construct a NetworkJunction using a reference to such an object returned from ArcGIS Engine or Server.
NetworkLayer - Class in com.esri.arcgis.carto
ESRI Network Layer CoClass.
NetworkLayer() - Constructor for class com.esri.arcgis.carto.NetworkLayer
Constructs a NetworkLayer using ArcGIS Engine.
NetworkLayer(Object) - Constructor for class com.esri.arcgis.carto.NetworkLayer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkLayer theNetworkLayer = (NetworkLayer) obj;
NetworkLayerFactory - Class in com.esri.arcgis.arcmapui
Product Availability
NetworkLayerFactory() - Constructor for class com.esri.arcgis.arcmapui.NetworkLayerFactory
Constructs a NetworkLayerFactory using ArcGIS Engine.
NetworkLayerFactory(Object) - Constructor for class com.esri.arcgis.arcmapui.NetworkLayerFactory
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkLayerFactory theNetworkLayerFactory = (NetworkLayerFactory) obj;
NetworkLoader - Class in com.esri.arcgis.networkanalysis
A container for specifying the parameters for building a geometric network.
NetworkLoader() - Constructor for class com.esri.arcgis.networkanalysis.NetworkLoader
Constructs a NetworkLoader using ArcGIS Engine.
NetworkLoader(Object) - Constructor for class com.esri.arcgis.networkanalysis.NetworkLoader
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkLoader theNetworkLoader = (NetworkLoader) obj;
NETWORKLOADER_E_CANNOT_ACCESS_TEMP_FILE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Cannot access temporary files.
NETWORKLOADER_E_CANNOT_ACQUIRE_LOGICAL_NETWORK - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to acquire logical network.
NETWORKLOADER_E_CANNOT_ADD_EDGE_ELEMENT - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Cannot add edge elements to the network.
NETWORKLOADER_E_CANNOT_ADD_FEATURE_CLASS - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to add a feature class to the geometric network.
NETWORKLOADER_E_CANNOT_ADD_JUNCTION_ELEMENT - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Cannot add junction elements to the network.
NETWORKLOADER_E_CANNOT_ADD_ORPHAN_JUNCTION_ROW - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Cannot insert rows into orphan junction feature class.
NETWORKLOADER_E_CANNOT_CREATE_ANCILLARY_ROLE_FIELD - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Cannot create ancillary role field.
NETWORKLOADER_E_CANNOT_CREATE_ENABLED_FIELD - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Cannot create enabled field.
NETWORKLOADER_E_CANNOT_CREATE_ERROR_TABLE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to create the error table.
NETWORKLOADER_E_CANNOT_CREATE_GEOMETRIC_NETWORK - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to create geometric network.
NETWORKLOADER_E_CANNOT_CREATE_INDEX - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Creating indexes on network tables failed.
NETWORKLOADER_E_CANNOT_DROP_INDEX - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Dropping indexes on network tables failed.
NETWORKLOADER_E_CANNOT_OPEN_FEATURE_CLASS - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to open the feature class.
NETWORKLOADER_E_CANNOT_OPEN_FEATURE_DATASET - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to open the feature dataset.
NETWORKLOADER_E_CANNOT_OPEN_LOG_FILE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Cannot open log file.
NETWORKLOADER_E_CANNOT_OPEN_ORPHAN_JUNCTION_CLASS - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to open orphan junction feature class.
NETWORKLOADER_E_CANNOT_READ_FEATURE_CLASS - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to read from the feature class.
NETWORKLOADER_E_CANNOT_UPDATE_ANCILLARY_ROLE_FIELD - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Cannot update ancillary role field.
NETWORKLOADER_E_CANNOT_UPDATE_ENABLED_FIELD - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Cannot update enabled field.
NETWORKLOADER_E_CANNOT_UPDATE_ERROR_TABLE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to update the error table.
NETWORKLOADER_E_CANNOT_UPDATE_FEATURE_CLASS - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to update the feature class.
NETWORKLOADER_E_INVALID_ANCILLARY_ROLE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid ancillary role was specified.
NETWORKLOADER_E_INVALID_ANCILLARY_ROLE_FIELD_DOMAIN - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid ancillary role field domain was specified.
NETWORKLOADER_E_INVALID_ANCILLARY_ROLE_FIELD_TYPE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid ancillary role field type was specified.
NETWORKLOADER_E_INVALID_BITGATE_SIZE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Bitgate weights sizes must be in the range from 1 to 31.
NETWORKLOADER_E_INVALID_ENABLED_FIELD_DOMAIN - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid enabled field domain was specified.
NETWORKLOADER_E_INVALID_ENABLED_FIELD_TYPE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid enabled field type was specified.
NETWORKLOADER_E_INVALID_FEATURE_CLASS_NAME - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid feature class name was specified.
NETWORKLOADER_E_INVALID_FEATURE_DATASET_NAME - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid feature dataset name was specified.
NETWORKLOADER_E_INVALID_FEATURE_TYPE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid feature type was specified.
NETWORKLOADER_E_INVALID_FIELD_NAME - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid field name was specified.
NETWORKLOADER_E_INVALID_NETWORK_NAME - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid network name was specified.
NETWORKLOADER_E_INVALID_SHAPE_TYPE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid shape type was specified.
NETWORKLOADER_E_INVALID_SNAP_TOLERANCE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
The snapping tolerance cannot be negative or smaller than the minimum tolerance.
NETWORKLOADER_E_INVALID_WEIGHT_NAME - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An invalid weight name was specified.
NETWORKLOADER_E_INVALID_WEIGHT_TYPE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Invalid weight type.
NETWORKLOADER_E_INVALID_Z_USE_CONDITION - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
Unable to use Zs for network connectivity.
NETWORKLOADER_E_UNKNOWN_ERROR - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An unknown error occurred.
NETWORKLOADER_E_UNSUPPORTED_NETWORK_TYPE - Static variable in interface com.esri.arcgis.networkanalysis.esriUtilityNetworkErrors
An unsupported network type was specified.
NetworkScriptEvaluator - Class in com.esri.arcgis.geodatabase
A container for describing a network attribute evaluator whose values are derived from VBScript expressions.
NetworkScriptEvaluator() - Constructor for class com.esri.arcgis.geodatabase.NetworkScriptEvaluator
Constructs a NetworkScriptEvaluator using ArcGIS Engine.
NetworkScriptEvaluator(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkScriptEvaluator
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkScriptEvaluator theNetworkScriptEvaluator = (NetworkScriptEvaluator) obj;
NetworkScriptEvaluatorEditor - Class in com.esri.arcgis.catalogUI
The script evaluator editor.
NetworkScriptEvaluatorEditor() - Constructor for class com.esri.arcgis.catalogUI.NetworkScriptEvaluatorEditor
Constructs a NetworkScriptEvaluatorEditor using ArcGIS Engine.
NetworkScriptEvaluatorEditor(Object) - Constructor for class com.esri.arcgis.catalogUI.NetworkScriptEvaluatorEditor
Construct a NetworkScriptEvaluatorEditor using a reference to such an object returned from ArcGIS Engine or Server.
NetworkScriptEvaluatorFunctions - Class in com.esri.arcgis.geodatabase
A container for scriptable members in a network script evaluator.
NetworkScriptEvaluatorFunctions(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkScriptEvaluatorFunctions
Construct a NetworkScriptEvaluatorFunctions using a reference to such an object returned from ArcGIS Engine or Server.
networkSource() - Method in interface com.esri.arcgis.geodatabase.INetworkDatasetProtectNames
networkSource
networkSource() - Method in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
networkSource
NetworkSource - Class in com.esri.arcgis.geodatabase
A container for describing a network dataset source.
NetworkSource(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkSource
Construct a NetworkSource using a reference to such an object returned from ArcGIS Engine or Server.
NetworkSourceDirections - Class in com.esri.arcgis.geodatabase
A container for describing how to generate driving directions for a network dataset source.
NetworkSourceDirections() - Constructor for class com.esri.arcgis.geodatabase.NetworkSourceDirections
Constructs a NetworkSourceDirections using ArcGIS Engine.
NetworkSourceDirections(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkSourceDirections
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkSourceDirections theNetworkSourceDirections = (NetworkSourceDirections) obj;
NetworkTrafficRenderer - Class in com.esri.arcgis.carto
A renderer used to display network dataset traffic.
NetworkTrafficRenderer() - Constructor for class com.esri.arcgis.carto.NetworkTrafficRenderer
Constructs a NetworkTrafficRenderer using ArcGIS Engine.
NetworkTrafficRenderer(Object) - Constructor for class com.esri.arcgis.carto.NetworkTrafficRenderer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NetworkTrafficRenderer theNetworkTrafficRenderer = (NetworkTrafficRenderer) obj;
NetworkTrafficRendererPropertyPage - Class in com.esri.arcgis.cartoUI
Property page for managing the properties of the NetworkTrafficRenderer object.
NetworkTrafficRendererPropertyPage(Object) - Constructor for class com.esri.arcgis.cartoUI.NetworkTrafficRendererPropertyPage
Construct a NetworkTrafficRendererPropertyPage using a reference to such an object returned from ArcGIS Engine or Server.
NetworkTurn - Class in com.esri.arcgis.geodatabase
A container for querying information on a network dataset turn element.
NetworkTurn(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkTurn
Construct a NetworkTurn using a reference to such an object returned from ArcGIS Engine or Server.
NetworkWorkspace - Class in com.esri.arcgis.geodatabase
A container for creating and maintaining information about the logical networks in this workspace.
NetworkWorkspace(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkWorkspace
Construct a NetworkWorkspace using a reference to such an object returned from ArcGIS Engine or Server.
NewArcFeedback - Class in com.esri.arcgis.display
Feedback object for creating a new circular arc.
NewArcFeedback() - Constructor for class com.esri.arcgis.display.NewArcFeedback
Constructs a NewArcFeedback using ArcGIS Engine.
NewArcFeedback(Object) - Constructor for class com.esri.arcgis.display.NewArcFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewArcFeedback theNewArcFeedback = (NewArcFeedback) obj;
NewBezierCurveFeedback - Class in com.esri.arcgis.display
New Bezier Curve Display Feedback Object.
NewBezierCurveFeedback() - Constructor for class com.esri.arcgis.display.NewBezierCurveFeedback
Constructs a NewBezierCurveFeedback using ArcGIS Engine.
NewBezierCurveFeedback(Object) - Constructor for class com.esri.arcgis.display.NewBezierCurveFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewBezierCurveFeedback theNewBezierCurveFeedback = (NewBezierCurveFeedback) obj;
NewCircleFeedback - Class in com.esri.arcgis.display
New circle feedback object.
NewCircleFeedback() - Constructor for class com.esri.arcgis.display.NewCircleFeedback
Constructs a NewCircleFeedback using ArcGIS Engine.
NewCircleFeedback(Object) - Constructor for class com.esri.arcgis.display.NewCircleFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewCircleFeedback theNewCircleFeedback = (NewCircleFeedback) obj;
NewDimensionFeedback - Class in com.esri.arcgis.carto
A display feedback for creating new dimension features.
NewDimensionFeedback() - Constructor for class com.esri.arcgis.carto.NewDimensionFeedback
Constructs a NewDimensionFeedback using ArcGIS Engine.
NewDimensionFeedback(Object) - Constructor for class com.esri.arcgis.carto.NewDimensionFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewDimensionFeedback theNewDimensionFeedback = (NewDimensionFeedback) obj;
newDocument(boolean, String) - Method in class com.esri.arcgis.arccatalog.Application
Creates a new document in this application.
newDocument(IGxDocumentEventsNewDocumentEvent) - Method in interface com.esri.arcgis.arccatalog.IGxDocumentEvents
Fired when a new document is created.
newDocument(IGxDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arccatalog.IGxDocumentEventsAdapter
Fired when a new document is created.
newDocument(IGxDocumentEventsDispNewDocumentEvent) - Method in interface com.esri.arcgis.arccatalog.IGxDocumentEventsDisp
Fired when a new document is created.
newDocument(IGxDocumentEventsDispNewDocumentEvent) - Method in class com.esri.arcgis.arccatalog.IGxDocumentEventsDispAdapter
Fired when a new document is created.
newDocument(IGxDocumentEventsDispNewDocumentEvent) - Method in class com.esri.arcgis.arccatalog.IGxDocumentEventsDispProxy
Fired when a new document is created.
newDocument(IGxDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arccatalog.IGxDocumentEventsProxy
Fired when a new document is created.
newDocument(boolean, String) - Method in class com.esri.arcgis.arcglobe.Application
Creates a new document in this application.
newDocument(IGMxDocumentEventsNewDocumentEvent) - Method in interface com.esri.arcgis.arcglobe.IGMxDocumentEvents
Fired when a new document is created.
newDocument(IGMxDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcglobe.IGMxDocumentEventsAdapter
Fired when a new document is created.
newDocument(IGMxDocumentEventsDispNewDocumentEvent) - Method in interface com.esri.arcgis.arcglobe.IGMxDocumentEventsDisp
Fired when a new document is created.
newDocument(IGMxDocumentEventsDispNewDocumentEvent) - Method in class com.esri.arcgis.arcglobe.IGMxDocumentEventsDispAdapter
Fired when a new document is created.
newDocument(IGMxDocumentEventsDispNewDocumentEvent) - Method in class com.esri.arcgis.arcglobe.IGMxDocumentEventsDispProxy
Fired when a new document is created.
newDocument(IGMxDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcglobe.IGMxDocumentEventsProxy
Fired when a new document is created.
newDocument(boolean, String) - Method in class com.esri.arcgis.arcmap.Application
Creates a new document in this application.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.ColorCorrectionDockWin
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.DataGraphWindow
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.FindWindowUI
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.GpsExtension
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.HistoryViewerWindow
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in interface com.esri.arcgis.arcmapui.IDocumentEvents
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.IDocumentEventsAdapter
Fired when a new document is created.
newDocument(IDocumentEventsDispNewDocumentEvent) - Method in interface com.esri.arcgis.arcmapui.IDocumentEventsDisp
Fired when a new document is created.
newDocument(IDocumentEventsDispNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.IDocumentEventsDispAdapter
Fired when a new document is created.
newDocument(IDocumentEventsDispNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.IDocumentEventsDispProxy
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.IDocumentEventsProxy
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.MapInsetWindow
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.MetadataViewWindow
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.OverviewWindow
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.PixelInspectionDockWin
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.RasterToolsDockWin
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.ReportSelection
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.TableProperties
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.TOCCatalogView
Fired when a new document is created.
newDocument(IDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcmapui.TOCSelectionView
Fired when a new document is created.
newDocument(boolean, String) - Method in class com.esri.arcgis.arcscene.Application
Creates a new document in this application.
newDocument(ISxDocumentEventsNewDocumentEvent) - Method in interface com.esri.arcgis.arcscene.ISxDocumentEvents
Fired when a new document is created.
newDocument(ISxDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcscene.ISxDocumentEventsAdapter
Fired when a new document is created.
newDocument(ISxDocumentEventsDispNewDocumentEvent) - Method in interface com.esri.arcgis.arcscene.ISxDocumentEventsDisp
Fired when a new document is created.
newDocument(ISxDocumentEventsDispNewDocumentEvent) - Method in class com.esri.arcgis.arcscene.ISxDocumentEventsDispAdapter
Fired when a new document is created.
newDocument(ISxDocumentEventsDispNewDocumentEvent) - Method in class com.esri.arcgis.arcscene.ISxDocumentEventsDispProxy
Fired when a new document is created.
newDocument(ISxDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.arcscene.ISxDocumentEventsProxy
Fired when a new document is created.
newDocument(boolean, String) - Method in class com.esri.arcgis.framework.AppRef
Creates a new document in this application.
newDocument(boolean, String) - Method in interface com.esri.arcgis.framework.IApplication
Creates a new document in this application.
newDocument(boolean, String) - Method in class com.esri.arcgis.framework.IApplicationProxy
Creates a new document in this application.
newDocument(ITxDocumentEventsNewDocumentEvent) - Method in interface com.esri.arcgis.trackinganalyst.ITxDocumentEvents
Fired when a new document is created.
newDocument(ITxDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.trackinganalyst.ITxDocumentEventsAdapter
Fired when a new document is created.
newDocument(ITxDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.trackinganalyst.ITxDocumentEventsProxy
Fired when a new document is created.
newDocument(ITxDocumentEventsNewDocumentEvent) - Method in class com.esri.arcgis.trackinganalyst.TADynamicDisplayRefreshController
Fired when a new document is created.
NewDocumentDialog - Class in com.esri.arcgis.arcmapui
New Document Dialog
NewDocumentDialog() - Constructor for class com.esri.arcgis.arcmapui.NewDocumentDialog
Constructs a NewDocumentDialog using ArcGIS Engine.
NewDocumentDialog(Object) - Constructor for class com.esri.arcgis.arcmapui.NewDocumentDialog
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewDocumentDialog theNewDocumentDialog = (NewDocumentDialog) obj;
NewEllipseFeedback - Class in com.esri.arcgis.display
New Ellipse Feedback Object.
NewEllipseFeedback() - Constructor for class com.esri.arcgis.display.NewEllipseFeedback
Constructs a NewEllipseFeedback using ArcGIS Engine.
NewEllipseFeedback(Object) - Constructor for class com.esri.arcgis.display.NewEllipseFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewEllipseFeedback theNewEllipseFeedback = (NewEllipseFeedback) obj;
NewEnvelopeFeedback - Class in com.esri.arcgis.display
New Envelope Display Feedback Object.
NewEnvelopeFeedback() - Constructor for class com.esri.arcgis.display.NewEnvelopeFeedback
Constructs a NewEnvelopeFeedback using ArcGIS Engine.
NewEnvelopeFeedback(Object) - Constructor for class com.esri.arcgis.display.NewEnvelopeFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewEnvelopeFeedback theNewEnvelopeFeedback = (NewEnvelopeFeedback) obj;
NewGeoTransformationDialog - Class in com.esri.arcgis.cartoUI
New geographic transformation dialog.
NewGeoTransformationDialog() - Constructor for class com.esri.arcgis.cartoUI.NewGeoTransformationDialog
Constructs a NewGeoTransformationDialog using ArcGIS Engine.
NewGeoTransformationDialog(Object) - Constructor for class com.esri.arcgis.cartoUI.NewGeoTransformationDialog
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewGeoTransformationDialog theNewGeoTransformationDialog = (NewGeoTransformationDialog) obj;
NewIMSConnection - Class in com.esri.arcgis.catalog
GxObject that represents new ArcIMS Connection.
NewIMSConnection() - Constructor for class com.esri.arcgis.catalog.NewIMSConnection
Constructs a NewIMSConnection using ArcGIS Engine.
NewIMSConnection(Object) - Constructor for class com.esri.arcgis.catalog.NewIMSConnection
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewIMSConnection theNewIMSConnection = (NewIMSConnection) obj;
newIndex() - Method in interface com.esri.arcgis.geodatabase.INetworkDatasetProtectNames
newIndex
newIndex() - Method in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
newIndex
NewLineFeedback - Class in com.esri.arcgis.display
New Line Display Feedback Object.
NewLineFeedback() - Constructor for class com.esri.arcgis.display.NewLineFeedback
Constructs a NewLineFeedback using ArcGIS Engine.
NewLineFeedback(Object) - Constructor for class com.esri.arcgis.display.NewLineFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewLineFeedback theNewLineFeedback = (NewLineFeedback) obj;
NewMultiPointFeedback - Class in com.esri.arcgis.display
New MultiPoint Display Feedback Object.
NewMultiPointFeedback() - Constructor for class com.esri.arcgis.display.NewMultiPointFeedback
Constructs a NewMultiPointFeedback using ArcGIS Engine.
NewMultiPointFeedback(Object) - Constructor for class com.esri.arcgis.display.NewMultiPointFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewMultiPointFeedback theNewMultiPointFeedback = (NewMultiPointFeedback) obj;
NewPolygonFeedback - Class in com.esri.arcgis.display
New Polygon Display Feedback Object.
NewPolygonFeedback() - Constructor for class com.esri.arcgis.display.NewPolygonFeedback
Constructs a NewPolygonFeedback using ArcGIS Engine.
NewPolygonFeedback(Object) - Constructor for class com.esri.arcgis.display.NewPolygonFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewPolygonFeedback theNewPolygonFeedback = (NewPolygonFeedback) obj;
NewRectangleFeedback - Class in com.esri.arcgis.display
New Rectangle Feedback Object.
NewRectangleFeedback() - Constructor for class com.esri.arcgis.display.NewRectangleFeedback
Constructs a NewRectangleFeedback using ArcGIS Engine.
NewRectangleFeedback(Object) - Constructor for class com.esri.arcgis.display.NewRectangleFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewRectangleFeedback theNewRectangleFeedback = (NewRectangleFeedback) obj;
newRow() - Method in interface com.esri.arcgis.geoprocessing.IGpEnumObject
Creates and returns a new cursor row object.
newRow() - Method in class com.esri.arcgis.geoprocessing.IGpEnumObjectProxy
Creates and returns a new cursor row object.
newSearch() - Method in class com.esri.arcgis.arcmapui.FindFeatures
New search.
newSearch() - Method in interface com.esri.arcgis.arcmapui.IFinder
New search.
NewTextBezierCurveFeedback - Class in com.esri.arcgis.display
New Curved Text Display Feedback Object.
NewTextBezierCurveFeedback() - Constructor for class com.esri.arcgis.display.NewTextBezierCurveFeedback
Constructs a NewTextBezierCurveFeedback using ArcGIS Engine.
NewTextBezierCurveFeedback(Object) - Constructor for class com.esri.arcgis.display.NewTextBezierCurveFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewTextBezierCurveFeedback theNewTextBezierCurveFeedback = (NewTextBezierCurveFeedback) obj;
NewTextFeedback - Class in com.esri.arcgis.display
Move Text Display Feedback Object.
NewTextFeedback() - Constructor for class com.esri.arcgis.display.NewTextFeedback
Constructs a NewTextFeedback using ArcGIS Engine.
NewTextFeedback(Object) - Constructor for class com.esri.arcgis.display.NewTextFeedback
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewTextFeedback theNewTextFeedback = (NewTextFeedback) obj;
NewVersionDialog - Class in com.esri.arcgis.geodatabaseui
A dialog for creating new versions in a versioned geodatabase.
NewVersionDialog() - Constructor for class com.esri.arcgis.geodatabaseui.NewVersionDialog
Constructs a NewVersionDialog using ArcGIS Engine.
NewVersionDialog(Object) - Constructor for class com.esri.arcgis.geodatabaseui.NewVersionDialog
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewVersionDialog theNewVersionDialog = (NewVersionDialog) obj;
next() - Method in class com.esri.arcgis.analyst3d.GraphicsLayer3D
Returns the next graphic in the container.
next() - Method in interface com.esri.arcgis.analyst3d.IGraphicsContainer3D
The next graphic in the container.
next() - Method in class com.esri.arcgis.arcmap.Application
The next Printer Name.
next() - Method in class com.esri.arcgis.arcmapui.ElementSelection
Returns the next element in the enumeration.
next() - Method in interface com.esri.arcgis.arcmapui.IEnumPrinterNames
The next Printer Name.
next() - Method in class com.esri.arcgis.arcmapui.IEnumPrinterNamesProxy
The next Printer Name.
next() - Method in interface com.esri.arcgis.arcmapui.IEnumTableProperties
Get the next table property.
next() - Method in class com.esri.arcgis.arcmapui.TableProperties
Get the next table property.
next() - Method in class com.esri.arcgis.carto.CompositeGraphicsLayer
Returns the next graphic in the container.
next() - Method in class com.esri.arcgis.carto.FDOGraphicsLayer
Returns the next graphic in the container.
next() - Method in class com.esri.arcgis.carto.GraphicsSubLayer
Returns the next graphic in the container.
next() - Method in interface com.esri.arcgis.carto.IEnumDimensionStyle
Returns the next style in the enumeration.
next() - Method in class com.esri.arcgis.carto.IEnumDimensionStyleProxy
Returns the next style in the enumeration.
next() - Method in interface com.esri.arcgis.carto.IEnumElement
Returns the next element in the enumeration.
next() - Method in class com.esri.arcgis.carto.IEnumElementProxy
Returns the next element in the enumeration.
next() - Method in interface com.esri.arcgis.carto.IEnumLayer
The next layer in the set.
next() - Method in class com.esri.arcgis.carto.IEnumLayerProxy
The next layer in the set.
next(IGeometry[], int[]) - Method in interface com.esri.arcgis.carto.IEnumLocatedNetworkElement
Retrieves the geometry, element type, and element id of the next network element in the enumeration sequence.
next(IGeometry[], int[]) - Method in class com.esri.arcgis.carto.IEnumLocatedNetworkElementProxy
Retrieves the geometry, element type, and element id of the next network element in the enumeration sequence.
next() - Method in interface com.esri.arcgis.carto.IEnumMap
Returns the next map.
next() - Method in class com.esri.arcgis.carto.IEnumMapProxy
Returns the next map.
next() - Method in interface com.esri.arcgis.carto.IEnumMapSurround
Returns the next map surround.
next() - Method in class com.esri.arcgis.carto.IEnumMapSurroundProxy
Returns the next map surround.
next(int[]) - Method in interface com.esri.arcgis.carto.IEnumRasterUniqueValueColor
Next index for current class in the enumeration sequence.
next(int[]) - Method in class com.esri.arcgis.carto.IEnumRasterUniqueValueColorProxy
Next index for current class in the enumeration sequence.
next() - Method in interface com.esri.arcgis.carto.IEnumSpatialBookmark
Returns the next spatial bookmark.
next() - Method in class com.esri.arcgis.carto.IEnumSpatialBookmarkProxy
Returns the next spatial bookmark.
next() - Method in interface com.esri.arcgis.carto.IGraphicsContainer
Returns the next graphic in the container.
next() - Method in class com.esri.arcgis.carto.IGraphicsContainerProxy
Returns the next graphic in the container.
next() - Method in interface com.esri.arcgis.carto.INetworkRendererCollection
Retrieves the next network renderer in the enumeration.
next() - Method in class com.esri.arcgis.carto.Map
Returns the next graphic in the container.
next() - Method in class com.esri.arcgis.carto.MapCacheExporter
Returns the next threaded job.
next() - Method in class com.esri.arcgis.carto.MapCacheStorageFormatConvertor
Returns the next threaded job.
next() - Method in class com.esri.arcgis.carto.MapSelection
Retrieves the next Feature in the enumeration sequence.
next() - Method in class com.esri.arcgis.carto.NetworkLayer
Retrieves the next network renderer in the enumeration.
next() - Method in class com.esri.arcgis.carto.PageLayout
Returns the next graphic in the container.
next() - Method in class com.esri.arcgis.carto.SimpleElementSelection
Returns the next element in the enumeration.
next() - Method in class com.esri.arcgis.catalog.EnumGxObject
The next object.
next() - Method in class com.esri.arcgis.catalog.GxObjectArray
The next object.
next() - Method in interface com.esri.arcgis.catalog.IEnumGxObject
The next object.
next() - Method in interface com.esri.arcgis.catalog.IEnumGxObjectFactory
The next factory.
next() - Method in class com.esri.arcgis.catalog.IEnumGxObjectFactoryProxy
The next factory.
next() - Method in class com.esri.arcgis.catalog.IEnumGxObjectProxy
The next object.
next() - Method in class com.esri.arcgis.catalogUI.EnumGxView
The next GxView.
next() - Method in interface com.esri.arcgis.catalogUI.IEnumGxView
The next GxView.
next() - Method in class com.esri.arcgis.catalogUI.IEnumGxViewProxy
The next GxView.
next() - Method in class com.esri.arcgis.controls.ARFeatureSet
Retrieves the next feature in the ARFeatureSet.
next() - Method in interface com.esri.arcgis.controls.IARFeatureSet
Retrieves the next feature in the ARFeatureSet.
next() - Method in class com.esri.arcgis.controls.IARFeatureSetProxy
Retrieves the next feature in the ARFeatureSet.
next() - Method in interface com.esri.arcgis.controls.IEngineEnumRow
Retrieves the next row in the sequence.
next() - Method in class com.esri.arcgis.controls.IEngineEnumRowProxy
Retrieves the next row in the sequence.
next() - Method in interface com.esri.arcgis.controls.IEnumPlace
Returns the next place in the enumeration.
next() - Method in class com.esri.arcgis.controls.MyPlaceCollection
Returns the next place in the enumeration.
next() - Method in interface com.esri.arcgis.datasourcesraster.IEnumThreadedJobs
Returns the next threaded job.
next() - Method in class com.esri.arcgis.datasourcesraster.RasterBands
Retrieves the next dataset in the enumeration sequence.
next() - Method in class com.esri.arcgis.datasourcesraster.RasterCursor
Iterates to the next PixelBlock.
next(double[], double[], double[]) - Method in class com.esri.arcgis.display.BezierTextPath
Returns the next coordinate.
next() - Method in class com.esri.arcgis.display.EnumServerStyleGalleryItem
Gets the next Style Gallery item.
next() - Method in class com.esri.arcgis.display.GroupFeedback
Obtains the next object in the set.
next() - Method in interface com.esri.arcgis.display.IEnumColors
Returns the next color.
next() - Method in class com.esri.arcgis.display.IEnumColorsProxy
Returns the next color.
next() - Method in interface com.esri.arcgis.display.IEnumScreenDisplay
Returns the next screen display in the collection.
next() - Method in class com.esri.arcgis.display.IEnumScreenDisplayProxy
Returns the next screen display in the collection.
next() - Method in interface com.esri.arcgis.display.IEnumStyleGalleryItem
Gets the next Style Gallery item.
next() - Method in interface com.esri.arcgis.display.IEnumSymbol
Retrieves the next symbol in the enumeration sequence.
next() - Method in class com.esri.arcgis.display.IEnumSymbolProxy
Retrieves the next symbol in the enumeration sequence.
next() - Method in interface com.esri.arcgis.display.IFieldOverrides
Accesses the next field override in the collection.
next(boolean) - Method in interface com.esri.arcgis.display.INewArcFeedback
Switch the feedback to the next solution.
next(IGeometry[], IRepresentationRule[]) - Method in interface com.esri.arcgis.display.IRepresentationGraphics
Retrieves the next component in a representation graphic.
next() - Method in interface com.esri.arcgis.display.ISymbolCollection
Returns the next symbolID-symbol pair in the collection.
next() - Method in interface com.esri.arcgis.display.ISymbolCollection2
Returns the next symbolID-symbol pair in the collection.
next() - Method in interface com.esri.arcgis.display.ITextParser
Parses the next tag and string and sets the TextSymbol accordingly.
next(double[], double[], double[]) - Method in interface com.esri.arcgis.display.ITextPath
Returns the next coordinate.
next(boolean) - Method in class com.esri.arcgis.display.NewArcFeedback
Switch the feedback to the next solution.
next(double[], double[], double[]) - Method in class com.esri.arcgis.display.OverposterTextPath
Returns the next coordinate.
next(IGeometry[], IRepresentationRule[]) - Method in class com.esri.arcgis.display.RepresentationGraphics
Retrieves the next component in a representation graphic.
next(IGeometry[], IRepresentationRule[]) - Method in class com.esri.arcgis.display.RepresentationMarker
Retrieves the next component in a representation graphic.
next() - Method in class com.esri.arcgis.display.RepresentationRule
Accesses the next field override in the collection.
next() - Method in class com.esri.arcgis.display.SimpleTextParser
Parses the next tag and string and sets the TextSymbol accordingly.
next(double[], double[], double[]) - Method in class com.esri.arcgis.display.SimpleTextPath
Returns the next coordinate.
next() - Method in class com.esri.arcgis.display.SymbolCollection
Returns the next symbolID-symbol pair in the collection.
next(double[], double[], double[]) - Method in class com.esri.arcgis.display.WordTextPath
Returns the next coordinate.
next() - Method in class com.esri.arcgis.editor.EditSelection
Retrieves the next Feature in the enumeration sequence.
next(IFeature[], IFeatureLayer[]) - Method in class com.esri.arcgis.editor.EditSelection
Retrieves the next feature and its featurelayer in the sequence.
next() - Method in class com.esri.arcgis.editor.EnumDimensionStyle
Returns the next style in the enumeration.
next() - Method in interface com.esri.arcgis.editor.IEnumAnnotationConstructor
The next constructor in the enumeration.
next() - Method in class com.esri.arcgis.editor.IEnumAnnotationConstructorProxy
The next constructor in the enumeration.
next() - Method in interface com.esri.arcgis.editor.IEnumDimensionConstructor
Retrieves the next constructor in the enumeration.
next() - Method in class com.esri.arcgis.editor.IEnumDimensionConstructorProxy
Retrieves the next constructor in the enumeration.
next(IField[], IField[]) - Method in interface com.esri.arcgis.editor.IEnumFieldMap
Retrieves the next field mapping in the sequence.
next(IField[], IField[]) - Method in class com.esri.arcgis.editor.IEnumFieldMapProxy
Retrieves the next field mapping in the sequence.
next(IFeature[], IFeatureLayer[]) - Method in interface com.esri.arcgis.editor.IEnumMapFeature
Retrieves the next feature and its featurelayer in the sequence.
next(IFeature[], IFeatureLayer[]) - Method in class com.esri.arcgis.editor.IEnumMapFeatureProxy
Retrieves the next feature and its featurelayer in the sequence.
next() - Method in interface com.esri.arcgis.editor.IEnumRow
Retrieves the next row in the sequence.
next() - Method in class com.esri.arcgis.editor.IEnumRowProxy
Retrieves the next row in the sequence.
next() - Method in class com.esri.arcgis.framework.EnumStyleGalleryItem
Gets the next Style Gallery item.
next(int[], IRow[]) - Method in class com.esri.arcgis.geodatabase.DifferenceCursor
Returns the object identifier or difference row.
next() - Method in class com.esri.arcgis.geodatabase.EnumAttachment
next
next() - Method in class com.esri.arcgis.geodatabase.EnumConflictClass
Retrieves the next conflict class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.EnumDatasetType
Retrieves the next dataset type in the set.
next() - Method in class com.esri.arcgis.geodatabase.EnumFeatureGeometry
Returns the next geometry in the enumeration.
next() - Method in class com.esri.arcgis.geodatabase.EnumFieldError
Retrieves the next field error in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.EnumHistoricalMarker
Retrieve the next historical marker in this enumerator.
next() - Method in class com.esri.arcgis.geodatabase.EnumIDs
Retrieves the next id in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.EnumInvalidObject
Retrieves the next invalid feature/row in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.EnumNetEIDArray
Moves the enumerator forward and returns the network element pointed by the enumerator.
next() - Method in class com.esri.arcgis.geodatabase.EnumNetWeightAssociation
Returns the next weight association in this enumeration.
next() - Method in class com.esri.arcgis.geodatabase.EnumNetworkElement
Moves the enumerator forward and returns the network element pointed by the enumerator using query semantics.
next(ITable[], ITable[]) - Method in class com.esri.arcgis.geodatabase.EnumTableVersionChanges
Retrieves the next table whose version has been changed.
next() - Method in class com.esri.arcgis.geodatabase.EnumVersionInfo
Retrieves the next version info.
next() - Method in class com.esri.arcgis.geodatabase.EnumXMLIndexTemplate
Retrieves the next XML Index Template in the enumerator.
next(int[]) - Method in class com.esri.arcgis.geodatabase.FIDSet
Gets the next feature id from the set.
next(int[], IRow[]) - Method in interface com.esri.arcgis.geodatabase.IDifferenceCursor
Returns the object identifier or difference row.
next(int[], IRow[], IRow[], ILongArray[]) - Method in interface com.esri.arcgis.geodatabase.IDifferenceCursorEx
Returns the source row, the difference row and an array with indices of fields with different values.
next(int[], IRow[], IRow[], ILongArray[]) - Method in class com.esri.arcgis.geodatabase.IDifferenceCursorExProxy
Returns the source row, the difference row and an array with indices of fields with different values.
next(int[], IRow[]) - Method in class com.esri.arcgis.geodatabase.IDifferenceCursorProxy
Returns the object identifier or difference row.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumAttachment
next
next() - Method in class com.esri.arcgis.geodatabase.IEnumAttachmentProxy
next
next() - Method in interface com.esri.arcgis.geodatabase.IEnumAttributedRelationship
Retrieves the next attributed relationship.
next() - Method in class com.esri.arcgis.geodatabase.IEnumAttributedRelationshipProxy
Retrieves the next attributed relationship.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumConfigurationKeyword
Retrieves the next configuration keyword in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumConfigurationKeywordProxy
Retrieves the next configuration keyword in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumConfigurationParameter
Retrieves the next configuration parameter in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumConfigurationParameterProxy
Retrieves the next configuration parameter in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumConflictClass
Retrieves the next conflict class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumConflictClassProxy
Retrieves the next conflict class in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumDataElement
Retrieves the next DataElement in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumDataElementProxy
Retrieves the next DataElement in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumDataset
Retrieves the next dataset in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumDatasetName
Retrieves the next feature class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumDatasetNameProxy
Retrieves the next feature class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumDatasetProxy
Retrieves the next dataset in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumDatasetType
Retrieves the next dataset type in the set.
next() - Method in class com.esri.arcgis.geodatabase.IEnumDatasetTypeProxy
Retrieves the next dataset type in the set.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumDomain
Retrieves the next domain in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumDomainProxy
Retrieves the next domain in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumEdgeFeature
Retrieves the next EdgeFeature in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumEdgeFeatureProxy
Retrieves the next EdgeFeature in the enumeration sequence.
next(IRow[], int[]) - Method in interface com.esri.arcgis.geodatabase.IEnumEventError
Retrieves the next event error in the enumeration sequence.
next(IRow[], int[]) - Method in class com.esri.arcgis.geodatabase.IEnumEventErrorProxy
Retrieves the next event error in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumFeature
Retrieves the next Feature in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumFeatureClass
Retrieves the next feature class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumFeatureClassProxy
Retrieves the next feature class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumFeatureProxy
Retrieves the next Feature in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumFieldError
Retrieves the next field error in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumFieldErrorProxy
Retrieves the next field error in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumGPName
Provides the next name object in the enumeration.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumGPValue
Provides the next value object in the enumeration.
next() - Method in class com.esri.arcgis.geodatabase.IEnumGPValueProxy
Provides the next value object in the enumeration.
next(int[], int[], int[]) - Method in interface com.esri.arcgis.geodatabase.IEnumHierarchyRange
Moves the enumerator forward and returns the hierarchy range pointed by the enumerator.
next(int[], int[], int[]) - Method in class com.esri.arcgis.geodatabase.IEnumHierarchyRangeProxy
Moves the enumerator forward and returns the hierarchy range pointed by the enumerator.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumHistoricalMarker
Retrieve the next historical marker in this enumerator.
next() - Method in class com.esri.arcgis.geodatabase.IEnumHistoricalMarkerProxy
Retrieve the next historical marker in this enumerator.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumIDs
Retrieves the next id in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumIDsProxy
Retrieves the next id in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumIndex
Retrieves the next index in the set.
next() - Method in class com.esri.arcgis.geodatabase.IEnumIndexProxy
Retrieves the next index in the set.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumInvalidObject
Retrieves the next invalid feature/row in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumInvalidObjectProxy
Retrieves the next invalid feature/row in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumJunctionFeature
Retrieves the next JunctionFeature in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumJunctionFeatureProxy
Retrieves the next JunctionFeature in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumLocator
Returns the next locator or locator style.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumLocatorName
Returns the next Name object.
next() - Method in class com.esri.arcgis.geodatabase.IEnumLocatorNameProxy
Returns the next Name object.
next() - Method in class com.esri.arcgis.geodatabase.IEnumLocatorProxy
Returns the next locator or locator style.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumLockInfo
Retrieves the next lock.
next() - Method in class com.esri.arcgis.geodatabase.IEnumLockInfoProxy
Retrieves the next lock.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumNameMapping
Retrieves the next Copy Name Mapping object.
next() - Method in class com.esri.arcgis.geodatabase.IEnumNameMappingProxy
Retrieves the next Copy Name Mapping object.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumNetEID
Moves the enumerator forward and returns the network element pointed by the enumerator.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumNetWeightAssociation
Returns the next weight association in this enumeration.
next() - Method in class com.esri.arcgis.geodatabase.IEnumNetWeightAssociationProxy
Returns the next weight association in this enumeration.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumNetworkElement
Moves the enumerator forward and returns the network element pointed by the enumerator using query semantics.
next() - Method in class com.esri.arcgis.geodatabase.IEnumNetworkElementProxy
Moves the enumerator forward and returns the network element pointed by the enumerator using query semantics.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumNetworkFeature
Retrieves the next NetworkFeature in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumNetworkFeatureProxy
Retrieves the next NetworkFeature in the enumeration sequence.
next(ITopologyEdge[], boolean[]) - Method in interface com.esri.arcgis.geodatabase.IEnumNodeEdge
Returns the next edge in clockwise or counterclockwise order about the node.
next(ITopologyEdge[], boolean[]) - Method in class com.esri.arcgis.geodatabase.IEnumNodeEdgeProxy
Returns the next edge in clockwise or counterclockwise order about the node.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumObject
Retrieves the next object.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumObjectClass
Retrieves the next feature class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumObjectClassProxy
Retrieves the next feature class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumObjectProxy
Retrieves the next object.
next(int, IProperty[], int[]) - Method in interface com.esri.arcgis.geodatabase.IEnumProperty
Retrieves the next Property in the enumeration sequence.
next(int, IProperty[], int[]) - Method in class com.esri.arcgis.geodatabase.IEnumPropertyProxy
Retrieves the next Property in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumRelationship
Retrieves the next relationship in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumRelationshipClass
Retrieves the next relationship class in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumRelationshipClassInfo
Retreives the next relationship class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumRelationshipClassInfoProxy
Retreives the next relationship class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumRelationshipClassProxy
Retrieves the next relationship class in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumRelationshipProxy
Retrieves the next relationship in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumReplica
Retreives the next replica in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumReplicaDataset
Returns a dataset that is part of a replica.
next() - Method in class com.esri.arcgis.geodatabase.IEnumReplicaDatasetProxy
Returns a dataset that is part of a replica.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumReplicaLog
Retreives the next replica in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumReplicaLogProxy
Retreives the next replica in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumReplicaProxy
Retreives the next replica in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumRule
Retrieves the next Rule in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumRuleProxy
Retrieves the next Rule in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumSchemaLockInfo
The next schema lock info object.
next() - Method in class com.esri.arcgis.geodatabase.IEnumSchemaLockInfoProxy
The next schema lock info object.
next(int[]) - Method in interface com.esri.arcgis.geodatabase.IEnumSpatialReferenceInfo
Retrieves the next spatial reference object.
next(int[]) - Method in class com.esri.arcgis.geodatabase.IEnumSpatialReferenceInfoProxy
Retrieves the next spatial reference object.
next(int[]) - Method in interface com.esri.arcgis.geodatabase.IEnumSubtype
Retrieves the next Subtype in the enumeration sequence.
next(int[]) - Method in class com.esri.arcgis.geodatabase.IEnumSubtypeProxy
Retrieves the next Subtype in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumTable
Retrieves the next attributed relationship.
next() - Method in class com.esri.arcgis.geodatabase.IEnumTableProxy
Retrieves the next attributed relationship.
next(ITable[], ITable[]) - Method in interface com.esri.arcgis.geodatabase.IEnumTableVersionChanges
Retrieves the next table whose version has been changed.
next(ITopologyElement[], IPoint[], double[]) - Method in interface com.esri.arcgis.geodatabase.IEnumTGHitInfo
Iterates to the next topology element.
next(ITopologyElement[], IPoint[], double[]) - Method in class com.esri.arcgis.geodatabase.IEnumTGHitInfoProxy
Iterates to the next topology element.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumTinElement
Gets next element.
next() - Method in class com.esri.arcgis.geodatabase.IEnumTinElementProxy
Gets next element.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumTopologyEdge
Returns the next topology edge.
next() - Method in class com.esri.arcgis.geodatabase.IEnumTopologyEdgeProxy
Returns the next topology edge.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumTopologyErrorFeature
Retrieves the next topology error.
next() - Method in class com.esri.arcgis.geodatabase.IEnumTopologyErrorFeatureProxy
Retrieves the next topology error.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumTopologyNode
Returns the next topology node.
next() - Method in class com.esri.arcgis.geodatabase.IEnumTopologyNodeProxy
Returns the next topology node.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumTopologyParent
Returns the next parent of this topology element.
next() - Method in class com.esri.arcgis.geodatabase.IEnumTopologyParentProxy
Returns the next parent of this topology element.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumVersionInfo
Retrieves the next version info.
next() - Method in class com.esri.arcgis.geodatabase.IEnumVersionInfoProxy
Retrieves the next version info.
next(int, IWorkspace[], int[]) - Method in interface com.esri.arcgis.geodatabase.IEnumWorkspace
Retrieves the next Workspace in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumWorkspaceEx
Retrieves the next workspace in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumWorkspaceExProxy
Retrieves the next workspace in the enumeration sequence.
next(int, IWorkspace[], int[]) - Method in class com.esri.arcgis.geodatabase.IEnumWorkspaceProxy
Retrieves the next Workspace in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumWorkspaceStatus
Retrieves the next workspace status in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumWorkspaceStatusProxy
Retrieves the next workspace status in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumXMLIndexTemplate
Retrieves the next XML Index Template in the enumerator.
next() - Method in class com.esri.arcgis.geodatabase.IEnumXMLIndexTemplateProxy
Retrieves the next XML Index Template in the enumerator.
next(int[]) - Method in interface com.esri.arcgis.geodatabase.IFIDSet
Gets the next feature id from the set.
next() - Method in interface com.esri.arcgis.geodatabase.IRasterCursor
Iterates to the next PixelBlock.
next() - Method in class com.esri.arcgis.geodatabase.IRasterCursorProxy
Iterates to the next PixelBlock.
next(IRow[], IRow[]) - Method in interface com.esri.arcgis.geodatabase.IRelClassEnumRowPairs
Retrieves the next pair of rows in the enumeration sequence.
next(IRow[], IRow[]) - Method in class com.esri.arcgis.geodatabase.IRelClassEnumRowPairsProxy
Retrieves the next pair of rows in the enumeration sequence.
next(int[], IRepresentationRule[]) - Method in interface com.esri.arcgis.geodatabase.IRepresentationRules
Returns the next representation rule in the enumeration.
next(int[], int[], int[]) - Method in interface com.esri.arcgis.geodatabase.ITransformGroup
The next type of feature and how many times it was found.
next() - Method in class com.esri.arcgis.geodatabase.NamesEnumerator
Obtains the next Name in the list.
next(int[]) - Method in class com.esri.arcgis.geodatabase.RecordNumberSet
Gets the next feature id from the set.
next(int[], IRepresentationRule[]) - Method in class com.esri.arcgis.geodatabase.RepresentationRules
Returns the next representation rule in the enumeration.
next() - Method in class com.esri.arcgis.geodatabase.TinEdgeEnumerator
Gets next element.
next() - Method in class com.esri.arcgis.geodatabase.TinNodeEnumerator
Gets next element.
next() - Method in class com.esri.arcgis.geodatabase.TinTriangleEnumerator
Gets next element.
next(int[], int[], int[]) - Method in class com.esri.arcgis.geodatabase.TransformGroup
The next type of feature and how many times it was found.
next() - Method in interface com.esri.arcgis.geodatabasedistributed.IEnumModifiedClassInfo
Returns the next object containing information about a modified class with edits to check in or import.
next() - Method in class com.esri.arcgis.geodatabasedistributed.IEnumModifiedClassInfoProxy
Returns the next object containing information about a modified class with edits to check in or import.
next() - Method in interface com.esri.arcgis.geodatabasedistributed.IEnumSchemaChange
The next schema change in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabasedistributed.IEnumSchemaChangeProxy
The next schema change in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabasedistributed.IEnumTableDataChanges
The next table data changes in the enumeration.
next() - Method in class com.esri.arcgis.geodatabasedistributed.TablesDataChanges
The next table data changes in the enumeration.
next() - Method in interface com.esri.arcgis.geodatabaseextensions.IEnumEnvelope
Gets next envelope.
next() - Method in class com.esri.arcgis.geodatabaseextensions.IEnumEnvelopeProxy
Gets next envelope.
next(int[], int[], int[], int[], boolean[]) - Method in interface com.esri.arcgis.geodatabaseextensions.ITerrainBlockCursor
Returns next block in the form of rows and columns.
next(int[], int[], int[], int[], boolean[]) - Method in class com.esri.arcgis.geodatabaseextensions.ITerrainBlockCursorProxy
Returns next block in the form of rows and columns.
next(int[], int[], int[], int[], boolean[]) - Method in class com.esri.arcgis.geodatabaseextensions.TerrainBlockCursor
Returns next block in the form of rows and columns.
next() - Method in class com.esri.arcgis.geometry.GeometryBag
Returns the next geometry in the enumeration.
next(int[], IGeoTransformation[]) - Method in class com.esri.arcgis.geometry.GeoTransformationOperationSet
Retrieves the next geographic transformation in the set.
next(double) - Method in interface com.esri.arcgis.geometry.IEnumCurve
Moves iterator to a specified distance along the curve.
next(double) - Method in class com.esri.arcgis.geometry.IEnumCurveProxy
Moves iterator to a specified distance along the curve.
next() - Method in interface com.esri.arcgis.geometry.IEnumGeometry
Returns the next geometry in the enumeration.
next(double[], IPoint[]) - Method in interface com.esri.arcgis.geometry.IEnumIntersection
Not currently used.
next(double[], IPoint[]) - Method in class com.esri.arcgis.geometry.IEnumIntersectionProxy
Not currently used.
next(ISegment[], int[], int[]) - Method in interface com.esri.arcgis.geometry.IEnumSegment
Returns the next segment, and its location in the collection.
next(ISegment[], int[], int[]) - Method in class com.esri.arcgis.geometry.IEnumSegmentProxy
Returns the next segment, and its location in the collection.
next(IPoint[], int[], int[]) - Method in interface com.esri.arcgis.geometry.IEnumVertex
Returns the next vertex and its location within the geometry.
next(IPoint[], int[], int[]) - Method in class com.esri.arcgis.geometry.IEnumVertexProxy
Returns the next vertex and its location within the geometry.
next(int[], IGeoTransformation[]) - Method in interface com.esri.arcgis.geometry.IGeoTransformationOperationSet
Retrieves the next geographic transformation in the set.
next() - Method in class com.esri.arcgis.geoprocessing.EnumBSTR
Obtains the next string in the list.
next() - Method in class com.esri.arcgis.geoprocessing.EnumGPEnvironment
Returns the next geoprocessing environment in the enumeration.
next() - Method in class com.esri.arcgis.geoprocessing.EnumGPName
Provides the next name object in the enumeration.
next() - Method in class com.esri.arcgis.geoprocessing.GpObjectArray
Returns the next object at the current index in the array.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumFieldType
Returns the next esriFieldType in the enumeric object.
next() - Method in class com.esri.arcgis.geoprocessing.IEnumFieldTypeProxy
Returns the next esriFieldType in the enumeric object.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumGeometryType
Returns the next esriGeometryType in the enumeric object.
next() - Method in class com.esri.arcgis.geoprocessing.IEnumGeometryTypeProxy
Returns the next esriGeometryType in the enumeric object.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumGPDataType
Returns the next GPDataType in the enumeric object.
next() - Method in class com.esri.arcgis.geoprocessing.IEnumGPDataTypeProxy
Returns the next GPDataType in the enumeric object.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumGPEnvironment
Returns the next geoprocessing environment in the enumeration.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumGPTool
Returns the next tool in the enumeration.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumGPToolbox
Returns the next toolbox in the enumeration.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumGPToolboxName
Returns the next toolbox name in the enumeration.
next() - Method in class com.esri.arcgis.geoprocessing.IEnumGPToolboxNameProxy
Returns the next toolbox name in the enumeration.
next() - Method in class com.esri.arcgis.geoprocessing.IEnumGPToolboxProxy
Returns the next toolbox in the enumeration.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumGPToolName
Returns the next tool name in the enumeration.
next() - Method in class com.esri.arcgis.geoprocessing.IEnumGPToolNameProxy
Returns the next tool name in the enumeration.
next() - Method in class com.esri.arcgis.geoprocessing.IEnumGPToolProxy
Returns the next tool in the enumeration.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumMdElement
Returns the next model element in the enumeration.
next() - Method in class com.esri.arcgis.geoprocessing.IEnumMdElementProxy
Returns the next model element in the enumeration.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumMdProcess
Returns the next process in the enumeration.
next() - Method in class com.esri.arcgis.geoprocessing.IEnumMdProcessProxy
Returns the next process in the enumeration.
next() - Method in interface com.esri.arcgis.geoprocessing.IEnumMdVariable
Returns the next variable in the enumeration.
next() - Method in class com.esri.arcgis.geoprocessing.IEnumMdVariableProxy
Returns the next variable in the enumeration.
next() - Method in interface com.esri.arcgis.geoprocessing.IGpEnumList
Returns the next string in the list.
next() - Method in class com.esri.arcgis.geoprocessing.IGpEnumListProxy
Returns the next string in the list.
next() - Method in interface com.esri.arcgis.geoprocessing.IGpEnumObject
Returns the next object in the enumeration sequence.
next() - Method in class com.esri.arcgis.geoprocessing.IGpEnumObjectProxy
Returns the next object in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geoprocessing.IGpObjectArray
Returns the next object at the current index in the array.
next() - Method in class com.esri.arcgis.geoprocessing.MapCacheTileManager
Returns the next threaded job.
next() - Method in interface com.esri.arcgis.gisclient.IAGSEnumServerObjectName
Retrieves the next server object name in the enumeration sequence.
next() - Method in class com.esri.arcgis.gisclient.IAGSEnumServerObjectNameProxy
Retrieves the next server object name in the enumeration sequence.
next() - Method in class com.esri.arcgis.globecore.GlobeGraphicsLayer
Returns the next graphic in the container.
next(int[], IHatchDefinition[]) - Method in interface com.esri.arcgis.location.IEnumHatchDefinition
Returns the next hatch definition.
next(int[], IHatchDefinition[]) - Method in class com.esri.arcgis.location.IEnumHatchDefinitionProxy
Returns the next hatch definition.
next() - Method in interface com.esri.arcgis.location.IEnumReferenceDataField
Returns the next reference data field.
next() - Method in class com.esri.arcgis.location.IEnumReferenceDataFieldProxy
Returns the next reference data field.
next() - Method in interface com.esri.arcgis.location.IEnumReferenceDataIndex
Returns the next geocoding index.
next() - Method in class com.esri.arcgis.location.IEnumReferenceDataIndexProxy
Returns the next geocoding index.
next() - Method in interface com.esri.arcgis.location.IEnumReferenceDataTable
Returns the next reference data table.
next() - Method in class com.esri.arcgis.location.IEnumReferenceDataTableProxy
Returns the next reference data table.
next(IRouteLocation[], IFeature[]) - Method in interface com.esri.arcgis.location.IEnumRouteIdentifyResult
Returns the next route location and route feature.
next(IRouteLocation[], IFeature[]) - Method in class com.esri.arcgis.location.IEnumRouteIdentifyResultProxy
Returns the next route location and route feature.
next() - Method in class com.esri.arcgis.location.LocatorEnumerator
Returns the next locator or locator style.
next() - Method in class com.esri.arcgis.location.LocatorNameEnumerator
Returns the next Name object.
next() - Method in class com.esri.arcgis.location.ReferenceDataFieldsEnumerator
Returns the next reference data field.
next() - Method in class com.esri.arcgis.location.ReferenceDataIndexEnumerator
Returns the next geocoding index.
next() - Method in class com.esri.arcgis.location.ReferenceDataTableEnumerator
Returns the next reference data table.
next() - Method in class com.esri.arcgis.maplex.EnumMaplexPlacedLabel
Next placed label in the enumeration.
next() - Method in interface com.esri.arcgis.maplex.IEnumMaplexPlacedLabel
Next placed label in the enumeration.
next() - Method in class com.esri.arcgis.maplex.IEnumMaplexPlacedLabelProxy
Next placed label in the enumeration.
next() - Method in class com.esri.arcgis.networkanalysis.EnumEIDInfo
Gets the next EIDInfo object in the enumeration.
next() - Method in interface com.esri.arcgis.networkanalysis.IEnumEIDInfo
Gets the next EIDInfo object in the enumeration.
next() - Method in class com.esri.arcgis.networkanalysis.IEnumEIDInfoProxy
Gets the next EIDInfo object in the enumeration.
next() - Method in class com.esri.arcgis.schematic.EnumSchematicAlgorithm
Retrieves the next ISchematicAlgorithm in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.EnumSchematicQueryParameter
Retrieves the next schematic query paramater in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicAlgorithm
Retrieves the next ISchematicAlgorithm in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicAttribute
Retrieves the next schematic attribute in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicAttributeProxy
Retrieves the next schematic attribute in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicBuilderRule
Retrieves the next schematic builder rule in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicBuilderRuleProxy
Retrieves the next schematic builder rule in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicDataset
Retrieves the next schematic dataset in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicDatasetName
Retrieves the next schematic dataset name in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicDatasetNameProxy
Retrieves the next schematic dataset name in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicDatasetProxy
Retrieves the next schematic dataset in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicDataSource
Retrieves the next schematic data source in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicDataSourceProxy
Retrieves the next schematic data source in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicDiagram
Retrieves the schematic diagram in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicDiagramClass
Retrieves the next schematic diagram class in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicDiagramClassProxy
Retrieves the next schematic diagram class in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicDiagramProxy
Retrieves the schematic diagram in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicElement
Retrieves the next schematic element in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicElementAssociation
Retrieves the next schematic element association in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicElementAssociationProxy
Retrieves the next schematic element association in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicElementClass
Retrieves the next schematic element class in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicElementClassProxy
Retrieves the next schematic element class in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicElementProxy
Retrieves the next schematic element in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicFeature
Retrieves the next schematic feature in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicFeatureProxy
Retrieves the next schematic feature in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicFolder
Retrieves the next schematic folder in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicFolderProxy
Retrieves the next schematic folder in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicInMemoryDiagram
Retrieves the next schematic in memory diagram in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicInMemoryDiagramProxy
Retrieves the next schematic in memory diagram in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicInMemoryFeature
Retrieves the next schematic in memory feature in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureAssociation
Retrieves the next schematic in memory feature association in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureAssociationProxy
Retrieves the next schematic in memory feature association in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureClass
Retrieves the next schematic in memory feature class in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureClassProxy
Retrieves the next schematic in memory feature class in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureLink
Retrieves the next schematic in memory feature link in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureLinkProxy
Retrieves the next schematic in memory feature link in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureNodeOnLink
Retrieves the next schematic in memory feature node on link in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureNodeOnLinkProxy
Retrieves the next schematic in memory feature node on link in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureProxy
Retrieves the next schematic in memory feature in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureSubLink
Retrieves the next schematic in memory feature sublink in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureSubLinkProxy
Retrieves the next schematic in memory feature sublink in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicObjectClass
Retrieves the next schematic object class in the enumeration sequence.
next() - Method in class com.esri.arcgis.schematic.IEnumSchematicObjectClassProxy
Retrieves the next schematic object class in the enumeration sequence.
next() - Method in interface com.esri.arcgis.schematic.IEnumSchematicQueryParameter
Retrieves the next schematic query paramater in the enumeration sequence.
next() - Method in interface com.esri.arcgis.server.IEnumServerDirectory
Returns the next ServerDirectory in the enumeration.
next() - Method in interface com.esri.arcgis.server.IEnumServerDirectoryInfo
Returns the next ServerDirectoryInfo in the enumeration.
next() - Method in class com.esri.arcgis.server.IEnumServerDirectoryInfoProxy
Returns the next ServerDirectoryInfo in the enumeration.
next() - Method in class com.esri.arcgis.server.IEnumServerDirectoryProxy
Returns the next ServerDirectory in the enumeration.
next() - Method in interface com.esri.arcgis.server.IEnumServerMachine
Returns the next ServerMachine in the enumeration.
next() - Method in class com.esri.arcgis.server.IEnumServerMachineProxy
Returns the next ServerMachine in the enumeration.
next() - Method in interface com.esri.arcgis.server.IEnumServerObjectConfiguration
Returns the next configuration in the enumeration.
next() - Method in interface com.esri.arcgis.server.IEnumServerObjectConfigurationInfo
Returns the next ServerObjectConfigurationInfo in the enumeration.
next() - Method in class com.esri.arcgis.server.IEnumServerObjectConfigurationInfoProxy
Returns the next ServerObjectConfigurationInfo in the enumeration.
next() - Method in class com.esri.arcgis.server.IEnumServerObjectConfigurationProxy
Returns the next configuration in the enumeration.
next() - Method in interface com.esri.arcgis.server.IEnumServerObjectExtensionType
Returns the next extension type in the enumeration.
next() - Method in interface com.esri.arcgis.server.IEnumServerObjectExtensionTypeInfo
Returns the next extension type in the enumeration.
next() - Method in class com.esri.arcgis.server.IEnumServerObjectExtensionTypeInfoProxy
Returns the next extension type in the enumeration.
next() - Method in class com.esri.arcgis.server.IEnumServerObjectExtensionTypeProxy
Returns the next extension type in the enumeration.
next() - Method in interface com.esri.arcgis.server.IEnumServerObjectType
Returns the next type in the enumeration.
next() - Method in interface com.esri.arcgis.server.IEnumServerObjectTypeInfo
Returns the next ServerObjectTypeInfo in the enumeration.
next() - Method in class com.esri.arcgis.server.IEnumServerObjectTypeInfoProxy
Returns the next ServerObjectTypeInfo in the enumeration.
next() - Method in class com.esri.arcgis.server.IEnumServerObjectTypeProxy
Returns the next type in the enumeration.
next() - Method in class com.esri.arcgis.server.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class com.esri.arcgis.server.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class com.esri.arcgis.server.json.JSONTokener
Get the next n characters.
next(int, Object, int[]) - Method in interface com.esri.arcgis.support.ms.stdole.IEnumVARIANT
Deprecated. next
next(int, Object, int[]) - Method in class com.esri.arcgis.support.ms.stdole.IEnumVARIANTProxy
next
next() - Method in class com.esri.arcgis.system.FileNames
Obtains the next filename in the array.
next() - Method in interface com.esri.arcgis.system.IEnumBSTR
Obtains the next string in the list.
next() - Method in interface com.esri.arcgis.system.IEnumName
Obtains the next Name in the list.
next(String[]) - Method in interface com.esri.arcgis.system.IEnumNamedID
Obtains the next name-ID pair in the set.
next(String[]) - Method in class com.esri.arcgis.system.IEnumNamedIDProxy
Obtains the next name-ID pair in the set.
next() - Method in interface com.esri.arcgis.system.IEnumUID
Obtains the next component ID in the collection.
next() - Method in class com.esri.arcgis.system.IEnumUIDProxy
Obtains the next component ID in the collection.
next() - Method in interface com.esri.arcgis.system.IEnumVariantSimple
Obtains the next VARIANT in the set.
next() - Method in class com.esri.arcgis.system.IEnumVariantSimpleProxy
Obtains the next VARIANT in the set.
next() - Method in interface com.esri.arcgis.system.IFileNames
Obtains the next filename in the array.
next() - Method in interface com.esri.arcgis.system.ILicenseInfoEnum
Obtains the next extension code.
next() - Method in interface com.esri.arcgis.system.ISet
Obtains the next object in the set.
next() - Method in class com.esri.arcgis.system.LicenseInfoEnum
Obtains the next extension code.
next() - Method in class com.esri.arcgis.system.Set
Obtains the next object in the set.
next() - Method in class com.esri.arcgis.trackinganalyst.DataSetDefinition
Goes to the next enumerator related to the dataset column.
next() - Method in class com.esri.arcgis.trackinganalyst.DatasetNames
Retrieves the next feature class in the enumeration sequence.
next() - Method in class com.esri.arcgis.trackinganalyst.Datasets
Retrieves the next dataset in the enumeration sequence.
next() - Method in interface com.esri.arcgis.trackinganalyst.IDatasetColumnEnumerator
Goes to the next enumerator related to the dataset column.
next() - Method in interface com.esri.arcgis.trackinganalyst.IEnumTxObject
The next object in the list.
next() - Method in class com.esri.arcgis.trackinganalyst.IEnumTxObjectProxy
The next object in the list.
next() - Method in class com.esri.arcgis.trackinganalyst.ObjectList
Obtains the next object in the set.
next() - Method in class com.esri.arcgis.trackinganalyst.TemporalLayerEnum
The next layer in the set.
next() - Method in class com.esri.arcgis.trackinganalyst.TMSEnumIDs
Retrieves the next id in the enumeration sequence.
next() - Method in class com.esri.arcgis.trackinganalyst.TxEnumObjects
The next object in the list.
next(int[], String[], String[]) - Method in interface com.esri.arcgis.version.IEnumVersions
Returns the next version in the sequence of installed versions.
next(int[], String[], String[]) - Method in class com.esri.arcgis.version.IEnumVersionsProxy
Returns the next version in the sequence of installed versions.
nextARFeature() - Method in class com.esri.arcgis.controls.ARFeatureCursor
Retrieves the next feature in the enumeration sequence.
nextARFeature() - Method in interface com.esri.arcgis.controls.IARFeatureCursor
Retrieves the next feature in the enumeration sequence.
nextARFeature() - Method in class com.esri.arcgis.controls.IARFeatureCursorProxy
Retrieves the next feature in the enumeration sequence.
nextAsTin(ITin[], IEnvelope[]) - Method in interface com.esri.arcgis.geodatabaseextensions.ITerrainBlockCursor
Returns next block as a reference to a TIN object.
nextAsTin(ITin[], IEnvelope[]) - Method in class com.esri.arcgis.geodatabaseextensions.ITerrainBlockCursorProxy
Returns next block as a reference to a TIN object.
nextAsTin(ITin[], IEnvelope[]) - Method in class com.esri.arcgis.geodatabaseextensions.TerrainBlockCursor
Returns next block as a reference to a TIN object.
nextBlock(int[], int[], int[], int[]) - Method in interface com.esri.arcgis.datasourcesraster.IPixelBlockCursor
Obtains the next pixel block from the cursor.
nextBlock(int[], int[], int[], int[]) - Method in class com.esri.arcgis.datasourcesraster.PixelBlockCursor
Obtains the next pixel block from the cursor.
nextBoolean() - Method in class com.esri.arcgis.geoprocessing.GPParseString
Returns the next token parsed from the string as a boolean.
nextBoolean() - Method in interface com.esri.arcgis.geoprocessing.IGPParseString2
Returns the next token parsed from the string as a boolean.
nextClean() - Method in class com.esri.arcgis.server.json.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextDouble() - Method in class com.esri.arcgis.geoprocessing.GPParseString
Returns the next token parsed from the string as a double.
nextDouble() - Method in interface com.esri.arcgis.geoprocessing.IGPParseString2
Returns the next token parsed from the string as a double.
nextElement() - Method in interface com.esri.arcgis.system.IXMLReader
Moves position to next element.
nextElement() - Method in class com.esri.arcgis.system.XMLReader
Moves position to next element.
nextEx(_esriSegmentInfo[]) - Method in interface com.esri.arcgis.geometry.IEnumSegment
Populates a segment info structure with information on the next segment in the collection.
nextEx(_esriSegmentInfo[]) - Method in class com.esri.arcgis.geometry.IEnumSegmentProxy
Populates a segment info structure with information on the next segment in the collection.
nextFeature() - Method in class com.esri.arcgis.geodatabase.FeatureCursor
Advance the position of the cursor by one and return the Feature object at that position.
nextFeature() - Method in interface com.esri.arcgis.geodatabase.IFeatureCursor
Advance the position of the cursor by one and return the Feature object at that position.
nextFeature() - Method in class com.esri.arcgis.geodatabase.IFeatureCursorProxy
Advance the position of the cursor by one and return the Feature object at that position.
nextFeature() - Method in class com.esri.arcgis.geodatabase.RelQueryCursor
Advance the position of the cursor by one and return the Feature object at that position.
nextFeature() - Method in class com.esri.arcgis.trackinganalyst.TemporalCursor
Advance the position of the cursor by one and return the Feature object at that position.
nextFeatureAndGraphic(IFeature[], IElement[]) - Method in class com.esri.arcgis.carto.CadAnnotationLayer
Generates the next feature and graphic element in the graphics generation loop.
nextFeatureAndGraphic(IFeature[], IElement[]) - Method in class com.esri.arcgis.carto.CoverageAnnotationLayer
Generates the next feature and graphic element in the graphics generation loop.
nextFeatureAndGraphic(IFeature[], IElement[]) - Method in class com.esri.arcgis.carto.FDOGraphicsLayer
Generates the next feature and graphic element in the graphics generation loop.
nextFeatureAndGraphic(IFeature[], IElement[]) - Method in interface com.esri.arcgis.carto.ICoverageAnnotationLayer
Generates the next feature and graphic element in the graphics generation loop.
nextFeatureAndGraphic(IFeature[], IElement[]) - Method in interface com.esri.arcgis.carto.ICoverageAnnotationLayer2
Generates the next feature and graphic element in the graphics generation loop.
nextFeatureAndGraphic(IFeature[], IElement[]) - Method in interface com.esri.arcgis.carto.IFDOGraphicsLayerRead
Generates the next feature and graphic element in the graphics generation loop.
nextGeometry() - Method in class com.esri.arcgis.display.BasicFillSymbol
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.BasicLineSymbol
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.BasicMarkerSymbol
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectAddControlPoints
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectArrow
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectBuffer
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectCut
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectDash
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectDonut
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectEnclosingPolygon
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectJog
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectMove
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectOffset
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectRadial
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectRegularPolygon
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectReverse
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectRotate
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectScale
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectSimplify
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectSmooth
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectTaperedPolygon
Accesses the next geometry generated by th effect.
nextGeometry() - Method in class com.esri.arcgis.display.GeometricEffectWave
Accesses the next geometry generated by th effect.
nextGeometry() - Method in interface com.esri.arcgis.display.IGeometricEffect
Accesses the next geometry generated by th effect.
nextGeometry(int[], IGeometry[]) - Method in interface com.esri.arcgis.display.IRepresentationGraphics
Accesses the next geometry in a representation graphic.
nextGeometry(int[], IGeometry[]) - Method in class com.esri.arcgis.display.RepresentationGraphics
Accesses the next geometry in a representation graphic.
nextGeometry(int[], IGeometry[]) - Method in class com.esri.arcgis.display.RepresentationMarker
Accesses the next geometry in a representation graphic.
nextGeometry() - Method in class com.esri.arcgis.display.RepresentationRule
Accesses the next geometry generated by th effect.
nextInPart(ISegment[], int[]) - Method in interface com.esri.arcgis.geometry.IEnumSegment
Returns the next segment in current part, goes back to first segment after last segment in part is encountered.
nextInPart(ISegment[], int[]) - Method in class com.esri.arcgis.geometry.IEnumSegmentProxy
Returns the next segment in current part, goes back to first segment after last segment in part is encountered.
nextInPart(IPoint[], int[]) - Method in interface com.esri.arcgis.geometry.IEnumVertex
Returns the next vertex in current part, or goes back to the first vertex in the part after last vertex in part is encountered.
nextInPart(IPoint[], int[]) - Method in class com.esri.arcgis.geometry.IEnumVertexProxy
Returns the next vertex in current part, or goes back to the first vertex in the part after last vertex in part is encountered.
nextInPartEx(_esriSegmentInfo[]) - Method in interface com.esri.arcgis.geometry.IEnumSegment
Returns the next segment info structure in current part, goes back to first segment after last segment in part is encountered.
nextInPartEx(_esriSegmentInfo[]) - Method in class com.esri.arcgis.geometry.IEnumSegmentProxy
Returns the next segment info structure in current part, goes back to first segment after last segment in part is encountered.
nextInSequence(IPoint[], int[], int[]) - Method in interface com.esri.arcgis.geometry.IEnumSplitPoint
Returns the next split point along with its location in the geometry.
nextInSequence(IPoint[], int[], int[]) - Method in class com.esri.arcgis.geometry.IEnumSplitPointProxy
Returns the next split point along with its location in the geometry.
nextLong() - Method in class com.esri.arcgis.geoprocessing.GPParseString
Returns the next token parsed from the string as a long.
nextLong() - Method in interface com.esri.arcgis.geoprocessing.IGPParseString2
Returns the next token parsed from the string as a long.
nextMessage() - Method in class com.esri.arcgis.trackinganalyst.GeneralTrackingConnector
Retrieves a message from the server connection.
nextMessage() - Method in class com.esri.arcgis.trackinganalyst.InternetConnection
Retrieves a message from the server connection.
nextMessage() - Method in interface com.esri.arcgis.trackinganalyst.ITxConnectionMessages
Retrieves a message from the server connection.
nextMessage() - Method in class com.esri.arcgis.trackinganalyst.ServerConnection
Retrieves a message from the server connection.
nextObject() - Method in class com.esri.arcgis.cartoUI.AVObjectConverter
Returns the next object in the project.
nextObject() - Method in interface com.esri.arcgis.cartoUI.IAVObjectConverter
Returns the next object in the project.
nextObject(IFeature[], Object[], long[], int[]) - Method in interface com.esri.arcgis.trackinganalyst.ITemporalCursor
Advances the position of the cursor by one and returns the feature object at that position.
nextObject(IFeature[], Object[], long[], int[]) - Method in class com.esri.arcgis.trackinganalyst.ITemporalCursorProxy
Advances the position of the cursor by one and returns the feature object at that position.
nextObject(IFeature[], Object[], long[], int[]) - Method in class com.esri.arcgis.trackinganalyst.TemporalCursor
Advances the position of the cursor by one and returns the feature object at that position.
nextOutlinePart() - Method in class com.esri.arcgis.display.BasicFillSymbol
Retrieves the next part of the outline.
nextOutlinePart() - Method in class com.esri.arcgis.display.BasicLineSymbol
Retrieves the next part of the outline.
nextOutlinePart() - Method in class com.esri.arcgis.display.BasicMarkerSymbol
Retrieves the next part of the outline.
nextOutlinePart() - Method in class com.esri.arcgis.display.GradientPattern
Retrieves the next part of the outline.
nextOutlinePart() - Method in interface com.esri.arcgis.display.IDrawingOutline
Retrieves the next part of the outline.
nextOutlinePart() - Method in interface com.esri.arcgis.display.IGraphicsOutline
Hands back the next drawing outline part.
nextOutlinePart() - Method in class com.esri.arcgis.display.IGraphicsOutlineProxy
Hands back the next drawing outline part.
nextOutlinePart() - Method in class com.esri.arcgis.display.LinePattern
Retrieves the next part of the outline.
nextOutlinePart() - Method in class com.esri.arcgis.display.LineStroke
Retrieves the next part of the outline.
nextOutlinePart() - Method in class com.esri.arcgis.display.RepresentationGraphics
Hands back the next drawing outline part.
nextOutlinePart() - Method in class com.esri.arcgis.display.RepresentationMarker
Hands back the next drawing outline part.
nextOutlinePart() - Method in class com.esri.arcgis.display.RepresentationRule
Retrieves the next part of the outline.
nextOutlinePart() - Method in class com.esri.arcgis.display.SolidColorPattern
Retrieves the next part of the outline.
nextOutlinePart() - Method in class com.esri.arcgis.geodatabase.Representation
Hands back the next drawing outline part.
nextPlaced(IPlacedObject[], ITrackCancel, IStepProgressor) - Method in class com.esri.arcgis.carto.BasicOverposter
The next object that was successfully placed.
nextPlaced(IPlacedObject[], ITrackCancel, IStepProgressor) - Method in interface com.esri.arcgis.carto.IOverposter
The next object that was successfully placed.
nextPlaced(IPlacedObject[], ITrackCancel, IStepProgressor) - Method in interface com.esri.arcgis.carto.IOverposter2
The next object that was successfully placed.
nextPlaced(IPlacedObject[], ITrackCancel, IStepProgressor) - Method in interface com.esri.arcgis.carto.IOverposter3
The next object that was successfully placed.
nextRecord() - Method in class com.esri.arcgis.datainterop.FMECursorHelper
Gets the next row in the record set.
nextRecord() - Method in interface com.esri.arcgis.geodatabase.IPlugInCursorHelper
Gets the next row in the record set.
nextRecord() - Method in class com.esri.arcgis.geodatabase.IPlugInCursorHelperProxy
Gets the next row in the record set.
nextRow() - Method in class com.esri.arcgis.geodatabase.Cursor
Advance the position of the cursor by one and return the Row object at that position.
nextRow() - Method in class com.esri.arcgis.geodatabase.FeatureCursor
Advance the position of the cursor by one and return the Row object at that position.
nextRow() - Method in interface com.esri.arcgis.geodatabase.ICursor
Advance the position of the cursor by one and return the Row object at that position.
nextRow() - Method in class com.esri.arcgis.geodatabase.ICursorProxy
Advance the position of the cursor by one and return the Row object at that position.
nextRow() - Method in class com.esri.arcgis.geodatabase.RelQueryCursor
Advance the position of the cursor by one and return the Row object at that position.
nextRow() - Method in class com.esri.arcgis.trackinganalyst.TemporalCursor
Advance the position of the cursor by one and return the Row object at that position.
nextScale(double) - Method in class com.esri.arcgis.display.DisplayTransformation
Find the nearest standard scale with a value that is higher than the specified scale.
nextScale(double) - Method in interface com.esri.arcgis.display.IDisplayTransformationScales
Find the nearest standard scale with a value that is higher than the specified scale.
nextSelectedFeatureAndGraphic(IFeature[], IElement[]) - Method in class com.esri.arcgis.carto.CadAnnotationLayer
Generates the next selected feature and graphic element in the graphics generation loop.
nextSelectedFeatureAndGraphic(IFeature[], IElement[]) - Method in class com.esri.arcgis.carto.CoverageAnnotationLayer
Generates the next selected feature and graphic element in the graphics generation loop.
nextSelectedFeatureAndGraphic(IFeature[], IElement[]) - Method in interface com.esri.arcgis.carto.ICoverageAnnotationSel
Generates the next selected feature and graphic element in the graphics generation loop.
nextSet(int[], ISet[]) - Method in interface com.esri.arcgis.geodatabase.ITransformGroup
The next set of features.
nextSet(int[], ISet[]) - Method in class com.esri.arcgis.geodatabase.TransformGroup
The next set of features.
nextSimpleToken() - Method in class com.esri.arcgis.geoprocessing.GPParseString
Returns the next simple token parsed from the string.
nextSimpleToken() - Method in interface com.esri.arcgis.geoprocessing.IGPParseString
Returns the next simple token parsed from the string.
nextSimpleToken() - Method in interface com.esri.arcgis.geoprocessing.IGPParseString2
Returns the next simple token parsed from the string.
nextString(char) - Method in class com.esri.arcgis.server.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class com.esri.arcgis.server.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class com.esri.arcgis.server.json.JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, whichever comes first.
nextToken() - Method in class com.esri.arcgis.geoprocessing.GPParseString
Returns the next token parsed from the string.
nextToken() - Method in interface com.esri.arcgis.geoprocessing.IGPParseString
Returns the next token parsed from the string.
nextToken() - Method in interface com.esri.arcgis.geoprocessing.IGPParseString2
Returns the next token parsed from the string.
nextTransformation() - Method in interface com.esri.arcgis.display.IMarkerPlacement
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementAlongLine
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementAtExtremities
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementDecoration
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementInsidePolygon
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementOnLine
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementOnPoint
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementOnVertices
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementPolygonCenter
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementRandomAlongLine
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementRandomInPolygon
Hands back the next transformation.
nextTransformation() - Method in class com.esri.arcgis.display.MarkerPlacementVariableAlongLine
Hands back the next transformation.
nextTriangleStrip(int) - Method in interface com.esri.arcgis.geodatabase.IEnumTinTriangle
Gets next triangle strip.
nextTriangleStrip(int) - Method in class com.esri.arcgis.geodatabase.IEnumTinTriangleProxy
Gets next triangle strip.
nextTriangleStrip(int) - Method in class com.esri.arcgis.geodatabase.TinTriangleEnumerator
Gets next triangle strip.
nextTriangleStripIndices(int) - Method in interface com.esri.arcgis.geodatabase.IEnumTinTriangle
Gets next triangle strip indices.
nextTriangleStripIndices(int) - Method in class com.esri.arcgis.geodatabase.IEnumTinTriangleProxy
Gets next triangle strip indices.
nextTriangleStripIndices(int) - Method in class com.esri.arcgis.geodatabase.TinTriangleEnumerator
Gets next triangle strip indices.
nextUnplaced(IPlacedObject[]) - Method in class com.esri.arcgis.carto.BasicOverposter
The next object that was not successfully placed.
nextUnplaced(IPlacedObject[]) - Method in interface com.esri.arcgis.carto.IOverposter
The next object that was not successfully placed.
nextUnplaced(IPlacedObject[]) - Method in interface com.esri.arcgis.carto.IOverposter2
The next object that was not successfully placed.
nextUnplaced(IPlacedObject[]) - Method in interface com.esri.arcgis.carto.IOverposter3
The next object that was not successfully placed.
nextUnused(IPlacedObject[]) - Method in class com.esri.arcgis.carto.BasicOverposter
The next object that was not used.
nextUnused(IPlacedObject[]) - Method in interface com.esri.arcgis.carto.IOverposter
The next object that was not used.
nextUnused(IPlacedObject[]) - Method in interface com.esri.arcgis.carto.IOverposter2
The next object that was not used.
nextUnused(IPlacedObject[]) - Method in interface com.esri.arcgis.carto.IOverposter3
The next object that was not used.
nextValue() - Method in class com.esri.arcgis.display.GraphicAttributeEnumType
Hands back the next value in the enumeration.
nextValue() - Method in interface com.esri.arcgis.display.IGraphicAttributeEnumType
Hands back the next value in the enumeration.
nextValue() - Method in class com.esri.arcgis.server.json.JSONTokener
Get the next value.
nFocusMap - Variable in class com.esri.arcgis.display.esriGDICommentBeginPageLayout
 
nHorizon - Variable in class com.esri.arcgis.display.esriGDICommentBeginMap
 
Nibble - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Replaces cells of a raster corresponding to a mask with the values of the nearest neighbors.
Nibble() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Nibble
Creates the Nibble tool with defaults.
Nibble(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.Nibble
Creates the Nibble tool with the required parameters.
nibble(IGeoDataset, IGeoDataset, boolean) - Method in interface com.esri.arcgis.spatialanalyst.IGeneralizeOp
Replaces areas in a raster corresponding to a mask, with the values of the nearest neighbors.
nibble(IGeoDataset, IGeoDataset, boolean) - Method in class com.esri.arcgis.spatialanalyst.RasterGeneralizeOp
Replaces areas in a raster corresponding to a mask, with the values of the nearest neighbors.
NITFBuilder - Class in com.esri.arcgis.datasourcesraster
A raster builder for NITF files.
NITFBuilder() - Constructor for class com.esri.arcgis.datasourcesraster.NITFBuilder
Constructs a NITFBuilder using ArcGIS Engine.
NITFBuilder(Object) - Constructor for class com.esri.arcgis.datasourcesraster.NITFBuilder
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NITFBuilder theNITFBuilder = (NITFBuilder) obj;
NITFGraphicsLayer - Class in com.esri.arcgis.carto
A NITF graphics layer containing NITF CGM graphics.
NITFGraphicsLayer() - Constructor for class com.esri.arcgis.carto.NITFGraphicsLayer
Constructs a NITFGraphicsLayer using ArcGIS Engine.
NITFGraphicsLayer(Object) - Constructor for class com.esri.arcgis.carto.NITFGraphicsLayer
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NITFGraphicsLayer theNITFGraphicsLayer = (NITFGraphicsLayer) obj;
NoDataFilter - Class in com.esri.arcgis.datasourcesraster
A class for NoData conversion filter.
NoDataFilter() - Constructor for class com.esri.arcgis.datasourcesraster.NoDataFilter
Constructs a NoDataFilter using ArcGIS Engine.
NoDataFilter(Object) - Constructor for class com.esri.arcgis.datasourcesraster.NoDataFilter
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NoDataFilter theNoDataFilter = (NoDataFilter) obj;
noMTASTACommunication - Static variable in class com.esri.arcgis.system.EngineInitializer
 
noncastable - Variable in class com.esri.arcgis.analyst3d.I3DViewerProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.IExpressionProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.IHit3DProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.IHit3DSetProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.IImport3DFile2Proxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.ILayerRenderersProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.IQuickTimeExporterProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.ISceneGraph2Proxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.ISceneGraphEventsDispProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.ISceneGraphEventsProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.ISceneRendererProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3d.ISceneViewerProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3dUI.IDddEnvironmentProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3dUI.IGxWorldViewProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3dUI.IMd3DaDecimateCtrlProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3dUI.IMd3DaFolderFileCtrlProxy
 
noncastable - Variable in class com.esri.arcgis.analyst3dUI.IMd3DaMultiFFCtrlProxy
 
noncastable - Variable in class com.esri.arcgis.animation.IAGAnimationProtectNamesProxy
 
noncastable - Variable in class com.esri.arcgis.animation.IAnimationContentEventsProxy
 
noncastable - Variable in class com.esri.arcgis.animation.IAnimationEventsProxy
 
noncastable - Variable in class com.esri.arcgis.arccatalog.IGxDocumentEventsDispProxy
 
noncastable - Variable in class com.esri.arcgis.arccatalog.IGxDocumentEventsProxy
 
noncastable - Variable in class com.esri.arcgis.arcglobe.IGMxApplicationAdminProxy
 
noncastable - Variable in class com.esri.arcgis.arcglobe.IGMxApplicationEventsProxy
 
noncastable - Variable in class com.esri.arcgis.arcglobe.IGMxApplicationProxy
 
noncastable - Variable in class com.esri.arcgis.arcglobe.IGMxDefaultLayersProxy
 
noncastable - Variable in class com.esri.arcgis.arcglobe.IGMxDocumentEventsDispProxy
 
noncastable - Variable in class com.esri.arcgis.arcglobe.IGMxDocumentEventsProxy
 
noncastable - Variable in class com.esri.arcgis.arcglobe.IGMxDocumentInfoProxy
 
noncastable - Variable in class com.esri.arcgis.arcglobe.IGMxDocumentPrivProxy
 
noncastable - Variable in class com.esri.arcgis.arcglobe.IGMxDocumentProxy
 
noncastable - Variable in class com.esri.arcgis.arcglobe.IProtectNameArcGlobeProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IAIAPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IApplicationWindowsProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IBasicDocument2Proxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IBasicDocumentDefaultSymbolsProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IBasicDocumentProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IChangeLayoutProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IClipboardFormat2Proxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IClipboardFormatProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IContentsView2Proxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IContentsView3Proxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IContentsViewEditProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IContentsViewProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IContentsViewSelectionProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDataConnectionCallback2Proxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDataGraphTWizardProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDatasetFilterProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDataWindow2Proxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDataWindowEventsProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDataWindowFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDataWindowProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDissolveUIAdminProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDissolveUIProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDocumentDefaultSymbolsProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDocumentEventsDispProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IDocumentEventsProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IEnumPrinterNamesProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IFindCallBackProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IGenericWindowProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IGpsExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.ILensWindowProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IMapInsetWindowProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IMxApplication2Proxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IMxApplication3Proxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IMxApplicationProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IMxDocumentDropTargetProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IMxDocumentProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IOverviewWindowProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IPageIndexControlProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IRasterDockWinProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IReferenceScaleOperationProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IRemoveLayerOperation2Proxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IRemoveLayerOperationProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IReportUnitFormat2Proxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IReportUnitFormatProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.ISelectFeaturesOperationProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.ITableFrameProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IUngroupLayerOperationProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IViewCommandProxy
 
noncastable - Variable in class com.esri.arcgis.arcmapui.IViewCommandToolbarsProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.IDocument3DDefaultSymbolsProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.IProtectNameArcSceneProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.ISxApplicationAdminProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.ISxApplicationEventsProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.ISxApplicationProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.ISxContentsView2Proxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.ISxContentsViewProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.ISxDocumentEventsDispProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.ISxDocumentEventsProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.ISxDocumentInfoProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.ISxDocumentPrivProxy
 
noncastable - Variable in class com.esri.arcgis.arcscene.ISxDocumentProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IACLineLabelPositionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IActiveViewEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IAnnotationElementProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IAnnotationErrorEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IAnnotationExpressionParser2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IAnnotationExpressionParserProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IAnnotationSublayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IAreaSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IAttributeTableProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IBarrierProperties2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IBarrierPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IBarSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IBasemapLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IBasemapSubLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IBoxPlotSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IBubbleSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IBufferProcessingSymbologyProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ICacheDescriptionInfo2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.ICacheInfo2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.ICadastralFabricLayerEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ICadIdentifyObj2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.ICodedValueAttributesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IColorRampSymbol2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IColorSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ICompositeLayer2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.ICompositeLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ICompositeMapSurroundProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IContextAnalyzerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataBrowserProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphBaseProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphCollectionEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphCollectionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphTAxisPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphTEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphTGeneralPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphTLegendPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphTPenPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphTPrivateProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphTProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGraphTSymbolPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataGroupSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataLayer2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDataSortSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDefinitionExpressionEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDimensionProtectNamesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDisplayStringProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDisplayTableProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDocumentInfo2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDocumentInfoProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDocumentPreviewProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDynamicLayer2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IDynamicLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IEditOperationProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IElementEditVerticesOperationProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IElementOperationProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IEnumDimensionStyleProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IEnumElementProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IEnumLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IEnumLocatedNetworkElementProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IEnumMapProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IEnumMapSurroundProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IEnumRasterUniqueValueColorProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IEnumSpatialBookmarkProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IExtentStackProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IFeatureFindDataProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IFeatureGeometryAccessProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IFeatureLayer2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IFeatureLayerDefinitionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IFeatureLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IFeatureLayerSelectionEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IFeatureSelectionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IFindProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IFunctionSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IGeoFeatureLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IGeoReferenceEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IGeoRefSaveAsDlgProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IGraphicsContainerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IGraphicsLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IGraphicsLayerScaleProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IGroupLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IHistogramSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IHotlinkContainerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IHotlinkExpressionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IHotlinkMacroProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IHTMLPopupIdentifyProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IHTMLPopupInfoProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IHyperlinkContainerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IIdentify2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IIdentifyDisplayProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IIdentifyGroupProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IIdentifyObjectProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IIdentifyObjProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IIdentifyObjWindowProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IIdentifyProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IImageQueryFilterProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerObjectLANProxyesri_Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerObjectsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IIMSSubLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IISLFootprintDisplayPropsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayer2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerDrawingPhaseProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerDrawingPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerEffectDIMProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerEffectsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerExtensionsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerFieldsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerGeneralPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerInfoProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerPositionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerPropertySheetProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerSymbologyExtentsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILegendClassProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILegendInfoProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILineSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ILocatedNetworkTrafficValueProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapCacheToRasterFunctionArgumentProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapCacheToRasterFunctionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapEvents2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapEvents3Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMaps2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerGroupLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerObjectLANProxyesri_Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerObjects3Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerSublayer2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerSublayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapSurroundEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMapSurroundFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMarker3DRotationAnglesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMosaicLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMosaicSubLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMxdContentsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IMXFeatureFindDataProxy
 
noncastable - Variable in class com.esri.arcgis.carto.INetworkIdentifyObjProxy
 
noncastable - Variable in class com.esri.arcgis.carto.INetworkSourceRendererProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IOleFrameProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IParameterInfoProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IPictureNorthArrowProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IPieSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IPlacedObject2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IPlacedObject3Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IPlacedObjectProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IPluginImageLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IPointSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IPolarSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IProtectNameCartoProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IPublishLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IPushPinProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterBasemapLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterDefaultsEnv6Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterFormatInfoProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterIdentifyObj2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterIdentifyObjProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IRealTimeFeedManagerEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IRelationshipClassCollectionEditProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IRelationshipClassCollectionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IRenderedRaster2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IRepresentationLegendClassProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IScatterPlotMatrixSeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ISelectionEventsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ISelectionLayerDefinitionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ISelectionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ISeriesPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IStandardAnnotateMapProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ITableDefinitionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ITableSelectionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ITimeDataDisplayProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ITimeDataProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ITimeQueryFilterProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ITimeTableDefinitionProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ITOCClassProxy
 
noncastable - Variable in class com.esri.arcgis.carto.ITOCGroupProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IWMSGroupLayerProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IWMSLayer2Proxy
 
noncastable - Variable in class com.esri.arcgis.carto.IWMSLayerProxy
 
noncastable - Variable in class com.esri.arcgis.cartoUI.IAnnotationExpressionPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.cartoUI.IAVFSrcImporterProxy
 
noncastable - Variable in class com.esri.arcgis.cartoUI.INetworkLayerUINamesProxy
 
noncastable - Variable in class com.esri.arcgis.cartoUI.INetworkRendererPropertyPageProxy
 
noncastable - Variable in class com.esri.arcgis.cartoUI.INewGeoTransformationDialog2Proxy
 
noncastable - Variable in class com.esri.arcgis.cartoUI.IProtectNameCartoUIProxy
 
noncastable - Variable in class com.esri.arcgis.cartox.IProtectNameCartoXProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IAGSObjectCreationPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IEnumGxObjectFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IEnumGxObjectProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxAddGISServerCommandProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxCachedObjectsProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxCatalogAdminProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxCatalogEventsDispProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxCatalogEventsProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxDatabaseExtensionCompareProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxDatabaseExtensionsProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxDataElementHelperProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxDataElementProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxDefaultDatabaseProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxDocumentProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxFileFilterEventsProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxGDSConnectionProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxGPToolsetProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxLocatorProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectContainerProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectEditProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectFactoryFileExtensionsProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectFactoryMetadataProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectFilterCollectionAdminProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectFilterCollectionProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectFilterProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectInternalNameProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectSortAlwaysOnTopProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxObjectUIProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxPasteTargetProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxSelectionEventsProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxThumbnailProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxToolboxesFolderProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxToolboxProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IGxWorkspaceDatabaseProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IMetadataExportProxy
 
noncastable - Variable in class com.esri.arcgis.catalog.IMetadataImportProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IAGSSOEParameterPage2Proxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.catalogUI.IAGSSOEParameterPageProxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.catalogUI.IAttributesEditContextProxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.catalogUI.ICreateRasterDatasetDlgProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IDocumentDatasetsProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IEditEvaluatorContextProxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.catalogUI.IEditEvaluatorsProxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.catalogUI.IEnumGxViewProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IEvaluatorEditorProxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxAddOGCConnectionDialogProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxApplicationEventsProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxApplicationProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxBrowserProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxContentsViewColumnsProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxContentsViewProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxDialogProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxDocumentationViewProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxGeographicView2Proxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxGeographicViewProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxMSDFileViewProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxObjectEnumeratorProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxPreviewProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxRasterCatalogSubViewProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxTableView2Proxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxTableViewProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxTreeViewProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxViewContainerProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxViewPrintProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IGxViewProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IMetadataEditorProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IMetadataEventsProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.IMetadataHelperProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.INetworkAttributeConfigurationProxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.catalogUI.IRepairMosaicDatasetDialogProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.ISearchEnginePropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.catalogUI.ISearchEngineProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARCommandInfoProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARConfigurationProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARControlDefaultProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARControlEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARControlProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARFeatureCursorProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARFeatureSetProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARGlobeControlDefaultProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARGlobeControlEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARGlobeControlProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARGlobeProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARLayerProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARMapProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARPageLayoutProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARSearchDefProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IARUnitConverterProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ICommandHookProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ICustomizeDialogEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineAttributeWindowProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineEditEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineEditTaskProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineEnumRowProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineExtendedObjectInspectorProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineExtensionManagerFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineInkEnvironmentEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineNAWindow2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineNAWindowCategory2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineNAWindowCategoryGroup2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineNAWindowCategoryGroupProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineNAWindowCategoryProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineNAWindowEventsExProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineNAWindowEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineNAWindowProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineNetworkAnalystEnvironmentEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineObjectInspectorProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IEngineSnapAgentCategoryProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IGlobeCommandHookProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IGlobeControlDefaultProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IGlobeControlEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IGlobeControlProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IHookHelper2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IHookHelperEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ILayerListToolControlProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IMapControl2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IMapControl3Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IMapControl4Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IMapControlDefaultProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IMapControlEvents2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IPageLayoutControl2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IPageLayoutControl3Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IPageLayoutControlDefaultProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IPageLayoutControlEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IPageLayoutControlProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IPointSnapperProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IProtectNameControlsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISceneCommandHookProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISceneControlDefaultProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISceneControlEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISceneControlProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISnappingEnvironmentProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISnappingFeedbackProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISnappingResultProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISymbologyControlDefaultProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISymbologyControlEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISymbologyControlProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ISymbologyStyleClassProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ITOCBuddy2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.ITOCBuddyEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ITOCBuddyProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ITOCControl2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.ITOCControlDefaultProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ITOCControlEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.ITOCControlProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IToolbarBuddyProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IToolbarControl2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IToolbarControlDefaultProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IToolbarControlEventsProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IToolbarControlProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IToolbarItem2Proxy
 
noncastable - Variable in class com.esri.arcgis.controls.IToolbarItemProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IToolPositionCallbackProxy
 
noncastable - Variable in class com.esri.arcgis.controls.IToolPositionInitializerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.IArcInfoTable2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.IArcInfoTableProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.IArcInfoWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.IArcInfoWorkspaceUtilProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICadDrawingDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICadDrawingWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICoverage2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICoverageFeatureClass2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICoverageFeatureClassProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICoverageProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.IDataLicenseInfoProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.IDataLicenseManagerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.IInfoTableOnlyWorkspaceEditProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.IMetaInfoProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISdcExporterProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMBreakTrackerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMDirectionsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMDirItemProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMFlagCreator2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMFlagCreatorProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMFlagProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMNetAttribute2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMNetAttributeProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMNetAttributesAccessProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMNetAttributesCollectionProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMNetBarriersCollectionProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMPointsCollectionProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMRestrictionProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMRoadPreferencesProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMRouterEnvelopeProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMRouterProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMRouterSetup2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMRouterSetupProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMRoutingMetaDataProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMSpeedGroup2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMSpeedGroupProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMSpeedGroupsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISMTripPlanSettingsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.IUsageModeInfoProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.IUsageModeOptionProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesnetCDF.IMDWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesnetCDF.INetCDFWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesnetCDF.IProtectNamesDataSourcesNetCDFProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesoledb.IOleDBFDOHelperProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAddRastersParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAISClientObjectXProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAISImageServerManagerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAISImageService2XProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAISImageServiceXProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IArithmeticFunctionArgumentsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IArrayCrawlerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBinFunction2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBinFunctionProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildBoundaryParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuilderItemProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildFootprintsByGeometryParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildFootprintsByRadiometryParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildFootprintsByShrinkingParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildFootprintsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildSeamlinesParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICalculateCellSizeRangesParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICellSizeLevelProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICellSizeLevelsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IColorspaceConversionFunctionArgumentsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICompositeItemURIProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICompositeURIFilterProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IComputeDirtyAreaParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IContrastTableProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IConvolutionFunctionArgumentsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICustomXformProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDataSourceCrawlerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDefineNoDataParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDefineOverviewsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDescColumnProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDescRowProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDescTableProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IEnumRasterBandProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IERasterStatusProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFileCrawlerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFileItemURIProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFunctionRasterDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGenerateOverviewsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGeodeticProjectionProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IImportGeometryParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IIndexedItemURIProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemPathsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemTemplateArrayProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemTemplateProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemURIArrayProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemURIFilterProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemURIProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IOverviewBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IOverviewImageParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IOverviewItemURIProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IOverviewTileParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelBlock2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelBlock3Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelReader2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IQueryPathsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterBandColormapProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterBandEdit2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterBandEditProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterBandProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterBuilderInitProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterDatasetBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterDatasetCrawlerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionArgumentsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionHelperProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterGeometryProc2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterMapModelProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterPropsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterPyramidProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTableProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTransactionProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeEnvironmentProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeHistoryProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeItemURIProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeNameProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeOperationProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypePropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterWorkspace3Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRawBlocksProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRawPixelReaderProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRawPixelsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemoveItemsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemoveSliversParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IReplacePathsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISeamlineModifierInitProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISeamlineModifierProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISeamlineTaskInfoProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISelectionParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStatisticsFunctionArgumentsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStretchFunctionArgumentsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISynchronizeParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITableBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITableCrawlerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IThreadedJobResultHandlerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IThreadedJobResultProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IThreadedOperationParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IURIProductNameFilterProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IXFormProxy
 
noncastable - Variable in class com.esri.arcgis.display.IAppDisplayProxy
 
noncastable - Variable in class com.esri.arcgis.display.IBezierDisplayFeedbackProxy
 
noncastable - Variable in class com.esri.arcgis.display.IConnectionPointContainerProxy
 
noncastable - Variable in class com.esri.arcgis.display.IConnectionPointProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDicerCallbackProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDisplayAdminProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDisplayEventsProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDisplayFilterManagerProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDisplayNameProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicCompoundMarker2Proxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicCompoundMarkerProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicDisplay2Proxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicDisplayProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicDrawingProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicDrawScreenProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicGlyphFactory2Proxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicGlyphFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicGlyphProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicMapEventsProxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicSymbolProperties2Proxy
 
noncastable - Variable in class com.esri.arcgis.display.IDynamicSymbolPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.display.IEnumColorsProxy
 
noncastable - Variable in class com.esri.arcgis.display.IEnumConnectionPointsProxy
 
noncastable - Variable in class com.esri.arcgis.display.IEnumConnectionsProxy
 
noncastable - Variable in class com.esri.arcgis.display.IEnumScreenDisplayProxy
 
noncastable - Variable in class com.esri.arcgis.display.IEnumSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.display.IFieldOverrideProxy
 
noncastable - Variable in class com.esri.arcgis.display.IFillSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.display.IFormattedTextSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.display.IGraphicsOutlineProxy
 
noncastable - Variable in class com.esri.arcgis.display.IMapLevelProxy
 
noncastable - Variable in class com.esri.arcgis.display.IMarkerSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.display.IMoveInteractionProxy
 
noncastable - Variable in class com.esri.arcgis.display.IOffsetInteractionProxy
 
noncastable - Variable in class com.esri.arcgis.display.IOrientInteractionProxy
 
noncastable - Variable in class com.esri.arcgis.display.IQueryGeometryProxy
 
noncastable - Variable in class com.esri.arcgis.display.IReferenceFillSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.display.IReferenceLineSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.display.IReferenceMarkerSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.display.IResizeInteractionProxy
 
noncastable - Variable in class com.esri.arcgis.display.IRotateInteractionProxy
 
noncastable - Variable in class com.esri.arcgis.display.ISimpleTextSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.display.IStyleGalleryItem2Proxy
 
noncastable - Variable in class com.esri.arcgis.display.IStyleGalleryStorageAdminProxy
 
noncastable - Variable in class com.esri.arcgis.display.IStyleImporterProxy
 
noncastable - Variable in class com.esri.arcgis.display.ISymbolProxy
 
noncastable - Variable in class com.esri.arcgis.display.ITextDrawSupportProxy
 
noncastable - Variable in class com.esri.arcgis.display.ITextParserSupportProxy
 
noncastable - Variable in class com.esri.arcgis.display.ITextSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.display.ITimeDisplayEventsProxy
 
noncastable - Variable in class com.esri.arcgis.display.ITimeDisplayProxy
 
noncastable - Variable in class com.esri.arcgis.display.ITransformEventsProxy
 
noncastable - Variable in class com.esri.arcgis.display.IUpdateLegendInfoProxy
 
noncastable - Variable in class com.esri.arcgis.display.IWordBoundariesProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IAnnotationConstructorProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IAttributeTransferDefaultSettingsProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IAttributeTransferProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IAttributeTransferTypeProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IAttributeWindowEventsProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IAttributeWindowProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IConflictDisplayProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IConflictsWindow2Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IConflictsWindow3Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IConflictsWindowProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ICreateFeatureTaskProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ICustomSnappingProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IDigitizerButtonsProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IDigitizerSetupProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IDimensionConstructorProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditAnnotationPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditAttributePropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditEvents2Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditEvents3Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditEvents4Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditEvents5Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditEventsProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditLayersProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditLocationProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditor2Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditor3Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditorProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditorZProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditProperties2Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditProperties3Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditProperties4Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditSketch2Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditSketch3Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditSketchProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditTaskNameProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditTaskProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditTaskSearchProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditToolEventsProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEditToolProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEnumAnnotationConstructorProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEnumDimensionConstructorProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEnumFieldMapProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEnumMapFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEnumRow2Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.IEnumRowProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IFieldMapProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IModifyTaskProxy
 
noncastable - Variable in class com.esri.arcgis.editor.INotifyZFinalizeProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IProtectNameEditorProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IRepresentationWindowProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ISelectionResolutionImplProxy
 
noncastable - Variable in class com.esri.arcgis.editor.IShapeConstructorProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ISketchPropertiesWindowProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ISketchToolProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ISnapAgentCategoryProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ISnapEnvironment2Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.ISnapEnvironment3Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.ISnapEnvironmentProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ISnappingWindowProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ITransmogrifyTaskProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ITraverseAdjustmentProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ITraverseClosureProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ITraverseWindow2Proxy
 
noncastable - Variable in class com.esri.arcgis.editor.ITraverseWindowEventsProxy
 
noncastable - Variable in class com.esri.arcgis.editor.ITraverseWindowProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IAcceleratorHookProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IAcceleratorProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IAcceleratorTableProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IApplicationIdentifyDialogProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IApplicationProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IApplicationStatusEventsProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IApplicationStatusProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IAppROTEventsProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IAppROTProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IArcToolboxFindProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IArcToolboxToolProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IAtbApplicationProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IComEmbeddedPropertyPageProxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.framework.ICommandBarProxy
 
noncastable - Variable in class com.esri.arcgis.framework.ICommandBarsProxy
 
noncastable - Variable in class com.esri.arcgis.framework.ICommandItemProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IComPropertyPage2Proxy
 
noncastable - Variable in class com.esri.arcgis.framework.IComPropertyPageObjectFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IComPropertyPageProxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.framework.IComPropertyPageSiteProxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.framework.IComPropertySheet2Proxy
 
noncastable - Variable in class com.esri.arcgis.framework.ICustomizationFilterProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IDllThreadManagerProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IDockableWindowDefProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IDockableWindowImageDefProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IDockableWindowInitialPlacementProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IDockableWindowManagerProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IDockableWindowProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IDocumentDirty2Proxy
 
noncastable - Variable in class com.esri.arcgis.framework.IDocumentDirtyProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IDocumentProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IFileOpenHandlerProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IGetUserAndPasswordDialogProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IMenuItemProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IMouseCursorProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IMultiThreadedApplicationProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IObjectFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IPaletteEventsProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IProgressDialog2Proxy
 
noncastable - Variable in class com.esri.arcgis.framework.IPropertyPageContextProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IPropertyPageProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IPropertyPageSiteProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IProtectNameFrameworkProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IRootLevelMenuProxy
 
noncastable - Variable in class com.esri.arcgis.framework.ISelectionPaletteProxy
 
noncastable - Variable in class com.esri.arcgis.framework.ISmallBitmapProviderProxy
 
noncastable - Variable in class com.esri.arcgis.framework.ITemplatesProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IVbaApplicationProxy
 
noncastable - Variable in class com.esri.arcgis.framework.IWindowPositionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IArchivableClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IArchivableObjectProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAttachmentDataArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAttachmentInfoArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAttachmentManagerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ICancelOperationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IClassExProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IClassHelperProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IClassSchemaEdit2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IClassSchemaEdit3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IClassSchemaEditExProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IClassSchemaEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConfigurationKeyword2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConfigurationKeywordProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConfigurationParameter2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConfigurationParameterProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConflictClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ICursorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatabaseCompactProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatabaseConnectionInfo2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatabaseConnectionInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDataChangesExProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDataConvertProcessProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDataElementInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetAnalyzeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetComponent2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetComponentProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetContainer2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetContainer3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetEditExProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetEditInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetFileStat2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetMigrationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetNameFileStat2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetNameProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDifferenceCursorExProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDifferenceCursorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumAttachmentProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumAttributedRelationshipProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumConfigurationKeywordProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumConfigurationParameterProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumConflictClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumDataElementProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumDatasetNameProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumDatasetTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumDomainProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumEdgeFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumEventErrorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumFeatureClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumFeatureSetupProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumFieldErrorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumGPValueProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumHierarchyRangeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumHistoricalMarkerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumIDsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumIndexProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumInvalidObjectProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumJunctionFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumLocatorNameProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumLocatorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumLockInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNameMappingProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNetWeightAssociationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNetworkElementProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNetworkFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNodeEdgeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumObjectClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumObjectProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumPropertyProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumRelationshipClassInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumRelationshipClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumRelationshipProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumReplicaDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumReplicaLogProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumReplicaProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumRuleProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumSchemaLockInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumSpatialReferenceInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumSubtypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumTableProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumTGHitInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumTinEdgeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumTinElementProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumTinNodeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumTinTriangleProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumTopologyEdgeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumTopologyErrorFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumTopologyNodeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumTopologyParentProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumVersionInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumWorkspaceExProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumWorkspaceStatusProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumXMLIndexTemplateProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IErrorFeatureContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEventSourceErrorsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEventSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IExtractionUtilitiesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureBufferProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureChangesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassCreationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassDrawProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassLoadProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassManageProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassStorageProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassUtilProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassWriteProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureCursorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureDatasetExtension2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureDatasetExtensionContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureDatasetExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureDatasetManageProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureDrawProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureEdit2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureElementEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureElementProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureProjectProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureSimplifyProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureWorkspaceAnnoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureWorkspaceManage2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureWorkspaceManageProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureWorkspaceSchemaEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFieldErrorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFileDataLockProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IForwardStarGENProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IForwardStarProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDatabaseErrorRecordsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeodatabaseRelease2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeodatabaseRelease3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeodatabaseReleaseProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDataset2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDatasetSchemaEdit2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDatasetSchemaEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDBProtectNamesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeometricNetworkConnectivity2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeometricNetworkConnectivityProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeometricNetworkErrorDetectionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeometricNetworkProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeometricNetworkReconcilePropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPDatasetExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGraphProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGUIDGeneratorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IHistoricalClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IHistoricalMarkerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IHistoricalVersionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IHistoricalWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IInvalidObjectInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocatorDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocatorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocatorStyleProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocatorUI2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocatorUIProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocatorWorkspace2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocatorWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILockInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMetadataEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMetadataProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IModelInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMultiuserWorkspaceEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INameMapping2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INameMappingProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INativeTypeInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INativeTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INativeTypeSearchProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetAttributesEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetAttributesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetDiagnosticsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetElementClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetElementsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetSchemaEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetSchemaProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetTopologyEditGENProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetTopologyEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetTopologyProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkAttribute2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkAttribute3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkAttributeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkBuildProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkClassDescriptionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkCollection2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkCollectionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkEdge2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkEdgeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkElement64Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkElementProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkForwardStarAdjacenciesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkForwardStarExProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkForwardStarProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkForwardStarSetupProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkJunction2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkJunctionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkProtectNamesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkQuery2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkQueryProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkScriptEvaluatorFunctionsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkTurn2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkTurnProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkUpdateProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkWorkspace2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassInfo2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassNameProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassSchemaEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassValidationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IOverrideProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPersistStreamInitProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPixelBlockProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInCursorHelperProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInDatasetHelper2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInDatasetHelperProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInDatasetInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInFastQueryValuesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInFastRowCountProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInFileOperationsClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInFileOperationsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInFileSystemDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInGxIntegrationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInIndexInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInIndexManagerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInLicenseProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInMetadata2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInMetadataPath2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInMetadataPathProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInMetadataProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInNetworkDatasetContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInRowCountProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInWorkspaceFactoryHelper2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInWorkspaceHelper2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPlugInWorkspaceHelperProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPropertyProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryDef2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryDefProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryDescriptionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryFilter2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryFilterDefinition2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryFilterDefinitionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryFilterProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRandomAccessCursorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRandomAccessTableProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterCatalogProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterCursorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDatasetInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterFieldInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterLODInfos2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterLODInfosProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterStorageDef3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterWorkspace2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterWorkspace4Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterWorkspaceExProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRecordArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelatedObjectEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelationshipChangesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelationshipClass2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelationshipClass3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelationshipClassContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelationshipClassEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelationshipClassInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelationshipClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelationshipProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelClassEnumRowPairsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelClassSchemaEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelQueryTableInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelQueryTableManageProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelQueryTableProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelQueryTableSelectionSetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelQueryTableSettingsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRemoteDatabaseWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRepairConnectivityProgressEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IReplica3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IReplicaDescriptionExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IReplicaLogProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRepresentationClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRepresentationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRowBufferProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRowChangesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRowCompareProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRowEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRowEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRowProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRowSubtypesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISchemaLockInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISchemaLockProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IScratchWorkspaceFactory2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IScratchWorkspaceFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISelectionSet2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISelectionSetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISimpleRelationshipChangesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISpatialCacheManager2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISpatialCacheManager3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISpatialCacheManagerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISpatialFilterProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISqlInvalidCharacterDictionaryProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISqlKeywordDictionaryProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISQLPrivilegeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISQLSyntaxProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISqlWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IStreetNetworkProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IStringDomainProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISubtypesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISurfaceIntersectionEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISystemJunctionSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableAttachmentsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableCapabilitiesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableFieldsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableNameProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableSortCallBackProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableUtilProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableWrite2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableWriteProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinEdgeArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinNodeArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinPolygonProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinPolylineProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinSurfaceElementProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinTriangleArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopology2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyClassEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyContainer2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyEdgeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyElementProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyErrorFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyGraph2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyGraph3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyGraph4Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyGraphProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyNodeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyProtectNamesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyRuleContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITransactionsOptionsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITransactionsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetwork2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkGENProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IValidateProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IValidation2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IValidationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersion2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionEdit2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionEdit3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionEdit4Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionedObject2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionedObject3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionedObjectProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionedTableProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionedWorkspace2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionedWorkspace3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionedWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionEvents2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVirtualTableProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspace2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceConfigurationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceDataElements2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceDataElementsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceDomains2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceDomainsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceEdit2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceEditControlProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceEditEvents2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceEditEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceEditInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceEvents2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceExtension2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceExtensionControlProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceExtensionManagerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceFactory2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceFactoryLockControlProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceProgressTrackerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceProperties2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspacePropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceReplicaDatasetsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceReplicaEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceReplicas2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceReplicasAdmin2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceReplicasAdmin3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceReplicasAdminProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceReplicasProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceReplicaSyncEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceSpatialReferenceInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceStatusProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXMLIndexTemplateManageProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXMLIndexUtilProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXYEventSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabasedistributed.IDataChangesExtProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabasedistributed.IDataChangesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabasedistributed.IEnumModifiedClassInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabasedistributed.IEnumSchemaChangeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabasedistributed.IGdbXmlExportEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabasedistributed.IImportDataChanges3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabasedistributed.IModifiedClassInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabasedistributed.IOperationProgressProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabasedistributed.IReplicaProgressProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ICadastralFabric2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ICadastralFabricLocksProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ICadastralFabricProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ICadastralFabricSchemaEdit2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ICadastralFabricSchemaEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IConstructionBasisOfBearingProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IConstructionBreakPointsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IConstructionParentParcelsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IConstructionUnbuildableLinesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IDECadastralFabric2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IDynamicSurface2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IDynamicSurface3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IDynamicSurfaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IEnumEnvelopeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IParcelConstructionDataProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITerrain2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITerrainBlockCursorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITerrainDataSource2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITerrainEdit2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITerrainEdit3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITerrainEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITerrainFieldStatisticsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITerrainProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseui.IGPCalculatorUIProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseui.IGPQueryPropertyPageProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseui.IProtectNameGeoDatabaseUIProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseui.ITableDataCallback2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseui.ITableDataCallbackProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseui.ITableViewCallbackProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseui.ITableViewContextMenusProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseui.ITableViewEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabaseui.IVersionManagerEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IBufferProgressProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructDomainExtent2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IControlPrecision3Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnumCurve2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnumCurveProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnumIntersectionProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnumPointAndDistanceProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnumSegmentProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnumSplitPointProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnumVertex2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnumVertexProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IESRISegment2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IESRISegmentProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IESRIShape2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IESRIShapeProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IExtrude2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IFunctionalSurface3Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometricBufferSourceSinkProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IMSegmentationInternalProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IMultiPatch2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.INetworkShape3DProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.INetworkShapeProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.INormalAwareProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IPartIDAwareProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IPointArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolycurve3Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolygonArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolyline6Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolylineArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IRelationalOperatorNxMProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IRelationResultArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.ISegmentGraph2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.ISegmentGraphCursorProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.ISegmentZ2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.ITextureAwareProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.ITopologicalSegment2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.ITopologicalSegmentProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IVertexAttribute2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IVertexAttributeProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IWin32Shape2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IWin32ShapeProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IWkbProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IEnumFieldTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IEnumGeometryTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IEnumGPDataTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IEnumGPToolboxNameProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IEnumGPToolboxProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IEnumGPToolNameProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IEnumGPToolProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IEnumMdElementProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IEnumMdProcessProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IEnumMdVariableProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGeoProcessorEvents2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGeoProcessorEvents3Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGeoProcessorEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGeoProcessorSettings2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGpCursorRow2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGpCursorRowProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPCustomToolGenProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPCustomToolHelperProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPCustomToolProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGpDescribeDataProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGpDescribeGeometryProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGpDescribeIndexProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGpDispatchProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPEncryptedStringTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGpEnumListProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGpEnumObjectProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPEnvironmentImplProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPFileSupportProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPFunction2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPFunctionFactory2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPFunctionToolProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPLayerSupportProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPModelToolProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPProtectNamesProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPSchemaCheckImplProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPScriptTool2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPScriptToolProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPStandaloneTableCollectionProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolbox2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolboxEvents2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolboxFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolboxProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolCommandHelper2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolCommandHelperProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolEditProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolExtensionFactoryGenProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolExtensionFactoryProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolExtensionGenProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolInfo2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IGPToolProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IMBProgressorProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IMdDiagramPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IMdDisplayEdgeProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IMdDisplayNodeProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IMdElementDialogSupportProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IMdModelEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IMdVariable2Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IMdVariable3Proxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IProtectNameGeoprocessingProxy
 
noncastable - Variable in class com.esri.arcgis.geoprocessing.IToolboxWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSEnumServerObjectNameProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IIMSFeatureClassProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IIMSWorkspace2Proxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IIMSWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IWCSBoundingBoxInfoProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IWCSClientEventsProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IWCSCoverageDescriptionProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IWCSCoverageFieldProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IWCSCoverageNameProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IWCSRangeProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IWCSSpatialDomainProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IWMSClientEventsProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IWMSLayerDescriptionProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IWMSLayerStyleDescriptionProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.ICustomGlobeLayerProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IFeatureParameterLayerProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeDisplayEventsProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeDisplayRenderingProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeDrawingOrderProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeHelperPub2Proxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeRasterizedLayerSupportProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeServerCacheProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeServerGroupLayerProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeTileGenerator2Proxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeTileGeneratorProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeViewer2Proxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IGlobeViewerProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IKmlChildNodesProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IKmlNodeProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.IKmlScreenOverlayDisplayProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.ILookAtKmlNodeProxy
 
noncastable - Variable in class com.esri.arcgis.globecore.INavigate3DHookHelperProxy
 
noncastable - Variable in class com.esri.arcgis.location.IAddressCandidates2Proxy
 
noncastable - Variable in class com.esri.arcgis.location.IAddressCandidatesProxy
 
noncastable - Variable in class com.esri.arcgis.location.IAddressGeocodingProxy
 
noncastable - Variable in class com.esri.arcgis.location.IAddressInputsProxy
 
noncastable - Variable in class com.esri.arcgis.location.IAdvancedGeocoding2Proxy
 
noncastable - Variable in class com.esri.arcgis.location.IAdvancedGeocodingProxy
 
noncastable - Variable in class com.esri.arcgis.location.IAdvancedIntersectionGeocodingProxy
 
noncastable - Variable in class com.esri.arcgis.location.IAGSLocatorWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.location.IAttachedLocatorProxy
 
noncastable - Variable in class com.esri.arcgis.location.IDatabaseLocatorWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.location.IEnumHatchDefinitionProxy
 
noncastable - Variable in class com.esri.arcgis.location.IEnumReferenceDataFieldProxy
 
noncastable - Variable in class com.esri.arcgis.location.IEnumReferenceDataIndexProxy
 
noncastable - Variable in class com.esri.arcgis.location.IEnumReferenceDataTableProxy
 
noncastable - Variable in class com.esri.arcgis.location.IEnumRouteIdentifyResultProxy
 
noncastable - Variable in class com.esri.arcgis.location.IESRILocatorBuildOptionsEditProxy
 
noncastable - Variable in class com.esri.arcgis.location.IESRILocatorBuildOptionsProxy
 
noncastable - Variable in class com.esri.arcgis.location.IESRILocatorReleaseInfoProxy
 
noncastable - Variable in class com.esri.arcgis.location.IGeocodingOutputsProxy
 
noncastable - Variable in class com.esri.arcgis.location.IGeocodingProperties2Proxy
 
noncastable - Variable in class com.esri.arcgis.location.IGeocodingPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.location.IIntersectionGeocodingProxy
 
noncastable - Variable in class com.esri.arcgis.location.ILocalLocatorWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.location.ILocator2Proxy
 
noncastable - Variable in class com.esri.arcgis.location.ILocatorAttach2Proxy
 
noncastable - Variable in class com.esri.arcgis.location.ILocatorAttachProxy
 
noncastable - Variable in class com.esri.arcgis.location.ILocatorDatasetImplProxy
 
noncastable - Variable in class com.esri.arcgis.location.ILocatorEventsProxy
 
noncastable - Variable in class com.esri.arcgis.location.ILocatorImplProxy
 
noncastable - Variable in class com.esri.arcgis.location.IPlaceNameAliasProxy
 
noncastable - Variable in class com.esri.arcgis.location.IReferenceDataFieldEditProxy
 
noncastable - Variable in class com.esri.arcgis.location.IReferenceDataFieldProxy
 
noncastable - Variable in class com.esri.arcgis.location.IReferenceDataFile2Proxy
 
noncastable - Variable in class com.esri.arcgis.location.IReferenceDataFileProxy
 
noncastable - Variable in class com.esri.arcgis.location.IReferenceDataIndexEditProxy
 
noncastable - Variable in class com.esri.arcgis.location.IReferenceDataIndexProxy
 
noncastable - Variable in class com.esri.arcgis.location.IReferenceDataTable2Proxy
 
noncastable - Variable in class com.esri.arcgis.location.IReferenceDataTableEditProxy
 
noncastable - Variable in class com.esri.arcgis.location.IReferenceDataTableProxy
 
noncastable - Variable in class com.esri.arcgis.location.IReferenceDataTablesProxy
 
noncastable - Variable in class com.esri.arcgis.location.IReverseGeocodingPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.location.IReverseGeocodingProxy
 
noncastable - Variable in class com.esri.arcgis.location.IRouteEventSourceProxy
 
noncastable - Variable in class com.esri.arcgis.location.IRouteLocator2Proxy
 
noncastable - Variable in class com.esri.arcgis.location.IRouteLocatorProxy
 
noncastable - Variable in class com.esri.arcgis.location.ISdeLocatorImplProxy
 
noncastable - Variable in class com.esri.arcgis.location.ISdeLocatorProxy
 
noncastable - Variable in class com.esri.arcgis.location.ISimpleStandardizationProxy
 
noncastable - Variable in class com.esri.arcgis.location.ISingleLineAddressInputProxy
 
noncastable - Variable in class com.esri.arcgis.maplex.IEnumMaplexPlacedLabelProxy
 
noncastable - Variable in class com.esri.arcgis.maplex.IMaplexPlacedLabelProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.IEIDInfoProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.IEnumEIDInfoProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.INetElementBarriers2Proxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.INetElementBarriersProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.INetSolverWeightsProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.INetworkBuilder2Proxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.INetworkBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.INetworkLoader3Proxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.INetworkLoaderProgressProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.ITraceFlowSolver2Proxy
 
noncastable - Variable in class com.esri.arcgis.networkanalysis.ITraceFlowSolverProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.IGPNALayer2Proxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INAClassProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INACompactStreetDirection2Proxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INACompactStreetDirectionProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INACompactStreetDirectionsContainerProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INACompactStreetDirectionsProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INACompactStreetDirectionSummaryProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INAContextEventsProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INAContextHelperProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INAStreetDirection2Proxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INAStreetDirection3Proxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INAStreetDirectionProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INAStreetDirectionsContainerProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INAStreetDirectionsProxy
 
noncastable - Variable in class com.esri.arcgis.networkanalyst.INetworkAnalystProtectNamesProxy
 
noncastable - Variable in class com.esri.arcgis.output.IOutputPageOptionsAdminProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicAttributeProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicBuilderRuleProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicDatasetNameProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicDataSourceProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicDiagramClassProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicDiagramProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicElementAssociationProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicElementClassProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicElementProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicFolderProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicInMemoryDiagramProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureAssociationProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureClassProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureLinkProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureNodeOnLinkProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureSubLinkProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IEnumSchematicObjectClassProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IGPSchematicBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeAssociatedFieldProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeConstantProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeDesignProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeDynamicProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeFieldProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeFormattedProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeFunctionProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeGeometryProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeManagementProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributePropertyProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeQueryProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeScriptProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicAttributeStaticProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicBuilderContextProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicBuilderDescriptionProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicBuilderDesignProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicBuilderPropsProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicBuilderRuleContainerEditProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicBuilderRuleContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicBuilderRuleProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicCollapseRelatedElementsExtendedProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDatabaseReleaseProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDatasetDesignProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDatasetImportProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDatasetLockProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDataSourceContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDataSourceDesignProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDataSourceManagerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDataSourceProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDiagramClassContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDiagramClassProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDiagramContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicDiagramProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicElementAssociatedObjectProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicElementAssociationContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicElementAssociationProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicElementClassContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicElementClassProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicElementContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicElementProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicElementRelationProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicExpandLinksByAttributeExtendedProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicFeatureRemovalExtendedProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicFolderContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicFolderProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicGDBConnectionProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInitialPositionProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryDiagramContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryDiagramProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureBoundingBoxProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureClassContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureClassEditProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureClassProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureLinkGeometryProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureLinkProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureNodeFlagsProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureNodeGeometryProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureNodeOnLinkGeometryProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureNodeOnLinkProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureNodeProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeaturePrimaryAssociationProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureReferenceLinkProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureRotationProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureSubLinkGeometryProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryFeatureSubLinkProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicInMemoryObjectProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicLinkProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicNetworkDatasetBuilderContextProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicNetworkDatasetBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicNodeOnLinkProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicNodeProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicNodeReductionExtendedProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicObjectClassContainerProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicObjectClassProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicObjectProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicOperationProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicRecordsetDesignProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicRecordsetProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicStandardBuilderContextProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicStandardBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicSubLinkProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicXmlBuilderContextProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicXmlBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicXmlGenerateProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.ISchematicXmlUpdateProxy
 
noncastable - Variable in class com.esri.arcgis.schematic.IWorkspaceNameHelperProxy
 
noncastable - Variable in class com.esri.arcgis.schematiccontrols.ISchematicBuilderUIProxy
 
noncastable - Variable in class com.esri.arcgis.schematiccontrols.ISchematicCreateDiagramDialogProxy
 
noncastable - Variable in class com.esri.arcgis.schematiccontrols.ISchematicDisplayDiagramHelperProxy
 
noncastable - Variable in class com.esri.arcgis.schematiccontrols.ISchematicLayoutMgrProxy
 
noncastable - Variable in class com.esri.arcgis.schematiccontrols.ISchematicNetworkAnalystMgrProxy
 
noncastable - Variable in class com.esri.arcgis.schematiccontrols.ISchematicTargetProxy
 
noncastable - Variable in class com.esri.arcgis.server.IEnumServerDirectoryInfoProxy
 
noncastable - Variable in class com.esri.arcgis.server.IEnumServerDirectoryProxy
 
noncastable - Variable in class com.esri.arcgis.server.IEnumServerMachineProxy
 
noncastable - Variable in class com.esri.arcgis.server.IEnumServerObjectConfigurationInfoProxy
 
noncastable - Variable in class com.esri.arcgis.server.IEnumServerObjectConfigurationProxy
 
noncastable - Variable in class com.esri.arcgis.server.IEnumServerObjectExtensionTypeInfoProxy
 
noncastable - Variable in class com.esri.arcgis.server.IEnumServerObjectExtensionTypeProxy
 
noncastable - Variable in class com.esri.arcgis.server.IEnumServerObjectTypeInfoProxy
 
noncastable - Variable in class com.esri.arcgis.server.IEnumServerObjectTypeProxy
 
noncastable - Variable in class com.esri.arcgis.server.IGISServerProxy
 
noncastable - Variable in class com.esri.arcgis.server.IGISServersProxy
 
noncastable - Variable in class com.esri.arcgis.server.IIdentityProxy
 
noncastable - Variable in class com.esri.arcgis.server.IManagerWebServiceProxy
 
noncastable - Variable in class com.esri.arcgis.server.IPermissionsAdmin2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IPermissionsAdminProxy
 
noncastable - Variable in class com.esri.arcgis.server.IPermissionsManagerProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServer2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerCLRHostProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerDirectory2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerDirectoryInfo2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerDirectoryInfoProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerDirectoryProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerEnvironmentExProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerInfoProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerInfosProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerInitProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerLog2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerLogProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerLogQueryProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerMachine2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerMachineInfoProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerMachineProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerMachineStatusProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectAdmin2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectAdmin3Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectAdmin4Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectAdmin5Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectAdmin6Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectAdminProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectConfiguration2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectConfiguration3Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectConfigurationInfo2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectConfigurationInfoProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectConfigurationProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectConfigurationStatusProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectExtensionType2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectExtensionType3Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectExtensionTypeInfo2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectExtensionTypeInfoProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectExtensionTypeProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectHelper2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectHelperProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectManager2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectManager3Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectManager4Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectManagerProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectType2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectType3Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectType4Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectTypeInfo2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectTypeInfo3Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectTypeInfoProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectTypeProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerStatisticsProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerStatusProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerTimeRangeProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServiceCatalog3Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServiceCatalogAdmin3Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServiceDescription2Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServiceDescription3Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServiceDescriptionArrayProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServiceDescriptionProxy
 
noncastable - Variable in class com.esri.arcgis.server.IWPISilentConfigProxy
 
noncastable - Variable in class com.esri.arcgis.spatialanalyst.IGPSARemapTypeProxy
 
noncastable - Variable in class com.esri.arcgis.support.ms.stdole.FontEventsProxy
 
noncastable - Variable in class com.esri.arcgis.support.ms.stdole.FontProxy
 
noncastable - Variable in class com.esri.arcgis.support.ms.stdole.IDispatchProxy
 
noncastable - Variable in class com.esri.arcgis.support.ms.stdole.IEnumVARIANTProxy
 
noncastable - Variable in class com.esri.arcgis.support.ms.stdole.IFontProxy
 
noncastable - Variable in class com.esri.arcgis.support.ms.stdole.IUnknownProxy
 
noncastable - Variable in class com.esri.arcgis.system.IAnimationProgressorProxy
 
noncastable - Variable in class com.esri.arcgis.system.IAppLockMgrProxy
 
noncastable - Variable in class com.esri.arcgis.system.IAutoExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.system.ICheckProgressorProxy
 
noncastable - Variable in class com.esri.arcgis.system.IChildExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.system.IClassIDProxy
 
noncastable - Variable in class com.esri.arcgis.system.ICloneProxy
 
noncastable - Variable in class com.esri.arcgis.system.IDocumentVersionProxy
 
noncastable - Variable in class com.esri.arcgis.system.IDocumentVersionSupportGENProxy
 
noncastable - Variable in class com.esri.arcgis.system.IDoubleArrayProxy
 
noncastable - Variable in class com.esri.arcgis.system.IEnumNamedIDProxy
 
noncastable - Variable in class com.esri.arcgis.system.IEnumUIDProxy
 
noncastable - Variable in class com.esri.arcgis.system.IEnumVariantSimpleProxy
 
noncastable - Variable in class com.esri.arcgis.system.IErrorCollectionProxy
 
noncastable - Variable in class com.esri.arcgis.system.IErrorInfoProxy
 
noncastable - Variable in class com.esri.arcgis.system.IExtensionAcceleratorsProxy
 
noncastable - Variable in class com.esri.arcgis.system.IExtensionConfigProxy
 
noncastable - Variable in class com.esri.arcgis.system.IExtensionManagerProxy
 
noncastable - Variable in class com.esri.arcgis.system.IExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.system.IGlobeCompressionProxy
 
noncastable - Variable in class com.esri.arcgis.system.IJobMessageProxy
 
noncastable - Variable in class com.esri.arcgis.system.IJobMessagesProxy
 
noncastable - Variable in class com.esri.arcgis.system.IJobTrackerProxy
 
noncastable - Variable in class com.esri.arcgis.system.ILog2Proxy
 
noncastable - Variable in class com.esri.arcgis.system.ILogProxy
 
noncastable - Variable in class com.esri.arcgis.system.ILogSupportProxy
 
noncastable - Variable in class com.esri.arcgis.system.INameProxy
 
noncastable - Variable in class com.esri.arcgis.system.IObjectActivateProxy
 
noncastable - Variable in class com.esri.arcgis.system.IObjectConstructProxy
 
noncastable - Variable in class com.esri.arcgis.system.IObjectUpdateProxy
 
noncastable - Variable in class com.esri.arcgis.system.IParentExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.system.IParentLicenseExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.system.IPersistProxy
 
noncastable - Variable in class com.esri.arcgis.system.IPersistStreamProxy
 
noncastable - Variable in class com.esri.arcgis.system.IProgressorProxy
 
noncastable - Variable in class com.esri.arcgis.system.IPropertySupportProxy
 
noncastable - Variable in class com.esri.arcgis.system.IRectHolderProxy
 
noncastable - Variable in class com.esri.arcgis.system.IRequestHandlerProxy
Deprecated.  
noncastable - Variable in class com.esri.arcgis.system.IRESTRequestHandlerProxy
 
noncastable - Variable in class com.esri.arcgis.system.IServerEnvironment2Proxy
 
noncastable - Variable in class com.esri.arcgis.system.IServerEnvironmentProxy
 
noncastable - Variable in class com.esri.arcgis.system.IServerUserInfoProxy
 
noncastable - Variable in class com.esri.arcgis.system.IStatisticsResultsProxy
 
noncastable - Variable in class com.esri.arcgis.system.IStatusBarProxy
 
noncastable - Variable in class com.esri.arcgis.system.IStepProgressorProxy
 
noncastable - Variable in class com.esri.arcgis.system.ISupportErrorInfoProxy
 
noncastable - Variable in class com.esri.arcgis.system.ITextureCompressionProxy
 
noncastable - Variable in class com.esri.arcgis.system.ITrackCancel2Proxy
 
noncastable - Variable in class com.esri.arcgis.system.IXMLObjectElementProxy
 
noncastable - Variable in class com.esri.arcgis.system.IXMLSerializeDataProxy
 
noncastable - Variable in class com.esri.arcgis.system.IXMLSerializeProxy
 
noncastable - Variable in class com.esri.arcgis.system.IXMLVersionSupportProxy
 
noncastable - Variable in class com.esri.arcgis.system.IZlibCompressionProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IComboBoxHookProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IComboBoxProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.ICommandProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.ICompletionNotifyProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IComponentTipProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IComPropertySheetEventsProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IItemDefProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IMultiItemExProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IMultiItemProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IMultiItemSeparatorProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IOperationProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IProgressDialogProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IToolBarDefProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IToolControlProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IToolKeysProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IToolPaletteProxy
 
noncastable - Variable in class com.esri.arcgis.systemUI.IToolProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst._DTemporalReferenceEventsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst._ICoordinateConversionActionEventsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst._IPlugInEventsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst._ITemporalFeatureClassEventsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst._ITemporalReferenceEventsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IActionEditProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IActionEvaluateProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IActionEventsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IActionHelperProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IActionLookupSourcesProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IActionProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IActionSetupProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IActionStateProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IActionUpdateProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IAMSWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IArrivingLocationTriggerProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IConditionalAction2Proxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IConditionalAction3Proxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IConditionalAction4Proxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IConditionalActionProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ICoordinateConversionActionProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ICrossingLocationTriggerProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IDataModificationActionProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IDataPartitionActionProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IDatasetNamesProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IDataSummaryActionProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IDirectDataProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IDiscoverActionsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IEmailAlertActionProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IEmailPropertiesDialogProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IEmailPropertiesProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IEnumSTATSTGProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IEnumTxObjectProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IExcludedEventIDsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IHighlightSuppressionActionProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IInternalTableProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ILayerActionProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ILayerQueryBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ILibraryItem2Proxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ILibraryItemProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ILibraryObjectProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IListenerProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ILocationTriggerAdminProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ILocationTriggerProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ILockedFeatureSearchProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IMessageTemplateProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IMetaDataEditorProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IMoleEventRendererProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IProximityLocationTriggerProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IRecipientContainerProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IServActionProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IServerProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IStorageProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITAProtectedNames2Proxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITAUpdateControlProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemplateEditorDialogProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalChartElementProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalCursorProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalFeatureClass2Proxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalFeatureClassProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalFeatureClassStatisticsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalFeatureProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalGraphProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalLayerProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalObjectTableProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalObservationsTable2Proxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalObservationsTableProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalQueryFilterProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalRecordSetProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalRendererNotifyProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalRendererPropPageProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalSearchProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalTableProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITemporalWorkspaceStatisticsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITextMarkerSymbolProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITimeControl2Proxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITimeControlBaseProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITimeControlProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITimeRegionalSettingsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITimeZoneProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITMSUtilCallbacksProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITMSUtilPageProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITrackingConnectionFolderProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITrackingDisplayProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITrackingGlobeLayerLeaderLinesProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITrackingLayerLabelsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITrackingServiceDef2Proxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITrackingServiceDefProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITxCatalogDialogProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITxCatalogProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITxConnectorEventsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITxDiagnosticsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITxDocumentEventsProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITxFeatureClassProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITxSymbolSelectorProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.ITxWorkspaceEditorProxy
 
noncastable - Variable in class com.esri.arcgis.trackinganalyst.IVisualBasicActionProxy
 
noncastable - Variable in class com.esri.arcgis.version.IArcGISVersionProxy
 
noncastable - Variable in class com.esri.arcgis.version.IEnumVersionsProxy
 
noncastable - Variable in class com.esri.arcgis.version.IVersionHostProxy
 
NONE - Static variable in class com.esri.arcgis.server.ServerClusterType
No cluster type supported, only the first one in the list is used.
nonTrustedImportFromESRIShape(int[], byte[]) - Method in interface com.esri.arcgis.geometry.IESRIShape
Defines this geometry from the contents of the input ESRI shapefile formatted buffer.
nonTrustedImportFromESRIShape(int[], byte[]) - Method in class com.esri.arcgis.geometry.IESRIShapeProxy
Defines this geometry from the contents of the input ESRI shapefile formatted buffer.
normalize() - Method in interface com.esri.arcgis.datasourcesraster.IRasterConvolutionFilter
Normalizes the filter.
normalize() - Method in class com.esri.arcgis.datasourcesraster.RasterConvolutionFilter
Normalizes the filter.
normalize() - Method in interface com.esri.arcgis.geometry.IVector
Normalize the vector (scale it to magnitude = 1).
normalize() - Method in class com.esri.arcgis.geometry.Vector3D
Normalize the vector (scale it to magnitude = 1).
NorthArrowElementPropertyPage - Class in com.esri.arcgis.cartoUI
Property page for north arrow elements.
NorthArrowElementPropertyPage() - Constructor for class com.esri.arcgis.cartoUI.NorthArrowElementPropertyPage
Constructs a NorthArrowElementPropertyPage using ArcGIS Engine.
NorthArrowElementPropertyPage(Object) - Constructor for class com.esri.arcgis.cartoUI.NorthArrowElementPropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NorthArrowElementPropertyPage theNorthArrowElementPropertyPage = (NorthArrowElementPropertyPage) obj;
NorthArrowSelector - Class in com.esri.arcgis.cartoUI
Style selector for north arrows.
NorthArrowSelector() - Constructor for class com.esri.arcgis.cartoUI.NorthArrowSelector
Constructs a NorthArrowSelector using ArcGIS Engine.
NorthArrowSelector(Object) - Constructor for class com.esri.arcgis.cartoUI.NorthArrowSelector
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NorthArrowSelector theNorthArrowSelector = (NorthArrowSelector) obj;
NorthArrowStyleGalleryClass - Class in com.esri.arcgis.carto
Use to create new North Arrow symbols.
NorthArrowStyleGalleryClass() - Constructor for class com.esri.arcgis.carto.NorthArrowStyleGalleryClass
Constructs a NorthArrowStyleGalleryClass using ArcGIS Engine.
NorthArrowStyleGalleryClass(Object) - Constructor for class com.esri.arcgis.carto.NorthArrowStyleGalleryClass
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NorthArrowStyleGalleryClass theNorthArrowStyleGalleryClass = (NorthArrowStyleGalleryClass) obj;
not() - Method in interface com.esri.arcgis.networkanalysis.ISelectionSetBarriers
Specifies that the network features not in this set act as barriers.
not() - Method in class com.esri.arcgis.networkanalysis.SelectionSetBarriers
Specifies that the network features not in this set act as barriers.
not(IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.IBitwiseOp
Performs a bitwise 'complement' operation on the binary value of an input GeoDataset.
not(IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterMathOps
Performs a bitwise 'complement' operation on the binary value of an input GeoDataset.
NotEqual - Class in com.esri.arcgis.geoprocessing.tools.spatialanalysttools
Performs a Relational not-equal-to operation on two inputs on a cell-by-cell basis.
NotEqual() - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.NotEqual
Creates the Not Equal tool with defaults.
NotEqual(Object, Object, Object) - Constructor for class com.esri.arcgis.geoprocessing.tools.spatialanalysttools.NotEqual
Creates the Not Equal tool with the required parameters.
notEqual(IGeoDataset, IGeoDataset) - Method in interface com.esri.arcgis.spatialanalyst.ILogicalOp
Returns 1 for cells where the first raster is not equal to the second raster.
notEqual(IGeoDataset, IGeoDataset) - Method in class com.esri.arcgis.spatialanalyst.RasterMathOps
Returns 1 for cells where the first raster is not equal to the second raster.
notification(IStatusMessage) - Method in interface com.esri.arcgis.trackinganalyst.ITMSUtilPage
Method Notification.
notification(IStatusMessage) - Method in class com.esri.arcgis.trackinganalyst.ITMSUtilPageProxy
Method Notification.
notifyLayerChanged(ILayer, int, IVariantArray) - Method in class com.esri.arcgis.carto.BasemapLayer
Notify Base map Layer that one of its layers changed.
notifyLayerChanged(ILayer, int, IVariantArray) - Method in interface com.esri.arcgis.carto.IBasemapLayer
Notify Base map Layer that one of its layers changed.
notifyLayerChanged(ILayer, int, IVariantArray) - Method in class com.esri.arcgis.carto.IBasemapLayerProxy
Notify Base map Layer that one of its layers changed.
notifyMapPropertiesChanged(IMap, boolean) - Method in class com.esri.arcgis.carto.BasemapLayer
Notify Base map Layer that the parent Map properties changed.
notifyMapPropertiesChanged(IMap, boolean) - Method in interface com.esri.arcgis.carto.IBasemapLayer
Notify Base map Layer that the parent Map properties changed.
notifyMapPropertiesChanged(IMap, boolean) - Method in class com.esri.arcgis.carto.IBasemapLayerProxy
Notify Base map Layer that the parent Map properties changed.
nPEString - Variable in class com.esri.arcgis.display.esriGDICommentBeginMap
 
nTransform - Variable in class com.esri.arcgis.display.esriGDICommentBeginMap
 
nTransformDevice - Variable in class com.esri.arcgis.display.esriGDICommentBeginMap
 
NTv2Transformation - Class in com.esri.arcgis.geometry
Creates a NTv2-based transformation.
NTv2Transformation() - Constructor for class com.esri.arcgis.geometry.NTv2Transformation
Constructs a NTv2Transformation using ArcGIS Engine.
NTv2Transformation(Object) - Constructor for class com.esri.arcgis.geometry.NTv2Transformation
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NTv2Transformation theNTv2Transformation = (NTv2Transformation) obj;
NULL - Static variable in class com.esri.arcgis.server.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NullTransformation - Class in com.esri.arcgis.geometry
Creates a null geographic transformation.
NullTransformation() - Constructor for class com.esri.arcgis.geometry.NullTransformation
Constructs a NullTransformation using ArcGIS Engine.
NullTransformation(Object) - Constructor for class com.esri.arcgis.geometry.NullTransformation
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NullTransformation theNullTransformation = (NullTransformation) obj;
NumberDialog - Class in com.esri.arcgis.framework
A dialog used for getting a number.
NumberDialog() - Constructor for class com.esri.arcgis.framework.NumberDialog
Constructs a NumberDialog using ArcGIS Engine.
NumberDialog(Object) - Constructor for class com.esri.arcgis.framework.NumberDialog
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NumberDialog theNumberDialog = (NumberDialog) obj;
NumberFormatDialog - Class in com.esri.arcgis.framework
Number Format Dialog object.
NumberFormatDialog() - Constructor for class com.esri.arcgis.framework.NumberFormatDialog
Constructs a NumberFormatDialog using ArcGIS Engine.
NumberFormatDialog(Object) - Constructor for class com.esri.arcgis.framework.NumberFormatDialog
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NumberFormatDialog theNumberFormatDialog = (NumberFormatDialog) obj;
numberObjectsToTransfer(IEnumNameMapping) - Method in class com.esri.arcgis.geodatabase.GeoDBDataTransfer
Returns the number of objects to be transfered (by the Simple Data Converter).
numberObjectsToTransfer(IEnumNameMapping) - Method in interface com.esri.arcgis.geodatabase.IGeoDBDataTransfer
Returns the number of objects to be transfered (by the Simple Data Converter).
NumberRemap - Class in com.esri.arcgis.geoanalyst
GeoAnalyst Number remap object.
NumberRemap() - Constructor for class com.esri.arcgis.geoanalyst.NumberRemap
Constructs a NumberRemap using ArcGIS Engine.
NumberRemap(Object) - Constructor for class com.esri.arcgis.geoanalyst.NumberRemap
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NumberRemap theNumberRemap = (NumberRemap) obj;
numberToString(Number) - Static method in class com.esri.arcgis.server.json.JSONObject
Produce a string from a Number.
numComplexTurns() - Method in interface com.esri.arcgis.geodatabase.INetworkDatasetProtectNames
numComplexTurns
numComplexTurns() - Method in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
numComplexTurns
NumericFormat - Class in com.esri.arcgis.system
An object for formatting numbers in a variety of numeric formats.
NumericFormat() - Constructor for class com.esri.arcgis.system.NumericFormat
Constructs a NumericFormat using ArcGIS Engine.
NumericFormat(Object) - Constructor for class com.esri.arcgis.system.NumericFormat
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NumericFormat theNumericFormat = (NumericFormat) obj;
NumericPropertyPage - Class in com.esri.arcgis.framework
Numeric Format Property Page.
NumericPropertyPage() - Constructor for class com.esri.arcgis.framework.NumericPropertyPage
Constructs a NumericPropertyPage using ArcGIS Engine.
NumericPropertyPage(Object) - Constructor for class com.esri.arcgis.framework.NumericPropertyPage
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NumericPropertyPage theNumericPropertyPage = (NumericPropertyPage) obj;
nURLLen - Variable in class com.esri.arcgis.display.esriGDIFeatureHyperlink
 
nValueLen - Variable in class com.esri.arcgis.display.esriGDICommentFeatureAttribute
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentBeginFeature
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentBeginFeatureAttribute
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentBeginGroup
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentBeginLayer
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentBeginMap
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentBeginPageLayout
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentBeginText
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentEndFeature
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentEndFeatureAttribute
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentEndGroup
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentEndLayer
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentEndMap
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentEndPageLayout
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentEndText
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentFeatureAttribute
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentFillWithPattern
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentMaskLayer
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentMaskLayerBeforeClipping
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentPlayEnhMetafileBegin
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentPlayEnhMetafileEnd
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentSetCmykColor
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentSetTextExtra
 
nVersion - Variable in class com.esri.arcgis.display.esriGDICommentSetTextJustification
 
nVersion - Variable in class com.esri.arcgis.display.esriGDIFeatureHyperlink
 
nViewPort - Variable in class com.esri.arcgis.display.esriGDICommentBeginMap
 

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 _