com.esri.arcgis.location
Interface IHatchInputValue

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HatchInputValue, IHatchInputValueProxy

public interface IHatchInputValue
extends java.io.Serializable

COM Interface 'IHatchInputValue'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to members controlling whether certain hatching properties will be a single value or a feature attribute value.' 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 IIDf40b4458_092d_4628_b0ca_1906228ad47b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getField()
          The field.
 java.lang.Object getValue()
          The value.
 java.lang.Object queryValue(IFeature pFeature)
          Returns the value.
 void setField(java.lang.String field)
          The field.
 void setValue(java.lang.Object pValue)
          The value.
 

Field Detail

IIDf40b4458_092d_4628_b0ca_1906228ad47b

static final int IIDf40b4458_092d_4628_b0ca_1906228ad47b
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

setField

void setField(java.lang.String field)
              throws java.io.IOException,
                     AutomationException
The field.

Parameters:
field - The field (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getField

java.lang.String getField()
                          throws java.io.IOException,
                                 AutomationException
The field.

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

getValue

java.lang.Object getValue()
                          throws java.io.IOException,
                                 AutomationException
The value.

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

setValue

void setValue(java.lang.Object pValue)
              throws java.io.IOException,
                     AutomationException
The value.

Parameters:
pValue - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryValue

java.lang.Object queryValue(IFeature pFeature)
                            throws java.io.IOException,
                                   AutomationException
Returns the value.

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