Description: 'Provides access to members that control the resolution 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 ISpatialReferenceResolutionProxy extends com.esri.arcgis.interop.Dispatch implements ISpatialReferenceResolution, 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, objRef
IID, IID833ac5b9_20e3_4896_8d55_770f4e90a2e4
Modifier | Constructor and Description |
---|---|
|
ISpatialReferenceResolutionProxy()
Deprecated.
For internal use only
|
|
ISpatialReferenceResolutionProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISpatialReferenceResolutionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISpatialReferenceResolutionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISpatialReferenceResolutionProxy(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.
|
void |
constructFromHorizon()
Deprecated.
Defines the XY resolution and domain extent of this spatial reference based on the extent of its horizon.
|
double |
getMResolution()
Deprecated.
The M, or measure, resolution of this spatial reference.
|
double |
getXYResolution(boolean bStandardUnits)
Deprecated.
The XY resolution (distance in SR units between distinguishable grid points) of this spatial reference.
|
double |
getZResolution(boolean bStandardUnits)
Deprecated.
The Z resolution (height/depth distance between distinguishable grid points) of this spatial reference.
|
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 |
setDefaultMResolution()
Deprecated.
Sets the m coordinate grid resolution to 1 mm for a low precision spatial reference or 1/10 mm for a high precision spatial reference.
|
void |
setDefaultXYResolution()
Deprecated.
defaults: PCS(hi): 1/10 mm; PCS(lo): 1 mm; GCS(hi): 1/10,000 arc-second; GCS(lo): 1/500 arc-second; UCS(hi): 1/10 mm (assumed); UCS(lo): 1 mm (assumed).
|
void |
setDefaultZResolution()
Deprecated.
Sets the z coordinate grid resolution to 1 mm for a low precision spatial reference or 1/10 mm for a high precision spatial reference.
|
void |
setMResolution(double interval)
Deprecated.
The M, or measure, resolution of this spatial reference.
|
void |
setXYResolution(boolean bStandardUnits,
double xYResolution)
Deprecated.
The XY resolution (distance in SR units between distinguishable grid points) of this spatial reference.
|
void |
setZResolution(boolean bStandardUnits,
double zResolution)
Deprecated.
The Z resolution (height/depth distance between distinguishable grid points) of this spatial reference.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public ISpatialReferenceResolutionProxy(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 ISpatialReferenceResolutionProxy()
public ISpatialReferenceResolutionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISpatialReferenceResolutionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISpatialReferenceResolutionProxy(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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void constructFromHorizon() throws java.io.IOException, AutomationException
constructFromHorizon
in interface ISpatialReferenceResolution
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setXYResolution(boolean bStandardUnits, double xYResolution) throws java.io.IOException, AutomationException
setXYResolution
in interface ISpatialReferenceResolution
bStandardUnits
- The bStandardUnits (in)xYResolution
- The xYResolution (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getXYResolution(boolean bStandardUnits) throws java.io.IOException, AutomationException
getXYResolution
in interface ISpatialReferenceResolution
bStandardUnits
- The bStandardUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDefaultXYResolution() throws java.io.IOException, AutomationException
setDefaultXYResolution
in interface ISpatialReferenceResolution
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZResolution(boolean bStandardUnits, double zResolution) throws java.io.IOException, AutomationException
setZResolution
in interface ISpatialReferenceResolution
bStandardUnits
- The bStandardUnits (in)zResolution
- The zResolution (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getZResolution(boolean bStandardUnits) throws java.io.IOException, AutomationException
getZResolution
in interface ISpatialReferenceResolution
bStandardUnits
- The bStandardUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDefaultZResolution() throws java.io.IOException, AutomationException
setDefaultZResolution
in interface ISpatialReferenceResolution
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMResolution(double interval) throws java.io.IOException, AutomationException
setMResolution
in interface ISpatialReferenceResolution
interval
- The interval (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMResolution() throws java.io.IOException, AutomationException
getMResolution
in interface ISpatialReferenceResolution
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDefaultMResolution() throws java.io.IOException, AutomationException
setDefaultMResolution
in interface ISpatialReferenceResolution
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.