com.esri.arcgis.geodatabaseextensions
Class IConstructionPointsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseextensions.IConstructionPointsProxy
All Implemented Interfaces:
IConstructionPoints, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IConstructionPoints'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members that manipulate the construction points for the parcel.' 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 IConstructionPointsProxy
extends com.esri.arcgis.interop.Dispatch
implements IConstructionPoints, 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.geodatabaseextensions.IConstructionPoints
IID, IIDadc3412a_6ef7_41ac_bdc2_23e911c31280
 
Constructor Summary
  IConstructionPointsProxy()
          Deprecated. For internal use only
  IConstructionPointsProxy(java.lang.Object obj)
          Deprecated.  
protected IConstructionPointsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IConstructionPointsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IConstructionPointsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addConstructionPoint(int unjoinedPointNo, double x, double y)
          Deprecated. Adds a construction point to the parcel construction data.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void clearConstructionPoints()
          Deprecated. Clears the construction points.
 void findConstructionPoint(int unjoinedPointNo, double[] x, double[] y)
          Deprecated. The construction point with the matching point No.
 void getConstructionPoint(int i, int[] pUnjoinedPointNo, double[] pX, double[] pY)
          Deprecated. Retrieves the construction point at the given index.
 int getConstructionPointCount()
          Deprecated. The number of point constructions for the parcel.
 void removeConstructionPoint(int unjoinedPointNo)
          Deprecated. Remove the construction point.
 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

IConstructionPointsProxy

public IConstructionPointsProxy(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

IConstructionPointsProxy

public IConstructionPointsProxy()
Deprecated. 
For internal use only


IConstructionPointsProxy

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

IConstructionPointsProxy

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

IConstructionPointsProxy

protected IConstructionPointsProxy(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

getConstructionPointCount

public int getConstructionPointCount()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The number of point constructions for the parcel.

Specified by:
getConstructionPointCount in interface IConstructionPoints
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConstructionPoint

public void getConstructionPoint(int i,
                                 int[] pUnjoinedPointNo,
                                 double[] pX,
                                 double[] pY)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Retrieves the construction point at the given index. Coordinates are in meters.

Specified by:
getConstructionPoint in interface IConstructionPoints
Parameters:
i - The i (in)
pUnjoinedPointNo - The pUnjoinedPointNo (in/out: use single element array)
pX - The pX (in/out: use single element array)
pY - The pY (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addConstructionPoint

public void addConstructionPoint(int unjoinedPointNo,
                                 double x,
                                 double y)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Adds a construction point to the parcel construction data. Coordinates are in meters.

Specified by:
addConstructionPoint in interface IConstructionPoints
Parameters:
unjoinedPointNo - The unjoinedPointNo (in)
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findConstructionPoint

public void findConstructionPoint(int unjoinedPointNo,
                                  double[] x,
                                  double[] y)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The construction point with the matching point No. Coordinates are in meters.

Specified by:
findConstructionPoint in interface IConstructionPoints
Parameters:
unjoinedPointNo - The unjoinedPointNo (in)
x - The x (in/out: use single element array)
y - The y (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeConstructionPoint

public void removeConstructionPoint(int unjoinedPointNo)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Remove the construction point.

Specified by:
removeConstructionPoint in interface IConstructionPoints
Parameters:
unjoinedPointNo - The unjoinedPointNo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearConstructionPoints

public void clearConstructionPoints()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Clears the construction points.

Specified by:
clearConstructionPoints in interface IConstructionPoints
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.