Package org.citygml4j.model.citygml.core
Class LodRepresentation
- java.lang.Object
-
- org.citygml4j.model.citygml.core.LodRepresentation
-
public class LodRepresentation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LodRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRepresentation(int lod, AssociationByRepOrRef<? extends AbstractGML> property)
java.util.List<GeometryProperty<? extends AbstractGeometry>>
getGeometry(int lod)
java.util.List<ImplicitRepresentationProperty>
getImplicitGeometry(int lod)
java.util.List<AssociationByRepOrRef<? extends AbstractGML>>
getRepresentation(int lod)
boolean
hasGeometries()
boolean
hasImplicitGeometries()
boolean
hasRepresentations()
boolean
isSetGeometry(int lod)
boolean
isSetImplicitGeometry(int lod)
boolean
isSetRepresentation(int lod)
-
-
-
Method Detail
-
addRepresentation
public void addRepresentation(int lod, AssociationByRepOrRef<? extends AbstractGML> property)
-
getRepresentation
public java.util.List<AssociationByRepOrRef<? extends AbstractGML>> getRepresentation(int lod)
-
isSetRepresentation
public boolean isSetRepresentation(int lod)
-
hasRepresentations
public boolean hasRepresentations()
-
getGeometry
public java.util.List<GeometryProperty<? extends AbstractGeometry>> getGeometry(int lod)
-
isSetGeometry
public boolean isSetGeometry(int lod)
-
hasGeometries
public boolean hasGeometries()
-
getImplicitGeometry
public java.util.List<ImplicitRepresentationProperty> getImplicitGeometry(int lod)
-
isSetImplicitGeometry
public boolean isSetImplicitGeometry(int lod)
-
hasImplicitGeometries
public boolean hasImplicitGeometries()
-
-