|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureParameterLayer
Provides information about a Parameter Layer.
Method Summary | |
---|---|
IGPFeatureRecordSetLayer |
extractParameter()
Value of the geoprocessing parameter. |
IFeatureClass |
getFeatureClass()
The inner Feature Class. |
void |
getFeatureTipText(IFeature pFeat,
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. |
Method Detail |
---|
void initialize(IGPFeatureRecordSetLayer gpParameterValue) throws IOException, AutomationException
gpParameterValue
- A reference to a com.esri.arcgis.geoprocessing.IGPFeatureRecordSetLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void initializeCustomProps(IDraw pDisplay) throws IOException, AutomationException
pDisplay
- A reference to a com.esri.arcgis.display.IDraw (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass getFeatureClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInMemory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPFeatureRecordSetLayer extractParameter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getFeatureTipText(IFeature pFeat, String[] pText) throws IOException, AutomationException
pFeat
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)pText
- The pText (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |