|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicInMemoryFeature
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 |
---|
static final int IIDefcd854c_90a7_4de3_ad12_d835195890d7
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ISchematicElement getSchematicElement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicInMemoryDiagram getSchematicInMemoryDiagram() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicRelationManager getSchematicRelationManager() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getUserData(java.lang.String userDataName) throws java.io.IOException, AutomationException
userDataName
- The userDataName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUserData(java.lang.String userDataName, java.lang.Object value) throws java.io.IOException, AutomationException
userDataName
- The userDataName (in)value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeUserData(java.lang.String userDataName) throws java.io.IOException, AutomationException
userDataName
- The userDataName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getPropertySet() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropertySetByRef(IPropertySet propertySet) throws java.io.IOException, AutomationException
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void restoreSavedLayout() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void restoreInitialPosition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshAttributes(IEnumSchematicAttribute attributes, IRow associatedObject) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicInMemoryFeatureAssociation getSecondaryAssociations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteSecondaryAssociations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSubtype() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSubtype(int subtype) throws java.io.IOException, AutomationException
subtype
- The subtype (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInitial() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInitial(boolean initial) throws java.io.IOException, AutomationException
initial
- The initial (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUpdateStatus() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUpdateStatus(int status) throws java.io.IOException, AutomationException
status
- A com.esri.arcgis.schematic.esriSchematicUpdateStatus constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDisplayed() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayed(boolean displayed) throws java.io.IOException, AutomationException
displayed
- The displayed (in)
java.io.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 |