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 TypeClassDescriptionclass
The MulitPath class is a base class for polygons and polylines.(package private) final class
class
A Multipoint is a collection of points.(package private) final class
The MultiPoint is a collection of points.(package private) class
This class is a base for geometries with many vertices.class
A polygon is a collection of one or many interior or exterior rings.class
A polyline is a collection of one or many paths.Methods in com.esri.core.geometry that return MultiVertexGeometryModifier and TypeMethodDescription(package private) MultiVertexGeometry
TopologicalOperations.planarSimplify
(EditShape shape, int geom, double tolerance, boolean b_use_winding_rule_for_polygons, boolean dirty_result, ProgressTracker progress_tracker) (package private) static MultiVertexGeometry
TopologicalOperations.planarSimplify
(MultiVertexGeometry input_geom, double tolerance, boolean use_winding_rule_for_polygons, boolean dirty_result, ProgressTracker progress_tracker) (package private) MultiVertexGeometry
TopologicalOperations.planarSimplifyImpl_
(MultiVertexGeometry input_geom, double tolerance, boolean b_use_winding_rule_for_polygons, boolean dirty_result, ProgressTracker progress_tracker) (package private) static MultiVertexGeometry
TopologicalOperations.simplifyOGC
(MultiVertexGeometry input_geom, double tolerance, boolean dirty_result, ProgressTracker progress_tracker) (package private) MultiVertexGeometry
OperatorSimplifyLocalHelper.simplifyPlanar_()
Methods in com.esri.core.geometry with parameters of type MultiVertexGeometryModifier and TypeMethodDescriptionvoid
MultiPoint.add
(MultiVertexGeometry src, int srcFrom, int srcTo) Appends points from another multipoint at the end of this multipoint.private void
ConvexHull.addMultiVertexGeometry_
(MultiVertexGeometry mvg) private static Point2D
OperatorCentroid2DLocal.computePointsCentroid
(MultiVertexGeometry multiPoint) (package private) static Geometry
ConvexHull.construct
(MultiVertexGeometry mvg) Static method to construct the convex hull of a Multi_vertex_geometry.(package private) static boolean
InternalUtils.isWeakSimple
(MultiVertexGeometry geom, double tol) (package private) Proximity2DResult
OperatorProximity2DLocal.multiVertexGetNearestVertex
(MultiVertexGeometry geom, Point2D inputPoint) (package private) Proximity2DResult[]
OperatorProximity2DLocal.multiVertexGetNearestVertices
(MultiVertexGeometry geom, Point2D inputPoint, double searchRadius, int maxVertexCountToReturn) (package private) static MultiVertexGeometry
TopologicalOperations.planarSimplify
(MultiVertexGeometry input_geom, double tolerance, boolean use_winding_rule_for_polygons, boolean dirty_result, ProgressTracker progress_tracker) (package private) MultiVertexGeometry
TopologicalOperations.planarSimplifyImpl_
(MultiVertexGeometry input_geom, double tolerance, boolean b_use_winding_rule_for_polygons, boolean dirty_result, ProgressTracker progress_tracker) private static int
OperatorInternalRelationUtils.quickTest2DMVEnvelopeRasterOnly
(MultiVertexGeometry geomA, Envelope2D geomBEnv, double tolerance) private static int
OperatorInternalRelationUtils.quickTest2DMVMVRasterOnly
(MultiVertexGeometry geomA, MultiVertexGeometry geomB, double tolerance) private static int
OperatorInternalRelationUtils.quickTest2DMVPointRasterOnly
(MultiVertexGeometry geomA, Point2D ptB, double tolerance) (package private) static MultiVertexGeometry
TopologicalOperations.simplifyOGC
(MultiVertexGeometry input_geom, double tolerance, boolean dirty_result, ProgressTracker progress_tracker)