Uses of Class
com.esri.core.geometry.MultiVertexGeometryImpl
Packages that use MultiVertexGeometryImpl
-
Uses of MultiVertexGeometryImpl in com.esri.core.geometry
Subclasses of MultiVertexGeometryImpl in com.esri.core.geometryModifier and TypeClassDescription(package private) final class(package private) final classThe MultiPoint is a collection of points.Methods in com.esri.core.geometry with parameters of type MultiVertexGeometryImplModifier and TypeMethodDescription(package private) voidMultiPathImpl._copyToImpl(MultiVertexGeometryImpl dst) (package private) voidMultiPointImpl._copyToImpl(MultiVertexGeometryImpl mvg) (package private) abstract voidMultiVertexGeometryImpl._copyToImpl(MultiVertexGeometryImpl mvg) \internal CHildren implement this method to copy additional information(package private) voidMultiVertexGeometryImpl._copyToUnsafe(MultiVertexGeometryImpl dst) voidMultiPointImpl.add(MultiVertexGeometryImpl src, int beginIndex, int endIndex) Appends points from another MultiVertexGeometryImpl at the end of this one.private static booleanRelationalOperations.checkVerticesForIntersection_(MultiVertexGeometryImpl geom, RasterizedGeometry2D rgeom) (package private) static RasterizedGeometry2DRasterizedGeometry2D.create(MultiVertexGeometryImpl geom, double toleranceXY, int rasterSizeBytes) (package private) static RasterizedGeometry2DImplRasterizedGeometry2DImpl.createImpl(MultiVertexGeometryImpl geom, double toleranceXY, int rasterSizeBytes) (package private) voidRasterizedGeometry2DImpl.init(MultiVertexGeometryImpl geom, double toleranceXY, int rasterSizeBytes) Constructors in com.esri.core.geometry with parameters of type MultiVertexGeometryImplModifierConstructorDescriptionprivateRasterizedGeometry2DImpl(MultiVertexGeometryImpl geom, double toleranceXY, int rasterSizeBytes)