|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geometry.IGeometryProxy
com.esri.arcgis.geometry.ICurveProxy
com.esri.arcgis.geometry.IPolycurveProxy
com.esri.arcgis.geometry.IPolylineProxy
com.esri.arcgis.geometry.IPolyline2Proxy
com.esri.arcgis.geometry.IPolyline3Proxy
com.esri.arcgis.geometry.IPolyline4Proxy
com.esri.arcgis.geometry.IPolyline5Proxy
public class IPolyline5Proxy
Provides access to members that extend a polyline object.
This interface is new at ArcGIS 9.3. This supersedes IPolyline, IPolyline2, IPolyline3, and IPolyline4.
| 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 |
|---|
public IPolyline5Proxy()
public IPolyline5Proxy(Object obj)
throws IOException
IOException
protected IPolyline5Proxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class IPolyline4ProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class IPolyline4ProxyIOException
public boolean reshapeEx(IPath reshapeSource,
boolean bInterpolateReshaped)
throws IOException,
AutomationException
reshapeEx in interface IPolyline5reshapeSource - A reference to a com.esri.arcgis.geometry.IPath (in)bInterpolateReshaped - The bInterpolateReshaped (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||