This is the complete list of members for PointCollection, including inherited members.
- empty : bool
- size : int
- spatialReference : SpatialReference [default]
- int addPoint(Point point)
- int addPointXY(double x, double y)
- int addPointXYZ(double x, double y, double z)
- void addPoints(jsobject points)
- emptyChanged()
- int indexOf(Point point)
- void insertPoint(int pointIndex, Point point)
- void insertPointXY(int pointIndex, double x, double y)
- void insertPointXYZ(int pointIndex, double x, double y, double z)
- Point point(int index)
- void removeAll()
- void removePoint(int pointIndex)
- void setPoint(int pointIndex, Point point)
- sizeChanged()
- spatialReferenceChanged()
The following members are inherited from Object.
- error : Error
- objectType : string
- componentCompleted()
- errorChanged()
- objectChanged()
(obsolete)