|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geometry.ITopologicalOperatorProxy
Description: 'Provides access to members for constructing new geometries based upon topological relationships between existing geometries.' 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 ITopologicalOperatorProxy
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.ITopologicalOperator |
|---|
IID, IID1b077911_38c5_11d0_92d2_00805f7c28b0 |
| Constructor Summary | |
|---|---|
|
ITopologicalOperatorProxy()
Deprecated. For internal use only |
|
ITopologicalOperatorProxy(java.lang.Object obj)
Deprecated. |
protected |
ITopologicalOperatorProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITopologicalOperatorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITopologicalOperatorProxy(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. |
IGeometry |
buffer(double distance)
Deprecated. Constructs a polygon that is the locus of points at a distance less than or equal to a specified distance from this geometry. |
void |
clip(IEnvelope clipperEnvelope)
Deprecated. Constructs the intersection of this geometry and the specified envelope. |
void |
clipDense(IEnvelope clipperEnvelope,
double denseDistance)
Deprecated. Constructs the intersection of this geometry and the specified envelope; densifies lines in output contributed by the clipping envelope. |
void |
constructUnion(IEnumGeometry geometries)
Deprecated. Defines this geometry to be the union of the inputs. |
IGeometry |
convexHull()
Deprecated. Constructs the convex hull of this geometry. |
void |
cut(IPolyline cutter,
IGeometry[] leftGeom,
IGeometry[] rightGeom)
Deprecated. Splits this geometry into a part left of the cutting polyline, and a part right of it. |
IGeometry |
difference(IGeometry other)
Deprecated. Constructs the geometry containing points from this geometry but not the other geometry. |
IGeometry |
getBoundary()
Deprecated. The boundary of this geometry. |
IGeometry |
intersect(IGeometry other,
int resultDimension)
Deprecated. Constructs the geometry that is the set-theoretic intersection of the input geometries. |
boolean |
isKnownSimple()
Deprecated. Indicates whether this geometry is known (or assumed) to be topologically correct. |
boolean |
isSimple()
Deprecated. Indicates whether this geometry is known (or assumed) to be topologically correct, after explicitly determining this if the geometry is not already known (or assumed) to be simple. |
void |
queryClipped(IEnvelope clipperEnvelope,
IGeometry clippedGeometry)
Deprecated. Redefines clippedGeometry to be the intersection of this geometry and the clipping envelope. |
void |
queryClippedDense(IEnvelope clipperEnvelope,
double denseDistance,
IGeometry clippedGeometry)
Deprecated. Redefines clippedGeometry to be the intersection of this geometry and the clipping envelope; densifies lines in the output contributed by the clipping envelope. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
simplify()
Deprecated. Makes this geometry topologically correct. |
IGeometry |
symmetricDifference(IGeometry other)
Deprecated. Constructs the geometry that contains points from either but not both input geometries. |
IGeometry |
union(IGeometry other)
Deprecated. Constructs the geometry that is the set-theoretic union of the input geometries. |
| 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 |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ITopologicalOperatorProxy(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.IOExceptionpublic ITopologicalOperatorProxy()
public ITopologicalOperatorProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITopologicalOperatorProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITopologicalOperatorProxy(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 com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public boolean isSimple()
throws java.io.IOException,
AutomationException
isSimple in interface ITopologicalOperatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isKnownSimple()
throws java.io.IOException,
AutomationException
isKnownSimple in interface ITopologicalOperatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void simplify()
throws java.io.IOException,
AutomationException
simplify in interface ITopologicalOperatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry buffer(double distance)
throws java.io.IOException,
AutomationException
buffer in interface ITopologicalOperatordistance - The distance (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry convexHull()
throws java.io.IOException,
AutomationException
convexHull in interface ITopologicalOperatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry intersect(IGeometry other,
int resultDimension)
throws java.io.IOException,
AutomationException
intersect in interface ITopologicalOperatorother - A reference to a com.esri.arcgis.geometry.IGeometry (in)resultDimension - A com.esri.arcgis.geometry.esriGeometryDimension constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry union(IGeometry other)
throws java.io.IOException,
AutomationException
union in interface ITopologicalOperatorother - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void constructUnion(IEnumGeometry geometries)
throws java.io.IOException,
AutomationException
constructUnion in interface ITopologicalOperatorgeometries - A reference to a com.esri.arcgis.geometry.IEnumGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry difference(IGeometry other)
throws java.io.IOException,
AutomationException
difference in interface ITopologicalOperatorother - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry symmetricDifference(IGeometry other)
throws java.io.IOException,
AutomationException
symmetricDifference in interface ITopologicalOperatorother - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clip(IEnvelope clipperEnvelope)
throws java.io.IOException,
AutomationException
clip in interface ITopologicalOperatorclipperEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryClipped(IEnvelope clipperEnvelope,
IGeometry clippedGeometry)
throws java.io.IOException,
AutomationException
queryClipped in interface ITopologicalOperatorclipperEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)clippedGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryClippedDense(IEnvelope clipperEnvelope,
double denseDistance,
IGeometry clippedGeometry)
throws java.io.IOException,
AutomationException
queryClippedDense in interface ITopologicalOperatorclipperEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)denseDistance - The denseDistance (in)clippedGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void cut(IPolyline cutter,
IGeometry[] leftGeom,
IGeometry[] rightGeom)
throws java.io.IOException,
AutomationException
cut in interface ITopologicalOperatorcutter - A reference to a com.esri.arcgis.geometry.IPolyline (in)leftGeom - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)rightGeom - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getBoundary()
throws java.io.IOException,
AutomationException
getBoundary in interface ITopologicalOperatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clipDense(IEnvelope clipperEnvelope,
double denseDistance)
throws java.io.IOException,
AutomationException
clipDense in interface ITopologicalOperatorclipperEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)denseDistance - The denseDistance (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 | ||||||||