StreetscapeGeometry.Quality

  • StreetscapeGeometry.Quality describes the quality of the mesh data, corresponding to CityGML 2.0 standard levels of detail (LOD).

  • The quality can be obtained using StreetscapeGeometry.getQuality().

  • Enum values like BUILDING_LOD_1 and BUILDING_LOD_2 describe different levels of detail for building geometry.

  • The NONE quality indicates that the geometry quality is not defined, such as for terrain.

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

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.

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.

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.