Uses of Class
org.apache.sis.io.CompoundFormat
-
Packages that use CompoundFormat Package Description org.apache.sis.feature Defines the structure and content of views of real-world phenomenon.org.apache.sis.geometry Basic geometric objects (envelopes and direct positions).org.apache.sis.io org.apache.sis.io.wkt Well Known Text (WKT) parsing and formatting.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 CompoundFormat in org.apache.sis.feature
Subclasses of CompoundFormat in org.apache.sis.feature Modifier and Type Class Description classFeatureFormatFormats features or feature types in a tabular format. -
Uses of CompoundFormat in org.apache.sis.geometry
Subclasses of CompoundFormat in org.apache.sis.geometry Modifier and Type Class Description classCoordinateFormatFormats spatiotemporal coordinates using number, angle and date formats inferred from the coordinate system. -
Uses of CompoundFormat in org.apache.sis.io
Subclasses of CompoundFormat in org.apache.sis.io Modifier and Type Class Description classTabularFormat<T>Base class for parser and formatter of tabular data, providing control on line and column separators.Methods in org.apache.sis.io that return CompoundFormat Modifier and Type Method Description CompoundFormat<T>CompoundFormat. clone()Returns a clone of this format. -
Uses of CompoundFormat in org.apache.sis.io.wkt
Subclasses of CompoundFormat in org.apache.sis.io.wkt Modifier and Type Class Description classWKTFormatParser and formatter for Well Known Text (WKT) strings. -
Uses of CompoundFormat in org.apache.sis.math
Subclasses of CompoundFormat in org.apache.sis.math Modifier and Type Class Description classStatisticsFormatFormats aStatisticsobject. -
Uses of CompoundFormat in org.apache.sis.parameter
Subclasses of CompoundFormat in org.apache.sis.parameter Modifier and Type Class Description classParameterFormatFormats parameter descriptors or parameter values in a tabular format. -
Uses of CompoundFormat in org.apache.sis.referencing.gazetteer
Subclasses of CompoundFormat in org.apache.sis.referencing.gazetteer Modifier and Type Class Description classLocationFormatFormatsLocationinstances in a tabular format. -
Uses of CompoundFormat in org.apache.sis.util.collection
Subclasses of CompoundFormat in org.apache.sis.util.collection Modifier and Type Class Description classTreeTableFormatA parser and formatter forTreeTableinstances.
-