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 =
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
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.