Description: 'Provides access to 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 ISpatialReferenceProxy extends ISpatialReferenceInfoProxy implements ISpatialReference, 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, IID4434d680_f4da_11d1_bca6_0000f875bcce
IID4da0fe00_1dd2_11b2_bf49_08002022f573
Modifier | Constructor and Description |
---|---|
|
ISpatialReferenceProxy()
Deprecated.
For internal use only
|
|
ISpatialReferenceProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISpatialReferenceProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISpatialReferenceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISpatialReferenceProxy(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 |
changed()
Deprecated.
Notify this object that some of its parts have changed (parameter values, z unit, etc.).
|
void |
getDomain(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
Deprecated.
The XY domain extent.
|
void |
getFalseOriginAndUnits(double[] falseX,
double[] falseY,
double[] xyUnits)
Deprecated.
Get the false origin and units.
|
void |
getMDomain(double[] outMMin,
double[] outMMax)
Deprecated.
The measure domain extent.
|
void |
getMFalseOriginAndUnits(double[] falseM,
double[] mUnits)
Deprecated.
Get the measure false origin and units.
|
ILinearUnit |
getZCoordinateUnit()
Deprecated.
The unit for the Z coordinate.
|
void |
getZDomain(double[] outZMin,
double[] outZMax)
Deprecated.
The Z domain extent.
|
void |
getZFalseOriginAndUnits(double[] falseZ,
double[] zUnits)
Deprecated.
Get the Z false origin and units.
|
boolean |
hasMPrecision()
Deprecated.
Returns true when m-value precision information has been defined.
|
boolean |
hasXYPrecision()
Deprecated.
Returns true when (x,y) precision information has been defined.
|
boolean |
hasZPrecision()
Deprecated.
Returns true when z-value precision information has been defined.
|
void |
isPrecisionEqual(ISpatialReference otherSR,
boolean[] isPrecisionEqual)
Deprecated.
Returns TRUE when the precision information for the two spatial references is 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 |
setDomain(double xMin,
double xMax,
double yMin,
double yMax)
Deprecated.
The XY domain extent.
|
void |
setFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
Deprecated.
Set the false origin and units.
|
void |
setMDomain(double inMMin,
double inMMax)
Deprecated.
The measure domain extent.
|
void |
setMFalseOriginAndUnits(double falseM,
double mUnits)
Deprecated.
Set the measure false origin and units.
|
void |
setZCoordinateUnit(ILinearUnit zunit)
Deprecated.
The unit for the Z coordinate.
|
void |
setZDomain(double inZMin,
double inZMax)
Deprecated.
The Z domain extent.
|
void |
setZFalseOriginAndUnits(double falseZ,
double zUnits)
Deprecated.
Set the Z false origin and units.
|
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks
public static final java.lang.Class targetClass
public boolean noncastable
public ISpatialReferenceProxy(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 ISpatialReferenceProxy()
public ISpatialReferenceProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISpatialReferenceProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISpatialReferenceProxy(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 ISpatialReferenceInfoProxy
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 ISpatialReferenceInfoProxy
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 boolean hasXYPrecision() throws java.io.IOException, AutomationException
hasXYPrecision
in interface ISpatialReference
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean hasZPrecision() throws java.io.IOException, AutomationException
hasZPrecision
in interface ISpatialReference
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean hasMPrecision() throws java.io.IOException, AutomationException
hasMPrecision
in interface ISpatialReference
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void isPrecisionEqual(ISpatialReference otherSR, boolean[] isPrecisionEqual) throws java.io.IOException, AutomationException
isPrecisionEqual
in interface ISpatialReference
otherSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)isPrecisionEqual
- The isPrecisionEqual (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFalseOriginAndUnits(double falseX, double falseY, double xyUnits) throws java.io.IOException, AutomationException
setFalseOriginAndUnits
in interface ISpatialReference
falseX
- The falseX (in)falseY
- The falseY (in)xyUnits
- The xyUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZFalseOriginAndUnits(double falseZ, double zUnits) throws java.io.IOException, AutomationException
setZFalseOriginAndUnits
in interface ISpatialReference
falseZ
- The falseZ (in)zUnits
- The zUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMFalseOriginAndUnits(double falseM, double mUnits) throws java.io.IOException, AutomationException
setMFalseOriginAndUnits
in interface ISpatialReference
falseM
- The falseM (in)mUnits
- The mUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getFalseOriginAndUnits(double[] falseX, double[] falseY, double[] xyUnits) throws java.io.IOException, AutomationException
getFalseOriginAndUnits
in interface ISpatialReference
falseX
- The falseX (out: use single element array)falseY
- The falseY (out: use single element array)xyUnits
- The xyUnits (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getZFalseOriginAndUnits(double[] falseZ, double[] zUnits) throws java.io.IOException, AutomationException
getZFalseOriginAndUnits
in interface ISpatialReference
falseZ
- The falseZ (out: use single element array)zUnits
- The zUnits (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getMFalseOriginAndUnits(double[] falseM, double[] mUnits) throws java.io.IOException, AutomationException
getMFalseOriginAndUnits
in interface ISpatialReference
falseM
- The falseM (out: use single element array)mUnits
- The mUnits (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getDomain(double[] xMin, double[] xMax, double[] yMin, double[] yMax) throws java.io.IOException, AutomationException
getDomain
in interface ISpatialReference
xMin
- The xMin (out: use single element array)xMax
- The xMax (out: use single element array)yMin
- The yMin (out: use single element array)yMax
- The yMax (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDomain(double xMin, double xMax, double yMin, double yMax) throws java.io.IOException, AutomationException
setDomain
in interface ISpatialReference
xMin
- The xMin (in)xMax
- The xMax (in)yMin
- The yMin (in)yMax
- The yMax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getZDomain(double[] outZMin, double[] outZMax) throws java.io.IOException, AutomationException
getZDomain
in interface ISpatialReference
outZMin
- The outZMin (out: use single element array)outZMax
- The outZMax (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZDomain(double inZMin, double inZMax) throws java.io.IOException, AutomationException
setZDomain
in interface ISpatialReference
inZMin
- The inZMin (in)inZMax
- The inZMax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getMDomain(double[] outMMin, double[] outMMax) throws java.io.IOException, AutomationException
getMDomain
in interface ISpatialReference
outMMin
- The outMMin (out: use single element array)outMMax
- The outMMax (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMDomain(double inMMin, double inMMax) throws java.io.IOException, AutomationException
setMDomain
in interface ISpatialReference
inMMin
- The inMMin (in)inMMax
- The inMMax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ILinearUnit getZCoordinateUnit() throws java.io.IOException, AutomationException
getZCoordinateUnit
in interface ISpatialReference
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZCoordinateUnit(ILinearUnit zunit) throws java.io.IOException, AutomationException
setZCoordinateUnit
in interface ISpatialReference
zunit
- A reference to a com.esri.arcgis.geometry.ILinearUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void changed() throws java.io.IOException, AutomationException
changed
in interface ISpatialReference
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.