com.esri.arcgis.schematic
Interface ISchematicDiagram

All Superinterfaces:
IObject, IRow, IRowBuffer, java.io.Serializable
All Known Implementing Classes:
ISchematicDiagramProxy, SchematicDiagram

public interface ISchematicDiagram
extends IObject, java.io.Serializable

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

Description: 'Provides access to members that control the schematic diagram.' 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 IIDbc0ef326_bbe0_4fe5_af19_9b721c39cd73
           
static int xxDummy
          Deprecated. Internal use only
 
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 alterBuilderPropertySet(IPropertySet propertySet)
          Changes the builder PropertySet related to the schematic diagram with the new specified builder PropertySet.
 void alterPropertySet(IPropertySet propertySet)
          Changes the Schematic diagram PropertySet with the new specified diagram PropertySet.
 IPropertySet getBuilderPropertySet()
          Builder PropertySet related to the schematic diagram.
 java.util.Date getCreationDate()
          Creation date of the schematic diagram.
 java.lang.String getCreator()
          Name of the schematic diagram creator.
 java.util.Date getLastModificationDate()
          Last modification date of the schematic diagram.
 java.util.Date getLastUpdateDate()
          Last updating date of the schematic diagram.
 java.lang.String getModifiedBy()
          Name of the user that modified the schematic diagram.
 java.lang.String getName()
          Name of the schematic diagram.
 IPropertySet getPropertySet()
          PropertySet of the schematic diagram.
 ISchematicDiagramClass getSchematicDiagramClass()
          Schematic diagram class related to the schematic diagram.
 ISchematicDiagramContainer getSchematicDiagramContainer()
          Schematic diagram container related to the schematic diagram.
 java.lang.String getUpdatedBy()
          Name of the last user that updated the schematic diagram.
 java.lang.String getVersion()
          Version of the database used to create the schematic diagram.
 void setCreationDate(java.util.Date date)
          Creation date of the schematic diagram.
 void setCreator(java.lang.String name)
          Name of the schematic diagram creator.
 void setLastModificationDate(java.util.Date date)
          Last modification date of the schematic diagram.
 void setLastUpdateDate(java.util.Date date)
          Last updating date of the schematic diagram.
 void setModifiedBy(java.lang.String name)
          Name of the user that modified the schematic diagram.
 void setName(java.lang.String name)
          Name of the schematic diagram.
 void setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer)
          Schematic diagram container related to the schematic diagram.
 void setUpdatedBy(java.lang.String name)
          Name of the last user that updated the schematic diagram.
 void setVersion(java.lang.String versionName)
          Version of the database used to create the schematic diagram.
 
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

IIDbc0ef326_bbe0_4fe5_af19_9b721c39cd73

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

getSchematicDiagramClass

ISchematicDiagramClass getSchematicDiagramClass()
                                                throws java.io.IOException,
                                                       AutomationException
Schematic diagram class related to the schematic diagram.

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

getSchematicDiagramContainer

ISchematicDiagramContainer getSchematicDiagramContainer()
                                                        throws java.io.IOException,
                                                               AutomationException
Schematic diagram container related to the schematic diagram. That is, the schematic folder or the schematic dataset for the schematic diagram storage.

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

setSchematicDiagramContainerByRef

void setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer)
                                       throws java.io.IOException,
                                              AutomationException
Schematic diagram container related to the schematic diagram. That is, the schematic folder or the schematic dataset for the schematic diagram storage.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the schematic diagram.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the schematic diagram.

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

getCreationDate

java.util.Date getCreationDate()
                               throws java.io.IOException,
                                      AutomationException
Creation date of the schematic diagram.

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

setCreationDate

void setCreationDate(java.util.Date date)
                     throws java.io.IOException,
                            AutomationException
Creation date of the schematic diagram.

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

getLastUpdateDate

java.util.Date getLastUpdateDate()
                                 throws java.io.IOException,
                                        AutomationException
Last updating date of the schematic diagram.

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

setLastUpdateDate

void setLastUpdateDate(java.util.Date date)
                       throws java.io.IOException,
                              AutomationException
Last updating date of the schematic diagram.

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

getVersion

java.lang.String getVersion()
                            throws java.io.IOException,
                                   AutomationException
Version of the database used to create the schematic diagram.

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

setVersion

void setVersion(java.lang.String versionName)
                throws java.io.IOException,
                       AutomationException
Version of the database used to create the schematic diagram.

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

getCreator

java.lang.String getCreator()
                            throws java.io.IOException,
                                   AutomationException
Name of the schematic diagram creator.

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

setCreator

void setCreator(java.lang.String name)
                throws java.io.IOException,
                       AutomationException
Name of the schematic diagram creator.

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

getUpdatedBy

java.lang.String getUpdatedBy()
                              throws java.io.IOException,
                                     AutomationException
Name of the last user that updated the schematic diagram.

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

setUpdatedBy

void setUpdatedBy(java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
Name of the last user that updated the schematic diagram.

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

getBuilderPropertySet

IPropertySet getBuilderPropertySet()
                                   throws java.io.IOException,
                                          AutomationException
Builder PropertySet related to the schematic diagram.

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.

alterBuilderPropertySet

void alterBuilderPropertySet(IPropertySet propertySet)
                             throws java.io.IOException,
                                    AutomationException
Changes the builder PropertySet related to the schematic diagram with the new specified builder PropertySet.

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.

getPropertySet

IPropertySet getPropertySet()
                            throws java.io.IOException,
                                   AutomationException
PropertySet of the schematic diagram.

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.

alterPropertySet

void alterPropertySet(IPropertySet propertySet)
                      throws java.io.IOException,
                             AutomationException
Changes the Schematic diagram PropertySet with the new specified diagram PropertySet.

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.

getLastModificationDate

java.util.Date getLastModificationDate()
                                       throws java.io.IOException,
                                              AutomationException
Last modification date of the schematic diagram.

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

setLastModificationDate

void setLastModificationDate(java.util.Date date)
                             throws java.io.IOException,
                                    AutomationException
Last modification date of the schematic diagram.

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

getModifiedBy

java.lang.String getModifiedBy()
                               throws java.io.IOException,
                                      AutomationException
Name of the user that modified the schematic diagram.

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

setModifiedBy

void setModifiedBy(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Name of the user that modified the schematic diagram.

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