org.citygml4j.model.citygml.core
Class LodRepresentation

java.lang.Object
  extended by org.citygml4j.model.citygml.core.LodRepresentation

public class LodRepresentation
extends java.lang.Object


Constructor Summary
LodRepresentation()
           
 
Method Summary
 java.util.List<GeometryProperty<? extends AbstractGeometry>> getLod0Geometry()
           
 java.util.List<GeometryProperty<? extends AbstractGeometry>> getLod1Geometry()
           
 java.util.List<GeometryProperty<? extends AbstractGeometry>> getLod2Geometry()
           
 java.util.List<GeometryProperty<? extends AbstractGeometry>> getLod3Geometry()
           
 java.util.List<GeometryProperty<? extends AbstractGeometry>> getLod4Geometry()
           
 java.util.List<GeometryProperty<? extends AbstractGeometry>> getLodGeometry(int lod)
           
 boolean isSetLod0Geometry()
           
 boolean isSetLod1Geometry()
           
 boolean isSetLod2Geometry()
           
 boolean isSetLod3Geometry()
           
 boolean isSetLod4Geometry()
           
 boolean isSetLodGeometry(int lod)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LodRepresentation

public LodRepresentation()
Method Detail

getLod0Geometry

public java.util.List<GeometryProperty<? extends AbstractGeometry>> getLod0Geometry()

getLod1Geometry

public java.util.List<GeometryProperty<? extends AbstractGeometry>> getLod1Geometry()

getLod2Geometry

public java.util.List<GeometryProperty<? extends AbstractGeometry>> getLod2Geometry()

getLod3Geometry

public java.util.List<GeometryProperty<? extends AbstractGeometry>> getLod3Geometry()

getLod4Geometry

public java.util.List<GeometryProperty<? extends AbstractGeometry>> getLod4Geometry()

getLodGeometry

public java.util.List<GeometryProperty<? extends AbstractGeometry>> getLodGeometry(int lod)

isSetLod0Geometry

public boolean isSetLod0Geometry()

isSetLod1Geometry

public boolean isSetLod1Geometry()

isSetLod2Geometry

public boolean isSetLod2Geometry()

isSetLod3Geometry

public boolean isSetLod3Geometry()

isSetLod4Geometry

public boolean isSetLod4Geometry()

isSetLodGeometry

public boolean isSetLodGeometry(int lod)