com.esri.arcgis.geometry
Class IGeometryBridge2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IGeometryBridgeProxy
          extended by com.esri.arcgis.geometry.IGeometryBridge2Proxy
All Implemented Interfaces:
IGeometryBridge, IGeometryBridge2, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to a set of generic methods that can be used in all languages supported.' 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 IGeometryBridge2Proxy
extends IGeometryBridgeProxy
implements IGeometryBridge2, 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.IGeometryBridge2
IID, IIDa83caa20_47e4_4a10_aa4c_bb2a25fe7108
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometryBridge
IID518cba93_621e_476a_824d_26a104a42902
 
Constructor Summary
  IGeometryBridge2Proxy()
          Deprecated. For internal use only
  IGeometryBridge2Proxy(java.lang.Object obj)
          Deprecated.  
protected IGeometryBridge2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeometryBridge2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeometryBridge2Proxy(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 addWKSPoints(IPointCollection4 pPointCollection, _WKSPoint[] pointStructures)
          Deprecated. Adds vertices to this Path, Ring, Polyline, or Polygon, or adds new points to this Multipoint, Triangles, TriangleFan, or TriangleStrip.
 void insertWKSPoints(IPointCollection4 pPointCollection, int index, _WKSPoint[] pointStructures)
          Deprecated. Inserts new vertices/points into this Path, Ring, Polyline, Polygon, Multipoint, Triangles, TriangleFan, TriangleStrip, or MultiPatch.
 void queryWKSPoints(IPointCollection4 pPointCollection, int index, _WKSPoint[][] pointStructures)
          Deprecated. Copies vertices'/points' coordinates to the array of point structures.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setWKSPoints(IPointCollection4 pPointCollection, _WKSPoint[] pointStructures)
          Deprecated. Replaces all vertices of this Path, Ring, Polyline, or Polygon with new ones, or replaces all points of this Multipoint, Triangles, TriangleFan, or TriangleStrip with new ones.
 IEnumSplitPoint splitAtDistances(IPolycurve2 polyCurve, double[] distances, boolean asRatios, boolean createParts)
          Deprecated. Introduces new vertices into this polyline at specified distances from the beginning of the polyline.
 void splitDivideLength(ISegment pSegment, double offset, double length, boolean asRatio, int[] numSplitSegments, ISegment[][] splitSegments)
          Deprecated. Divide segment into smaller segments of the specified length.
 
Methods inherited from class com.esri.arcgis.geometry.IGeometryBridgeProxy
addGeometries, addPoints, addSegments, addWKSPointZs, constructBuffers, densify, getPoints, insertGeometries, insertPoints, insertSegments, insertWKSPointZs, queryBeginningRings, queryFollowingRings, queryGeometries, queryPoints, querySegments, queryWKSPointZs, replacePoints, replaceSegments, setGeometries, setPoints, setSegments, setWKSPointZs
 
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.geometry.IGeometryBridge
addGeometries, addPoints, addSegments, addWKSPointZs, constructBuffers, densify, getPoints, insertGeometries, insertPoints, insertSegments, insertWKSPointZs, queryBeginningRings, queryFollowingRings, queryGeometries, queryPoints, querySegments, queryWKSPointZs, replacePoints, replaceSegments, setGeometries, setPoints, setSegments, setWKSPointZs
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGeometryBridge2Proxy

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

IGeometryBridge2Proxy

public IGeometryBridge2Proxy()
Deprecated. 
For internal use only


IGeometryBridge2Proxy

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

IGeometryBridge2Proxy

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

IGeometryBridge2Proxy

protected IGeometryBridge2Proxy(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 IGeometryBridgeProxy
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 IGeometryBridgeProxy
Throws:
java.io.IOException

addWKSPoints

public void addWKSPoints(IPointCollection4 pPointCollection,
                         _WKSPoint[] pointStructures)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Adds vertices to this Path, Ring, Polyline, or Polygon, or adds new points to this Multipoint, Triangles, TriangleFan, or TriangleStrip.

Specified by:
addWKSPoints in interface IGeometryBridge2
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
pointStructures - A Structure: com.esri.arcgis.system._WKSPoint (An array of com.esri.arcgis.system._WKSPoint COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWKSPoints

public void setWKSPoints(IPointCollection4 pPointCollection,
                         _WKSPoint[] pointStructures)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Replaces all vertices of this Path, Ring, Polyline, or Polygon with new ones, or replaces all points of this Multipoint, Triangles, TriangleFan, or TriangleStrip with new ones.

Specified by:
setWKSPoints in interface IGeometryBridge2
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
pointStructures - A Structure: com.esri.arcgis.system._WKSPoint (An array of com.esri.arcgis.system._WKSPoint COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryWKSPoints

public void queryWKSPoints(IPointCollection4 pPointCollection,
                           int index,
                           _WKSPoint[][] pointStructures)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Copies vertices'/points' coordinates to the array of point structures.

Specified by:
queryWKSPoints in interface IGeometryBridge2
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
index - The index (in)
pointStructures - A Structure: com.esri.arcgis.system._WKSPoint (An array of com.esri.arcgis.system._WKSPoint COM typedef) (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertWKSPoints

public void insertWKSPoints(IPointCollection4 pPointCollection,
                            int index,
                            _WKSPoint[] pointStructures)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Inserts new vertices/points into this Path, Ring, Polyline, Polygon, Multipoint, Triangles, TriangleFan, TriangleStrip, or MultiPatch.

Specified by:
insertWKSPoints in interface IGeometryBridge2
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
index - The index (in)
pointStructures - A Structure: com.esri.arcgis.system._WKSPoint (An array of com.esri.arcgis.system._WKSPoint COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

splitAtDistances

public IEnumSplitPoint splitAtDistances(IPolycurve2 polyCurve,
                                        double[] distances,
                                        boolean asRatios,
                                        boolean createParts)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Introduces new vertices into this polyline at specified distances from the beginning of the polyline.

Specified by:
splitAtDistances in interface IGeometryBridge2
Parameters:
polyCurve - A reference to a com.esri.arcgis.geometry.IPolycurve2 (in)
distances - The distances (in)
asRatios - The asRatios (in)
createParts - The createParts (in)
Returns:
A reference to a com.esri.arcgis.geometry.IEnumSplitPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

splitDivideLength

public void splitDivideLength(ISegment pSegment,
                              double offset,
                              double length,
                              boolean asRatio,
                              int[] numSplitSegments,
                              ISegment[][] splitSegments)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Divide segment into smaller segments of the specified length.

Specified by:
splitDivideLength in interface IGeometryBridge2
Parameters:
pSegment - A reference to a com.esri.arcgis.geometry.ISegment (in)
offset - The offset (in)
length - The length (in)
asRatio - The asRatio (in)
numSplitSegments - The numSplitSegments (out: use single element array)
splitSegments - A reference to a com.esri.arcgis.geometry.ISegment array (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.