20#ifndef GEOS_IO_BYTEORDERVALUES_H
21#define GEOS_IO_BYTEORDERVALUES_H
23#include <geos/export.h>
24#include <geos/platform.h>
37class GEOS_DLL ByteOrderValues {
47 static int getInt(
const unsigned char *buf,
int byteOrder);
48 static void putInt(
int intValue,
unsigned char *buf,
int byteOrder);
50 static int64 getLong(
const unsigned char *buf,
int byteOrder);
51 static void putLong(int64 longValue,
unsigned char *buf,
int byteOrder);
53 static double getDouble(
const unsigned char *buf,
int byteOrder);
54 static void putDouble(
double doubleValue,
unsigned char *buf,
int byteOrder);
Contains the interfaces for converting JTS objects to and from other formats.
Definition Geometry.h:56
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25