Uses of Interface
org.apache.sis.util.collection.TreeTable
Packages that use TreeTable
Package
Description
A coverage backed by a regular grid.
Default set of
ObjectConverter
implementations.A set of helper classes for the SIS implementation.
A set of system-wide services for the SIS implementation.
Root package for various metadata implementations.
Provides information and some controls about SIS configuration.
Data store base types for retrieving and saving geospatial data
in various storage formats.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Addition to the collection framework.
-
Uses of TreeTable in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return TreeTableModifier and TypeMethodDescriptionReturns a tree representation of some elements of this grid coverage.Returns a tree representation of some elements of this grid coverage.private TreeTable
Returns a tree representation of thisGridDerivation
.Returns a tree representation of some elements of this grid geometry. -
Uses of TreeTable in org.apache.sis.internal.converter
Methods in org.apache.sis.internal.converter that return TreeTableModifier and TypeMethodDescription(package private) static TreeTable
Column.createTable()
Creates a table.Methods in org.apache.sis.internal.converter with parameters of type TreeTable -
Uses of TreeTable in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that return TreeTable -
Uses of TreeTable in org.apache.sis.internal.system
Methods in org.apache.sis.internal.system that return TreeTableModifier and TypeMethodDescriptionSupervisor.configuration
(EnumSet<About> sections, Locale locale, TimeZone timezone) Returns information about the current configuration.SupervisorMBean.configuration
(EnumSet<About> sections, Locale locale, TimeZone timezone) Returns information about the current configuration. -
Uses of TreeTable in org.apache.sis.metadata
Classes in org.apache.sis.metadata that implement TreeTableModifier and TypeClassDescription(package private) final class
A tree table view over a metadata object.Methods in org.apache.sis.metadata that return TreeTableModifier and TypeMethodDescriptionAbstractMetadata.asTreeTable()
Returns the property types and values as a tree table.MetadataStandard.asTreeTable
(Object metadata, Class<?> baseType, ValueExistencePolicy valuePolicy) Returns the specified metadata object as a tree table. -
Uses of TreeTable in org.apache.sis.setup
Methods in org.apache.sis.setup that return TreeTableModifier and TypeMethodDescriptionstatic TreeTable
About.configuration()
Returns all known information about the current Apache SIS running environment.static TreeTable
About.configuration
(Set<About> sections, Locale locale, TimeZone timezone) Returns a subset of the information about the current Apache SIS running environment. -
Uses of TreeTable in org.apache.sis.storage
Methods in org.apache.sis.storage that return types with arguments of type TreeTableModifier and TypeMethodDescriptionDataStore.getNativeMetadata()
Returns implementation-specific metadata. -
Uses of TreeTable in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as TreeTableModifier and TypeFieldDescriptionprivate TreeTable
GeoTiffStore.nativeMetadata
The native metadata, ornull
if not yet created.Methods in org.apache.sis.storage.geotiff that return types with arguments of type TreeTableModifier and TypeMethodDescriptionGeoTiffStore.getNativeMetadata()
Returns TIFF tags and GeoTIFF keys as a tree for debugging purpose. -
Uses of TreeTable in org.apache.sis.util.collection
Classes in org.apache.sis.util.collection that implement TreeTableModifier and TypeClassDescriptionclass
ATreeTable
implementation with a list of columns given at construction time.Methods in org.apache.sis.util.collection that return TreeTableModifier and TypeMethodDescriptionTreeTableFormat.parse
(CharSequence text, ParsePosition pos) Creates a tree from the given character sequence, or returnsnull
if the given text does not look like a tree for this method.static TreeTable
TreeTables.parse
(String tree, TableColumn<?> labelColumn, TableColumn<?>... otherColumns) Parses the given string as tree.Methods in org.apache.sis.util.collection that return types with arguments of type TreeTableModifier and TypeMethodDescriptionTreeTableFormat.getValueType()
Returns the type of objects formatted by this class.Methods in org.apache.sis.util.collection with parameters of type TreeTableModifier and TypeMethodDescriptionvoid
TreeTableFormat.format
(TreeTable tree, Appendable toAppendTo) Writes a graphical representation of the specified tree table in the given stream or buffer.static int
TreeTables.replaceCharSequences
(TreeTable table, Locale locale) For every columns having values of typeCharSequence
orString
, converts the values to localizedString
s.static String
Returns a string representation of the given tree table.Constructors in org.apache.sis.util.collection with parameters of type TreeTableModifierConstructorDescriptionCreates a new node for the given table.(package private)
Writer
(Appendable out, TreeTable tree, TableColumn<?>[] columns, Set<TreeTable.Node> recursivityGuard) Creates a new instance which will write to the given appendable.