Description: 'Provides access to additional members that control a SpatialReference. ISpatialReference2GEN is generic version of ISpatialReference.' 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 ISpatialReference2GENProxy extends com.esri.arcgis.interop.Dispatch implements ISpatialReference2GEN, 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, IID3b563182_cf62_4d40_9157_5022f7ae4561| Modifier | Constructor and Description |
|---|---|
|
ISpatialReference2GENProxy()
Deprecated.
For internal use only
|
|
ISpatialReference2GENProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISpatialReference2GENProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISpatialReference2GENProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISpatialReference2GENProxy(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(_WKSPoint[] points,
double[] ms,
double[] zs)
Deprecated.
Applies the measure and z value precisions.
|
void |
applyXYPrecision(_WKSPoint[] points)
Deprecated.
Applies the XY precision.
|
void |
changed()
Deprecated.
Notify this object that some of its parts have changed (parameter values, z unit, etc.).
|
java.lang.String |
getAbbreviation()
Deprecated.
The abbreviated name of this spatial reference component.
|
java.lang.String |
getAlias()
Deprecated.
The alias of this spatial reference component.
|
void |
getDomain(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
Deprecated.
Get the domain extent.
|
int |
getFactoryCode()
Deprecated.
The factory code of the spatial reference.
|
void |
getFalseOriginAndUnits(double[] falseX,
double[] falseY,
double[] xyUnits)
Deprecated.
Get the false origin and units.
|
void |
getMDomain(double[] outMMin,
double[] outMMax)
Deprecated.
Get the measure domain extent.
|
void |
getMFalseOriginAndUnits(double[] falseM,
double[] mUnits)
Deprecated.
Get the measure false origin and units.
|
java.lang.String |
getName()
Deprecated.
The name of this spatial reference component.
|
java.lang.String |
getRemarks()
Deprecated.
The comment string of this spatial reference component.
|
ILinearUnit |
getZCoordinateUnit()
Deprecated.
The unit for the Z coordinate.
|
void |
getZDomain(double[] outZMin,
double[] outZMax)
Deprecated.
Get 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.
|
boolean |
isMPrecisionEqual(ISpatialReference otherSR)
Deprecated.
Returns true if the measure precisions of the two spatial references are the same.
|
void |
isPrecisionEqual(ISpatialReference otherSR,
boolean[] isPrecisionEqual)
Deprecated.
Returns TRUE when the precision information for the two spatial references is 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.
|
void |
setDomain(double xMin,
double xMax,
double yMin,
double yMax)
Deprecated.
Set 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.
Set 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.
Set the z domain extent.
|
void |
setZFalseOriginAndUnits(double falseZ,
double zUnits)
Deprecated.
Set the Z false origin and units.
|
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 ISpatialReference2GENProxy(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 ISpatialReference2GENProxy()
public ISpatialReference2GENProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ISpatialReference2GENProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ISpatialReference2GENProxy(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 java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface ISpatialReference2GENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getAlias()
throws java.io.IOException,
AutomationException
getAlias in interface ISpatialReference2GENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getAbbreviation()
throws java.io.IOException,
AutomationException
getAbbreviation in interface ISpatialReference2GENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getRemarks()
throws java.io.IOException,
AutomationException
getRemarks in interface ISpatialReference2GENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFactoryCode()
throws java.io.IOException,
AutomationException
getFactoryCode in interface ISpatialReference2GENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean hasXYPrecision()
throws java.io.IOException,
AutomationException
hasXYPrecision in interface ISpatialReference2GENjava.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 ISpatialReference2GENjava.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 ISpatialReference2GENjava.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 ISpatialReference2GENotherSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)isPrecisionEqual - The isPrecisionEqual (in/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 ISpatialReference2GENfalseX - 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 ISpatialReference2GENfalseZ - 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 ISpatialReference2GENfalseM - 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 ISpatialReference2GENfalseX - The falseX (in/out: use single element array)falseY - The falseY (in/out: use single element array)xyUnits - The xyUnits (in/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 ISpatialReference2GENfalseZ - The falseZ (in/out: use single element array)zUnits - The zUnits (in/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 ISpatialReference2GENfalseM - The falseM (in/out: use single element array)mUnits - The mUnits (in/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 ISpatialReference2GENxMin - The xMin (in/out: use single element array)xMax - The xMax (in/out: use single element array)yMin - The yMin (in/out: use single element array)yMax - The yMax (in/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 ISpatialReference2GENxMin - 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 ISpatialReference2GENoutZMin - The outZMin (in/out: use single element array)outZMax - The outZMax (in/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 ISpatialReference2GENinZMin - 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 ISpatialReference2GENoutMMin - The outMMin (in/out: use single element array)outMMax - The outMMax (in/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 ISpatialReference2GENinMMin - 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 ISpatialReference2GENjava.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 ISpatialReference2GENzunit - 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 ISpatialReference2GENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isXYPrecisionEqual(ISpatialReference otherSR) throws java.io.IOException, AutomationException
isXYPrecisionEqual in interface ISpatialReference2GENotherSR - 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 ISpatialReference2GENotherSR - 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 ISpatialReference2GENotherSR - 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(_WKSPoint[] points) throws java.io.IOException, AutomationException
applyXYPrecision in interface ISpatialReference2GENpoints - A Structure: com.esri.arcgis.system._WKSPoint (An array of 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(_WKSPoint[] points, double[] ms, double[] zs) throws java.io.IOException, AutomationException
applyPrecision in interface ISpatialReference2GENpoints - A Structure: com.esri.arcgis.system._WKSPoint (An array of 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.