com.esri.arcgis.schematic
Interface ISchematicDatasetImport

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicDatasetImportProxy, SchematicDataset

public interface ISchematicDatasetImport
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic dataset import.' 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 IIDbda9bac4_5a6a_4086_a434_d0f2c0e55d4b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void importFeatureLayer(IFeatureLayer featureLayer, ISchematicDiagramClass schematicDiagramClass, boolean symbology, boolean overwriteSymbols, boolean staticStorage)
          Imports a feature layer and associates the created schematic element class to the specified schematic diagram class.
 void importObjectClass(IObjectClass objectClass, ISchematicDiagramClass schematicDiagramClass, boolean forceType, int type)
          Imports an object class and associates the created schematic element class to the specified schematic diagram class.
 

Field Detail

IIDbda9bac4_5a6a_4086_a434_d0f2c0e55d4b

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

importObjectClass

void importObjectClass(IObjectClass objectClass,
                       ISchematicDiagramClass schematicDiagramClass,
                       boolean forceType,
                       int type)
                       throws java.io.IOException,
                              AutomationException
Imports an object class and associates the created schematic element class to the specified schematic diagram class.

Parameters:
objectClass - A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)
schematicDiagramClass - A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)
forceType - The forceType (in)
type - A com.esri.arcgis.schematic.esriSchematicElementType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

importFeatureLayer

void importFeatureLayer(IFeatureLayer featureLayer,
                        ISchematicDiagramClass schematicDiagramClass,
                        boolean symbology,
                        boolean overwriteSymbols,
                        boolean staticStorage)
                        throws java.io.IOException,
                               AutomationException
Imports a feature layer and associates the created schematic element class to the specified schematic diagram class.

Parameters:
featureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
schematicDiagramClass - A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)
symbology - The symbology (in)
overwriteSymbols - The overwriteSymbols (in)
staticStorage - The staticStorage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.