com.esri.arcgis.schematic
Class ISchematicInMemoryFeatureProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRowBufferProxy
          extended by com.esri.arcgis.geodatabase.IRowProxy
              extended by com.esri.arcgis.geodatabase.IObjectProxy
                  extended by com.esri.arcgis.geodatabase.IFeatureProxy
                      extended by com.esri.arcgis.schematic.ISchematicFeatureProxy
                          extended by com.esri.arcgis.schematic.ISchematicInMemoryFeatureProxy
All Implemented Interfaces:
IFeature, IObject, IRow, IRowBuffer, ISchematicFeature, ISchematicInMemoryFeature, Externalizable, Serializable
Direct Known Subclasses:
ISchematicInMemoryFeatureLinkProxy, ISchematicInMemoryFeatureNodeOnLinkProxy, ISchematicInMemoryFeatureNodeProxy, ISchematicInMemoryFeatureSubLinkProxy

public class ISchematicInMemoryFeatureProxy
extends ISchematicFeatureProxy
implements ISchematicInMemoryFeature, Serializable

Provides access to members that manage the schematic in memory feature.

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
  ISchematicInMemoryFeatureProxy()
           
  ISchematicInMemoryFeatureProxy(Object obj)
           
protected ISchematicInMemoryFeatureProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void deleteSecondaryAssociations()
          Deletes the secondary associations of the in memory feature.
 IPropertySet getPropertySet()
          Schematic in memory feature property set.
 ISchematicElement getSchematicElement()
          Schematic element associated to the schematic in memory feature.
 ISchematicInMemoryDiagram getSchematicInMemoryDiagram()
          Schematic in memory diagram the schematic in memory feature belongs to.
 ISchematicRelationManager getSchematicRelationManager()
          Schematic relation manager of the schematic in memory feature.
 IEnumSchematicInMemoryFeatureAssociation getSecondaryAssociations()
          The secondary associations of the in memory feature.
 int getSubtype()
          Subtype of the schematic in memory feature.
 int getUpdateStatus()
          Update status of the schematic in memory feature.
 Object getUserData(String userDataName)
          Provides access to the value of the user data named 'UserDataName'.
 boolean isDisplayed()
          Indicates whether or not the schematic in memory feature is displayed.
 boolean isInitial()
          Indicates whether or not the schematic in memory feature is an initial feature.
 void refreshAttributes(IEnumSchematicAttribute attributes, IRow associatedObject)
          Refreshes a list of attributes of the in memory feature, or refreshes all the attributes if the list is null.
 void removeListener(String iidStr, Object theListener)
           
 void removeUserData(String userDataName)
          Removes the user data named 'UserDataName'.
 void restoreInitialPosition()
          Restores the initial position of the in memory feature.
 void restoreSavedLayout()
          Restores the last saved layout of the in memory feature.
 void setDisplayed(boolean displayed)
          Indicates whether or not the schematic in memory feature is displayed.
 void setInitial(boolean initial)
          Indicates whether or not the schematic in memory feature is an initial feature.
 void setPropertySetByRef(IPropertySet propertySet)
          Schematic in memory feature property set.
 void setSubtype(int subtype)
          Subtype of the schematic in memory feature.
 void setUpdateStatus(int status)
          Update status of the schematic in memory feature.
 void setUserData(String userDataName, Object value)
          Changes the value of the user data named 'UserDataName'.
 
Methods inherited from class com.esri.arcgis.schematic.ISchematicFeatureProxy
getName, getSchematicDiagram, getSchematicElementClass
 
Methods inherited from class com.esri.arcgis.geodatabase.IFeatureProxy
getExtent, getFeatureType, getShape, getShapeCopy, setShapeByRef
 
Methods inherited from class com.esri.arcgis.geodatabase.IObjectProxy
esri_getClass
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowProxy
delete, getOID, getTable, isHasOID, store
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowBufferProxy
getFields, getValue, setValue
 
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
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicFeature
getName, getSchematicDiagram, getSchematicElementClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeature
getExtent, getFeatureType, getShape, getShapeCopy, setShapeByRef
 
Methods inherited from interface com.esri.arcgis.geodatabase.IObject
esri_getClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRow
delete, getOID, getTable, isHasOID, store
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
getFields, getValue, setValue
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ISchematicInMemoryFeatureProxy

public ISchematicInMemoryFeatureProxy()

ISchematicInMemoryFeatureProxy

public ISchematicInMemoryFeatureProxy(Object obj)
                               throws IOException
Throws:
IOException

ISchematicInMemoryFeatureProxy

protected ISchematicInMemoryFeatureProxy(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 ISchematicFeatureProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class ISchematicFeatureProxy
Throws:
IOException

getSchematicElement

public ISchematicElement getSchematicElement()
                                      throws IOException,
                                             AutomationException
Schematic element associated to the schematic in memory feature.

Product Availability

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

Specified by:
getSchematicElement in interface ISchematicInMemoryFeature
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicElement
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicInMemoryDiagram

public ISchematicInMemoryDiagram getSchematicInMemoryDiagram()
                                                      throws IOException,
                                                             AutomationException
Schematic in memory diagram the schematic in memory feature belongs to.

Product Availability

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

Specified by:
getSchematicInMemoryDiagram in interface ISchematicInMemoryFeature
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicInMemoryDiagram
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicRelationManager

public ISchematicRelationManager getSchematicRelationManager()
                                                      throws IOException,
                                                             AutomationException
Schematic relation manager of the schematic in memory feature.

Product Availability

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

Specified by:
getSchematicRelationManager in interface ISchematicInMemoryFeature
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicRelationManager
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserData

public Object getUserData(String userDataName)
                   throws IOException,
                          AutomationException
Provides access to the value of the user data named 'UserDataName'.

Product Availability

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

Specified by:
getUserData in interface ISchematicInMemoryFeature
Parameters:
userDataName - The userDataName (in)
Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUserData

public void setUserData(String userDataName,
                        Object value)
                 throws IOException,
                        AutomationException
Changes the value of the user data named 'UserDataName'.

Product Availability

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

Specified by:
setUserData in interface ISchematicInMemoryFeature
Parameters:
userDataName - The userDataName (in)
value - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeUserData

public void removeUserData(String userDataName)
                    throws IOException,
                           AutomationException
Removes the user data named 'UserDataName'.

Product Availability

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

Specified by:
removeUserData in interface ISchematicInMemoryFeature
Parameters:
userDataName - The userDataName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertySet

public IPropertySet getPropertySet()
                            throws IOException,
                                   AutomationException
Schematic in memory feature property set.

Product Availability

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

Specified by:
getPropertySet in interface ISchematicInMemoryFeature
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertySetByRef

public void setPropertySetByRef(IPropertySet propertySet)
                         throws IOException,
                                AutomationException
Schematic in memory feature property set.

Product Availability

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

Specified by:
setPropertySetByRef in interface ISchematicInMemoryFeature
Parameters:
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

restoreSavedLayout

public void restoreSavedLayout()
                        throws IOException,
                               AutomationException
Restores the last saved layout of the in memory feature.

Product Availability

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

Specified by:
restoreSavedLayout in interface ISchematicInMemoryFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

restoreInitialPosition

public void restoreInitialPosition()
                            throws IOException,
                                   AutomationException
Restores the initial position of the in memory feature.

Product Availability

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

Specified by:
restoreInitialPosition in interface ISchematicInMemoryFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshAttributes

public void refreshAttributes(IEnumSchematicAttribute attributes,
                              IRow associatedObject)
                       throws IOException,
                              AutomationException
Refreshes a list of attributes of the in memory feature, or refreshes all the attributes if the list is null. If an associatedObject is defined it is used to get the values of associated field attributes.

Product Availability

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

Specified by:
refreshAttributes in interface ISchematicInMemoryFeature
Parameters:
attributes - A reference to a com.esri.arcgis.schematic.IEnumSchematicAttribute (in, optional, pass 0 if not required)
associatedObject - A reference to a com.esri.arcgis.geodatabase.IRow (in, optional, pass 0 if not required)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSecondaryAssociations

public IEnumSchematicInMemoryFeatureAssociation getSecondaryAssociations()
                                                                  throws IOException,
                                                                         AutomationException
The secondary associations of the in memory feature.

Product Availability

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

Specified by:
getSecondaryAssociations in interface ISchematicInMemoryFeature
Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureAssociation
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteSecondaryAssociations

public void deleteSecondaryAssociations()
                                 throws IOException,
                                        AutomationException
Deletes the secondary associations of the in memory feature.

Product Availability

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

Specified by:
deleteSecondaryAssociations in interface ISchematicInMemoryFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSubtype

public int getSubtype()
               throws IOException,
                      AutomationException
Subtype of the schematic in memory feature.

Product Availability

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

Specified by:
getSubtype in interface ISchematicInMemoryFeature
Returns:
The subtype
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSubtype

public void setSubtype(int subtype)
                throws IOException,
                       AutomationException
Subtype of the schematic in memory feature.

Product Availability

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

Specified by:
setSubtype in interface ISchematicInMemoryFeature
Parameters:
subtype - The subtype (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInitial

public boolean isInitial()
                  throws IOException,
                         AutomationException
Indicates whether or not the schematic in memory feature is an initial feature.

Product Availability

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

Specified by:
isInitial in interface ISchematicInMemoryFeature
Returns:
The initial
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitial

public void setInitial(boolean initial)
                throws IOException,
                       AutomationException
Indicates whether or not the schematic in memory feature is an initial feature.

Product Availability

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

Specified by:
setInitial in interface ISchematicInMemoryFeature
Parameters:
initial - The initial (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUpdateStatus

public int getUpdateStatus()
                    throws IOException,
                           AutomationException
Update status of the schematic in memory feature.

Product Availability

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

Specified by:
getUpdateStatus in interface ISchematicInMemoryFeature
Returns:
A com.esri.arcgis.schematic.esriSchematicUpdateStatus constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpdateStatus

public void setUpdateStatus(int status)
                     throws IOException,
                            AutomationException
Update status of the schematic in memory feature.

Product Availability

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

Specified by:
setUpdateStatus in interface ISchematicInMemoryFeature
Parameters:
status - A com.esri.arcgis.schematic.esriSchematicUpdateStatus constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDisplayed

public boolean isDisplayed()
                    throws IOException,
                           AutomationException
Indicates whether or not the schematic in memory feature is displayed.

Product Availability

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

Specified by:
isDisplayed in interface ISchematicInMemoryFeature
Returns:
The displayed
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayed

public void setDisplayed(boolean displayed)
                  throws IOException,
                         AutomationException
Indicates whether or not the schematic in memory feature is displayed.

Product Availability

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

Specified by:
setDisplayed in interface ISchematicInMemoryFeature
Parameters:
displayed - The displayed (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.