com.esri.arcgis.geometry
Interface IMultipoint

All Superinterfaces:
IGeometry, Serializable
All Known Implementing Classes:
Multipoint

public interface IMultipoint
extends IGeometry, Serializable

Indicator interface that identifies a multipoint object.

Description

A Multipoint is a collection of Points. A multipoint is a one-dimensional geometry object. Multipoints can be used to store a collection of Point-based information where the order and individual identity of each point is not an essential characteristic of the Point set. Functions that return multiple point results simultaneously return the result as a single Multipoint. Multipoints can be constructed using IConstructMultipoint or by simply adding Points via a PointCollection interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IPoint, IConstructMultipoint, IPointCollection, IGeometry, ISegmentCollection, IGeometryCollection

Method Summary
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometry
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference