getLength abstract method

int getLength(
  1. dynamic geometry
)

Get the length of the given geometry Object in bytes not 16-bit words. This is easier to keep track of, since the ByteBuffer deals with bytes. Do not include the 8 bytes of record.

@param geometry The geometry to analyze. @return The number of bytes the shape will take up.

Implementation

int getLength(dynamic geometry);