com.esri.arcgis.schematic
Class ISchematicNetworkDatasetBuilderProxy

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

public class ISchematicNetworkDatasetBuilderProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicNetworkDatasetBuilder, Serializable

Provides access to members that control the schematic Network Dataset builder.

Product Availability

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E
 
Constructor Summary
  ISchematicNetworkDatasetBuilderProxy()
           
  ISchematicNetworkDatasetBuilderProxy(Object obj)
           
protected ISchematicNetworkDatasetBuilderProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean isAutoCreateElementClasses()
          Indicates if the schematic element classes are automatically created by the schematic Network Dataset builder.
 boolean isInitializeLinksVertices()
          Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Network Dataset builder.
 boolean isInitializeNodesPosition()
          Indicates if the initial positions for the nodes must be retrieved and initialized by the schematic Network Dataset builder.
 boolean isMergeNodes()
          Indicates if the schematic Network Dataset builder generates only a schematic node per feature.
 void readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 void setAutoCreateElementClasses(boolean pAutoCreate)
          Indicates if the schematic element classes are automatically created by the schematic Network Dataset builder.
 void setInitializeLinksVertices(boolean pInitializeLinksVertices)
          Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Network Dataset builder.
 void setInitializeNodesPosition(boolean pInitializeNodesPosition)
          Indicates if the initial positions for the nodes must be retrieved and initialized by the schematic Network Dataset builder.
 void setMergeNodes(boolean pMergeNodes)
          Indicates if the schematic Network Dataset builder generates only a schematic node per feature.
 void writeExternal(ObjectOutput out)
           
 
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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISchematicNetworkDatasetBuilderProxy

public ISchematicNetworkDatasetBuilderProxy()

ISchematicNetworkDatasetBuilderProxy

public ISchematicNetworkDatasetBuilderProxy(Object obj)
                                     throws IOException
Throws:
IOException

ISchematicNetworkDatasetBuilderProxy

protected ISchematicNetworkDatasetBuilderProxy(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

setAutoCreateElementClasses

public void setAutoCreateElementClasses(boolean pAutoCreate)
                                 throws IOException,
                                        AutomationException
Indicates if the schematic element classes are automatically created by the schematic Network Dataset builder.

Product Availability

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

Specified by:
setAutoCreateElementClasses in interface ISchematicNetworkDatasetBuilder
Parameters:
pAutoCreate - The pAutoCreate (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutoCreateElementClasses

public boolean isAutoCreateElementClasses()
                                   throws IOException,
                                          AutomationException
Indicates if the schematic element classes are automatically created by the schematic Network Dataset builder.

Product Availability

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

Specified by:
isAutoCreateElementClasses in interface ISchematicNetworkDatasetBuilder
Returns:
The pAutoCreate
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitializeNodesPosition

public void setInitializeNodesPosition(boolean pInitializeNodesPosition)
                                throws IOException,
                                       AutomationException
Indicates if the initial positions for the nodes must be retrieved and initialized by the schematic Network Dataset builder.

Product Availability

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

Specified by:
setInitializeNodesPosition in interface ISchematicNetworkDatasetBuilder
Parameters:
pInitializeNodesPosition - The pInitializeNodesPosition (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInitializeNodesPosition

public boolean isInitializeNodesPosition()
                                  throws IOException,
                                         AutomationException
Indicates if the initial positions for the nodes must be retrieved and initialized by the schematic Network Dataset builder.

Product Availability

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

Specified by:
isInitializeNodesPosition in interface ISchematicNetworkDatasetBuilder
Returns:
The pInitializeNodesPosition
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitializeLinksVertices

public void setInitializeLinksVertices(boolean pInitializeLinksVertices)
                                throws IOException,
                                       AutomationException
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Network Dataset builder.

Product Availability

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

Specified by:
setInitializeLinksVertices in interface ISchematicNetworkDatasetBuilder
Parameters:
pInitializeLinksVertices - The pInitializeLinksVertices (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInitializeLinksVertices

public boolean isInitializeLinksVertices()
                                  throws IOException,
                                         AutomationException
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Network Dataset builder.

Product Availability

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

Specified by:
isInitializeLinksVertices in interface ISchematicNetworkDatasetBuilder
Returns:
The pInitializeLinksVertices
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMergeNodes

public void setMergeNodes(boolean pMergeNodes)
                   throws IOException,
                          AutomationException
Indicates if the schematic Network Dataset builder generates only a schematic node per feature.

Product Availability

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

Specified by:
setMergeNodes in interface ISchematicNetworkDatasetBuilder
Parameters:
pMergeNodes - The pMergeNodes (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMergeNodes

public boolean isMergeNodes()
                     throws IOException,
                            AutomationException
Indicates if the schematic Network Dataset builder generates only a schematic node per feature.

Product Availability

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

Specified by:
isMergeNodes in interface ISchematicNetworkDatasetBuilder
Returns:
The pMergeNodes
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException
ClassNotFoundException