public class LodRepresentation
extends java.lang.Object
Constructor and Description |
---|
LodRepresentation() |
Modifier and Type | Method and 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) |
public void addRepresentation(int lod, AssociationByRepOrRef<? extends AbstractGML> property)
public java.util.List<AssociationByRepOrRef<? extends AbstractGML>> getRepresentation(int lod)
public boolean isSetRepresentation(int lod)
public boolean hasRepresentations()
public java.util.List<GeometryProperty<? extends AbstractGeometry>> getGeometry(int lod)
public boolean isSetGeometry(int lod)
public boolean hasGeometries()
public java.util.List<ImplicitRepresentationProperty> getImplicitGeometry(int lod)
public boolean isSetImplicitGeometry(int lod)
public boolean hasImplicitGeometries()