com.esri.arcgis.geometry
Class IConstructGeodeticProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IConstructGeodeticProxy
All Implemented Interfaces:
IConstructGeodetic, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IConstructGeodetic'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that construct various kinds of geodetic curves.' 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 IConstructGeodeticProxy
extends com.esri.arcgis.interop.Dispatch
implements IConstructGeodetic, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.IConstructGeodetic
IID, IIDbda1eef8_15a0_47cf_91a8_06d4287086ce
 
Constructor Summary
  IConstructGeodeticProxy()
          Deprecated. For internal use only
  IConstructGeodeticProxy(java.lang.Object obj)
          Deprecated.  
protected IConstructGeodeticProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IConstructGeodeticProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IConstructGeodeticProxy(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.  
 void constructGeodesicCircle(IPoint centerPoint, ILinearUnit linearUnit, double radius, int densifyMethod, double densifyParameter)
          Deprecated. constructs a geodesic circle centered on the specified point.
 void constructGeodesicEllipse(IPoint centerPoint, ILinearUnit linearUnit, double semiMajorAxisLength, double semiMinorAxisLength, double semiMajorAxisAzimuth, int densifyMethod, double densifyParameter)
          Deprecated. constructs a geodesic ellipse with origin at the specified point and semi major axis oriented according to the specified azimuth.
 void constructGeodeticLineFromDistance(int geodeticLineType, IPoint fromPoint, ILinearUnit linearUnit, double length, double azimuth, int densifyMethod, double densifyParameter)
          Deprecated. constructs a geodetic line with the specified length and azimuth.
 void constructGeodeticLineFromPoints(int geodeticLineType, IPoint fromPoint, IPoint toPoint, ILinearUnit linearUnit, int densifyMethod, double densifyParameter)
          Deprecated. Constructs a geodetic line connecting the specified points.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IConstructGeodeticProxy

public IConstructGeodeticProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IConstructGeodeticProxy

public IConstructGeodeticProxy()
Deprecated. 
For internal use only


IConstructGeodeticProxy

public IConstructGeodeticProxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IConstructGeodeticProxy

protected IConstructGeodeticProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IConstructGeodeticProxy

protected IConstructGeodeticProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

constructGeodeticLineFromPoints

public void constructGeodeticLineFromPoints(int geodeticLineType,
                                            IPoint fromPoint,
                                            IPoint toPoint,
                                            ILinearUnit linearUnit,
                                            int densifyMethod,
                                            double densifyParameter)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Constructs a geodetic line connecting the specified points. The 'by length' and 'by deviation' densification options are supported.

Specified by:
constructGeodeticLineFromPoints in interface IConstructGeodetic
Parameters:
geodeticLineType - A com.esri.arcgis.geometry.esriGeodeticType constant (in)
fromPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
toPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
linearUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
densifyMethod - A com.esri.arcgis.geometry.esriCurveDensifyMethod constant (in)
densifyParameter - The densifyParameter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructGeodeticLineFromDistance

public void constructGeodeticLineFromDistance(int geodeticLineType,
                                              IPoint fromPoint,
                                              ILinearUnit linearUnit,
                                              double length,
                                              double azimuth,
                                              int densifyMethod,
                                              double densifyParameter)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
constructs a geodetic line with the specified length and azimuth. The 'by length' and 'by deviation' densification options are supported.

Specified by:
constructGeodeticLineFromDistance in interface IConstructGeodetic
Parameters:
geodeticLineType - A com.esri.arcgis.geometry.esriGeodeticType constant (in)
fromPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
linearUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
length - The length (in)
azimuth - The azimuth (in)
densifyMethod - A com.esri.arcgis.geometry.esriCurveDensifyMethod constant (in)
densifyParameter - The densifyParameter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructGeodesicCircle

public void constructGeodesicCircle(IPoint centerPoint,
                                    ILinearUnit linearUnit,
                                    double radius,
                                    int densifyMethod,
                                    double densifyParameter)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
constructs a geodesic circle centered on the specified point. All densification options are supported (length, angle, deviation).

Specified by:
constructGeodesicCircle in interface IConstructGeodetic
Parameters:
centerPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
linearUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
radius - The radius (in)
densifyMethod - A com.esri.arcgis.geometry.esriCurveDensifyMethod constant (in)
densifyParameter - The densifyParameter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructGeodesicEllipse

public void constructGeodesicEllipse(IPoint centerPoint,
                                     ILinearUnit linearUnit,
                                     double semiMajorAxisLength,
                                     double semiMinorAxisLength,
                                     double semiMajorAxisAzimuth,
                                     int densifyMethod,
                                     double densifyParameter)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
constructs a geodesic ellipse with origin at the specified point and semi major axis oriented according to the specified azimuth. The 'by angle' and 'by deviation' densification options are supported.

Specified by:
constructGeodesicEllipse in interface IConstructGeodetic
Parameters:
centerPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
linearUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
semiMajorAxisLength - The semiMajorAxisLength (in)
semiMinorAxisLength - The semiMinorAxisLength (in)
semiMajorAxisAzimuth - The semiMajorAxisAzimuth (in)
densifyMethod - A com.esri.arcgis.geometry.esriCurveDensifyMethod constant (in)
densifyParameter - The densifyParameter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.