|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicImport
public class SchematicImport
Object used to import Feature Layers, Object Classes or Symbols into a schematic dataset.
| Constructor Summary | |
|---|---|
SchematicImport()
Constructs a SchematicImport using ArcGIS Engine. |
|
SchematicImport(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SchematicImport theSchematicImport = (SchematicImport) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
exportSymbols(ISchematicDataset schematicDataset,
String destPathName)
Exports the CGM symbols stored in the specified schematic dataset into the specified location. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
importFeatureLayer(IFeatureLayer featureLayer,
ISchematicDataset schematicDataset,
String diagramClassName,
boolean symbology,
boolean overwriteSymbols,
boolean staticStorage)
Imports the specified feature layer into the specified schematic dataset for the specified schematic diagram class. |
void |
importNgProject(INgProject ngProject,
ISchematicDataset schematicDataset)
Import an NgProject into a SchematicDataset. |
void |
importObjectClass(IObjectClass objectClass,
ISchematicDataset schematicDataset,
String diagramClassName,
boolean forceElementType,
int ngType)
Imports the specified objectClass into the specified schematic dataset for the specified schematic diagram class. |
void |
importSymbols(IFileNames __MIDL_0011,
ISchematicDataset schematicDataset)
Imports the CGM symbols files stored at the specified location into the specified schematic dataset. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SchematicImport()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SchematicImport(Object obj)
throws IOException
SchematicImport theSchematicImport = (SchematicImport) obj;
obj to SchematicImport.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void importObjectClass(IObjectClass objectClass,
ISchematicDataset schematicDataset,
String diagramClassName,
boolean forceElementType,
int ngType)
throws IOException,
AutomationException
importObjectClass in interface ISchematicImportobjectClass - A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)schematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)diagramClassName - The diagramClassName (in)forceElementType - The forceElementType (in, optional, pass false if not required)ngType - A com.esri.arcgis.schematic.esriNgElementTypeEnum constant (in, optional, pass 2006 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicImport.importFeatureLayer(com.esri.arcgis.carto.IFeatureLayer, com.esri.arcgis.schematic.ISchematicDataset, String, boolean, boolean, boolean)
public void importFeatureLayer(IFeatureLayer featureLayer,
ISchematicDataset schematicDataset,
String diagramClassName,
boolean symbology,
boolean overwriteSymbols,
boolean staticStorage)
throws IOException,
AutomationException
importFeatureLayer in interface ISchematicImportfeatureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)schematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)diagramClassName - The diagramClassName (in)symbology - The symbology (in)overwriteSymbols - The overwriteSymbols (in)staticStorage - The staticStorage (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicImport.importObjectClass(com.esri.arcgis.geodatabase.IObjectClass, com.esri.arcgis.schematic.ISchematicDataset, String, boolean, int)
public void exportSymbols(ISchematicDataset schematicDataset,
String destPathName)
throws IOException,
AutomationException
exportSymbols in interface ISchematicImportschematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)destPathName - The destPathName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicImport.importSymbols(com.esri.arcgis.system.IFileNames, com.esri.arcgis.schematic.ISchematicDataset)
public void importSymbols(IFileNames __MIDL_0011,
ISchematicDataset schematicDataset)
throws IOException,
AutomationException
importSymbols in interface ISchematicImport__MIDL_0011 - A reference to a com.esri.arcgis.system.IFileNames (in)schematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicImport.exportSymbols(com.esri.arcgis.schematic.ISchematicDataset, String)
public void importNgProject(INgProject ngProject,
ISchematicDataset schematicDataset)
throws IOException,
AutomationException
importNgProject in interface ISchematicImportngProject - A reference to a com.esri.arcgis.schematic.INgProject (in)schematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
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 | ||||||||