com.esri.arcgis.editor
Class IEditSketch3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.editor.IEditSketchProxy
          extended by com.esri.arcgis.editor.IEditSketch2Proxy
              extended by com.esri.arcgis.editor.IEditSketch3Proxy
All Implemented Interfaces:
IEditSketch, IEditSketch2, IEditSketch3, java.io.Externalizable, java.io.Serializable

public class IEditSketch3Proxy
extends IEditSketch2Proxy
implements IEditSketch3, java.io.Serializable

Internal use class Proxy for COM Interface 'IEditSketch3'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to members that access and manipulate 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.editor.IEditSketch3
IID, IID560640d2_81cb_4070_b73a_5f9e4d52df00
 
Fields inherited from interface com.esri.arcgis.editor.IEditSketch2
IIDf8cf41ac_6f8a_4892_b0f7_2e0668b8cba0
 
Fields inherited from interface com.esri.arcgis.editor.IEditSketch
IID6d3a6f67_9115_11d1_8461_0000f875b9c6
 
Constructor Summary
  IEditSketch3Proxy()
          For internal use only
  IEditSketch3Proxy(java.lang.Object obj)
           
protected IEditSketch3Proxy(java.lang.Object obj, java.lang.String iid)
           
  IEditSketch3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IEditSketch3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 void clearSelectedVertices()
          Clears selected vertices.
 void clearWYSIWYGSketchSymbol()
          Clears the WYSIWYG Sketch symbol and its properties.
 int getSelectedVertexCount()
          The number of selected vertices.
 IShapeConstructor getShapeConstructor()
          The currently activated Shape Constructor.
 ISymbol getWYSIWYGSketchSymbol()
          The WYSIWYG symbol for the sketch.
 boolean isSketchSymbolIsWYSIWYG()
          Indicates whether the sketch symbol is WYSIWYG.
 boolean isSketchSymbolRespectsRefScale()
          Indicates whether the sketch symbol should respect the map's reference scale.
 boolean isVertexSelected(int part, int vertex)
          Is a vertex selected.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void selectVertex(int part, int vertex)
          Selects a vertex.
 void setShapeConstructorByRef(IShapeConstructor shapeConstructor)
          The currently activated Shape Constructor.
 void setWYSIWYGSketchSymbol(ISymbol symbol, boolean isWYSIWYG, boolean respectsRefScale)
          The WYSIWYG Sketch symbol and its properties.
 void unselectVertex(int part, int vertex)
          Unselects a vertex.
 
Methods inherited from class com.esri.arcgis.editor.IEditSketch2Proxy
getCurrentZ, getEditSketchExtension, isMAware, isPartComplete, isZAware, setCurrentZ, setEditSketchExtensionByRef, setMAware, setZAware, vertexAdded, vertexDeleted, vertexMoved
 
Methods inherited from class com.esri.arcgis.editor.IEditSketchProxy
addPoint, finishSketch, finishSketchPart, getGeometry, getGeometryType, getLastPoint, getPart, getSegment, getVertex, modifySketch, refreshSketch, setGeometryByRef, setGeometryType
 
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.editor.IEditSketch2
getCurrentZ, getEditSketchExtension, isMAware, isPartComplete, isZAware, setCurrentZ, setEditSketchExtensionByRef, setMAware, setZAware, vertexAdded, vertexDeleted, vertexMoved
 
Methods inherited from interface com.esri.arcgis.editor.IEditSketch
addPoint, finishSketch, finishSketchPart, getGeometry, getGeometryType, getLastPoint, getPart, getSegment, getVertex, modifySketch, refreshSketch, setGeometryByRef, setGeometryType
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IEditSketch3Proxy

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

IEditSketch3Proxy

public IEditSketch3Proxy()
For internal use only


IEditSketch3Proxy

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

IEditSketch3Proxy

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

IEditSketch3Proxy

protected IEditSketch3Proxy(java.lang.String CLSID,
                            java.lang.String iid,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.io.IOException
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
Overrides:
addListener in class IEditSketch2Proxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class IEditSketch2Proxy
Throws:
java.io.IOException

isVertexSelected

public boolean isVertexSelected(int part,
                                int vertex)
                         throws java.io.IOException,
                                AutomationException
Is a vertex selected.

Specified by:
isVertexSelected in interface IEditSketch3
Parameters:
part - The part (in)
vertex - The vertex (in)
Returns:
The pbSelected
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearSelectedVertices

public void clearSelectedVertices()
                           throws java.io.IOException,
                                  AutomationException
Clears selected vertices.

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

selectVertex

public void selectVertex(int part,
                         int vertex)
                  throws java.io.IOException,
                         AutomationException
Selects a vertex.

Specified by:
selectVertex in interface IEditSketch3
Parameters:
part - The part (in)
vertex - The vertex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unselectVertex

public void unselectVertex(int part,
                           int vertex)
                    throws java.io.IOException,
                           AutomationException
Unselects a vertex.

Specified by:
unselectVertex in interface IEditSketch3
Parameters:
part - The part (in)
vertex - The vertex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedVertexCount

public int getSelectedVertexCount()
                           throws java.io.IOException,
                                  AutomationException
The number of selected vertices.

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

setWYSIWYGSketchSymbol

public void setWYSIWYGSketchSymbol(ISymbol symbol,
                                   boolean isWYSIWYG,
                                   boolean respectsRefScale)
                            throws java.io.IOException,
                                   AutomationException
The WYSIWYG Sketch symbol and its properties.

Specified by:
setWYSIWYGSketchSymbol in interface IEditSketch3
Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
isWYSIWYG - The isWYSIWYG (in)
respectsRefScale - The respectsRefScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearWYSIWYGSketchSymbol

public void clearWYSIWYGSketchSymbol()
                              throws java.io.IOException,
                                     AutomationException
Clears the WYSIWYG Sketch symbol and its properties.

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

getWYSIWYGSketchSymbol

public ISymbol getWYSIWYGSketchSymbol()
                               throws java.io.IOException,
                                      AutomationException
The WYSIWYG symbol for the sketch.

Specified by:
getWYSIWYGSketchSymbol in interface IEditSketch3
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSketchSymbolIsWYSIWYG

public boolean isSketchSymbolIsWYSIWYG()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether the sketch symbol is WYSIWYG.

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

isSketchSymbolRespectsRefScale

public boolean isSketchSymbolRespectsRefScale()
                                       throws java.io.IOException,
                                              AutomationException
Indicates whether the sketch symbol should respect the map's reference scale.

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

getShapeConstructor

public IShapeConstructor getShapeConstructor()
                                      throws java.io.IOException,
                                             AutomationException
The currently activated Shape Constructor.

Specified by:
getShapeConstructor in interface IEditSketch3
Returns:
A reference to a com.esri.arcgis.editor.IShapeConstructor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShapeConstructorByRef

public void setShapeConstructorByRef(IShapeConstructor shapeConstructor)
                              throws java.io.IOException,
                                     AutomationException
The currently activated Shape Constructor.

Specified by:
setShapeConstructorByRef in interface IEditSketch3
Parameters:
shapeConstructor - A reference to a com.esri.arcgis.editor.IShapeConstructor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.