Integration tests failing:
- Issue is in mil.nga.giat.geowave.store.GeometryUtils::geometryToBinary
- Coordinate will be null when the geometry is empty (no points).
- In this case it doesn't really matter how we initialize the WKBWriter, as there will be no points to serialize - so just default to 2 when the geometry is empty.
Integration tests failing: