| java.lang.Object org.geotools.referencing.FactoryPrinter
Constructor Summary | |
public | FactoryPrinter() Constructs a default instance of this printer. |
FactoryPrinter | public FactoryPrinter()(Code) | | Constructs a default instance of this printer.
|
compare | public int compare(Object object1, Object object2)(Code) | | Compares two factories for order. This is used for sorting out the factories
before to display them.
|
list | public void list(FactoryRegistry registry, Writer out, Locale locale) throws IOException(Code) | | List all available factory implementations in a tabular format. For each factory interface,
the first implementation listed is the default one. This method provides a way to check the
state of a system, usually for debugging purpose.
Parameters: FactoryRegistry - Where the factories are registered. Parameters: out - The output stream where to format the list. Parameters: locale - The locale for the list, or null . throws: IOException - if an error occurs while writing to out . |
|
|