Uses of Class
com.esri.core.geometry.MultiVertexGeometryImpl
-
Packages that use MultiVertexGeometryImpl Package Description com.esri.core.geometry -
-
Uses of MultiVertexGeometryImpl in com.esri.core.geometry
Subclasses of MultiVertexGeometryImpl in com.esri.core.geometry Modifier and Type Class Description (package private) classMultiPathImpl(package private) classMultiPointImplThe MultiPoint is a collection of points.Methods in com.esri.core.geometry with parameters of type MultiVertexGeometryImpl Modifier and Type Method Description (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 MultiVertexGeometryImpl Constructor Description RasterizedGeometry2DImpl(MultiVertexGeometryImpl geom, double toleranceXY, int rasterSizeBytes)
-