Uses of Class
com.esri.core.geometry.ByteBufferCursor
-
Packages that use ByteBufferCursor Package Description com.esri.core.geometry -
-
Uses of ByteBufferCursor in com.esri.core.geometry
Subclasses of ByteBufferCursor in com.esri.core.geometry Modifier and Type Class Description (package private) classOperatorExportToESRIShapeCursor(package private) classSimpleByteBufferCursorFields in com.esri.core.geometry declared as ByteBufferCursor Modifier and Type Field Description (package private) ByteBufferCursorOperatorImportFromESRIShapeCursor. m_inputShapeBuffersMethods in com.esri.core.geometry that return ByteBufferCursor Modifier and Type Method Description (package private) abstract ByteBufferCursorOperatorExportToESRIShape. execute(int exportFlags, GeometryCursor geometryCursor)Performs the ExportToESRIShape operation(package private) ByteBufferCursorOperatorExportToESRIShapeLocal. execute(int exportFlags, GeometryCursor geometryCursor)Methods in com.esri.core.geometry with parameters of type ByteBufferCursor Modifier and Type Method Description (package private) abstract GeometryCursorOperatorImportFromESRIShape. execute(int importFlags, Geometry.Type type, ByteBufferCursor shapeBuffers)Performs the ImportFromESRIShape operation on a stream of shape buffers(package private) GeometryCursorOperatorImportFromESRIShapeLocal. execute(int importFlags, Geometry.Type type, ByteBufferCursor shapeBuffers)Constructors in com.esri.core.geometry with parameters of type ByteBufferCursor Constructor Description OperatorImportFromESRIShapeCursor(int importFlags, int type, ByteBufferCursor shapeBuffers)
-