com.esri.arcgis.geodatabase
Interface IGPValue

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEAddressLocator, DEArcInfoTable, DECadastralFabric, DECadDrawingDataset, DECatalogRoot, DECoverage, DECoverageFeatureClass, DEDbaseTable, DEDiskConnection, DEFeatureClass, DEFeatureDataset, DEFile, DEFolder, DEGeoDataServer, DEGeometricNetwork, DEGeometryServer, DEGlobeServer, DEGPServer, DEImageServer, DELasDataset, DELayer, DEMapDocument, DEMapServer, DEMosaicDataset, DENetworkDataset, DEPrjFile, DERasterBand, DERasterCatalog, DERasterDataset, DERelationshipClass, DERemoteDatabaseFolder, DERepresentationClass, DESchematicDataset, DESchematicDiagram, DESchematicFolder, DEServerConnection, DEShapeFile, DESpatialReferencesFolder, DETable, DETerrain, DETextFile, DETin, DETool, DEToolbox, DETopology, DEVPFCoverage, DEVPFTable, DEWCSCoverage, DEWMSMap, DEWorkspace, Field, FMEDataset, GPAddressLocatorStyle, GPAnalysisCellSize, GPArcInfoItem, GPArealUnit, GPBoolean, GPCadastralFabricLayer, GPCalculatorExpression, GPCellSizeXY, GPCodedValueDomain2, GPCompositeLayer, GPCoordinateSystem, GPDataFile, GPDate, GPDouble, GPEncryptedString, GPEnvelope, GPEvaluationScale, GPExtent, GPFeatureLayer, GPFeatureRecordSetLayer, GPFieldInfo, GPFieldMapping, GPGALayer, GPGroupLayer, GPHistoricalMarker, GPINFOExpression, GPLasDatasetLayer, GPLayer, GPLine, GPLinearUnit, GPLong, GPMDomain, GPMosaicLayer, GPMultiValue, GPNAHierarchySettings, GPNALayer, GPNetworkDatasetLayer, GPPoint, GPPolygon, GPRandomNumberGenerator, GPRangeDomain2, GPRasterBuilder, GPRasterCalculatorExpression, GPRasterCatalogLayer, GPRasterData, GPRasterDataLayer, GPRasterFormulated, GPRasterGDBEnvCompression, GPRasterGDBEnvPyramid, GPRasterGDBEnvStatistics, GPRasterGDBEnvTileSize, GPRasterLayer, GPRecordSet, GPReplica, GPReplicaDataset, GPReplicaDescription, GPRouteMeasureEventProperties, GPSACellSize, GPSAExtractValues, GPSAFuzzyFunction, GPSAHorizontalFactor, GPSAMapAlgebraExp, GPSANeighborhood, GPSANumberRemap, GPSARadius, GPSASemiVariogram, GPSAStringRemap, GPSATimeConfiguration, GPSATopoFeatures, GPSATransformationFunction, GPSAVerticalFactor, GPSAWeightedOverlayTable, GPSAWeightedSum, GPSpatialReference, GPSQLExpression, GPString, GPStringHidden, GPTableView, GPTerrainLayer, GPTimeUnit, GPTinLayer, GPTopologyLayer, GPValueTable, GPVariant, GPWorkspaceExtension, GPXYDomain, GPZDomain, IGPValueProxy, Index, MdVariable, NAClassFieldMap, XMLIndex, XMLIndexTag, XMLIndexTags

public interface IGPValue
extends java.io.Serializable

COM Interface 'IGPValue'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members of a GPValue.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID92ee08b6_c757_4178_803c_67cd665ac801
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void empty()
          Clears the value object.
 java.lang.String getAsText()
          Provides the value of the value object.
 IGPDataType IGPValue_getDataType()
          The data type of the value object.
 boolean isEmpty()
          Indicates if the value object is empty.
 IGPMessage setAsText(java.lang.String text)
          Provides the value of the value object with the given string value.
 

Field Detail

IID92ee08b6_c757_4178_803c_67cd665ac801

static final int IID92ee08b6_c757_4178_803c_67cd665ac801
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

IGPValue_getDataType

IGPDataType IGPValue_getDataType()
                                 throws java.io.IOException,
                                        AutomationException
The data type of the value object.

Returns:
A reference to a com.esri.arcgis.geodatabase.IGPDataType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEmpty

boolean isEmpty()
                throws java.io.IOException,
                       AutomationException
Indicates if the value object is empty.

Returns:
The isEmpty
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

empty

void empty()
           throws java.io.IOException,
                  AutomationException
Clears the value object.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAsText

java.lang.String getAsText()
                           throws java.io.IOException,
                                  AutomationException
Provides the value of the value object.

Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAsText

IGPMessage setAsText(java.lang.String text)
                     throws java.io.IOException,
                            AutomationException
Provides the value of the value object with the given string value.

Parameters:
text - The text (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPMessage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.