Provides access to members that construct multiple points using other geometries and values.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Constructs a Multipoint according to various properties of an input geometry or relations between input geometries. Useful in finding the points corresponding to properties that are not satisfied by a single output Point.
Members
Description | ||
---|---|---|
![]() |
ConstructArcPoints | Constructs the four arc points (fromPoint, toPoint, center point, intersection point of the tangents at fromPoint and toPoint, in that order) for the specified circular arc. |
![]() |
ConstructDivideEqual | Constructs cPoints points evenly distributed along the input curve. |
![]() |
ConstructDivideLength | Places points along the input curve each seperate by the specified distance. |
![]() |
ConstructIntersection | Constructs the point(s) of intersection/tangency between two segments. Different ways of extending the segments in order to locate additional points can be specified. |
![]() |
ConstructIntersectionEx | Constructs the point(s) of intersection/tangency between two segments. Different ways of extending the segments in order to locate additional points can be specified. |
![]() |
ConstructTangent | Constructs all points of tangency to a curve from a point. |
CoClasses that implement IConstructMultipoint
CoClasses and Classes | Description |
---|---|
Multipoint | An ordered collection of points; optionally has measure, height and ID attributes. |