Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relationship between an extension and it's base class is not asserted #16

Open
EricBoix opened this issue Oct 6, 2021 · 0 comments
Open

Comments

@EricBoix
Copy link

EricBoix commented Oct 6, 2021

The creation of an extension requires two things

  1. to specify how a base class of the 3Dtiles standard gets extended (with which attributes...)
  2. to specify which base class is allowed to be extended in this way.

For example the

  1. a BatchTableHierarchy extension extends "some" base class with classes, instancesLength... attributes
  2. BatchTableHierarchy is an extension of a BatchTable

The problem: currently, the implementation doesn't allow for the expression of the relationship between an extension and the base classes it decorates (as the permissivity of ThreedtilesNotion::add_extension() illustrates it).

The current kludge: have this relationship expressed by the semantics of the schema names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant