Description: 'Provides access to members that construct a point using other geometries and measures.' 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 IConstructPointProxy extends com.esri.arcgis.interop.Dispatch implements IConstructPoint, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDeaf5d48c_c666_11d0_8307_0000f8034032
Modifier | Constructor and Description |
---|---|
|
IConstructPointProxy()
Deprecated.
For internal use only
|
|
IConstructPointProxy(java.lang.Object obj)
Deprecated.
|
protected |
IConstructPointProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IConstructPointProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IConstructPointProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
constructAlong(ICurve curve,
int extension,
double distance,
boolean asRatio)
Deprecated.
Constructs a point distance units along the input curve.
|
void |
constructAngleBisector(IPoint from,
IPoint through,
IPoint to,
double distance,
boolean useAcuteAngle)
Deprecated.
Constructs a point on the bisector of the angle (from, through, to).
|
void |
constructAngleDistance(IPoint p,
double inAngle,
double distance)
Deprecated.
Constructs a point at a specified angle (in radians) from the horizontal axis and a specified distance away from the input point.
|
void |
constructAngleIntersection(IPoint p1,
double angle1,
IPoint p2,
double angle2)
Deprecated.
Constructs the point of intersection between two lines defined by the input points and angles (in radians).
|
void |
constructDeflection(ILine baseLine,
double distance,
double inAngle)
Deprecated.
Constructs a point in the polar coordinate system defined by baseLine and its 'from' point.
|
void |
constructDeflectionIntersection(ILine baseLine,
double startAngle,
double endAngle,
boolean onRightSide)
Deprecated.
Constructs the point of intersection of two rays with origins at the endpoints of the base line and the specified angles (in radians).
|
void |
constructOffset(ICurve curve,
int extension,
double distance,
boolean asRatio,
double offset)
Deprecated.
Constructs a point distance units along the input curve and offset units perpendicularly away from it.
|
void |
constructParallel(ISegment segment,
int extension,
IPoint start,
double distance)
Deprecated.
Constructs a point distance units from start, parallel to the tangent at the point nearest to start on the (extended) segment.
|
void |
constructPerpendicular(ISegment base,
int extension,
IPoint p,
double distance,
boolean bUseLineOrientation)
Deprecated.
Constructs a point 'distance' units from p and lying along the line normal to base and passing through p.
|
void |
constructThreePointResection(IPoint point1,
double angleP1P2,
IPoint point2,
double angleP2P3,
IPoint point3,
double[] arcAngle)
Deprecated.
Constructs the point of observation from which two signed angles between three points were measured; returns an angle which can help establish the confidence of the observation location: A small angle indicates greater uncertainty in the location.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IConstructPointProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IConstructPointProxy()
public IConstructPointProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IConstructPointProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IConstructPointProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void constructAlong(ICurve curve, int extension, double distance, boolean asRatio) throws java.io.IOException, AutomationException
constructAlong
in interface IConstructPoint
curve
- A reference to a com.esri.arcgis.geometry.ICurve (in)extension
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)distance
- The distance (in)asRatio
- The asRatio (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructAngleDistance(IPoint p, double inAngle, double distance) throws java.io.IOException, AutomationException
constructAngleDistance
in interface IConstructPoint
p
- A reference to a com.esri.arcgis.geometry.IPoint (in)inAngle
- The inAngle (in)distance
- The distance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructDeflection(ILine baseLine, double distance, double inAngle) throws java.io.IOException, AutomationException
constructDeflection
in interface IConstructPoint
baseLine
- A reference to a com.esri.arcgis.geometry.ILine (in)distance
- The distance (in)inAngle
- The inAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructDeflectionIntersection(ILine baseLine, double startAngle, double endAngle, boolean onRightSide) throws java.io.IOException, AutomationException
constructDeflectionIntersection
in interface IConstructPoint
baseLine
- A reference to a com.esri.arcgis.geometry.ILine (in)startAngle
- The startAngle (in)endAngle
- The endAngle (in)onRightSide
- The onRightSide (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructThreePointResection(IPoint point1, double angleP1P2, IPoint point2, double angleP2P3, IPoint point3, double[] arcAngle) throws java.io.IOException, AutomationException
constructThreePointResection
in interface IConstructPoint
point1
- A reference to a com.esri.arcgis.geometry.IPoint (in)angleP1P2
- The angleP1P2 (in)point2
- A reference to a com.esri.arcgis.geometry.IPoint (in)angleP2P3
- The angleP2P3 (in)point3
- A reference to a com.esri.arcgis.geometry.IPoint (in)arcAngle
- The arcAngle (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructOffset(ICurve curve, int extension, double distance, boolean asRatio, double offset) throws java.io.IOException, AutomationException
constructOffset
in interface IConstructPoint
curve
- A reference to a com.esri.arcgis.geometry.ICurve (in)extension
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)distance
- The distance (in)asRatio
- The asRatio (in)offset
- The offset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructParallel(ISegment segment, int extension, IPoint start, double distance) throws java.io.IOException, AutomationException
constructParallel
in interface IConstructPoint
segment
- A reference to a com.esri.arcgis.geometry.ISegment (in)extension
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)start
- A reference to a com.esri.arcgis.geometry.IPoint (in)distance
- The distance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructAngleBisector(IPoint from, IPoint through, IPoint to, double distance, boolean useAcuteAngle) throws java.io.IOException, AutomationException
constructAngleBisector
in interface IConstructPoint
from
- A reference to a com.esri.arcgis.geometry.IPoint (in)through
- A reference to a com.esri.arcgis.geometry.IPoint (in)to
- A reference to a com.esri.arcgis.geometry.IPoint (in)distance
- The distance (in)useAcuteAngle
- The useAcuteAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructPerpendicular(ISegment base, int extension, IPoint p, double distance, boolean bUseLineOrientation) throws java.io.IOException, AutomationException
constructPerpendicular
in interface IConstructPoint
base
- A reference to a com.esri.arcgis.geometry.ISegment (in)extension
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)p
- A reference to a com.esri.arcgis.geometry.IPoint (in)distance
- The distance (in)bUseLineOrientation
- The bUseLineOrientation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructAngleIntersection(IPoint p1, double angle1, IPoint p2, double angle2) throws java.io.IOException, AutomationException
constructAngleIntersection
in interface IConstructPoint
p1
- A reference to a com.esri.arcgis.geometry.IPoint (in)angle1
- The angle1 (in)p2
- A reference to a com.esri.arcgis.geometry.IPoint (in)angle2
- The angle2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.