Go to ET GeoWizards 12.x User Guide

Point To Multipoint

Go to ToolBox Implementation

Converts a point data set to a Multipoint feature class. 

Inputs:

Outputs:

ToolBox implementation
(Go to TOP)

Command line syntax 

ET_GPPointToMultipoint <input_dataset> <out_feature class> <multipointID_field>

Parameters

Expression Explanation
<input_dataset> A Point feature class or feature layer
<out_feature class> A String - the full name of the output feature class (A feature class with the same full name should not exist)
<multipointID_field>  A String -  the name of the field which values will indicate the points used to form a single multipoint feature.
{Z_value_field} A String -  the name of the field which values will be used for Z values of the vertices. "Shape" can be used if the input points have Z.
{M_value_field} A String -  the name of the field which values will be used for M values of the vertices. "Shape" can be used if the input points have M.
{order_field} A String  - the name  of a Numeric (integer or double) field which values will indicate the order in which the points describe the polylines. If no Order field is used the order is defined by the record number of the points
{link_field} A String - the name of a field to be used as a link between the input points and the output.  The values for the first and last point that will form a single polyline will be added to the polyline attribute table.

Scripting syntax

ET_GPPointToMultipoint (input_dataset, out_feature class, multipointID_field)

See the explanations above:
<> - required parameter
{} - optional parameter

Copyright © Ianko Tchoukanski