Uses of Class
org.apache.sis.util.Static
-
Packages that use Static Package Description org.apache.sis.coverage.grid A coverage backed by a regular grid.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.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.metadata.iso.citation Reference to the data or service (citation, responsible party, contact information).org.apache.sis.metadata.iso.extent Information about spatial, vertical, and temporal extent.org.apache.sis.profile.france French extensions defined by the Association Française de Normalisation (AFNOR).org.apache.sis.profile.japan Japanese extensions to netCDF reader.org.apache.sis.referencing Base classes for reference systems used for general positioning.org.apache.sis.referencing.cs Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.org.apache.sis.referencing.operation.matrix Matrix implementations for spatiotemporal referencing.org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points.org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats.org.apache.sis.util Simple data objects and miscellaneous utilities.org.apache.sis.util.collection Addition to the collection framework.org.apache.sis.util.iso Implementations of GeoAPI types from theorg.opengis.utilpackage.org.apache.sis.util.logging Extensions to the JDK logging framework.org.apache.sis.xml Provides methods for marshalling and unmarshalling SIS objects in XML. -
-
Uses of Static in org.apache.sis.coverage.grid
Subclasses of Static in org.apache.sis.coverage.grid Modifier and Type Class Description classPixelTranslationThe translation to apply for different values ofPixelOrientationorPixelInCell. -
Uses of Static in org.apache.sis.feature
Subclasses of Static in org.apache.sis.feature Modifier and Type Class Description classFeatureOperationsA set of pre-defined operations expecting aFeatureas input and producing anAttributeas output.classFeaturesStatic methods working on features or attributes. -
Uses of Static in org.apache.sis.geometry
Subclasses of Static in org.apache.sis.geometry Modifier and Type Class Description classEnvelopesTransforms envelopes to new Coordinate Reference Systems, and miscellaneous utilities.classShapes2DUtility methods working on Java2D shapes. -
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.metadata.iso.citation
Subclasses of Static in org.apache.sis.metadata.iso.citation Modifier and Type Class Description classCitationsA set of pre-defined constants and static methods working on citations. -
Uses of Static in org.apache.sis.metadata.iso.extent
Subclasses of Static in org.apache.sis.metadata.iso.extent Modifier and Type Class Description classExtentsConvenience static methods for extracting information fromExtentobjects. -
Uses of Static in org.apache.sis.profile.france
Subclasses of Static in org.apache.sis.profile.france Modifier and Type Class Description classFrenchProfileProvides implementations of French extensions defined by AFNOR. -
Uses of Static in org.apache.sis.profile.japan
Subclasses of Static in org.apache.sis.profile.japan Modifier and Type Class Description classJapaneseProfileProvides implementations of Japanese extensions. -
Uses of Static in org.apache.sis.referencing
Subclasses of Static in org.apache.sis.referencing Modifier and Type Class Description classCRSStatic methods working on Coordinate Reference Systems.classIdentifiedObjectsUtility methods working on arbitrary implementations of theIdentifiedObjectinterface. -
Uses of Static in org.apache.sis.referencing.cs
Subclasses of Static in org.apache.sis.referencing.cs Modifier and Type Class Description classCoordinateSystemsUtility methods working onCoordinateSystemobjects and their axes. -
Uses of Static in org.apache.sis.referencing.operation.matrix
Subclasses of Static in org.apache.sis.referencing.operation.matrix Modifier and Type Class Description classAffineTransforms2DBridge betweenMatrixand Java2DAffineTransforminstances.classMatricesMatrixfactory methods and utilities. -
Uses of Static in org.apache.sis.referencing.operation.transform
Subclasses of Static in org.apache.sis.referencing.operation.transform Modifier and Type Class Description classMathTransformsUtility methods creating or working onMathTransforminstances. -
Uses of Static in org.apache.sis.storage
Subclasses of Static in org.apache.sis.storage Modifier and Type Class Description classDataStoresStatic convenience methods creatingDataStoreinstances from a given storage object. -
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.iso
Subclasses of Static in org.apache.sis.util.iso Modifier and Type Class Description classNamesStatic methods for creating, parsing and formatting generic names.classTypesStatic methods working on GeoAPI types andCodeListvalues. -
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. -
Uses of Static in org.apache.sis.xml
Subclasses of Static in org.apache.sis.xml Modifier and Type Class Description classNamespacesLists some namespaces URLs used by JAXB when (un)marshalling.classXMLProvides convenience methods for marshalling and unmarshalling SIS objects.
-