com.esri.arcgis.schematic
Class ISchematicInMemoryFeatureClassProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicInMemoryFeatureClassProxy
All Implemented Interfaces:
ISchematicInMemoryFeatureClass, Externalizable, Serializable

public class ISchematicInMemoryFeatureClassProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicInMemoryFeatureClass, Serializable

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

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ISchematicInMemoryFeatureClassProxy()
           
  ISchematicInMemoryFeatureClassProxy(Object obj)
           
protected ISchematicInMemoryFeatureClassProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ISchematicInMemoryFeatureClassProxy

public ISchematicInMemoryFeatureClassProxy()

ISchematicInMemoryFeatureClassProxy

public ISchematicInMemoryFeatureClassProxy(Object obj)
                                    throws IOException
Throws:
IOException

ISchematicInMemoryFeatureClassProxy

protected ISchematicInMemoryFeatureClassProxy(Object obj,
                                              String iid)
                                       throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getType

public 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.

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

getSchematicElementClass

public 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.

Specified by:
getSchematicElementClass in interface ISchematicInMemoryFeatureClass
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

public 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.

Specified by:
getSchematicInMemoryDiagram in interface ISchematicInMemoryFeatureClass
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

public 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.

Specified by:
getSchematicInMemoryFeatures in interface ISchematicInMemoryFeatureClass
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

public 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.

Specified by:
createSchematicInMemoryFeatureNode in interface ISchematicInMemoryFeatureClass
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

public 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.

Specified by:
createSchematicInMemoryFeatureLink in interface ISchematicInMemoryFeatureClass
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

public 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.

Specified by:
createSchematicInMemoryFeatureNodeOnLink in interface ISchematicInMemoryFeatureClass
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

public 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.

Specified by:
createSchematicInMemoryFeatureSubLink in interface ISchematicInMemoryFeatureClass
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.