Description: 'Provides access to members that define two dimensional points.' 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 IPointProxy extends IGeometryProxy implements IPoint, 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, objRefIID, IID1b077915_38c5_11d0_92d2_00805f7c28b0IID1b07790d_38c5_11d0_92d2_00805f7c28b0| Modifier | Constructor and Description |
|---|---|
|
IPointProxy()
Deprecated.
For internal use only
|
|
IPointProxy(java.lang.Object obj)
Deprecated.
|
protected |
IPointProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IPointProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IPointProxy(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.
|
int |
compare(IPoint otherPoint)
Deprecated.
Compares X, Y, M, Z, ID of this point (in that order) with that of the other point.
|
void |
constrainAngle(double constraintAngle,
IPoint anchor,
boolean allowOpposite)
Deprecated.
Projects this point to the point on the infinite line defined by anchor and angle (in radians).
|
void |
constrainDistance(double constraintRadius,
IPoint anchor)
Deprecated.
Projects this point to the perimeter of the circle defined by radius and anchor.
|
int |
getID()
Deprecated.
The Point ID attribute.
|
double |
getM()
Deprecated.
The measure attribute.
|
double |
getX()
Deprecated.
The X coordinate.
|
double |
getY()
Deprecated.
The Y coordinate.
|
double |
getZ()
Deprecated.
The Z attribute.
|
void |
putCoords(double x,
double y)
Deprecated.
Sets the X and Y coordinates.
|
void |
queryCoords(double[] x,
double[] y)
Deprecated.
Returns the X and Y coordinates.
|
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.
|
void |
setID(int pointID)
Deprecated.
The Point ID attribute.
|
void |
setM(double m)
Deprecated.
The measure attribute.
|
void |
setX(double x)
Deprecated.
The X coordinate.
|
void |
setY(double y)
Deprecated.
The Y coordinate.
|
void |
setZ(double z)
Deprecated.
The Z attribute.
|
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReferencebindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgeoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReferencepublic static final java.lang.Class targetClass
public boolean noncastable
public IPointProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IPointProxy()
public IPointProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IPointProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IPointProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IGeometryProxyiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IGeometryProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void queryCoords(double[] x,
double[] y)
throws java.io.IOException,
AutomationException
queryCoords in interface IPointx - The x (out: use single element array)y - The y (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putCoords(double x,
double y)
throws java.io.IOException,
AutomationException
putCoords in interface IPointx - The x (in)y - The y (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getX()
throws java.io.IOException,
AutomationException
getX in interface IPointjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setX(double x)
throws java.io.IOException,
AutomationException
setX in interface IPointx - The x (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getY()
throws java.io.IOException,
AutomationException
getY in interface IPointjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setY(double y)
throws java.io.IOException,
AutomationException
setY in interface IPointy - The y (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getZ()
throws java.io.IOException,
AutomationException
getZ in interface IPointjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setZ(double z)
throws java.io.IOException,
AutomationException
setZ in interface IPointz - The z (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getM()
throws java.io.IOException,
AutomationException
getM in interface IPointjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setM(double m)
throws java.io.IOException,
AutomationException
setM in interface IPointm - The m (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getID()
throws java.io.IOException,
AutomationException
getID in interface IPointjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setID(int pointID)
throws java.io.IOException,
AutomationException
setID in interface IPointpointID - The pointID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void constrainDistance(double constraintRadius,
IPoint anchor)
throws java.io.IOException,
AutomationException
constrainDistance in interface IPointconstraintRadius - The constraintRadius (in)anchor - A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void constrainAngle(double constraintAngle,
IPoint anchor,
boolean allowOpposite)
throws java.io.IOException,
AutomationException
constrainAngle in interface IPointconstraintAngle - The constraintAngle (in)anchor - A reference to a com.esri.arcgis.geometry.IPoint (in)allowOpposite - The allowOpposite (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int compare(IPoint otherPoint) throws java.io.IOException, AutomationException
compare in interface IPointotherPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.