Uses of Enum
org.apache.sis.io.wkt.Convention
Packages that use Convention
Package
Description
Command line interface for Apache SIS.
Well Known Text (WKT) parsing and formatting.
-
Uses of Convention in org.apache.sis.console
Fields in org.apache.sis.console declared as ConventionModifier and TypeFieldDescription(package private) Convention
FormattedOutputCommand.convention
The WKT convention, ornull
if it does not apply. -
Uses of Convention in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as ConventionModifier and TypeFieldDescriptionprivate Convention
Formatter.convention
The preferred convention for objects or parameter names.private Convention
WKTFormat.convention
The convention to use.(package private) static final Convention
Convention.DEFAULT
The default conventions.Methods in org.apache.sis.io.wkt that return ConventionModifier and TypeMethodDescriptionfinal Convention
Formatter.getConvention()
Returns the convention to use for formatting the WKT.WKTFormat.getConvention()
Returns the convention for parsing and formatting WKT elements.static Convention
Returns the enum constant of this type with the specified name.static Convention[]
Convention.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.io.wkt with parameters of type ConventionModifier and TypeMethodDescription(package private) final void
Formatter.configure
(Convention convention, org.opengis.metadata.citation.Citation authority, Colors colors, byte toUpperCase, byte longKeywords, byte indentation, int listSizeLimit) Sets the convention, authority, colors and indentation to use for formatting WKT elements.private String
FormattableObject.formatWKT
(Convention convention, boolean colorize, boolean strict) Returns a WKT for this object using the specified convention.void
WKTFormat.setConvention
(Convention convention) Sets the convention for parsing and formatting WKT elements.FormattableObject.toString
(Convention convention) Returns a Well Known Text (WKT) for this object using the specified convention.Constructors in org.apache.sis.io.wkt with parameters of type ConventionModifierConstructorDescriptionFormatter
(Convention convention, Symbols symbols, int indentation) Creates a new formatter instance with the specified convention, symbols and indentation.(package private)
GeodeticObjectParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Constructs a parser for the specified set of symbols using the specified set of factories.(package private)
Parser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Creates a new parser.