Uses of Class
org.apache.sis.io.wkt.Warnings
Packages that use Warnings
-
Uses of Warnings in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as WarningsModifier and TypeFieldDescriptionprivate Warnings
AbstractParser.warnings
The warning (other thanAbstractParser.ignoredElements
) that occurred during the parsing.private Warnings
Formatter.warnings
The warnings that occurred during WKT formatting, ornull
if none.private Warnings
WKTFormat.warnings
The warning produced by the last parsing or formatting operation, ornull
if none.Methods in org.apache.sis.io.wkt that return WarningsModifier and TypeMethodDescription(package private) final Warnings
AbstractParser.getAndClearWarnings
(Object result) Returns the warnings, ornull
if none.(package private) final Warnings
Formatter.getWarnings()
Returns the warnings, ornull
if none.WKTFormat.getWarnings()
If warnings occurred during the last WKT parsing or formatting, returns the warnings.private Warnings
Formatter.warnings()
Returns the object where to store warnings.