com.esri.arcgis.geometry
Class IConstructMultipointProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IConstructMultipointProxy
All Implemented Interfaces:
IConstructMultipoint, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IConstructMultipoint'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that construct multiple points using other geometries and values.' 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 IConstructMultipointProxy
extends com.esri.arcgis.interop.Dispatch
implements IConstructMultipoint, 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.geometry.IConstructMultipoint
IID, IIDbe99e37a_14f8_11d1_8336_0000f8775be9
 
Constructor Summary
  IConstructMultipointProxy()
          Deprecated. For internal use only
  IConstructMultipointProxy(java.lang.Object obj)
          Deprecated.  
protected IConstructMultipointProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IConstructMultipointProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IConstructMultipointProxy(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 constructArcPoints(ICircularArc a)
          Deprecated. Constructs the four arc points (fromPoint, toPoint, center point, intersection point of the tangents at fromPoint and toPoint, in that order) for the specified circular arc.
 void constructDivideEqual(ICurve inCurve, int numInnerPoints)
          Deprecated. Constructs cPoints points evenly distributed along the input curve.
 void constructDivideLength(ICurve inCurve, double separationDistance)
          Deprecated. Places points along the input curve each seperate by the specified distance.
 void constructIntersection(ISegment segment1, int extension1, ISegment segment2, int extension2, java.lang.Object[] params1, java.lang.Object[] params2, java.lang.Object[] isTangentPoint)
          Deprecated. Constructs the point(s) of intersection/tangency between two segments.
 void constructIntersectionEx(ISegment segment1, int extension1, ISegment segment2, int extension2, double[] params1, double[] params2, int[] tangentBits)
          Deprecated. Constructs the point(s) of intersection/tangency between two segments.
 void constructTangent(ICurve inCurve, IPoint p)
          Deprecated. Constructs all points of tangency to a curve from a point.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

IConstructMultipointProxy

public IConstructMultipointProxy(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

IConstructMultipointProxy

public IConstructMultipointProxy()
Deprecated. 
For internal use only


IConstructMultipointProxy

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

IConstructMultipointProxy

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

IConstructMultipointProxy

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

constructTangent

public void constructTangent(ICurve inCurve,
                             IPoint p)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Constructs all points of tangency to a curve from a point.

Specified by:
constructTangent in interface IConstructMultipoint
Parameters:
inCurve - A reference to a com.esri.arcgis.geometry.ICurve (in)
p - 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.

constructDivideEqual

public void constructDivideEqual(ICurve inCurve,
                                 int numInnerPoints)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Constructs cPoints points evenly distributed along the input curve.

Specified by:
constructDivideEqual in interface IConstructMultipoint
Parameters:
inCurve - A reference to a com.esri.arcgis.geometry.ICurve (in)
numInnerPoints - The numInnerPoints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructDivideLength

public void constructDivideLength(ICurve inCurve,
                                  double separationDistance)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Places points along the input curve each seperate by the specified distance.

Specified by:
constructDivideLength in interface IConstructMultipoint
Parameters:
inCurve - A reference to a com.esri.arcgis.geometry.ICurve (in)
separationDistance - The separationDistance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructArcPoints

public void constructArcPoints(ICircularArc a)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Constructs the four arc points (fromPoint, toPoint, center point, intersection point of the tangents at fromPoint and toPoint, in that order) for the specified circular arc.

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

constructIntersectionEx

public void constructIntersectionEx(ISegment segment1,
                                    int extension1,
                                    ISegment segment2,
                                    int extension2,
                                    double[] params1,
                                    double[] params2,
                                    int[] tangentBits)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Constructs the point(s) of intersection/tangency between two segments. Different ways of extending the segments in order to locate additional points can be specified.

Specified by:
constructIntersectionEx in interface IConstructMultipoint
Parameters:
segment1 - A reference to a com.esri.arcgis.geometry.ISegment (in)
extension1 - A com.esri.arcgis.geometry.esriSegmentExtension constant (in)
segment2 - A reference to a com.esri.arcgis.geometry.ISegment (in)
extension2 - A com.esri.arcgis.geometry.esriSegmentExtension constant (in)
params1 - The params1 (out: use single element array, optional, pass single element of null if not required)
params2 - The params2 (out: use single element array, optional, pass single element of null if not required)
tangentBits - The tangentBits (out: use single element array, optional, pass single element of null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructIntersection

public void constructIntersection(ISegment segment1,
                                  int extension1,
                                  ISegment segment2,
                                  int extension2,
                                  java.lang.Object[] params1,
                                  java.lang.Object[] params2,
                                  java.lang.Object[] isTangentPoint)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Constructs the point(s) of intersection/tangency between two segments. Different ways of extending the segments in order to locate additional points can be specified.

Specified by:
constructIntersection in interface IConstructMultipoint
Parameters:
segment1 - A reference to a com.esri.arcgis.geometry.ISegment (in)
extension1 - A com.esri.arcgis.geometry.esriSegmentExtension constant (in)
segment2 - A reference to a com.esri.arcgis.geometry.ISegment (in)
extension2 - A com.esri.arcgis.geometry.esriSegmentExtension constant (in)
params1 - A Variant (out: use single element array, optional, pass single element of null if not required)
params2 - A Variant (out: use single element array, optional, pass single element of null if not required)
isTangentPoint - A Variant (out: use single element array, optional, pass single element of null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.