Maven module :un.api : api-display :
Class : un.api.model2d.Model2Ds
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : getFormats, canDecode, read, createPredicate




Lists available 2d model formats.
return  array of Model2DFormat, never null but can be empty.
public Model2DFormat[] getFormats ()

public boolean canDecode (Object input)


Convinient method to read a model source of unknowned format.
The method will loop on available formats until one can decode the source.
param  input
return  Model3DStore, never null
throws  IOException if not format could support the source.
public Model2DStore read (Object input)

public Predicate createPredicate ()