com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureClass

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureClassProxy, SchematicInMemoryFeatureClass

public interface ISchematicInMemoryFeatureClass
extends Serializable

Provides access to members that manage the schematic in memory feature class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ISchematicInMemoryFeature createSchematicInMemoryFeatureLink(ISchematicInMemoryFeatureNode fromNode, ISchematicInMemoryFeatureNode toNode, String name)
          Creates a schematic in memory feature link.
 ISchematicInMemoryFeature createSchematicInMemoryFeatureNode(IGeometry geometry, String name)
          Creates a schematic in memory feature node.
 ISchematicInMemoryFeature createSchematicInMemoryFeatureNodeOnLink(ISchematicInMemoryFeatureLink referenceLink, double distance, boolean asRatio, String name)
          Creates a schematic in memory feature node on link.
 ISchematicInMemoryFeature createSchematicInMemoryFeatureSubLink(ISchematicInMemoryFeatureLink referenceLink, ISchematicInMemoryFeatureNode fromNode, ISchematicInMemoryFeatureNode toNode, String name)
          Creates a schematic in memory feature sublink.
 ISchematicElementClass getSchematicElementClass()
          The schematic element class relative to the schematic in memory feature class.
 ISchematicInMemoryDiagram getSchematicInMemoryDiagram()
          The schematic in memory diagram the schematic in memory feature class belongs to.
 IEnumSchematicInMemoryFeature getSchematicInMemoryFeatures()
          Schematic in memory features enumeration within the schematic in memory feature class.
 int getType()
          Schematic element type of the schematic in memory feature class.
 

Method Detail

getType

int getType()
            throws IOException,
                   AutomationException
Schematic element type of the schematic in memory feature class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.schematic.esriSchematicElementType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicElementClass

ISchematicElementClass getSchematicElementClass()
                                                throws IOException,
                                                       AutomationException
The schematic element class relative to the schematic in memory feature class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSchematicInMemoryDiagram

ISchematicInMemoryDiagram getSchematicInMemoryDiagram()
                                                      throws IOException,
                                                             AutomationException
The schematic in memory diagram the schematic in memory feature class belongs to.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSchematicInMemoryFeatures

IEnumSchematicInMemoryFeature getSchematicInMemoryFeatures()
                                                           throws IOException,
                                                                  AutomationException
Schematic in memory features enumeration within the schematic in memory feature class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

createSchematicInMemoryFeatureNode

ISchematicInMemoryFeature createSchematicInMemoryFeatureNode(IGeometry geometry,
                                                             String name)
                                                             throws IOException,
                                                                    AutomationException
Creates a schematic in memory feature node.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
name - The name (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSchematicInMemoryFeatureLink

ISchematicInMemoryFeature createSchematicInMemoryFeatureLink(ISchematicInMemoryFeatureNode fromNode,
                                                             ISchematicInMemoryFeatureNode toNode,
                                                             String name)
                                                             throws IOException,
                                                                    AutomationException
Creates a schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
fromNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
toNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
name - The name (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSchematicInMemoryFeatureNodeOnLink

ISchematicInMemoryFeature createSchematicInMemoryFeatureNodeOnLink(ISchematicInMemoryFeatureLink referenceLink,
                                                                   double distance,
                                                                   boolean asRatio,
                                                                   String name)
                                                                   throws IOException,
                                                                          AutomationException
Creates a schematic in memory feature node on link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
referenceLink - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureLink (in)
distance - The distance (in)
asRatio - The asRatio (in)
name - The name (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSchematicInMemoryFeatureSubLink

ISchematicInMemoryFeature createSchematicInMemoryFeatureSubLink(ISchematicInMemoryFeatureLink referenceLink,
                                                                ISchematicInMemoryFeatureNode fromNode,
                                                                ISchematicInMemoryFeatureNode toNode,
                                                                String name)
                                                                throws IOException,
                                                                       AutomationException
Creates a schematic in memory feature sublink.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
referenceLink - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureLink (in)
fromNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
toNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
name - The name (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.