class MySqlWkbDecoder extends AbstractWkbDecoder
| Modifier and Type | Field and Description |
|---|---|
private int |
srid |
| Constructor and Description |
|---|
MySqlWkbDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasSrid(int typeCode) |
protected void |
prepare(ByteBuffer byteBuffer)
Read the first four bytes: this contains the SRID
|
protected <P extends Position> |
readCrs(ByteBuffer byteBuffer,
int typeCode,
CoordinateReferenceSystem<P> crs)
Read and set the SRID (if it is present)
|
decode, decode, readTypeCodeprotected void prepare(ByteBuffer byteBuffer)
prepare in class AbstractWkbDecoderbyteBuffer - protected <P extends Position> CoordinateReferenceSystem<P> readCrs(ByteBuffer byteBuffer, int typeCode, CoordinateReferenceSystem<P> crs)
AbstractWkbDecoderreadCrs in class AbstractWkbDecoderprotected boolean hasSrid(int typeCode)
hasSrid in class AbstractWkbDecoder