Uses of Class
org.apache.sis.io.TabularFormat
-
Packages that use TabularFormat Package Description org.apache.sis.feature Defines the structure and content of views of real-world phenomenon.org.apache.sis.io org.apache.sis.math A set of mathematical objects and algebraic utilities.org.apache.sis.parameter Descriptions and values of parameters used by a coordinate operation or a process.org.apache.sis.referencing.gazetteer Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).org.apache.sis.util.collection Addition to the collection framework. -
-
Uses of TabularFormat in org.apache.sis.feature
Subclasses of TabularFormat in org.apache.sis.feature Modifier and Type Class Description class
FeatureFormat
Formats features or feature types in a tabular format. -
Uses of TabularFormat in org.apache.sis.io
Methods in org.apache.sis.io that return TabularFormat Modifier and Type Method Description TabularFormat<T>
TabularFormat. clone()
Returns a clone of this format. -
Uses of TabularFormat in org.apache.sis.math
Subclasses of TabularFormat in org.apache.sis.math Modifier and Type Class Description class
StatisticsFormat
Formats aStatistics
object. -
Uses of TabularFormat in org.apache.sis.parameter
Subclasses of TabularFormat in org.apache.sis.parameter Modifier and Type Class Description class
ParameterFormat
Formats parameter descriptors or parameter values in a tabular format. -
Uses of TabularFormat in org.apache.sis.referencing.gazetteer
Subclasses of TabularFormat in org.apache.sis.referencing.gazetteer Modifier and Type Class Description class
LocationFormat
FormatsLocation
instances in a tabular format. -
Uses of TabularFormat in org.apache.sis.util.collection
Subclasses of TabularFormat in org.apache.sis.util.collection Modifier and Type Class Description class
TreeTableFormat
A parser and formatter forTreeTable
instances.
-