Uses of Class
org.apache.sis.io.TableAppender
Packages that use TableAppender
Package
Description
Command line interface for Apache SIS.
Defines the structure and content of views of real-world phenomenon.
Reads and writes data in GPS Exchange Format (GPX).
Root package for various metadata implementations.
Descriptions and values of parameters used by a coordinate operation or a process.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
Helper classes for creating Math Transforms from a set of points.
Addition to the collection framework.
-
Uses of TableAppender in org.apache.sis.console
Fields in org.apache.sis.console declared as TableAppenderModifier and TypeFieldDescriptionprivate TableAppender
TransformCommand.outHeader
Where to write the header before the data. -
Uses of TableAppender in org.apache.sis.feature
Methods in org.apache.sis.feature with parameters of type TableAppenderModifier and TypeMethodDescriptionprivate int
FeatureFormat.formatValue
(Object value, TableAppender table, int length) Appends the given attribute value, in a truncated form if it exceed the maximal value length.private void
FeatureFormat.nextColumn
(TableAppender table) Invoked when the formatter needs to move to the next column. -
Uses of TableAppender in org.apache.sis.internal.storage.gpx
Methods in org.apache.sis.internal.storage.gpx with parameters of type TableAppenderModifier and TypeMethodDescriptionprivate static void
Metadata.append
(TableAppender table, String label, Object value) Appends a row to the given table if the given value is non-null.private static void
Metadata.append
(TableAppender table, String label, List<?> values, String separator) Appends a multi-values to the given table if the given list is non-null. -
Uses of TableAppender in org.apache.sis.io
Methods in org.apache.sis.io that return TableAppenderModifier and TypeMethodDescriptionTableAppender.append
(char c) Writes a single character.TableAppender.append
(CharSequence sequence) Appends the specified character sequence.TableAppender.append
(CharSequence sequence, int start, int end) Writes a portion of a character sequence. -
Uses of TableAppender in org.apache.sis.metadata
Methods in org.apache.sis.metadata with parameters of type TableAppenderModifier and TypeMethodDescriptionprotected void
MetadataFormat.writeColumnSeparator
(int nextColumn, TableAppender out) Override the default behavior for not moving to next column before writing remarks. -
Uses of TableAppender in org.apache.sis.parameter
Methods in org.apache.sis.parameter with parameters of type TableAppenderModifier and TypeMethodDescriptionprivate void
ParameterFormat.nextColumn
(TableAppender table) Invoked when the formatter needs to move to the next column. -
Uses of TableAppender in org.apache.sis.referencing.gazetteer
Methods in org.apache.sis.referencing.gazetteer with parameters of type TableAppenderModifier and TypeMethodDescriptionprivate void
LocationFormat.append
(TableAppender table, Vocabulary vocabulary, short key, String value) Appends the given value in the given table if it is not null.private void
LocationFormat.nextColumn
(TableAppender table) Moves to the next column. -
Uses of TableAppender in org.apache.sis.referencing.operation.builder
Methods in org.apache.sis.referencing.operation.builder with parameters of type TableAppenderModifier and TypeMethodDescription(package private) final NumberFormat
ProjectedTransformTry.summarize
(TableAppender table, NumberFormat nf, Locale locale) Formats a summary of this projection attempt. -
Uses of TableAppender in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection with parameters of type TableAppenderModifier and TypeMethodDescriptionprotected void
TreeTableFormat.writeColumnSeparator
(int nextColumn, TableAppender out) Writes characters between columns.