|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geometry.IGeometryProxy com.esri.arcgis.geometry.ICurveProxy com.esri.arcgis.geometry.IPolycurveProxy com.esri.arcgis.geometry.IPolycurve2Proxy com.esri.arcgis.geometry.IPolycurve3Proxy
public class IPolycurve3Proxy
Provides access to members that extend IPolycurve with additional splitting and densification methods.
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IPolycurve3Proxy()
public IPolycurve3Proxy(Object obj) throws IOException
IOException
protected IPolycurve3Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IPolycurve2Proxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IPolycurve2Proxy
IOException
public void densifyByAngleEx(double maxSegmentLength, double maxAngleDeviation, boolean bTrackAll, int[] cOriginalSegments, esriOriginalSegmentMapping[] originalSegments) throws IOException, AutomationException
densifyByAngleEx
in interface IPolycurve3
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void densifyEx(double maxSegmentLength, double maxDeviation, boolean bTrackAll, int[] cOriginalSegments, esriOriginalSegmentMapping[] originalSegments) throws IOException, AutomationException
densifyEx
in interface IPolycurve3
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |