com.esri.arcgis.controls
Class IEngineEditSketchProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.controls.IEngineEditSketchProxy
All Implemented Interfaces:
IEngineEditSketch, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IEngineEditSketch'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members that manage the edit sketch.' 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 =

public class IEngineEditSketchProxy
extends com.esri.arcgis.interop.Dispatch
implements IEngineEditSketch, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.controls.IEngineEditSketch
IID, IIDa741844a_9abf_456e_b7c6_94b3c75fcb5f
 
Constructor Summary
  IEngineEditSketchProxy()
          Deprecated. For internal use only
  IEngineEditSketchProxy(java.lang.Object obj)
          Deprecated.  
protected IEngineEditSketchProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IEngineEditSketchProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IEngineEditSketchProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addPoint(IPoint point, boolean allowUndo)
          Deprecated. Adds a point to the edit sketch.
 void finishSketch()
          Deprecated. Completes the current edit sketch.
 void finishSketchPart()
          Deprecated. Completes a part for the current edit sketch.
 double getCurrentZ()
          Deprecated. Current Z value for the edit sketch.
 IPoint getEditLocation()
          Deprecated. A point that can be used by any custom editing commands.
 IGeometry getGeometry()
          Deprecated. Geometry stored in the edit sketch.
 int getGeometryType()
          Deprecated. Type of the geometry stored in the edit sketch.
 IPoint getLastPoint()
          Deprecated. The last point in the edit sketch.
 int getPart()
          Deprecated. The index of the current part of the sketch.
 int getSegment()
          Deprecated. The index of the current segment of the sketch.
 int getVertex()
          Deprecated. The index of the current vertex of the sketch.
 boolean isZAware()
          Deprecated. Indicates whether the edit sketch geometry can contain Zs.
 void modifySketch()
          Deprecated. Notifies listeners that the sketch has been changed.
 void refreshSketch()
          Deprecated. Invalidates the portion of the display that is occupied by the sketch.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCurrentZ(double z)
          Deprecated. Current Z value for the edit sketch.
 void setEditLocation(int x, int y)
          Deprecated. Sets the part, segment and vertex of the edit sketch at the x,y location.
 void setGeometryByRef(IGeometry geometry)
          Deprecated. Geometry stored in the edit sketch.
 void setGeometryType(int geomType)
          Deprecated. Type of the geometry stored in the edit sketch.
 void setZAware(boolean aware)
          Deprecated. Indicates whether the edit sketch geometry can contain Zs.
 void vertexAdded(IPoint point)
          Deprecated. Notifies listeners that a vertex has been added to the sketch.
 void vertexDeleted(IPoint point)
          Deprecated. Notifies listeners that a vertex has been deleted from the sketch.
 void vertexMoved(IPoint point)
          Deprecated. Notifies listeners that a vertex has been moved in the sketch.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IEngineEditSketchProxy

public IEngineEditSketchProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IEngineEditSketchProxy

public IEngineEditSketchProxy()
Deprecated. 
For internal use only


IEngineEditSketchProxy

public IEngineEditSketchProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IEngineEditSketchProxy

protected IEngineEditSketchProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IEngineEditSketchProxy

protected IEngineEditSketchProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

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

removeListener

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

getGeometryType

public int getGeometryType()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Type of the geometry stored in the edit sketch.

Specified by:
getGeometryType in interface IEngineEditSketch
Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometryType

public void setGeometryType(int geomType)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Type of the geometry stored in the edit sketch.

Specified by:
setGeometryType in interface IEngineEditSketch
Parameters:
geomType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometry

public IGeometry getGeometry()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Geometry stored in the edit sketch.

Specified by:
getGeometry in interface IEngineEditSketch
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometryByRef

public void setGeometryByRef(IGeometry geometry)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Geometry stored in the edit sketch.

Specified by:
setGeometryByRef in interface IEngineEditSketch
Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEditLocation

public IPoint getEditLocation()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
A point that can be used by any custom editing commands. This property is set by the SetEditLocation method.

Specified by:
getEditLocation in interface IEngineEditSketch
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPart

public int getPart()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The index of the current part of the sketch.

Specified by:
getPart in interface IEngineEditSketch
Returns:
The part
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSegment

public int getSegment()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The index of the current segment of the sketch.

Specified by:
getSegment in interface IEngineEditSketch
Returns:
The segment
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVertex

public int getVertex()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The index of the current vertex of the sketch.

Specified by:
getVertex in interface IEngineEditSketch
Returns:
The vertex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addPoint

public void addPoint(IPoint point,
                     boolean allowUndo)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Adds a point to the edit sketch. If allowUndo is true, a new operation will be created.

Specified by:
addPoint in interface IEngineEditSketch
Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
allowUndo - The allowUndo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshSketch

public void refreshSketch()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Invalidates the portion of the display that is occupied by the sketch.

Specified by:
refreshSketch in interface IEngineEditSketch
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

finishSketch

public void finishSketch()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Completes the current edit sketch.

Specified by:
finishSketch in interface IEngineEditSketch
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

finishSketchPart

public void finishSketchPart()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Completes a part for the current edit sketch.

Specified by:
finishSketchPart in interface IEngineEditSketch
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastPoint

public IPoint getLastPoint()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The last point in the edit sketch.

Specified by:
getLastPoint in interface IEngineEditSketch
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

modifySketch

public void modifySketch()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Notifies listeners that the sketch has been changed.

Specified by:
modifySketch in interface IEngineEditSketch
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

vertexAdded

public void vertexAdded(IPoint point)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Notifies listeners that a vertex has been added to the sketch.

Specified by:
vertexAdded in interface IEngineEditSketch
Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

vertexDeleted

public void vertexDeleted(IPoint point)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Notifies listeners that a vertex has been deleted from the sketch.

Specified by:
vertexDeleted in interface IEngineEditSketch
Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

vertexMoved

public void vertexMoved(IPoint point)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Notifies listeners that a vertex has been moved in the sketch.

Specified by:
vertexMoved in interface IEngineEditSketch
Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEditLocation

public void setEditLocation(int x,
                            int y)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Sets the part, segment and vertex of the edit sketch at the x,y location.

Specified by:
setEditLocation in interface IEngineEditSketch
Parameters:
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isZAware

public boolean isZAware()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether the edit sketch geometry can contain Zs.

Specified by:
isZAware in interface IEngineEditSketch
Returns:
The aware
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZAware

public void setZAware(boolean aware)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates whether the edit sketch geometry can contain Zs.

Specified by:
setZAware in interface IEngineEditSketch
Parameters:
aware - The aware (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentZ

public double getCurrentZ()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Current Z value for the edit sketch.

Specified by:
getCurrentZ in interface IEngineEditSketch
Returns:
The z
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentZ

public void setCurrentZ(double z)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Current Z value for the edit sketch.

Specified by:
setCurrentZ in interface IEngineEditSketch
Parameters:
z - The z (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.