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 WarningsAbstractParser.warningsThe warning (other thanAbstractParser.ignoredElements) that occurred during the parsing.private WarningsFormatter.warningsThe warnings that occurred during WKT formatting, ornullif none.private WarningsWKTFormat.warningsThe warning produced by the last parsing or formatting operation, ornullif none.Methods in org.apache.sis.io.wkt that return WarningsModifier and TypeMethodDescription(package private) final WarningsAbstractParser.getAndClearWarnings(Object result) Returns the warnings, ornullif none.(package private) final WarningsFormatter.getWarnings()Returns the warnings, ornullif none.WKTFormat.getWarnings()If warnings occurred during the last WKT parsing or formatting, returns the warnings.private WarningsFormatter.warnings()Returns the object where to store warnings.