Uses of Interface
org.apache.sis.util.collection.TreeTable
Packages that use TreeTable
Package
Description
A coverage backed by a regular grid.
Widgets about metadata.
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.
Reads netCDF files conforming to the Climate and Forecast (CF).
Addition to the collection framework.
-
Uses of TreeTable in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return TreeTable -
Uses of TreeTable in org.apache.sis.gui.metadata
Fields in org.apache.sis.gui.metadata with type parameters of type TreeTableModifier and TypeFieldDescriptionfinal ObjectProperty<TreeTable>
MetadataTree.contentProperty
The data shown in this tree table.Methods in org.apache.sis.gui.metadata that return TreeTableModifier and TypeMethodDescriptionfinal TreeTable
MetadataTree.getContent()
Returns the data currently shown, ornull
if none.Methods in org.apache.sis.gui.metadata with parameters of type TreeTableModifier and TypeMethodDescriptionfinal void
MetadataTree.setContent
(TreeTable data) Sets the data to show. -
Uses of TreeTable in org.apache.sis.metadata
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
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.storage.netcdf
Methods in org.apache.sis.storage.netcdf that return types with arguments of type TreeTable -
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 TreeTable