write abstract method

void write(
  1. LByteBuffer buffer,
  2. Object geometry
)

Write the geometry into the ByteBuffer. The position, byteOrder, and limit are all set. The handler is not responsible for writing the record or shape type integer.

@param buffer The ByteBuffer to write to. @param geometry The geometry to write.

Implementation

void write(LByteBuffer buffer, Object geometry);