Skip to content

Entur NeTEx Java Model v2.0.15.2

Choose a tag to compare

@assadriaz assadriaz released this 28 Jan 17:41
· 159 commits to master since this release

Java NeTEx object model based on Entur NeTEx v 1.0.15.2

  • Compatible with Java 11 / Jakarta EE10

Release notes:
This release upgrades to Entur NeTEx schema 1.15.2 with support for MultiSurface geometry.

New features:

  • Added support for gml:MultiSurface - allows zones (TariffZone, TopographicPlace, etc.) to contain multiple non-contiguous polygons (e.g., a municipality with
    islands, or a zone split by a river)
  • Zones now support a choice between gml:Polygon (single area) or gml:MultiSurface (multiple areas)

Breaking changes:

  • None - this release is backward-compatible with v2.0.15.1. Existing documents using gml:Polygon remain valid.