com.esri.arcgis.geometry
Class IPolyline5Proxy

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.IPolylineProxy
                      extended by com.esri.arcgis.geometry.IPolyline2Proxy
                          extended by com.esri.arcgis.geometry.IPolyline3Proxy
                              extended by com.esri.arcgis.geometry.IPolyline4Proxy
                                  extended by com.esri.arcgis.geometry.IPolyline5Proxy
All Implemented Interfaces:
ICurve, IGeometry, IPolycurve, IPolyline, IPolyline2, IPolyline3, IPolyline4, IPolyline5, Externalizable, Serializable

public class IPolyline5Proxy
extends IPolyline4Proxy
implements IPolyline5, Serializable

Provides access to members that extend a polyline object.

Description

This interface is new at ArcGIS 9.3. This supersedes IPolyline, IPolyline2, IPolyline3, and IPolyline4.

Product Availability

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E
 
Constructor Summary
  IPolyline5Proxy()
           
  IPolyline5Proxy(Object obj)
           
protected IPolyline5Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 boolean reshapeEx(IPath reshapeSource, boolean bInterpolateReshaped)
          If bInterpolateReshaped is true, then new vertices will be interpolated based on vertices from the polyline being reshaped.
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class com.esri.arcgis.geometry.IPolyline4Proxy
simplifyEx
 
Methods inherited from class com.esri.arcgis.geometry.IPolyline3Proxy
touchCut
 
Methods inherited from class com.esri.arcgis.geometry.IPolyline2Proxy
getEnumShortestPath
 
Methods inherited from class com.esri.arcgis.geometry.IPolylineProxy
reshape, simplifyNetwork
 
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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.geometry.IPolyline4
simplifyEx
 
Methods inherited from interface com.esri.arcgis.geometry.IPolyline3
touchCut
 
Methods inherited from interface com.esri.arcgis.geometry.IPolyline2
getEnumShortestPath
 
Methods inherited from interface com.esri.arcgis.geometry.IPolyline
reshape, simplifyNetwork
 
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
 

Constructor Detail

IPolyline5Proxy

public IPolyline5Proxy()

IPolyline5Proxy

public IPolyline5Proxy(Object obj)
                throws IOException
Throws:
IOException

IPolyline5Proxy

protected IPolyline5Proxy(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 IPolyline4Proxy
Throws:
IOException

removeListener

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

reshapeEx

public boolean reshapeEx(IPath reshapeSource,
                         boolean bInterpolateReshaped)
                  throws IOException,
                         AutomationException
If bInterpolateReshaped is true, then new vertices will be interpolated based on vertices from the polyline being reshaped. Otherwise, attributes on the reshaping line will be preserved in the output.

Product Availability

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

Specified by:
reshapeEx in interface IPolyline5
Parameters:
reshapeSource - A reference to a com.esri.arcgis.geometry.IPath (in)
bInterpolateReshaped - The bInterpolateReshaped (in)
Returns:
The didReshape
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException
ClassNotFoundException