MultipointN

Base Type: Multipoint

A class for a Multipoint represented in normalized form.

Property

Type

Description

Extent

Envelope

The extent of the multipoint.

HasID

bool

Indicates if the geometry has id values.

HasM

bool

Indicates if the geometry has measure (M) values.

HasZ

bool

Indicates if the geometry class has Z values.

PointArray

Point[]

The point collection of the geometry.

SpatialReference

SpatialReference

The spatial reference of the geometry.

Remarks

An ordered collection of points; optionally has measure, height and ID attributes.

10/23/2013