Skip navigation links
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

NADCON5Transformation - Class in com.esri.arcgis.geometry
COM Class 'NADCON5Transformation'.
NADCON5Transformation() - Constructor for class com.esri.arcgis.geometry.NADCON5Transformation
Constructs a NADCON5Transformation using ArcGIS Engine.
NADCON5Transformation(Object) - Constructor for class com.esri.arcgis.geometry.NADCON5Transformation
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
NADCON5Transformation theNADCON5Transformation = (NADCON5Transformation) obj;
NADCONTransformation - Class in com.esri.arcgis.geometry
COM Class 'NADCONTransformation'.
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;
NameFactory - Class in com.esri.arcgis.system
COM Class 'NameFactory'.
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
COM Class '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
COM Class 'NamesEnumerator'.
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
 
NaturalBreaks - Class in com.esri.arcgis.system
COM Class 'NaturalBreaks'.
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;
NDVIFunction - Class in com.esri.arcgis.datasourcesraster
COM Class 'NDVIFunction'.
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
COM Class 'NDVIFunctionArguments'.
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;
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.IRecordNumberSetProxy
Deprecated.
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.
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_BIGINT_INT_CONVERSION - Static variable in interface com.esri.arcgis.geodatabase.esriNetworkErrors
Overflow error attempting to convert value of type BigInteger to Integer.
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.
networkAttribute() - Method in interface com.esri.arcgis.geodatabase.INetworkDatasetProtectNames
networkAttribute
networkAttribute() - Method in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
networkAttribute
NetworkAttributeParameter - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkAttributeParameter'.
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;
NetworkConstantEvaluator - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkConstantEvaluator'.
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;
networkDataset() - Method in interface com.esri.arcgis.geodatabase.INetworkDatasetProtectNames
networkDataset
networkDataset() - Method in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
networkDataset
NetworkDatasetName - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkDatasetName'.
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;
NetworkDirections - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkDirections'.
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;
NetworkEdgeTrafficEvaluator - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkEdgeTrafficEvaluator'.
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;
NetworkElementSet - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkElementSet'.
NetworkElementSet() - Constructor for class com.esri.arcgis.geodatabase.NetworkElementSet
Constructs a NetworkElementSet using ArcGIS Engine.
NetworkElementSet(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkElementSet
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
NetworkElementSet theNetworkElementSet = (NetworkElementSet) obj;
NetworkFieldEvaluator - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkFieldEvaluator'.
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;
NetworkFunctionEvaluator - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkFunctionEvaluator'.
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;
NetworkGlobalTurnDelayCategory - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkGlobalTurnDelayCategory'.
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
COM Class 'NetworkGlobalTurnDelayEvaluator'.
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;
networkID() - Method in interface com.esri.arcgis.geodatabase.INetworkProtectNames
networkID
networkID() - Method in class com.esri.arcgis.geodatabase.INetworkProtectNamesProxy
networkID
NetworkScriptEvaluator - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkScriptEvaluator'.
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;
networkSource() - Method in interface com.esri.arcgis.geodatabase.INetworkDatasetProtectNames
networkSource
networkSource() - Method in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
networkSource
NetworkSourceDirections - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkSourceDirections'.
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;
NetworkTransitEvaluator - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkTransitEvaluator'.
NetworkTransitEvaluator() - Constructor for class com.esri.arcgis.geodatabase.NetworkTransitEvaluator
Constructs a NetworkTransitEvaluator using ArcGIS Engine.
NetworkTransitEvaluator(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkTransitEvaluator
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
NetworkTransitEvaluator theNetworkTransitEvaluator = (NetworkTransitEvaluator) obj;
NetworkTravelMode - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkTravelMode'.
NetworkTravelMode() - Constructor for class com.esri.arcgis.geodatabase.NetworkTravelMode
Constructs a NetworkTravelMode using ArcGIS Engine.
NetworkTravelMode(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkTravelMode
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
NetworkTravelMode theNetworkTravelMode = (NetworkTravelMode) obj;
NetworkTravelModeParameterValue - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkTravelModeParameterValue'.
NetworkTravelModeParameterValue() - Constructor for class com.esri.arcgis.geodatabase.NetworkTravelModeParameterValue
Constructs a NetworkTravelModeParameterValue using ArcGIS Engine.
NetworkTravelModeParameterValue(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkTravelModeParameterValue
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
NetworkTravelModeParameterValue theNetworkTravelModeParameterValue = (NetworkTravelModeParameterValue) obj;
NetworkTravelModeType - Class in com.esri.arcgis.geodatabase
COM Class 'NetworkTravelModeType'.
NetworkTravelModeType() - Constructor for class com.esri.arcgis.geodatabase.NetworkTravelModeType
Constructs a NetworkTravelModeType using ArcGIS Engine.
NetworkTravelModeType(Object) - Constructor for class com.esri.arcgis.geodatabase.NetworkTravelModeType
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
NetworkTravelModeType theNetworkTravelModeType = (NetworkTravelModeType) obj;
newIndex() - Method in interface com.esri.arcgis.geodatabase.INetworkDatasetProtectNames
newIndex
newIndex() - Method in class com.esri.arcgis.geodatabase.INetworkDatasetProtectNamesProxy
newIndex
next() - Method in interface com.esri.arcgis.datasourcesGDB.IEnumDatabaseLockInfo
A lock in the database.
next() - Method in class com.esri.arcgis.datasourcesGDB.IEnumDatabaseLockInfoProxy
Deprecated.
A lock in the database.
next() - Method in interface com.esri.arcgis.datasourcesraster.IEnumRaster
Retrieves the next raster in the enumeration sequence.
next() - Method in class com.esri.arcgis.datasourcesraster.IEnumRasterProxy
Deprecated.
Retrieves the next raster in the enumeration sequence.
next() - Method in interface com.esri.arcgis.datasourcesraster.IRasterCommandResults
Returns the next raster command.
next() - Method in class com.esri.arcgis.datasourcesraster.IRasterCommandResultsProxy
Deprecated.
Returns the next raster command.
next() - Method in interface com.esri.arcgis.datasourcesraster.IRasterCommands
Returns the next raster command.
next() - Method in class com.esri.arcgis.datasourcesraster.IRasterCommandsProxy
Deprecated.
Returns the next raster command.
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() - Method in class com.esri.arcgis.datasourcesraster.SpatialPartitions
Obtains the next VARIANT in the set.
next(long[], 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(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(long[]) - Method in class com.esri.arcgis.geodatabase.FIDSet
Gets the next feature id from the set.
next(long[], IRow[]) - Method in interface com.esri.arcgis.geodatabase.IDifferenceCursor
Returns the object identifier or difference row.
next(long[], 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(long[], 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(long[], 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.IEnumConflictInspection
Retrieves the next conflict inspection in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumConflictInspectionProxy
Deprecated.
Retrieves the next conflict inspection in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumContingentValue
Get the next contingent value in the set.
next() - Method in class com.esri.arcgis.geodatabase.IEnumContingentValueProxy
Deprecated.
Get the next contingent value in the set.
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.IEnumDiagramTemplate
Retrieves the next diagram template in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumDiagramTemplateProxy
Deprecated.
Retrieves the next diagram template in the enumeration sequence.
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(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.IEnumFieldGroup
Retrieves the next field group in the enumeration sequence.
next() - Method in class com.esri.arcgis.geodatabase.IEnumFieldGroupProxy
Deprecated.
Retrieves the next field group in the enumeration sequence.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumGPName
Provides the next name object in the enumeration.
next() - Method in class com.esri.arcgis.geodatabase.IEnumGPNameProxy
Deprecated.
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[], IGUIDSet[]) - Method in interface com.esri.arcgis.geodatabase.IEnumGUIDSet
next
next(int[], IGUIDSet[]) - Method in class com.esri.arcgis.geodatabase.IEnumGUIDSetProxy
Deprecated.
next
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.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.IEnumNetworkDiagram
Retrieves the next network diagram in the enumeration sequence.
next(int[], int[], GUID[], int[]) - Method in interface com.esri.arcgis.geodatabase.IEnumNetworkDiagramAggregation
Returns attributes related to the next diagram aggregation in the enumerator.
next(int[], int[], GUID[], int[]) - Method in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramAggregationProxy
Deprecated.
Returns attributes related to the next diagram aggregation in the enumerator.
next(int[], int[], long[], GUID[], GUID[], int[], IGeometry[]) - Method in interface com.esri.arcgis.geodatabase.IEnumNetworkDiagramContainer
Returns attributes related to the next diagram container in the enumerator.
next(int[], int[], long[], GUID[], GUID[], int[], IGeometry[]) - Method in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramContainerProxy
Deprecated.
Returns attributes related to the next diagram container in the enumerator.
next(int[], int[], long[], GUID[], GUID[], int[], IGeometry[], int[], int[]) - Method in interface com.esri.arcgis.geodatabase.IEnumNetworkDiagramEdge
Returns attributes related to the next diagram edge in the enumerator.
next(int[], int[], long[], GUID[], GUID[], int[], IGeometry[], int[], int[]) - Method in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramEdgeProxy
Deprecated.
Returns attributes related to the next diagram edge in the enumerator.
next(int[], int[], IPoint[]) - Method in interface com.esri.arcgis.geodatabase.IEnumNetworkDiagramFlag
Returns attributes related to the next diagram flag in the enumerator.
next(int[], int[], IPoint[]) - Method in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramFlagProxy
Deprecated.
Returns attributes related to the next diagram flag in the enumerator.
next(int[], int[], long[], GUID[], GUID[], int[], IGeometry[], double[]) - Method in interface com.esri.arcgis.geodatabase.IEnumNetworkDiagramJunction
Returns attributes related to the next diagram junction in the enumerator.
next(int[], int[], long[], GUID[], GUID[], int[], IGeometry[], double[]) - Method in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramJunctionProxy
Deprecated.
Returns attributes related to the next diagram junction in the enumerator.
next() - Method in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramProxy
Deprecated.
Retrieves the next network diagram in the enumeration sequence.
next(int[], int[], GUID[], int[], int[], GUID[]) - Method in interface com.esri.arcgis.geodatabase.IEnumNetworkDiagramRelation
Returns attributes related to the next diagram relation in the enumerator.
next(int[], int[], GUID[], int[], int[], GUID[]) - Method in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramRelationProxy
Deprecated.
Returns attributes related to the next diagram relation in the enumerator.
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(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 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.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() - Method in interface com.esri.arcgis.geodatabase.IEnumSdeVersionHistoryInfo
Retrieves the next version history.
next() - Method in class com.esri.arcgis.geodatabase.IEnumSdeVersionHistoryInfoProxy
Deprecated.
Retrieves the next version history.
next() - Method in interface com.esri.arcgis.geodatabase.IEnumSequence
Retrieve the next sequence in this enumerator.
next() - Method in class com.esri.arcgis.geodatabase.IEnumSequenceProxy
Deprecated.
Retrieve the next sequence in this enumerator.
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(ITable[], ITable[]) - Method in class com.esri.arcgis.geodatabase.IEnumTableVersionChangesProxy
Deprecated.
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.IEnumUserInfo
Retrieves the next user.
next() - Method in class com.esri.arcgis.geodatabase.IEnumUserInfoProxy
Deprecated.
Retrieves the next user.
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(long[]) - Method in interface com.esri.arcgis.geodatabase.IFIDSet
Gets the next feature id from the set.
next(long[]) - Method in class com.esri.arcgis.geodatabase.IFIDSetProxy
Deprecated.
Gets the next feature id from the set.
next(GUID[]) - Method in interface com.esri.arcgis.geodatabase.IGUIDSet
Gets the next guid from the set.
next(GUID[]) - Method in class com.esri.arcgis.geodatabase.IGUIDSetProxy
Deprecated.
Gets the next guid 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[], long[], int[]) - Method in interface com.esri.arcgis.geodatabase.ITransformGroup
The next type of feature and how many times it was found.
next(int[], long[], int[]) - Method in class com.esri.arcgis.geodatabase.ITransformGroupProxy
Deprecated.
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(long[]) - Method in class com.esri.arcgis.geodatabase.RecordNumberSet
Gets the next feature id from the set.
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[], long[], int[]) - Method in class com.esri.arcgis.geodatabase.TransformGroup
The next type of feature and how many times it was found.
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() - Method in class com.esri.arcgis.geometry.IEnumGeometryProxy
Deprecated.
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(int[], IGeoTransformation[]) - Method in class com.esri.arcgis.geometry.IGeoTransformationOperationSetProxy
Deprecated.
Retrieves the next geographic transformation in the set.
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 interface com.esri.arcgis.gisclient.IEnumAGSServerConnectionName
Returns the next element in the enumerator.
next() - Method in class com.esri.arcgis.gisclient.IEnumAGSServerConnectionNameProxy
Deprecated.
Returns the next element in the enumerator.
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
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 class com.esri.arcgis.system.IEnumBSTRProxy
Deprecated.
Obtains the next string in the list.
next() - Method in interface com.esri.arcgis.system.IEnumJSONObject
Gets next item.
next() - Method in class com.esri.arcgis.system.IEnumJSONObjectProxy
Deprecated.
Gets next item.
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 class com.esri.arcgis.system.IEnumNameProxy
Deprecated.
Obtains the next Name in the list.
next() - Method in interface com.esri.arcgis.system.IEnumRESTOperation
Gets next item.
next() - Method in class com.esri.arcgis.system.IEnumRESTOperationProxy
Deprecated.
Gets next item.
next() - Method in interface com.esri.arcgis.system.IEnumRESTResource
Gets next item.
next() - Method in class com.esri.arcgis.system.IEnumRESTResourceProxy
Deprecated.
Gets next item.
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 class com.esri.arcgis.system.IFileNamesProxy
Deprecated.
Obtains the next filename in the array.
next() - Method in interface com.esri.arcgis.system.ILicenseInfoEnum
Obtains the next extension code.
next() - Method in class com.esri.arcgis.system.ILicenseInfoEnumProxy
Deprecated.
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.ISetProxy
Deprecated.
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.
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.IPixelBlockCursorProxy
Deprecated.
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.
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).
nextElement() - Method in interface com.esri.arcgis.system.IXMLReader
Moves position to next element.
nextElement() - Method in class com.esri.arcgis.system.IXMLReaderProxy
Deprecated.
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.
nextHVTransform(int[], IHVCompositeDatumTransformation[]) - Method in class com.esri.arcgis.geometry.GeoTransformationOperationSet
Retrieves the next transformation in the set.
nextHVTransform(int[], IHVCompositeDatumTransformation[]) - Method in interface com.esri.arcgis.geometry.IGeoTransformationOperationSet2
Retrieves the next transformation in the set.
nextHVTransform(int[], IHVCompositeDatumTransformation[]) - Method in class com.esri.arcgis.geometry.IGeoTransformationOperationSet2Proxy
Deprecated.
Retrieves the next transformation in the set.
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.
nextObject(IFeature[], Object[], long[], int[]) - Method in interface com.esri.arcgis.geodatabaseextensions.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.geodatabaseextensions.ITemporalCursorProxy
Deprecated.
Advances the position of the cursor by one and returns the feature object at that position.
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.
nextSequenceValue(String) - Method in interface com.esri.arcgis.geodatabase.IDatabaseSequence
Get the next value in a sequence.
nextSequenceValue(String) - Method in class com.esri.arcgis.geodatabase.IDatabaseSequenceProxy
Deprecated.
Get the next value in a sequence.
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.ITransformGroupProxy
Deprecated.
The next set of features.
nextSet(int[], ISet[]) - Method in class com.esri.arcgis.geodatabase.TransformGroup
The next set of features.
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.
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.
nextValue() - Method in class com.esri.arcgis.server.json.JSONTokener
Get the next value.
NoDataFilter - Class in com.esri.arcgis.datasourcesraster
COM Class 'NoDataFilter'.
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.carto.IAISRequestProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IAreaPatchProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ICacheControlInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ICacheDatasetInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ICacheDescriptionInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ICacheStorageInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ICenterAndScaleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ICenterAndSizeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IColorDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IDimensionProtectNamesProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IFeatureExtentProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IGeoImageDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageDisplayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageQueryFilterProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IImageResultEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageResultProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageResultsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerDownloadResultProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerDownloadResultsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerEditResultProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerEditResultsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerIdentifyResultProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerIdentifyResultsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerInitProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerMeasureResultProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerObjectsProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageServiceInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageTypeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IImageViewProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerCacheInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerCacheInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerDescriptionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ILayerResultOptionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ILayoutImageProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ILinePatchProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ILODInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ILODInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapAreaProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapDescriptionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapExtentProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapImageEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapImageProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapImagesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapLayerInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapLayerInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerBookmarkProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerBookmarksProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerDataAccessProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerExProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerFindResult2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerFindResultProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerFindResultsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerGeoTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerHyperlinkProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerHyperlinksProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerIdentifyResultProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerIdentifyResultsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerLegendClassesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerLegendClassProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerLegendGroupProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerLegendGroupsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerLegendInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerLegendInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerLegendPatchProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerRelationshipProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerRelationshipsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerRowProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerRowsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapServerTimeInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapTableDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapTableInfo2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapTableInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapTableTimeDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapTableTimeInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMapTimeDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IMosaicRuleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IPatchProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IProtectNameCartoProxy
 
noncastable - Variable in class com.esri.arcgis.carto.IQueryResultOptionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IQueryResultProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterFunctionInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterFunctionInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterItemDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterItemDescriptionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterTypeInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRasterTypeInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRelateDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRelatedRecordGroup2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRelatedRecordGroupProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRelatedRecordGroupsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRelatedRecordSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRelateInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRelateInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRenderingRuleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IRGBColorDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ISQLSyntaxInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IStandaloneTableDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IStandaloneTableDescriptionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IStandaloneTableInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.IStandaloneTableInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ITileCacheInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ITileDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ITiledImageServerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ITiledMapServer2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ITiledMapServer3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ITiledMapServerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.carto.ITileImageInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICadDrawingDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICadDrawingLayersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICadDrawingWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICadSettingsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ICadTransformationsProxy
Deprecated.
 
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.IMetaInfoProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesfile.ISdcExporterProxy
 
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.datasourcesGDB.IBranchEditingSOIProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesGDB.IDatabaseLockInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesGDB.IDatabaseLocksInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesGDB.IEnumDatabaseLockInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAddNewerRastersParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAddRastersParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAdjustXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAggregationDefinition2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAggregationDefinitionProxy
Deprecated.
 
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.IAISImageService3XProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAISImageServiceXProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAnalyzeParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IAngularMeasurementProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IApplanixBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IApproximationXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IArgStatisticsFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IArgStatisticsFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IArithmeticFunctionArguments2Proxy
Deprecated.
 
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.IBackgroundFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBandArithmeticFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBasicImageViewProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBasicRasterSdeConnectionProxy
Deprecated.
 
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.IBuildBoundaryParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildBoundaryParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuilderItem2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuilderItem3Proxy
Deprecated.
 
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.IBuildFootprintsByRadiometryParameters2Proxy
Deprecated.
 
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.IBuildFootprintsParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildFootprintsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildMultidimensionalInfoParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildPyramidsParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildPyramidsParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IBuildSeamlinesParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICachedRasterFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICachedRasterFunctionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICalculateCellSizeRangesParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICalculateStatisticsParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICancelListenerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICellSizeLevel2Proxy
Deprecated.
 
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.IClassifyFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IClipFilter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IClipFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IClipFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IClipFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IColormapFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IColormapFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IColorspaceConversionFunctionArgumentsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IComplexFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICompositeBandFunctionArgumentsProxy
Deprecated.
 
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.ICompositeXform2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICompositeXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IComputeChangeFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IComputeChangeFunctionArguments3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IComputeChangeFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IComputeDirtyAreaParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IComputePixelAlignmentParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IConstantFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IConstantFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IContourFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IContrastBrightnessFunctionArgumentsProxy
Deprecated.
 
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.ICoordinateXform2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICoordinateXform3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICoordinateXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICreateColorCompositeFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICSMXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICsvCrawlerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICurvatureFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ICustomXformProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDataSourceCrawler2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDataSourceCrawler3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDataSourceCrawlerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDefineNoDataParameters2Proxy
Deprecated.
 
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.IDeleteMosaicDatasetParametersProxy
Deprecated.
 
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.IDimensionalDefinition2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDimensionalDefinitionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDistanceMeasurementProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDownsampleFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IDrLoaderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IElevationVoidFillFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IElevationVoidFillFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IEnumRasterBandProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IEnumRasterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IEpipolarXform2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IEpipolarXform3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IEpipolarXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IERasterStatusProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IEstimateStatisticsParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IExcludedAreaFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IExportGeometryParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IExportItemsParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IExportItemsParameters3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IExportItemsParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IExtractBandFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IExtractBandFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFileCrawler2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFileCrawler3Proxy
Deprecated.
 
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.IFocalMeanFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFocalStatisticsFilter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFocalStatisticsFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFolderSortProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFootprintFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFormatDataProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFormatListProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFormatTestProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFormosat2XformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFrameCameraBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFrameCameraParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFrameXform2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFrameXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFunctionRasterDataset2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFunctionRasterDatasetNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IFunctionRasterDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGCSShiftXform2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGCSShiftXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGenerateOverviewsParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGenerateOverviewsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGenericObjectCrawlerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGeodataXform2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGeodataXformApproximationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGeodeticProjectionProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGeometricFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGeometricFunctionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGeometricMedianFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGeometricXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGeoTransformationHelperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGradientFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IGrayscaleFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IHeightMeasurementProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IHillshadeFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IHistogramSpecificationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IImageFeaturePointProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IImageFeaturePointsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IImageMatchPointProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IImageMatchPointsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IImageRegistration2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IImageRegistrationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IImageViewOperationParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IImageViewOperationProxy
Deprecated.
 
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.IInterpolateIrregularDataFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IInterpolateIrregularDataFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IInterpolateRasterByDimensionFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IISATBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemPaths2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemPathsOptionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemPathsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemPathsQuery2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemPathsQueryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemTemplate2Proxy
Deprecated.
 
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.IItemURI2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemURIArrayProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IItemURICompareProxy
Deprecated.
 
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.ILasBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ILasDatasetBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ILasDatasetToRasterFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ILasToRasterFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ILasToRasterFunctionArguments3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ILasToRasterFunctionArguments4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ILasToRasterFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ILSRXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ILutFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMapPointProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMaskFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMaskFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMatchATBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMaxarBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMensuration3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMensurationFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMensurationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMergeItemsParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMergeItemsParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMergeRastersFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDataset2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDataset3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetDefinitionObjectProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetOperation2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetOperation3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetOperation4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetOperation5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetOperation6Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters3Proxy
Deprecated.
 
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.IMosaicDatasetViewManagerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicFunction2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicFunction3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicFunctionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicLODInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicOperator2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicOperator3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicOperatorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicRaster2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicRasterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicRastersFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicWorkspaceExtensionHelperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMosaicWorkspaceExtensionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultibandFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalDataset2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalDataset3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalDataset4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalDataset5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalDatasetEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalDatasetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalDefinition2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalDefinitionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalFilterFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalInfo2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalInfo3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalRaster2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalRasterDatasetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalRasterFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultidimensionalRasterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IMultiPartItemURIProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.INDVIFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.INDVIFunctionArguments3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.INDVIFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.INoDataFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IObjectMemoizer2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IObjectMemoizerDiskCacheProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IObjectMemoizerProxy
Deprecated.
 
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.IOverviewTileParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IOverviewTileParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPanSharpenGramSchmidtFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPansharpeningFilter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPansharpeningFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPansharpeningFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPansharpeningFunctionArgumentsProxy
Deprecated.
 
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.IPixelBlock4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelBlockCursorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelFilter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelFilter3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelFilterCollectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelOperationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelReader2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelReaderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPixelResamplerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPointMeasurementProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPolygonMeasurementProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPolynomialXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPredictUsingRegressionFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPredictUsingRegressionFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IProjectiveXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPushbroomUtilitiesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPushbroomXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPyramidFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPyramidFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPythonAdapterFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPythonRasterBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPythonRasterCrawlerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IPythonRasterTypeFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IQueryPathsParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IQueryPathsParameters3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IQueryPathsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRadarBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRadarCalibrationFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRandomFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRandomFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRaster2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterAnalysisPropsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterAttributeTableManagerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterBandCollectionProxy
Deprecated.
 
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.IRasterBuilder2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterBuilder3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterBuilderInit2Proxy
Deprecated.
 
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.IRasterCacheArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCalcStatsHistogram2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCalcStatsHistogram3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCalcStatsHistogramProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCalcUniqueValues2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCalcUniqueValues3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCalcUniqueValuesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCatalogLoaderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCatalogTableProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterClassNamesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCollectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterColormap2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterColormap3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterColormap4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterColormapToRGBConversionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCommand2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCommandProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCommandResultProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCommandResults2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCommandResultsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterCommandsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterConvolutionFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterDataManagementEventsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterDatasetBuilderProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterDatasetContainerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterDatasetCrawlerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterDatasetJukeboxProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterDefaultPropsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterDomainExtractorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFormatControlProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunction2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunction3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionArgumentsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionCollectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionHelper2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionHelperProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionMemoryUtilProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionTemplateMapperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionTemplateProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterFunctionVariableProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterGeometryProc2Proxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterGeometryProc3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterGeometryProcProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterHistogramArrayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterHistogramProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterHistogramsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterInfo2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterInfo3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterInfoFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterItemFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterizeFeatureClassFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterizeFeatureClassFunctionArguments3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterizeFeatureClassFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterKeyPropertiesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterLoaderImplProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterLoaderProxy
Deprecated.
 
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.IRasterPyramid2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterPyramid3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterPyramid4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterPyramidProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterResamplingControlProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterSdeCatalogProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterSdeServerOperation2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterSdeServerOperationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterSdeStorage2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterSdeStorageProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterSensorXform2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterSensorXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterServiceHelper2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterServiceHelper3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterServiceHelperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterStatistics2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterStatisticsArrayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterStatisticsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterStatus2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterStatus3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterStatusEvent2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterStatusEventProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterStatusProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTableProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterThumbnailBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTransactionProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandler2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandler3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeEnvironment2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeEnvironmentProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeFactory2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeHistory2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeHistoryProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeItemURI2Proxy
Deprecated.
 
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.IRasterTypeProperties2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeProperties3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterTypeProperties4Proxy
Deprecated.
 
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.IRasterXform2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterXformer2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterXformerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterXformHelperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRasterXformProxy
Deprecated.
 
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.IRecastFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRectProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRedactionFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRedactionInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IReflectanceFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IReflectanceFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRegionGrowFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRegionPixelCountFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRelativePathSupportProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemapFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemapFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemapFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemoveHazeFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemoveItemsParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemoveItemsParameters3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemoveItemsParameters4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemoveItemsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemoveSliversParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRemoveSliversParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRenderedRasterFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IReplacePathsParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IReplacePathsParameters3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IReplacePathsParameters4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IReplacePathsParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IReprojectFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IResampleFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRGB32PixelResamplerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRGB32ToRGBFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRJPEGFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRPCXform2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRPCXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IRPFItemURIProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IS1RadiometricCalibrationFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISAIFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISARIndicesFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISARXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IScalarProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IScientificDataBuilder2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IScientificDataBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IScientificDataCrawlerProxy
Deprecated.
 
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.ISeamlineTaskInfo2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISeamlineTaskInfo4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISeamlineTaskInfoProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISearchBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISearchItemURIProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISegmentMeanShiftFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISegmentMeanShiftFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISegmentToIndexFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISelectionParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISensorXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IShadedReliefFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISimpleCollectionFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISimplePixelReaderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISimplePixelResamplerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISlopeFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISlopeScalingArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISpatialPartitionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISpeckleFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISpeckleFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISpectralAngleMapperFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISpectralConversionFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISpectralConversionFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISpectralUnmixingFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISplineXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISplitMergedItemsParametersProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISPOT5XformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStatisticsFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStatisticsFunctionArgumentsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStatisticsHistogramFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStatsHistogram2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStatsHistogram3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStatsHistogram4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStatsHistogramProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStockConvolutionFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStockFrequencyDistributionHistogramProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStretchFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IStretchFunctionArgumentsProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISwathFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISynchronizeParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISynchronizeParameters3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISynchronizeParameters4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISynchronizeParameters5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ISynchronizeParameters6Proxy
Deprecated.
 
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.ITableCrawler2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITableCrawler3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITableCrawlerProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITableFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITemporaryDatasetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITerrainBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITerrainFlattenFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITerrainToRasterFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IThreadedOperationParameters2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IThreadedOperationParametersProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IThresholdFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITiePoint2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITiePointCollectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITiePointOperation2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITiePointOperationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITiePointProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITransposeBitsFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITrendFunctionArguments2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.ITrendFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUavUasBuilderHelperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUavUasBuilderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUniqueDoubleValues2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUniqueDoubleValuesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUniqueMutliStringValuesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUniqueStringValues2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUniqueStringValuesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUniqueValues2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUniqueValues3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUniqueValuesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IUnitConversionFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IURIProductNameFilterProxy
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IURIPropertiesFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IVectorFieldFunctionArgumentsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IVolumeMeasurementProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IWorldFileExport2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IWorldFileExportProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.datasourcesraster.IXFormProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAngleDirectedLayoutProxy
Deprecated.
 
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.IArchiveRegistrationInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAssetGroupProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAssetTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAssociationObjectProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAssociationSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAttachmentDataArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAttachmentDataProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAttachmentInfoArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAttachmentInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAttachmentManagerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAttachmentProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IAttributeRuleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IBaseNetworkAssociationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IBaseNetworkDefinitionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IBaseNetworkLocationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IBaseNetworkProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IBaseNetworkTopologyProxy
 
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.IClassExtensionProxy
Deprecated.
 
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.IClassSchemaEdit4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IClassSchemaEdit5Proxy
Deprecated.
 
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.ICodedValueDomain2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ICodedValueDomainProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ICollectionTableVersionChangesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IComplexNativeTypeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ICompressionInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ICompressionLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConfigurationKeywordProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConfigurationParameterProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConfirmSendRelatedObjectEventsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConflictClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConflictInspectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConnectionPointContainerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConnectionPointProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IConnectivityRuleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IContingentValueEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IContingentValueProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IContingentValuesEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IContingentValuesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ICopyHelperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ICoverageAnnotationFeatureProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ICursorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ICursorStatsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatabaseCompact2Proxy
Deprecated.
 
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.IDatabaseConnectionInfo3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatabaseConnectionInfo4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatabaseConnectionInfo5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatabaseConnectionInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatabaseSequenceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatabaseView2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatabaseViewProxy
Deprecated.
 
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.IDataElementProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDataElementTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetAnalyzeProxy
 
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.IDatasetContainerNameProxy
Deprecated.
 
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.IDatasetFileStatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetMigrationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetName2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetNameFileSizeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetNameFileStat2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDatasetNameFileStatProxy
Deprecated.
 
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.IDataStatisticsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDEBaseNetworkProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDEDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDEDatasetTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDEGeoDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDEGeoDatasetTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDENetworkDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDENetworkDatasetTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDEUtilityNetworkProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDEUtilityNetworkTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDiagramDatasetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDiagramTemplateProxy
Deprecated.
 
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.IDirectionsAttributeMappingDescriptorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDirectionsAttributeMappingProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDirectionsFieldMappingDescriptorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDirectionsFieldMappingProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDirectionsLandmarkSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDocumentationInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDomainNetworkProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDomainProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IDynamicTrafficDataProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEdgeConnectivityRuleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEdgeFeatureSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEdgeSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEditorTrackingInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnterpriseWorkspaceFactoryProxy
Deprecated.
 
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.IEnumConflictInspectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumConnectionPointsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumConnectionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumContingentValueProxy
Deprecated.
 
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.IEnumDiagramTemplateProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumDomainProxy
 
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.IEnumFieldGroupProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumGeometryBindProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumGPNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumGPValueProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumGUIDSetProxy
Deprecated.
 
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.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.IEnumNetworkDiagramAggregationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramContainerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramEdgeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramFlagProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramJunctionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNetworkDiagramRelationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumNetworkElementProxy
 
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.IEnumRelationshipClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumRelationshipProxy
 
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.IEnumSdeVersionHistoryInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumSequenceProxy
Deprecated.
 
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.IEnumTableVersionChangesProxy
Deprecated.
 
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.IEnumUserInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEnumVersionInfo2Proxy
Deprecated.
 
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.IErrorFeatureContainerExProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IErrorFeatureContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IEvaluatedNetworkAttributeProxy
 
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.IExternalDeserializerGdbProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IExternalSerializerGdb2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IExternalSerializerGdbProxy
Deprecated.
 
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.IFeatureClassDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassDrawProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassEditProxy
Deprecated.
 
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.IFeatureClassNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassSpatialIndexProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureClassStorage2Proxy
Deprecated.
 
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.IFeatureConnectProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureCursorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureDataConverter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureDataConverterProxy
Deprecated.
 
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.IFeatureDatasetName2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureDatasetNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureDatasetProxy
 
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.IFeatureNameFieldsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFeatureProgressProxy
Deprecated.
 
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.IFeatureSimplify2Proxy
Deprecated.
 
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.IFeatureWorkspaceManage3Proxy
Deprecated.
 
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.IFIDSetOperatorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFIDSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFieldCheckerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFieldEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFieldErrorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFieldGroupEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFieldGroupProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFieldInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFieldProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFieldsEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFieldsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFileDataLockProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFileGDBLockWaitingProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFilterDefProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFilterDefsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IFlowDirectionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IForceDirectedLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDatabaseBridge2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDatabaseBridgeProxy
Deprecated.
 
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.IGeodatabaseRelease4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeodatabaseRelease5Proxy
Deprecated.
 
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.IGeodataXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDBDataTransfer2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDBDataTransferProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoDBProtectNamesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeometricNetworkNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeometryDefEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeometryDefProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeometryResultOptionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGeoPositionsLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGlobalIDSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPChoiceListProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPCodedValueDomainProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPControllerMembershipProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPDataTypeFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPDataTypeNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPDataTypeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPDescribeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPDomainProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPMessage2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPMessageProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPMessagesCallbackProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPMessagesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPNetworkDatasetMembershipProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPToolTipProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPUtilityNetworkMembershipProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPValueProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGPVariableProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGridLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGUIDGeneratorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGUIDSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IGxFilterInfoProxy
 
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.IHistoricalTrafficDataProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IHistoricalTravelTimeEvaluatorProxy
 
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.IIdentityXformProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IIndexedGUIDSetsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IIndexEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IIndexesEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IIndexesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IIndexProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IInvalidObjectInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IItemInfo2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IItemInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IItemInfosProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IJSONConverterGdbProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IJunctionConnectivityRule2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IJunctionConnectivityRuleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IJunctionFeatureSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IJunctionSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILinearDispatchLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocalDatabaseCompactProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocatorDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocatorNameProxy
Deprecated.
 
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.ILocatorWorkspaceNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILocatorWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILockInfo2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ILockInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMainLineTreeLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMainRingLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMarkCrossingEdgesLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMemoryRelationshipClassFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMemoryRelationshipClassNameProxy
Deprecated.
 
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.IMetadataSynchronizerManagerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMetadataSynchronizerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IModelInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMosaicDatasetName2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMosaicDatasetName3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMosaicDatasetNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMultidimensionalInfoContainerPSProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMultidimensionalInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IMultiuserWorkspaceEditProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INAClassProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INamedPropertyProxy
Deprecated.
 
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.INetworkAttributeParameterProxy
 
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.INetworkConstantEvaluatorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkDatasetNameProxy
 
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.INetworkDiagramCustomEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkDiagramEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkDiagramFlagsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkDiagramInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkDiagramLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkDiagramProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkDirectionsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkEdgeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkElementProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkElementSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkEvaluatorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkFeatureEventsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkFieldEvaluatorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkForwardStarAdjacenciesProxy
 
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.INetworkFunctionEvaluatorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkGlobalTurnDelayCategoryProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkGlobalTurnDelayEvaluatorProxy
 
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.INetworkQueryProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkScriptEvaluatorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkSourceDirectionsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkTraceConfigurationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkTransitEvaluatorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkTravelModeParameterValueProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkTravelModeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkTravelModeTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.INetworkTurnProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClass2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassContainerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassEventsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IObjectClassExtensionProxy
Deprecated.
 
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.IOleDBConnectionInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IOrganicLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IOwnershipBasedAccessControlProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPartialOverlappingEdgesLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPersistCustomFeaturesExtensionProxy
Deprecated.
 
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.IPntProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IPortalItemInfoInternalProxy
Deprecated.
 
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.IQueryFilterDefinition3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryFilterDefinitionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryFilterFIDSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryFilterOptionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryFilterProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryName2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryStatisticsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IQueryTableNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRadialTreeLayoutProxy
Deprecated.
 
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.IRangeDomainProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterBandNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterCatalogHelper2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterCatalogHelperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterCatalogItem2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterCatalogItemProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterCatalogNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterCatalogProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterColormapProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterCursorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDataset2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDataset3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDatasetContainerNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDatasetEdit2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDatasetEdit3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDatasetEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDatasetInfoProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDatasetNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDatasetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDef2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDef3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterDefProxy
Deprecated.
 
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.IRasterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterStorageDef2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterStorageDef3Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterStorageDefProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterValue2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRasterValueProxy
Deprecated.
 
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.IRebuildIndexesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRecordArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRecordNumberSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRecordProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRecordSet2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRecordSetInitProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRecordSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IReduceVerticesByAngleLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IReduceVerticesLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRefreshSchemaProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelatedObjectClassEvents2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelatedObjectClassEventsProxy
Deprecated.
 
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.IRelationshipClass4Proxy
Deprecated.
 
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.IRelationshipClassNameProxy
Deprecated.
 
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.IRelationshipRuleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelativeMainlineLayoutProxy
Deprecated.
 
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.IRelQueryTableFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelQueryTableInfo2Proxy
Deprecated.
 
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.IRelQueryTableName2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRelQueryTableNameProxy
Deprecated.
 
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.IRemoteDatabaseWorkspaceFactory2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRemoteDatabaseWorkspaceFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRemoteDatabaseWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRotateTreeLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRouteEventProperties2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRouteEventPropertiesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRouteEventSourceNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IRouteLocatorNameProxy
Deprecated.
 
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.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.IRuleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISaveAs2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISaveAsProxy
Deprecated.
 
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.ISdeVersionHistoryInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISelectionSet2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISelectionSet3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISelectionSetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISeparateOverlappingEdgesLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISequenceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IServerCapabilityProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IServiceResponseFormatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISetDefaultConnectionInfo2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISetDefaultConnectionInfo3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISetDefaultConnectionInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IShieldsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISimpleDataConverter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISimpleDataConverterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISimpleRelationshipChangesProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISmartTreeLayoutProxy
Deprecated.
 
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.ISpatialDispatchLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISpatialFilterProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISQLCheck2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISQLCheck3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISQLCheckProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISqlDefaultConnectionInfoProxy
Deprecated.
 
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.ISQLSyntax2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISQLSyntax3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISQLSyntaxProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISqlWorkspace2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISqlWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISquareEdgesLayoutProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IStatisticDescriptionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IStatisticDescriptionsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IStatisticsRequest2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IStatisticsRequestProxy
Deprecated.
 
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.ISurfaceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISynchronizationHelperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ISystemJunctionObjectSourceProxy
 
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.ITableNameSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableSort2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableSortCallBackProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableSortProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableSortValueCallBackProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITableUpsertProxy
Deprecated.
 
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.ITerminalConfigurationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITerminalPathProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITerminalProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IThumbnailInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITierGroupProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITierProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITimeQueryFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinAdvanced2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinAdvanced3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinAdvancedProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinClockProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinDynamicFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinEdgeArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinEdgeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinEdgeTypeFilter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinEdgeTypeFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinEdit2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinEditErrorLogProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinElementProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinFeatureEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinFeatureSeedProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinImporterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinNode2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinNodeArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinNodeCollectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinNodeInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinNodeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinNodeSourceFilterProxy
Deprecated.
 
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.ITinProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinSelectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinSurface2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinSurface3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinSurfaceElementProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinSurfaceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinTriangleArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinTriangleFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinTriangleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinValueFilter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinValueFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITinWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyClassEventsProxy
 
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.ITopologyGraphEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyGraphProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyNameProxy
Deprecated.
 
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.ITopologyRuleProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITopologyWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITraceConfigurationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITraceResults2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITraceResults3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITraceResultsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITracerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITrafficDataManagerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITrafficDataProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITrafficFeedDirectoryProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITrafficFeedGPServiceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITrafficFeedLocationProxy
 
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.ITransformGroupProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITransitDataProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.ITurnFeatureSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNAssetProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNCategoryProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNConditionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNFunctionBarrierProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNFunctionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNLocationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNNearestNeighborProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNOutputFilterProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNPropagatorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNResultTypeFieldProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNResultTypeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNSubnetworkManagerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNTraceConfigurationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNTraceResults2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNTraceResults3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNTraceResultsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUNTracerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUpsertCursorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUserInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkAssignmentProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkAssociationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkAttributeProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkCoreProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkCoreRuleProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkDefinitionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkEvaluatorProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkNameProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkQuery2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkQueryAssociationProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkQueryDefinitionProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkQueryProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkQueryStatisticsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkQueryTracer2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkQueryTracerProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkRuleProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IUtilityNetworkSubnetworkProxy
 
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.IValidConfigurationPathProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionEditProxy
 
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.IVersionedViewProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionedWorkspaceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionEventsProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IVersionEventsServicesProxy
Deprecated.
 
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.IWorkspaceDomains2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceDomains3Proxy
Deprecated.
 
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.IWorkspaceEventsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceExtension2Proxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceExtension3Proxy
Deprecated.
 
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.IWorkspaceFactoryFileExtensionsProxy
Deprecated.
 
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.IWorkspaceFactorySchemaCacheProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceFactoryStatusProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceHelperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceName2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceNameProxy
Deprecated.
 
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.IWorkspacePropertyProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IWorkspaceProxy
 
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.IXMLFilterDefProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXMLIndexEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXMLIndexProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXMLIndexTagProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXMLIndexTagsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXMLIndexTemplateManageProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXMLIndexTemplateProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXMLIndexUtilProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXmlPropertySet2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXmlPropertySetEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXmlPropertySetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXYEvent2FieldsPropertiesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXYEventPropertiesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXYEventSourceNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabase.IXYEventSourceProxy
 
noncastable - Variable in class com.esri.arcgis.geodatabasedistributed.IWFSServerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions._ITemporalFeatureClassEventsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IAMSDatasetNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IDataMessageProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IDatasetNamesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IExcludedEventIDsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IInternalTableProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.IListenerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ILockedFeatureSearchProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalCursorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalFeatureClass2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalFeatureClassStatisticsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalFeatureProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalObjectTableProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalObservationsTable2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalObservationsTableProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalOperatorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalQueryFilter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalQueryFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalRecordSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalTableProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalWorkspaceStatistics2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITemporalWorkspaceStatisticsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITrackingConnectionFolderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITrackingServiceDefProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITxEnumTrackIdProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITxFeatureClassProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geodatabaseextensions.ITxWorkspaceEditorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IAffineTransformation2D2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IAffineTransformation2D3GENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IAffineTransformation2D3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IAffineTransformation2DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IAffineTransformation3DGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IAffineTransformation3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IAngularUnitEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IAngularUnitProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IArea3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IAreaGeodeticProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IAreaProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IBezierCurve2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IBezierCurve3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IBezierCurveGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IBezierCurveProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IBufferConstruction2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IBufferConstructionProperties2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IBufferConstructionPropertiesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IBufferConstructionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IBufferProgressProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.ICircularArcProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IClassFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ICompareCoordinateSystemsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ICompositeGeoTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructAngleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructBezierCurveProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructCircularArc2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructCircularArc3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructCircularArcProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructClothoid2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructClothoidProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructCurve2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructCurve3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructCurve4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructCurveProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructDomainExtent2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructDomainExtentProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructEllipticArcProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructGeodeticProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructGeometryCollectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructLineProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructMergeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructMultiPatchProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructMultipointProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructPathProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructPoint2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructPointProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConstructUnknownCoordinateSystemProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IControlPrecision2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IControlPrecision3Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IControlPrecisionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConversionMGRSProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IConversionNotationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ICoordinateFrameTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ICurve2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ICurve3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ICurve3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ICurveProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IDatumEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IDatumProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IDatumTransformationInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IEllipticArcProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IEncode3DPropertiesProxy
Deprecated.
 
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.IEnumGeometryProxy
Deprecated.
 
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.IEnvelope2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnvelope3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnvelope4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnvelopeGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IEnvelopeProxy
Deprecated.
 
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.IESRISpatialReferenceGEN2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IESRISpatialReferenceGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IESRISpatialReferenceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IExtrude2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IExtrudeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IFunctionalSurface2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IFunctionalSurface3Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IFunctionalSurfaceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeneralMultiPatchInfo2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeneralMultiPatchInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeocentricTranslationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeodeticMeasurementProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeographic2DOffsetTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeographicCoordinateSystem2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeographicCoordinateSystemEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeographicCoordinateSystemProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometricBufferSourceSink64Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometricBufferSourceSinkProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometry2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometry3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometry4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometry5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryBagProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryBridge2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryBridgeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryCollectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryEnvironment2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryEnvironment3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryEnvironment4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryEnvironmentProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryFactory2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryFactory3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryFactory4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryResourceDownloaderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryServer2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryServer3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeometryServerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeoTransformationOperationSet2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeoTransformationOperationSetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGeoTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IGridTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IHitTest3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IHitTestProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IHVCompositeDatumTransformationEditorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IHVCompositeDatumTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IHVDatumProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IHVDatumTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IJSONConverterGeometryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ILine2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ILine3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ILinearUnitEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ILinearUnitProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ILinePolygonHelperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ILineProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ILocalCoordinateSystemProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ILongitudeRotationTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMAwareProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMCollectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMolodenskyBadekasTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMolodenskyTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMSegmentation2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMSegmentation3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMSegmentation4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMSegmentationInternalProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMSegmentationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMSnapProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMultiPatch2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IMultiPatchProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IMultipointProxy
Deprecated.
 
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.INullTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IParameterEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IParameterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPartIDAwareProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IPathProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPEWKTExportProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPointArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IPointCollection2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPointCollection3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPointCollection4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPointCollection5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPointCollectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPointIDAwareProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPointProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolycurve2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolycurve3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolycurve3Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolycurve4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolycurveGeodeticProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolycurveProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolygon2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolygon3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolygon4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolygon5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolygonArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolygonProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolyline2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolyline3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolyline4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPolyline5Proxy
Deprecated.
 
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.IPolylineProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPositionVectorTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPrimeMeridianEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPrimeMeridianProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPRJSpatialReferenceGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IPRJSpatialReferenceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectedCoordinateSystem2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectedCoordinateSystem3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectedCoordinateSystem4GENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectedCoordinateSystem4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectedCoordinateSystem5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectedCoordinateSystemEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectedCoordinateSystemProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectionGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectiveTransformation2DGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProjectiveTransformation2DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProximityOperator3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IProximityOperatorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IRay2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IRayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IRelationalOperator2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IRelationalOperator3D2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IRelationalOperator3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IRelationalOperatorNxMProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IRelationalOperatorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IRelationResult64Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IRelationResultArrayProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.IRelationResultProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IRing2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IRingProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISegmentCollectionProxy
Deprecated.
 
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.ISegmentGraphProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISegmentIDProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISegmentMProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISegmentProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISegmentZ2Proxy
 
noncastable - Variable in class com.esri.arcgis.geometry.ISegmentZProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialIndex2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialIndexProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReference2GENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReference2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReference3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReference4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceAuthorityProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceFactory2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceFactory3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceFactory4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceFactory5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceFactory6Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceResolutionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceSingletonManagerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpatialReferenceToleranceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISphereProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpheroidEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISpheroidProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ISRPersistStreamProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITextureAwareProxy
 
noncastable - Variable in class com.esri.arcgis.geometry.ITexturePersistencePropertiesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITopologicalOperator2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITopologicalOperator3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITopologicalOperator4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITopologicalOperator5Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITopologicalOperator6Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITopologicalOperatorProxy
Deprecated.
 
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.ITransform2DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITransform3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITransformation3DGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITransformation3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITransformationGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITriangleFanProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITrianglesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.ITriangleStripProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IUnitChangeTransformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IUnitProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IUnknownCoordinateSystemProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IVector3DProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IVectorProxy
Deprecated.
 
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.IVerticalCoordinateSystemEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IVerticalCoordinateSystemGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IVerticalCoordinateSystemProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IVerticalDatumEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IVerticalDatumProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IVolumeProxy
Deprecated.
 
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.geometry.IZ2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IZAwareProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IZCollectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IZProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.geometry.IZShiftProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSEnumServerObjectNameProxy
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnection2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnection3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnection4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnectionAdminProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnectionFactory2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnectionFactory3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnectionFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnectionName2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnectionName3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnectionNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerConnectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerObject2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerObjectName2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerObjectName3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerObjectNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IAGSServerObjectProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.gisclient.IEnumAGSServerConnectionNameProxy
Deprecated.
 
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.IGISServerConnection2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.server.IGISServerConnectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.server.IServer2Proxy
 
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.IServerLogProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerLogQueryProxy
 
noncastable - Variable in class com.esri.arcgis.server.IServerMachineProxy
 
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.IServerObjectAdmin7Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectAdmin8Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.server.IServerObjectAdminProxy
 
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.IServerObjectExtensionProxy
Deprecated.
 
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.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.IServiceCatalog2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.server.IServiceCatalog3Proxy
 
noncastable - Variable in class com.esri.arcgis.server.IServiceCatalogProxy
Deprecated.
 
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.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.IAMFSerializerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IAMFWriterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IAngleFormatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IAngularConverter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IAngularConverterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IAnimationProgressorProxy
 
noncastable - Variable in class com.esri.arcgis.system.IAoInitializeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IArcGISLocaleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IArray2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IArrayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IAuthorizeLicenseProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IAutoExtensionProxy
 
noncastable - Variable in class com.esri.arcgis.system.IBlobStreamProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IByteSwapStreamIOProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ICancelTrackerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ICancelTrackerSupportProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ICategoryFactoryProxy
Deprecated.
 
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.IClassifyGENProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IClassifyMinMax2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IClassifyMinMaxProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IClassifyProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ICloneProxy
 
noncastable - Variable in class com.esri.arcgis.system.IComponentCategoryInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IComponentCategoryManagerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ICustomNumberFormatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IDateFormat2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IDateFormatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IDeviationIntervalProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IDirectionFormatDestinationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IDirectionFormatProxy
Deprecated.
 
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.IEnumBSTRProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IEnumJSONObjectProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IEnumNamedIDProxy
 
noncastable - Variable in class com.esri.arcgis.system.IEnumNameEditProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IEnumNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IEnumRESTOperationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IEnumRESTResourceProxy
Deprecated.
 
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.IEnvironmentManagerProxy
Deprecated.
 
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.IESRILicenseInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IESRIScriptEngineProxy
Deprecated.
 
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.IExtensionManagerAdminProxy
Deprecated.
 
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.IExternalDeserializerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IExternalSerializerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IFileNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IFileNames2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IFileNamesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IFileProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IFractionFormatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IFrequencyStatisticsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IGenerateStatisticsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IGlobeCompressionProxy
 
noncastable - Variable in class com.esri.arcgis.system.IInputDeviceManagerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IIntervalRange2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IIntervalRangeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJITExtensionManagerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJobCatalogProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJobDefinitionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJobFilterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJobInfoProxy
Deprecated.
 
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.IJobProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJobRegistryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJobResultsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJobTrackerProxy
 
noncastable - Variable in class com.esri.arcgis.system.IJSONArray2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONArrayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONDeserializerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONObject2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONObject3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONObjectProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONReader2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONReader3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONReaderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONSerializerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONTraversalProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONWriter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONWriter3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONWriter4Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IJSONWriterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ILatLonFormat2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ILatLonFormatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ILicenseInfoEnumProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ILicenseInformationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ILocaleInfoProxy
Deprecated.
 
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.ILongArrayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ILongLongArrayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IMemoryBlobStream2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IMemoryBlobStreamProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IMemoryBlobStreamVariantProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IMessageProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.INameFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.INameProxy
 
noncastable - Variable in class com.esri.arcgis.system.INumberFormatOperationsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.INumberFormatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.INumericFormat2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.INumericFormatProxy
Deprecated.
 
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.IObjectCopyProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IObjectStreamProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IObjectUpdateProxy
 
noncastable - Variable in class com.esri.arcgis.system.IObjectValidateProxy
Deprecated.
 
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.IParseNameStringProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IPercentageFormatProxy
Deprecated.
 
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.IPersistVariantProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IProductInstalledProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IProgressorProxy
 
noncastable - Variable in class com.esri.arcgis.system.IPropertySet2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IPropertySetArrayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IPropertySetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IPropertySupportProxy
 
noncastable - Variable in class com.esri.arcgis.system.IProxyServerInfo2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IProxyServerInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IRateFormatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IRectHolderProxy
 
noncastable - Variable in class com.esri.arcgis.system.IRequestHandler2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IRequestHandlerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IRESTCallbackProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IRESTDispatcherProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IRESTOperationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IRESTRequestHandlerProxy
 
noncastable - Variable in class com.esri.arcgis.system.IRESTResourceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IScaleFormatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IScientificNumberFormatProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ISequentialStreamProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IServerEnvironment2Proxy
 
noncastable - Variable in class com.esri.arcgis.system.IServerEnvironment3Proxy
Deprecated.
 
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.ISetProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IShortcutNameProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ISSLInfoProxy
Deprecated.
 
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.IStreamProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IStringArrayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ISupportErrorInfoProxy
 
noncastable - Variable in class com.esri.arcgis.system.ISystemBridgeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITestConnectionProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITextureCompressionProxy
 
noncastable - Variable in class com.esri.arcgis.system.ITime2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeDurationProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeExtentProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeInstantProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeOffsetOperatorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeReferenceProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeRelationalOperatorProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeValueProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeZoneFactory2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeZoneFactoryProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeZoneInfoProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITimeZoneRuleProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.ITrackCancel2Proxy
 
noncastable - Variable in class com.esri.arcgis.system.ITrackCancelProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IUIDProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IUnitConverterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IVariantArrayProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IVariantStreamIOProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IVariantStreamProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IWebRequestHandler2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IWebRequestHandlerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLAttributesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLFlagsProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLNamespacesProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLObjectElementProxy
 
noncastable - Variable in class com.esri.arcgis.system.IXMLPersistedObjectProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLPreviousVersionSupportProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLReader2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLReader3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLReaderProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLSerializeData2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLSerializeData3Proxy
Deprecated.
 
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.IXMLSerializerAltProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLSerializerProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLStreamProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLTypeMapper2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLTypeMapper3Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLTypeMapperProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLVersionSupportProxy
 
noncastable - Variable in class com.esri.arcgis.system.IXMLWriter2Proxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IXMLWriterProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IZipArchiveExProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IZipArchiveProxy
Deprecated.
 
noncastable - Variable in class com.esri.arcgis.system.IZlibCompressionProxy
 
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.IRasterConvolutionFilterProxy
Deprecated.
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.IVectorProxy
Deprecated.
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).
NTv2Transformation - Class in com.esri.arcgis.geometry
COM Class 'NTv2Transformation'.
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
COM Class 'NullTransformation'.
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;
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).
numberObjectsToTransfer(IEnumNameMapping) - Method in class com.esri.arcgis.geodatabase.IGeoDBDataTransferProxy
Deprecated.
Returns the number of objects to be transfered (by the Simple Data Converter).
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
COM Class 'NumericFormat'.
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;
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 _ 
Skip navigation links