|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geometry.ISpatialReferenceInfoProxy com.esri.arcgis.geometry.ISpatialReferenceProxy com.esri.arcgis.geometry.IGeographicCoordinateSystemProxy com.esri.arcgis.geometry.IGeographicCoordinateSystem2Proxy
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
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geometry.IGeographicCoordinateSystem2 |
---|
IID, IIDf78b2a38_89c4_11d4_9f9f_00c04f6bc8e8 |
Fields inherited from interface com.esri.arcgis.geometry.IGeographicCoordinateSystem |
---|
IID40870d80_1dd2_11b2_bf4c_08002022f573 |
Fields inherited from interface com.esri.arcgis.geometry.ISpatialReference |
---|
IID4434d680_f4da_11d1_bca6_0000f875bcce |
Fields inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo |
---|
IID4da0fe00_1dd2_11b2_bf49_08002022f573 |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
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. |
Methods inherited from class com.esri.arcgis.geometry.IGeographicCoordinateSystemProxy |
---|
getCoordinateUnit, getDatum, getPrimeMeridian, getUsage |
Methods inherited from class com.esri.arcgis.geometry.ISpatialReferenceProxy |
---|
changed, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnits |
Methods inherited from class com.esri.arcgis.geometry.ISpatialReferenceInfoProxy |
---|
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.geometry.IGeographicCoordinateSystem |
---|
getCoordinateUnit, getDatum, getPrimeMeridian, getUsage |
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReference |
---|
changed, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnits |
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo |
---|
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IGeographicCoordinateSystemProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IGeographicCoordinateSystemProxy
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |