Description: 'Provides access to additional members that control a SpatialReference.' 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 ISpatialReference2Proxy extends ISpatialReferenceProxy implements ISpatialReference2, 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, IID3267d410_f5d9_11d3_9f69_00c04f6bdd7fIID4434d680_f4da_11d1_bca6_0000f875bcceIID4da0fe00_1dd2_11b2_bf49_08002022f573| Modifier | Constructor and Description |
|---|---|
|
ISpatialReference2Proxy()
Deprecated.
For internal use only
|
|
ISpatialReference2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
ISpatialReference2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISpatialReference2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISpatialReference2Proxy(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 |
applyPrecision(int cPoints,
_WKSPoint points,
double[] ms,
double[] zs)
Deprecated.
Applies the measure and z value precisions.
|
void |
applyXYPrecision(int cPoints,
_WKSPoint points)
Deprecated.
Applies the XY precision.
|
boolean |
isMPrecisionEqual(ISpatialReference otherSR)
Deprecated.
Returns true if the measure precisions of the two spatial references are the same.
|
boolean |
isXYPrecisionEqual(ISpatialReference otherSR)
Deprecated.
Returns true if the XY precisions of the two spatial references are the same.
|
boolean |
isZPrecisionEqual(ISpatialReference otherSR)
Deprecated.
Returns true if the Z precisions 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.
|
changed, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnitsgetAbbreviation, getAlias, getFactoryCode, getName, getRemarksbindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitchanged, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnitsgetAbbreviation, getAlias, getFactoryCode, getName, getRemarkspublic static final java.lang.Class targetClass
public boolean noncastable
public ISpatialReference2Proxy(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 ISpatialReference2Proxy()
public ISpatialReference2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ISpatialReference2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ISpatialReference2Proxy(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 ISpatialReferenceProxyiidStr - 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 ISpatialReferenceProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic boolean isXYPrecisionEqual(ISpatialReference otherSR) throws java.io.IOException, AutomationException
isXYPrecisionEqual in interface ISpatialReference2otherSR - 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 isMPrecisionEqual(ISpatialReference otherSR) throws java.io.IOException, AutomationException
isMPrecisionEqual in interface ISpatialReference2otherSR - 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 isZPrecisionEqual(ISpatialReference otherSR) throws java.io.IOException, AutomationException
isZPrecisionEqual in interface ISpatialReference2otherSR - 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 void applyXYPrecision(int cPoints,
_WKSPoint points)
throws java.io.IOException,
AutomationException
applyXYPrecision in interface ISpatialReference2cPoints - The cPoints (in)points - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void applyPrecision(int cPoints,
_WKSPoint points,
double[] ms,
double[] zs)
throws java.io.IOException,
AutomationException
applyPrecision in interface ISpatialReference2cPoints - The cPoints (in)points - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)ms - The ms (in)zs - The zs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.