read abstract method

dynamic read(
  1. LByteBuffer buffer,
  2. ShapeType? type,
  3. bool flatGeometry
)

Read a geometry from the ByteBuffer. The buffer's position, byteOrder, and limit are set to that which is needed. The record has been read as well as the shape type integer. The handler need not worry about reading unused information as the ShapefileReader will correctly adjust the buffer position after this call.

@param buffer The ByteBuffer to read from. @return A geometry object.

Implementation

dynamic read(LByteBuffer buffer, ShapeType? type, bool flatGeometry);