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) class
OperatorExportToESRIShapeCursor
(package private) class
SimpleByteBufferCursor
Fields in com.esri.core.geometry declared as ByteBufferCursor Modifier and Type Field Description (package private) ByteBufferCursor
OperatorImportFromESRIShapeCursor. m_inputShapeBuffers
Methods in com.esri.core.geometry that return ByteBufferCursor Modifier and Type Method Description (package private) abstract ByteBufferCursor
OperatorExportToESRIShape. execute(int exportFlags, GeometryCursor geometryCursor)
Performs the ExportToESRIShape operation(package private) ByteBufferCursor
OperatorExportToESRIShapeLocal. execute(int exportFlags, GeometryCursor geometryCursor)
Methods in com.esri.core.geometry with parameters of type ByteBufferCursor Modifier and Type Method Description (package private) abstract GeometryCursor
OperatorImportFromESRIShape. execute(int importFlags, Geometry.Type type, ByteBufferCursor shapeBuffers)
Performs the ImportFromESRIShape operation on a stream of shape buffers(package private) GeometryCursor
OperatorImportFromESRIShapeLocal. 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)
-