com.esri.arcgis.schematic
Class ISchematicInitialPositionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRowBufferProxy
          extended by com.esri.arcgis.geodatabase.IRowProxy
              extended by com.esri.arcgis.geodatabase.IObjectProxy
                  extended by com.esri.arcgis.schematic.ISchematicInitialPositionProxy
All Implemented Interfaces:
IObject, IRow, IRowBuffer, ISchematicInitialPosition, Externalizable, Serializable

public class ISchematicInitialPositionProxy
extends IObjectProxy
implements ISchematicInitialPosition, Serializable

Provides access to members that control the initial position of nodes.

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
  ISchematicInitialPositionProxy()
           
  ISchematicInitialPositionProxy(Object obj)
           
protected ISchematicInitialPositionProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 double getInitialXPosition()
          Initial X position of the schematic node.
 double getInitialYPosition()
          Initial Y position of the schematic node.
 void removeListener(String iidStr, Object theListener)
           
 void setInitialXPosition(double x)
          Initial X position of the schematic node.
 void setInitialYPosition(double y)
          Initial Y position of the schematic node.
 
Methods inherited from class com.esri.arcgis.geodatabase.IObjectProxy
esri_getClass
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowProxy
delete, getOID, getTable, isHasOID, store
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowBufferProxy
getFields, getValue, setValue
 
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
 
Methods inherited from interface com.esri.arcgis.geodatabase.IObject
esri_getClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRow
delete, getOID, getTable, isHasOID, store
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
getFields, getValue, setValue
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ISchematicInitialPositionProxy

public ISchematicInitialPositionProxy()

ISchematicInitialPositionProxy

public ISchematicInitialPositionProxy(Object obj)
                               throws IOException
Throws:
IOException

ISchematicInitialPositionProxy

protected ISchematicInitialPositionProxy(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 IObjectProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IObjectProxy
Throws:
IOException

getInitialXPosition

public double getInitialXPosition()
                           throws IOException,
                                  AutomationException
Initial X position of the schematic node.

Product Availability

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

Specified by:
getInitialXPosition in interface ISchematicInitialPosition
Returns:
The x
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitialXPosition

public void setInitialXPosition(double x)
                         throws IOException,
                                AutomationException
Initial X position of the schematic node.

Product Availability

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

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

getInitialYPosition

public double getInitialYPosition()
                           throws IOException,
                                  AutomationException
Initial Y position of the schematic node.

Product Availability

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

Specified by:
getInitialYPosition in interface ISchematicInitialPosition
Returns:
The y
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitialYPosition

public void setInitialYPosition(double y)
                         throws IOException,
                                AutomationException
Initial Y position of the schematic node.

Product Availability

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

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