com.esri.arcgis.globecore
Interface IFeatureParameterLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFeatureParameterLayerProxy

public interface IFeatureParameterLayer
extends java.io.Serializable

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

Description: 'Provides information about a Parameter Layer.' 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 IID7c0a33aa_ee26_4684_9110_8c48a564d05a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPFeatureRecordSetLayer extractParameter()
          Value of the geoprocessing parameter.
 IFeatureClass getFeatureClass()
          The inner Feature Class.
 void getFeatureTipText(IFeature pFeat, java.lang.String[] pText)
          The inner feature Tip text.
 void initialize(IGPFeatureRecordSetLayer gpParameterValue)
          Initializes with the value of the geoprocessing parameter.
 void initializeCustomProps(IDraw pDisplay)
          Initializes custom rendering properties.
 boolean isInMemory()
          Indicates if the inner Feature Class is in-memory.
 

Field Detail

IID7c0a33aa_ee26_4684_9110_8c48a564d05a

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

initialize

void initialize(IGPFeatureRecordSetLayer gpParameterValue)
                throws java.io.IOException,
                       AutomationException
Initializes with the value of the geoprocessing parameter.

Parameters:
gpParameterValue - A reference to a com.esri.arcgis.geoprocessing.IGPFeatureRecordSetLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initializeCustomProps

void initializeCustomProps(IDraw pDisplay)
                           throws java.io.IOException,
                                  AutomationException
Initializes custom rendering properties.

Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDraw (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureClass

IFeatureClass getFeatureClass()
                              throws java.io.IOException,
                                     AutomationException
The inner Feature Class.

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

isInMemory

boolean isInMemory()
                   throws java.io.IOException,
                          AutomationException
Indicates if the inner Feature Class is in-memory.

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

extractParameter

IGPFeatureRecordSetLayer extractParameter()
                                          throws java.io.IOException,
                                                 AutomationException
Value of the geoprocessing parameter.

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

getFeatureTipText

void getFeatureTipText(IFeature pFeat,
                       java.lang.String[] pText)
                       throws java.io.IOException,
                              AutomationException
The inner feature Tip text.

Parameters:
pFeat - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
pText - The pText (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.