|
|||||||||
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.IPointProxy
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
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geometry.IPoint |
---|
IID, IID1b077915_38c5_11d0_92d2_00805f7c28b0 |
Fields inherited from interface com.esri.arcgis.geometry.IGeometry |
---|
IID1b07790d_38c5_11d0_92d2_00805f7c28b0 |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
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. |
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.IGeometry |
---|
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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.UnknownHostException
java.io.IOException
public IPointProxy()
public IPointProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IPointProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IGeometryProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IGeometryProxy
java.io.IOException
public void queryCoords(double[] x, double[] y) throws java.io.IOException, AutomationException
queryCoords
in interface IPoint
x
- 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 IPoint
x
- 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 IPoint
java.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 IPoint
x
- 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 IPoint
java.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 IPoint
y
- 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 IPoint
java.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 IPoint
z
- 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 IPoint
java.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 IPoint
m
- 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 IPoint
java.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 IPoint
pointID
- 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 IPoint
constraintRadius
- 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 IPoint
constraintAngle
- 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 IPoint
otherPoint
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |