com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureClass

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureClassProxy, SchematicInMemoryFeatureClass

public interface ISchematicInMemoryFeatureClass
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic in memory feature class.' 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 IID5438bd1f_3ae9_4b3b_a028_6b696c28e4ef
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicInMemoryFeature createSchematicInMemoryFeatureLink(ISchematicInMemoryFeatureNode fromNode, ISchematicInMemoryFeatureNode toNode, java.lang.String name)
          Creates a schematic in memory feature link.
 ISchematicInMemoryFeature createSchematicInMemoryFeatureNode(IGeometry geometry, java.lang.String name)
          Creates a schematic in memory feature node.
 ISchematicInMemoryFeature createSchematicInMemoryFeatureNodeOnLink(ISchematicInMemoryFeatureLink referenceLink, double distance, boolean asRatio, java.lang.String name)
          Creates a schematic in memory feature node on link.
 ISchematicInMemoryFeature createSchematicInMemoryFeatureSubLink(ISchematicInMemoryFeatureLink referenceLink, ISchematicInMemoryFeatureNode fromNode, ISchematicInMemoryFeatureNode toNode, java.lang.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.
 

Field Detail

IID5438bd1f_3ae9_4b3b_a028_6b696c28e4ef

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

getType

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

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

getSchematicElementClass

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

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

getSchematicInMemoryDiagram

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

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

getSchematicInMemoryFeatures

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

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

createSchematicInMemoryFeatureNode

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSchematicInMemoryFeatureLink

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSchematicInMemoryFeatureNodeOnLink

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSchematicInMemoryFeatureSubLink

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.