Package org.citygml4j.util.lod
Class LodRepresentationBuilder
- java.lang.Object
-
- org.citygml4j.util.lod.LodRepresentationBuilder
-
public class LodRepresentationBuilder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LodRepresentation
buildFor(java.lang.Object object, boolean getLodFromAttributeName)
static LodRepresentation
buildRepresentation(java.lang.Object object)
-
-
-
Method Detail
-
buildRepresentation
public static LodRepresentation buildRepresentation(java.lang.Object object)
-
buildFor
public static LodRepresentation buildFor(java.lang.Object object, boolean getLodFromAttributeName)
-
-