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, objRef
IID, IIDf78b2a38_89c4_11d4_9f9f_00c04f6bc8e8
IID40870d80_1dd2_11b2_bf4c_08002022f573
IID4434d680_f4da_11d1_bca6_0000f875bcce
IID4da0fe00_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, getUsage
changed, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnits
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
getCoordinateUnit, getDatum, getPrimeMeridian, getUsage
changed, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnits
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks
public 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.UnknownHostException
java.io.IOException
public IGeographicCoordinateSystem2Proxy()
public IGeographicCoordinateSystem2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGeographicCoordinateSystem2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.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 IGeographicCoordinateSystemProxy
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 IGeographicCoordinateSystemProxy
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 getGCSParams(double[] p_180, double[] pDelta) throws java.io.IOException, AutomationException
getGCSParams
in interface IGeographicCoordinateSystem2
p_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 IGeographicCoordinateSystem2
horizonEnvelope
- 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 IGeographicCoordinateSystem2
pDstGCS
- 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 IGeographicCoordinateSystem2
inDegrees
- 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 IGeographicCoordinateSystem2
inDegrees
- 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 IGeographicCoordinateSystem2
inDegrees
- 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 IGeographicCoordinateSystem2
inDegrees
- 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 IGeographicCoordinateSystem2
rhs1
- 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.