Description: 'Provides access to members that specify the spatial and M tolerances of a spatial reference.' 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 ISpatialReferenceToleranceProxy extends com.esri.arcgis.interop.Dispatch implements ISpatialReferenceTolerance, 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, IID587dc301_2766_4597_a3e5_9fa152329eb8| Modifier | Constructor and Description |
|---|---|
|
ISpatialReferenceToleranceProxy()
Deprecated.
For internal use only
|
|
ISpatialReferenceToleranceProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISpatialReferenceToleranceProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISpatialReferenceToleranceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISpatialReferenceToleranceProxy(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.
|
double |
getMTolerance()
Deprecated.
The tolerance used to determine equality of M values.
|
int |
getMToleranceValid()
Deprecated.
Returns true if the M tolerance is well defined (not NaN) and >= the minimum M tolerance.
|
double |
getXYTolerance()
Deprecated.
The xy tolerance used to control point coalescing in the X and Y dimensions.
|
int |
getXYToleranceValid()
Deprecated.
Returns esriSRToleranceOK if the XY tolerance is well defined (not NaN) and >= the minimum XY tolerance.
|
double |
getZTolerance()
Deprecated.
The tolerance used to control point coalescing strictly along the Z axis.
|
int |
getZToleranceValid()
Deprecated.
Returns true if the Z tolerance is well defined (not NaN) and >= the minimum Z tolerance.
|
boolean |
isMToleranceEqual(ISpatialReference otherSR)
Deprecated.
Returns true if the measure tolerances of the two spatial references are the same.
|
boolean |
isXYToleranceEqual(ISpatialReference otherSR)
Deprecated.
Returns true if the XY tolerances of the two spatial references are the same.
|
boolean |
isZToleranceEqual(ISpatialReference otherSR)
Deprecated.
Returns true if the Z tolerances of the two spatial references are the same.
|
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 |
setDefaultMTolerance()
Deprecated.
Sets the default tolerance used to determine equality of M values (2.0 * m resolution).
|
void |
setDefaultXYTolerance()
Deprecated.
Sets the default cluster tolerance used to control point coalescing in the X and Y dimensions (the equivalent of 1 mm in the current spatial reference units).
|
void |
setDefaultZTolerance()
Deprecated.
Sets the default value for the Z cluster tolerance used to control point coalescing strictly along the Z axis (the equivalent of 1 mm in the current vertical coordinate system units).
|
void |
setMinimumMTolerance()
Deprecated.
Sets the minimum tolerance (i.e., pre 9.2) used to determine equality of M values (2.0 * m resolution).
|
void |
setMinimumXYTolerance()
Deprecated.
Sets the xy cluster tolerance to be 2.0 * resolution.
|
void |
setMinimumZTolerance()
Deprecated.
Sets the minimum value for the Z cluster tolerance (i.e., pre 9.2) used to control point coalescing strictly along the Z axis (the equivalent of 1 mm in the current vertical coordinate system units).
|
void |
setMTolerance(double mTolerance)
Deprecated.
The tolerance used to determine equality of M values.
|
void |
setXYTolerance(double xYTolerance)
Deprecated.
The xy tolerance used to control point coalescing in the X and Y dimensions.
|
void |
setZTolerance(double zTolerance)
Deprecated.
The tolerance used to control point coalescing strictly along the Z axis.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ISpatialReferenceToleranceProxy(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 ISpatialReferenceToleranceProxy()
public ISpatialReferenceToleranceProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ISpatialReferenceToleranceProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ISpatialReferenceToleranceProxy(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 com.esri.arcgis.interop.DispatchiidStr - 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 com.esri.arcgis.interop.DispatchiidStr - 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 setDefaultXYTolerance()
throws java.io.IOException,
AutomationException
setDefaultXYTolerance in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMinimumXYTolerance()
throws java.io.IOException,
AutomationException
setMinimumXYTolerance in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getXYTolerance()
throws java.io.IOException,
AutomationException
getXYTolerance in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setXYTolerance(double xYTolerance)
throws java.io.IOException,
AutomationException
setXYTolerance in interface ISpatialReferenceTolerancexYTolerance - The xYTolerance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDefaultZTolerance()
throws java.io.IOException,
AutomationException
setDefaultZTolerance in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMinimumZTolerance()
throws java.io.IOException,
AutomationException
setMinimumZTolerance in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getZTolerance()
throws java.io.IOException,
AutomationException
getZTolerance in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setZTolerance(double zTolerance)
throws java.io.IOException,
AutomationException
setZTolerance in interface ISpatialReferenceTolerancezTolerance - The zTolerance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDefaultMTolerance()
throws java.io.IOException,
AutomationException
setDefaultMTolerance in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMinimumMTolerance()
throws java.io.IOException,
AutomationException
setMinimumMTolerance in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMTolerance()
throws java.io.IOException,
AutomationException
getMTolerance in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMTolerance(double mTolerance)
throws java.io.IOException,
AutomationException
setMTolerance in interface ISpatialReferenceTolerancemTolerance - The mTolerance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getXYToleranceValid()
throws java.io.IOException,
AutomationException
getXYToleranceValid in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getZToleranceValid()
throws java.io.IOException,
AutomationException
getZToleranceValid in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMToleranceValid()
throws java.io.IOException,
AutomationException
getMToleranceValid in interface ISpatialReferenceTolerancejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isXYToleranceEqual(ISpatialReference otherSR) throws java.io.IOException, AutomationException
isXYToleranceEqual in interface ISpatialReferenceToleranceotherSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isMToleranceEqual(ISpatialReference otherSR) throws java.io.IOException, AutomationException
isMToleranceEqual in interface ISpatialReferenceToleranceotherSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isZToleranceEqual(ISpatialReference otherSR) throws java.io.IOException, AutomationException
isZToleranceEqual in interface ISpatialReferenceToleranceotherSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.