|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.globecore.IFeatureParameterLayerProxy
public class IFeatureParameterLayerProxy
Provides information about a Parameter Layer.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IFeatureParameterLayerProxy()
|
|
IFeatureParameterLayerProxy(Object obj)
|
protected |
IFeatureParameterLayerProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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. |
void |
removeListener(String iidStr,
Object theListener)
|
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IFeatureParameterLayerProxy()
public IFeatureParameterLayerProxy(Object obj) throws IOException
IOException
protected IFeatureParameterLayerProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void initialize(IGPFeatureRecordSetLayer gpParameterValue) throws IOException, AutomationException
initialize
in interface IFeatureParameterLayer
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.public void initializeCustomProps(IDraw pDisplay) throws IOException, AutomationException
initializeCustomProps
in interface IFeatureParameterLayer
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.public IFeatureClass getFeatureClass() throws IOException, AutomationException
getFeatureClass
in interface IFeatureParameterLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInMemory() throws IOException, AutomationException
isInMemory
in interface IFeatureParameterLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPFeatureRecordSetLayer extractParameter() throws IOException, AutomationException
extractParameter
in interface IFeatureParameterLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getFeatureTipText(IFeature pFeat, String[] pText) throws IOException, AutomationException
getFeatureTipText
in interface IFeatureParameterLayer
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 |