com.esri.arcgis.schematic
Interface ISchematicXmlBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicXmlBuilderProxy

public interface ISchematicXmlBuilder
extends java.io.Serializable

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

Description: 'Provides access to members that control the Xml builder.' 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 IIDf5850ba2_9f50_498e_9d9e_6143383059a0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getGeneratingComponentCLSID()
          External Component classID for generating diagrams.
 java.lang.String getObjectTypeMapping()
          Optional mapping between the schematic feature type in the XML file and the schematic feature type in the schematic dataset.
 java.lang.String getUpdatingComponentCLSID()
          External Component classID for updating diagrams.
 boolean isAutoCreateElementClasses()
          Indicates if the schematic element classes are automatically created by the schematic Xml builder.
 boolean isInitializeLinksVertices()
          Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder.
 boolean isPersistManualOperations()
          Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update.
 void setAutoCreateElementClasses(boolean autoCreate)
          Indicates if the schematic element classes are automatically created by the schematic Xml builder.
 void setGeneratingComponentCLSID(java.lang.String cLSID)
          External Component classID for generating diagrams.
 void setInitializeLinksVertices(boolean initializeLinksVertices)
          Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder.
 void setObjectTypeMapping(java.lang.String objectTypeMapping)
          Optional mapping between the schematic feature type in the XML file and the schematic feature type in the schematic dataset.
 void setPersistManualOperations(boolean persistManualOperations)
          Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update.
 void setUpdatingComponentCLSID(java.lang.String cLSID)
          External Component classID for updating diagrams.
 

Field Detail

IIDf5850ba2_9f50_498e_9d9e_6143383059a0

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

setGeneratingComponentCLSID

void setGeneratingComponentCLSID(java.lang.String cLSID)
                                 throws java.io.IOException,
                                        AutomationException
External Component classID for generating diagrams.

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

getGeneratingComponentCLSID

java.lang.String getGeneratingComponentCLSID()
                                             throws java.io.IOException,
                                                    AutomationException
External Component classID for generating diagrams.

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

setUpdatingComponentCLSID

void setUpdatingComponentCLSID(java.lang.String cLSID)
                               throws java.io.IOException,
                                      AutomationException
External Component classID for updating diagrams.

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

getUpdatingComponentCLSID

java.lang.String getUpdatingComponentCLSID()
                                           throws java.io.IOException,
                                                  AutomationException
External Component classID for updating diagrams.

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

setAutoCreateElementClasses

void setAutoCreateElementClasses(boolean autoCreate)
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the schematic element classes are automatically created by the schematic Xml builder.

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

isAutoCreateElementClasses

boolean isAutoCreateElementClasses()
                                   throws java.io.IOException,
                                          AutomationException
Indicates if the schematic element classes are automatically created by the schematic Xml builder.

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

setInitializeLinksVertices

void setInitializeLinksVertices(boolean initializeLinksVertices)
                                throws java.io.IOException,
                                       AutomationException
Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder.

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

isInitializeLinksVertices

boolean isInitializeLinksVertices()
                                  throws java.io.IOException,
                                         AutomationException
Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder.

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

setPersistManualOperations

void setPersistManualOperations(boolean persistManualOperations)
                                throws java.io.IOException,
                                       AutomationException
Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update.

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

isPersistManualOperations

boolean isPersistManualOperations()
                                  throws java.io.IOException,
                                         AutomationException
Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update.

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

setObjectTypeMapping

void setObjectTypeMapping(java.lang.String objectTypeMapping)
                          throws java.io.IOException,
                                 AutomationException
Optional mapping between the schematic feature type in the XML file and the schematic feature type in the schematic dataset.

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

getObjectTypeMapping

java.lang.String getObjectTypeMapping()
                                      throws java.io.IOException,
                                             AutomationException
Optional mapping between the schematic feature type in the XML file and the schematic feature type in the schematic dataset.

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