Geo changes

edit

Deprecated ShapeBuilders helper class

edit

The ShapeBuilders class containing static methods to create shape specific builders (e.g., ShapeBuilders.newPoint) has been deprecated. One must now use the builder’s constructor instead (e.g., `new MultiPointBuilder()).

Deprecated ShapeBuilder.parse static method

edit

The ShapeBuilder.parse method has been deprecated. Use ShapeParser.parse instead.