Uses of Class
com.esri.core.geometry.MultiVertexGeometry
-
Packages that use MultiVertexGeometry Package Description com.esri.core.geometry -
-
Uses of MultiVertexGeometry in com.esri.core.geometry
Subclasses of MultiVertexGeometry in com.esri.core.geometry Modifier and Type Class Description class
MultiPath
The MulitPath class is a base class for polygons and polylines.(package private) class
MultiPathImpl
class
MultiPoint
A Multipoint is a collection of points.(package private) class
MultiPointImpl
The MultiPoint is a collection of points.(package private) class
MultiVertexGeometryImpl
This class is a base for geometries with many vertices.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.Methods in com.esri.core.geometry that return MultiVertexGeometry Modifier and Type Method Description (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 MultiVertexGeometry Modifier and Type Method Description void
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)
-