com.esri.arcgis.schematic
Interface ISchematicInMemoryFeature

All Superinterfaces:
IFeature, IObject, IRow, IRowBuffer, ISchematicFeature, java.io.Serializable
All Known Subinterfaces:
ISchematicInMemoryFeatureLink, ISchematicInMemoryFeatureNode, ISchematicInMemoryFeatureNodeOnLink, ISchematicInMemoryFeatureSubLink
All Known Implementing Classes:
ISchematicInMemoryFeatureLinkProxy, ISchematicInMemoryFeatureNodeOnLinkProxy, ISchematicInMemoryFeatureNodeProxy, ISchematicInMemoryFeatureProxy, ISchematicInMemoryFeatureSubLinkProxy, SchematicInMemoryFeatureLink, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink, SchematicInMemoryFeatureSubLink

public interface ISchematicInMemoryFeature
extends ISchematicFeature, java.io.Serializable

COM Interface 'ISchematicInMemoryFeature'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the schematic in memory feature.' 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 IIDefcd854c_90a7_4de3_ad12_d835195890d7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicFeature
IIDca0202c4_e43e_4712_90a6_490813de453f
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeature
IIDd4803ee9_79f4_11d0_97fc_0080c7f79481
 
Fields inherited from interface com.esri.arcgis.geodatabase.IObject
IID1afcdb34_ac09_11d2_8a1e_006097aff44e
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRow
IIDfcb01cb4_9f0b_11d0_bec7_00805f7c4268
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
IID93684651_1a83_11d1_8802_0000f877762d
 
Method Summary
 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.
 java.lang.Object getUserData(java.lang.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 removeUserData(java.lang.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(java.lang.String userDataName, java.lang.Object value)
          Changes the value of the user data named 'UserDataName'.
 
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

IIDefcd854c_90a7_4de3_ad12_d835195890d7

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

getSchematicElement

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

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

getSchematicInMemoryDiagram

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

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

getSchematicRelationManager

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

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

getUserData

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

Parameters:
userDataName - The userDataName (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUserData

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

Parameters:
userDataName - The userDataName (in)
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeUserData

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

Parameters:
userDataName - The userDataName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertySet

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

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

setPropertySetByRef

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

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

restoreSavedLayout

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

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

restoreInitialPosition

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

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

refreshAttributes

void refreshAttributes(IEnumSchematicAttribute attributes,
                       IRow associatedObject)
                       throws java.io.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.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSecondaryAssociations

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

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

deleteSecondaryAssociations

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

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

getSubtype

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

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

setSubtype

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

Parameters:
subtype - The subtype (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInitial

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

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

setInitial

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

Parameters:
initial - The initial (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUpdateStatus

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

Returns:
A com.esri.arcgis.schematic.esriSchematicUpdateStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpdateStatus

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

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

isDisplayed

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

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

setDisplayed

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

Parameters:
displayed - The displayed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.