public static final enum
StreetscapeGeometry.Quality
Describes the quality of the mesh data. The values correspond to the levels of detail (LOD) defined by the CityGML 2.0 standard.
Obtained by StreetscapeGeometry.getQuality()
.
Inherited Methods
Enum Values
public static final StreetscapeGeometry.Quality BUILDING_LOD_1
BUILDING_LOD_1
public static final StreetscapeGeometry.Quality BUILDING_LOD_1
The StreetscapeGeometry.Type.BUILDING
geometry is the building footprint extruded up
to a single flat top. The building contains empty space above any angled roofs.
public static final StreetscapeGeometry.Quality BUILDING_LOD_2
BUILDING_LOD_2
public static final StreetscapeGeometry.Quality BUILDING_LOD_2
The StreetscapeGeometry.Type.BUILDING
geometry is the building footprint with a rough
heightmap. The geometry will closely follow simple angled roofs. Chimneys and roof vents on
top of roofs will poke outside of the mesh.
public static final StreetscapeGeometry.Quality NONE
NONE
public static final StreetscapeGeometry.Quality NONE
The quality of the geometry is not defined, e.g. when the StreetscapeGeometry.Type
is
StreetscapeGeometry.Type.TERRAIN
.