Description: 'Provides access to members that control additional properties and methods for all geographic coordinate systems.' 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 IGeographicCoordinateSystem2Proxy extends IGeographicCoordinateSystemProxy implements IGeographicCoordinateSystem2, 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, IIDf78b2a38_89c4_11d4_9f9f_00c04f6bc8e8IID40870d80_1dd2_11b2_bf4c_08002022f573IID4434d680_f4da_11d1_bca6_0000f875bcceIID4da0fe00_1dd2_11b2_bf49_08002022f573| Modifier | Constructor and Description |
|---|---|
|
IGeographicCoordinateSystem2Proxy()
Deprecated.
For internal use only
|
|
IGeographicCoordinateSystem2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IGeographicCoordinateSystem2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IGeographicCoordinateSystem2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IGeographicCoordinateSystem2Proxy(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 |
getAngularConversionFactor(IGeographicCoordinateSystem2 pDstGCS)
Deprecated.
A factor to convert angular units from current GCS to destination GCS.
|
void |
getGCSParams(double[] p_180,
double[] pDelta)
Deprecated.
Returns the 180 degrees equivalent and horizon delta in proper GCS units.
|
void |
getHorizon(_WKSEnvelope[] horizonEnvelope)
Deprecated.
Returns a standard horizon polygon, its envelope and whether it is inclusive or exclusive; the horizon polygon may be 0.
|
double |
getLeftLongitude(boolean inDegrees)
Deprecated.
The least (left) longitude bounding a 360 degree range.
|
double |
getRightLongitude(boolean inDegrees)
Deprecated.
The greatest (right) longitude bounding a 360 degree range.
|
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 |
setExtentHint(_WKSEnvelope rhs1)
Deprecated.
Calculates a 360 degree longitude range from information in the specified envelope and the domain extent of the GCS.
|
void |
setLeftLongitude(boolean inDegrees,
double leftLongitude)
Deprecated.
The least (left) longitude bounding a 360 degree range.
|
void |
setRightLongitude(boolean inDegrees,
double rightLongitude)
Deprecated.
The greatest (right) longitude bounding a 360 degree range.
|
getCoordinateUnit, getDatum, getPrimeMeridian, getUsagechanged, 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, waitgetCoordinateUnit, getDatum, getPrimeMeridian, getUsagechanged, 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 IGeographicCoordinateSystem2Proxy(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 IGeographicCoordinateSystem2Proxy()
public IGeographicCoordinateSystem2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IGeographicCoordinateSystem2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IGeographicCoordinateSystem2Proxy(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 IGeographicCoordinateSystemProxyiidStr - 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 IGeographicCoordinateSystemProxyiidStr - 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 getGCSParams(double[] p_180,
double[] pDelta)
throws java.io.IOException,
AutomationException
getGCSParams in interface IGeographicCoordinateSystem2p_180 - The p_180 (out: use single element array)pDelta - The pDelta (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getHorizon(_WKSEnvelope[] horizonEnvelope) throws java.io.IOException, AutomationException
getHorizon in interface IGeographicCoordinateSystem2horizonEnvelope - A Structure: com.esri.arcgis.system._WKSEnvelope (A com.esri.arcgis.system._WKSEnvelope COM typedef) (in/out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getAngularConversionFactor(IGeographicCoordinateSystem2 pDstGCS) throws java.io.IOException, AutomationException
getAngularConversionFactor in interface IGeographicCoordinateSystem2pDstGCS - A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem2 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getLeftLongitude(boolean inDegrees)
throws java.io.IOException,
AutomationException
getLeftLongitude in interface IGeographicCoordinateSystem2inDegrees - The inDegrees (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLeftLongitude(boolean inDegrees,
double leftLongitude)
throws java.io.IOException,
AutomationException
setLeftLongitude in interface IGeographicCoordinateSystem2inDegrees - The inDegrees (in)leftLongitude - The leftLongitude (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getRightLongitude(boolean inDegrees)
throws java.io.IOException,
AutomationException
getRightLongitude in interface IGeographicCoordinateSystem2inDegrees - The inDegrees (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRightLongitude(boolean inDegrees,
double rightLongitude)
throws java.io.IOException,
AutomationException
setRightLongitude in interface IGeographicCoordinateSystem2inDegrees - The inDegrees (in)rightLongitude - The rightLongitude (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setExtentHint(_WKSEnvelope rhs1) throws java.io.IOException, AutomationException
setExtentHint in interface IGeographicCoordinateSystem2rhs1 - A Structure: com.esri.arcgis.system._WKSEnvelope (A com.esri.arcgis.system._WKSEnvelope COM typedef) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.