com.esri.arcgis.geometry
Class ILine2Proxy
java.lang.Object
com.esri.arcgis.interop.Dispatch
com.esri.arcgis.geometry.IGeometryProxy
com.esri.arcgis.geometry.ICurveProxy
com.esri.arcgis.geometry.ILineProxy
com.esri.arcgis.geometry.ILine2Proxy
- All Implemented Interfaces:
- ICurve, IGeometry, ILine, ILine2, java.io.Externalizable, java.io.Serializable
- Direct Known Subclasses:
- ILine3Proxy
Deprecated. Internal use only.
Proxy for COM Interface 'ILine2'. Generated 3/19/2015 1:20:58 PM
from 'C:\ArcGIS\COM\esriGeometry.olb'
Description: 'Provides access to the coordinates of a line segment in the form of Well Known Structures (WKS).'
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 ILine2Proxy
- extends ILineProxy
- implements ILine2, java.io.Serializable
Internal use class
- See Also:
- Serialized Form
Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary |
|
ILine2Proxy()
Deprecated. For internal use only |
|
ILine2Proxy(java.lang.Object obj)
Deprecated. |
protected |
ILine2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ILine2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ILine2Proxy(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. |
void |
putWKSCoords(_WKSPoint from,
_WKSPoint to)
Deprecated. From and To become the new endpoints of this line. |
void |
queryWKSCoords(_WKSPoint[] from,
_WKSPoint[] to)
Deprecated. Returns the (x,y) coordinates of this line's endpoints. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
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.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 |
targetClass
public static final java.lang.Class targetClass
- Deprecated.
noncastable
public boolean noncastable
- Deprecated.
ILine2Proxy
public ILine2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
- Deprecated.
- Throws:
java.net.UnknownHostException
java.io.IOException
ILine2Proxy
public ILine2Proxy()
- Deprecated.
- For internal use only
ILine2Proxy
public ILine2Proxy(java.lang.Object obj)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
ILine2Proxy
protected ILine2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
ILine2Proxy
protected ILine2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
addListener
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
- Deprecated.
- Overrides:
addListener
in class ILineProxy
- Throws:
java.io.IOException
removeListener
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
- Deprecated.
- Overrides:
removeListener
in class ILineProxy
- Throws:
java.io.IOException
putWKSCoords
public void putWKSCoords(_WKSPoint from,
_WKSPoint to)
throws java.io.IOException,
AutomationException
- Deprecated.
- From and To become the new endpoints of this line. Any existing attributes are deleted.
- Specified by:
putWKSCoords
in interface ILine2
- Parameters:
from
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)to
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
queryWKSCoords
public void queryWKSCoords(_WKSPoint[] from,
_WKSPoint[] to)
throws java.io.IOException,
AutomationException
- Deprecated.
- Returns the (x,y) coordinates of this line's endpoints.
- Specified by:
queryWKSCoords
in interface ILine2
- Parameters:
from
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)to
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.