com.esri.arcgis.geometry
Class IPolycurve3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IGeometryProxy
          extended by com.esri.arcgis.geometry.ICurveProxy
              extended by com.esri.arcgis.geometry.IPolycurveProxy
                  extended by com.esri.arcgis.geometry.IPolycurve2Proxy
                      extended by com.esri.arcgis.geometry.IPolycurve3Proxy
All Implemented Interfaces:
ICurve, IGeometry, IPolycurve, IPolycurve2, IPolycurve3, Externalizable, Serializable

public class IPolycurve3Proxy
extends IPolycurve2Proxy
implements IPolycurve3, Serializable

Provides access to members that extend IPolycurve with additional splitting and densification methods.

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
  IPolycurve3Proxy()
           
  IPolycurve3Proxy(Object obj)
           
protected IPolycurve3Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void densifyByAngleEx(double maxSegmentLength, double maxAngleDeviation, boolean bTrackAll, int[] cOriginalSegments, esriOriginalSegmentMapping[] originalSegments)
          densifyByAngleEx
 void densifyEx(double maxSegmentLength, double maxDeviation, boolean bTrackAll, int[] cOriginalSegments, esriOriginalSegmentMapping[] originalSegments)
          densifyEx
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.geometry.IPolycurve2Proxy
densifyByAngle, splitAtDistances, splitAtPoints
 
Methods inherited from class com.esri.arcgis.geometry.IPolycurveProxy
densify, generalize, smooth, splitAtDistance, splitAtPoint, weed
 
Methods inherited from class com.esri.arcgis.geometry.ICurveProxy
getFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPoint
 
Methods inherited from class com.esri.arcgis.geometry.IGeometryProxy
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
 
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.IPolycurve2
densifyByAngle, splitAtDistances, splitAtPoints
 
Methods inherited from interface com.esri.arcgis.geometry.IPolycurve
densify, generalize, smooth, splitAtDistance, splitAtPoint, weed
 
Methods inherited from interface com.esri.arcgis.geometry.ICurve
getFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPoint
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometry
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IPolycurve3Proxy

public IPolycurve3Proxy()

IPolycurve3Proxy

public IPolycurve3Proxy(Object obj)
                 throws IOException
Throws:
IOException

IPolycurve3Proxy

protected IPolycurve3Proxy(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 IPolycurve2Proxy
Throws:
IOException

removeListener

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

densifyByAngleEx

public void densifyByAngleEx(double maxSegmentLength,
                             double maxAngleDeviation,
                             boolean bTrackAll,
                             int[] cOriginalSegments,
                             esriOriginalSegmentMapping[] originalSegments)
                      throws IOException,
                             AutomationException
densifyByAngleEx

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
densifyByAngleEx in interface IPolycurve3
Parameters:
maxSegmentLength - The maxSegmentLength (in)
maxAngleDeviation - The maxAngleDeviation (in)
bTrackAll - The bTrackAll (in)
cOriginalSegments - The cOriginalSegments (in/out: use single element array)
originalSegments - A Structure: com.esri.arcgis.geometry.esriOriginalSegmentMapping (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

densifyEx

public void densifyEx(double maxSegmentLength,
                      double maxDeviation,
                      boolean bTrackAll,
                      int[] cOriginalSegments,
                      esriOriginalSegmentMapping[] originalSegments)
               throws IOException,
                      AutomationException
densifyEx

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
densifyEx in interface IPolycurve3
Parameters:
maxSegmentLength - The maxSegmentLength (in)
maxDeviation - The maxDeviation (in)
bTrackAll - The bTrackAll (in)
cOriginalSegments - The cOriginalSegments (in/out: use single element array)
originalSegments - A Structure: com.esri.arcgis.geometry.esriOriginalSegmentMapping (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.