Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Class and Description |
---|---|
class |
MultiPath
The MulitPath class is a base class for polygons and polylines.
|
class |
MultiPoint
A Multipoint is a collection of points.
|
class |
Polygon
A polygon is a collection of one or many interior or exterior rings.
|
class |
Polyline
A polyline is a collection of one or many paths.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiPoint.add(MultiVertexGeometry src,
int srcFrom,
int srcTo)
Appends points from another multipoint at the end of this multipoint.
|
Copyright © 2018. All rights reserved.