com.esri.arcgis.globecore
Class IFeatureParameterLayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.IFeatureParameterLayerProxy
All Implemented Interfaces:
IFeatureParameterLayer, Externalizable, Serializable

public class IFeatureParameterLayerProxy
extends com.esri.arcgis.interop.Dispatch
implements IFeatureParameterLayer, Serializable

Provides information about a Parameter Layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

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

noncastable

public boolean noncastable
Constructor Detail

IFeatureParameterLayerProxy

public IFeatureParameterLayerProxy()

IFeatureParameterLayerProxy

public IFeatureParameterLayerProxy(Object obj)
                            throws IOException
Throws:
IOException

IFeatureParameterLayerProxy

protected IFeatureParameterLayerProxy(Object obj,
                                      String iid)
                               throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

initialize

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

initializeCustomProps

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getFeatureClass

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getFeatureClass in interface IFeatureParameterLayer
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInMemory

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isInMemory in interface IFeatureParameterLayer
Returns:
The bInMemory
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extractParameter

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
extractParameter in interface IFeatureParameterLayer
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPFeatureRecordSetLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureTipText

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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