jklimke / libcitygml

C++ Library for CityGML Parsing and Visualization
GNU Lesser General Public License v2.1
98 stars 55 forks source link

Implemented some CityObjectElements and enabled tesselate #62

Closed HarutakaMatsumoto closed 2 years ago

HarutakaMatsumoto commented 2 years ago

Hello! I updated the following points of libcitygml.

  1. Enabled tesselate. If you set tesselate is false, tessellation is skipped.
  2. Implemented RectifiedGridCoverage.
  3. Implemented ExternalReference.
  4. Implemented Lod0Geometry
  5. Implemented Loc0ImplicitRepresentation
  6. Implemented Lod0TerrainIntersection
  7. Implemented Lod0Network
  8. Implemented Lod0MultiCurve
  9. Implemented Lod0MultiSurface
  10. Implemented GeneralizesTo

This commit successes parsing 533925_tran_6697_op2.gml. Please check and merge this.

HarutakaMatsumoto commented 2 years ago

@jklimke Fixed for annotations, and aligned the format. Please check.

HarutakaMatsumoto commented 2 years ago

Thank you for your checking and merging!