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) class
MultiPathImpl
(package private) class
MultiPointImpl
The MultiPoint is a collection of points.Methods in com.esri.core.geometry with parameters of type MultiVertexGeometryImpl Modifier and Type Method Description (package private) void
MultiPathImpl. _copyToImpl(MultiVertexGeometryImpl dst)
(package private) void
MultiPointImpl. _copyToImpl(MultiVertexGeometryImpl mvg)
(package private) abstract void
MultiVertexGeometryImpl. _copyToImpl(MultiVertexGeometryImpl mvg)
\internal CHildren implement this method to copy additional information(package private) void
MultiVertexGeometryImpl. _copyToUnsafe(MultiVertexGeometryImpl dst)
void
MultiPointImpl. add(MultiVertexGeometryImpl src, int beginIndex, int endIndex)
Appends points from another MultiVertexGeometryImpl at the end of this one.private static boolean
RelationalOperations. checkVerticesForIntersection_(MultiVertexGeometryImpl geom, RasterizedGeometry2D rgeom)
(package private) static RasterizedGeometry2D
RasterizedGeometry2D. create(MultiVertexGeometryImpl geom, double toleranceXY, int rasterSizeBytes)
(package private) static RasterizedGeometry2DImpl
RasterizedGeometry2DImpl. createImpl(MultiVertexGeometryImpl geom, double toleranceXY, int rasterSizeBytes)
(package private) void
RasterizedGeometry2DImpl. 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)
-