com.esri.arcgis.geometry
Interface IConstructPoint2

All Superinterfaces:
IConstructPoint, java.io.Serializable
All Known Implementing Classes:
IConstructPoint2Proxy, Point

public interface IConstructPoint2
extends IConstructPoint, java.io.Serializable

COM Interface 'IConstructPoint2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to additional point construction methods.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDaffe2936_6d7d_4261_b391_0de4269dd4b3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IConstructPoint
IIDeaf5d48c_c666_11d0_8307_0000f8034032
 
Method Summary
 void constructAverage(IPointCollection points, int attributeType)
          Constructs the geometric average of the input point collection.
 
Methods inherited from interface com.esri.arcgis.geometry.IConstructPoint
constructAlong, constructAngleBisector, constructAngleDistance, constructAngleIntersection, constructDeflection, constructDeflectionIntersection, constructOffset, constructParallel, constructPerpendicular, constructThreePointResection
 

Field Detail

IIDaffe2936_6d7d_4261_b391_0de4269dd4b3

static final int IIDaffe2936_6d7d_4261_b391_0de4269dd4b3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

constructAverage

void constructAverage(IPointCollection points,
                      int attributeType)
                      throws java.io.IOException,
                             AutomationException
Constructs the geometric average of the input point collection. Optionally uses the specified attribute as a source of weights on the locations of the points.

Parameters:
points - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
attributeType - A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.