Class DefaultVerticesTransformer
- java.lang.Object
-
- org.citygml4j.builder.cityjson.marshal.util.DefaultVerticesTransformer
-
- All Implemented Interfaces:
VerticesTransformer
public class DefaultVerticesTransformer extends java.lang.Object implements VerticesTransformer
-
-
Constructor Summary
Constructors Constructor Description DefaultVerticesTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransformType
applyTransformation(java.util.List<java.util.List<java.lang.Double>> vertices)
int
getSignificantDigits()
DefaultVerticesTransformer
withSignificantDigits(int significantDigits)
-
-
-
Method Detail
-
withSignificantDigits
public DefaultVerticesTransformer withSignificantDigits(int significantDigits)
-
getSignificantDigits
public int getSignificantDigits()
-
applyTransformation
public TransformType applyTransformation(java.util.List<java.util.List<java.lang.Double>> vertices)
- Specified by:
applyTransformation
in interfaceVerticesTransformer
-
-