6.x/8. Breaking Changes
v6.0-07. Geo changes
drscg
2017. 12. 20. 16:05
Deprecated ShapeBuilders helper classedit
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()).
shape 관련 builder를 생성하는 static method(예: ShapeBuilders.newPoint)를 가지고 있는ShapeBuilders class는 deprecate되었다. 대신 builder의 생성자를 사용해야 한다.(예: new MultiPointBuilder())
Deprecated ShapeBuilder.parse static methodedit
The ShapeBuilder.parse method has been deprecated. Use ShapeParser.parse instead.
ShapeBuilder.parse method는 deprecate되었다. 대신 ShapeParser.parse 를 사용하자.