Uses of Class
org.apache.sis.util.Static
-
Packages that use Static Package Description org.apache.sis.io org.apache.sis.math A set of mathematical objects and algebraic utilities.org.apache.sis.measure Units of measurements, values related to measurement (like angles and ranges) and their formatters.org.apache.sis.util Simple data objects and miscellaneous utilities.org.apache.sis.util.collection Addition to the collection framework.org.apache.sis.util.logging Extensions to the JDK logging framework. -
-
Uses of Static in org.apache.sis.io
Subclasses of Static in org.apache.sis.io Modifier and Type Class Description classIOUtilities methods working onjava.ioobjects. -
Uses of Static in org.apache.sis.math
Subclasses of Static in org.apache.sis.math Modifier and Type Class Description classDecimalFunctionsFunctions working onfloatanddoublevalues while taking in account their representation in base 10.classMathFunctionsSimple mathematical functions in addition to the ones provided inMath. -
Uses of Static in org.apache.sis.measure
Subclasses of Static in org.apache.sis.measure Modifier and Type Class Description classQuantitiesProvides static methods working onQuantityinstances.classUnitsProvides constants for various Units of Measurement together with static methods working onUnitinstances. -
Uses of Static in org.apache.sis.util
Subclasses of Static in org.apache.sis.util Modifier and Type Class Description classArgumentChecksStatic methods for performing argument checks.classArraysExtStatic methods for simple operations on arrays and array elements.classCharactersStatic methods working oncharvalues, and some character constants.classCharSequencesStatic methods working withCharSequenceinstances.classClassesStatic methods working onClassobjects.classExceptionsStatic methods working withExceptioninstances.classLocalesStatic methods working onLocaleinstances.classNumbersStatic methods working withNumberobjects, and a few primitive types by extension.classObjectConvertersStatic methods for creatingObjectConverterinstances or collection views based on converters.classStringBuildersStatic methods working onStringBuilderinstances.classUtilitiesStatic methods for object comparisons in different ways (deeply, approximately, etc). -
Uses of Static in org.apache.sis.util.collection
Subclasses of Static in org.apache.sis.util.collection Modifier and Type Class Description classContainersStatic methods working onCollectionorCheckedContainerobjects.classTreeTablesStatic methods working onTreeTableobjects and their nodes. -
Uses of Static in org.apache.sis.util.logging
Subclasses of Static in org.apache.sis.util.logging Modifier and Type Class Description classLoggingA set of utilities method for configuring loggings in SIS.
-