Uses of Class
com.esri.core.geometry.MultiVertexGeometry
Packages that use MultiVertexGeometry
-
Uses of MultiVertexGeometry in com.esri.core.geometry
Subclasses of MultiVertexGeometry in com.esri.core.geometryModifier and TypeClassDescriptionclassThe MulitPath class is a base class for polygons and polylines.classA Multipoint is a collection of points.classA polygon is a collection of one or many interior or exterior rings.classA polyline is a collection of one or many paths.Methods in com.esri.core.geometry with parameters of type MultiVertexGeometryModifier and TypeMethodDescriptionvoidMultiPoint.add(MultiVertexGeometry src, int srcFrom, int srcTo) Appends points from another multipoint at the end of this multipoint.