Uses of Annotation Type
org.apache.sis.util.Debug
Packages that use Debug
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
Well Known Text (WKT) parsing and formatting.
Descriptions and values of parameters used by a coordinate operation or a process.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
Map projection implementations.
Conversions or transformations of multi-dimensional coordinate points.
Extensions to the JDK logging framework.
-
Uses of Debug in org.apache.sis.coverage
Methods in org.apache.sis.coverage with annotations of type DebugModifier and TypeMethodDescriptionstatic String
SampleDimension.toString
(Locale locale, SampleDimension... dimensions) Returns a string representation of the given sample dimensions. -
Uses of Debug in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid with annotations of type Debug -
Uses of Debug in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt with annotations of type DebugModifier and TypeMethodDescriptionvoid
FormattableObject.print()
Prints a string representation of this object to the standard output stream. -
Uses of Debug in org.apache.sis.parameter
Methods in org.apache.sis.parameter with annotations of type DebugModifier and TypeMethodDescriptionvoid
AbstractParameterDescriptor.print()
Prints a string representation of this descriptor to the standard output stream.void
Parameters.print()
Prints a string representation of this group to the standard output stream. -
Uses of Debug in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory with annotations of type DebugModifier and TypeMethodDescriptionvoid
ConcurrentAuthorityFactory.printCacheContent
(PrintWriter out) Prints the cache content to the given writer. -
Uses of Debug in org.apache.sis.referencing.gazetteer
Methods in org.apache.sis.referencing.gazetteer with annotations of type Debug -
Uses of Debug in org.apache.sis.referencing.operation.projection
Methods in org.apache.sis.referencing.operation.projection with annotations of type DebugModifier and TypeMethodDescriptionNormalizedProjection.getParameterDescriptors()
Returns a description of the non-linear internal parameters of thisNormalizedProjection
.NormalizedProjection.getParameterValues()
Returns a copy of non-linear internal parameter values of thisNormalizedProjection
. -
Uses of Debug in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with annotations of type DebugModifier and TypeMethodDescriptionEllipsoidToCentricTransform.getParameterDescriptors()
Returns a description of the internal parameters of thisEllipsoidToCentricTransform
transform.InterpolatedMolodenskyTransform.getParameterDescriptors()
Returns a description of the internal parameters of thisInterpolatedMolodenskyTransform
transform.MolodenskyTransform.getParameterDescriptors()
Returns a description of the internal parameters of thisMolodenskyTransform
transform.DatumShiftTransform.getParameterValues()
Returns the internal parameter values of thisDatumShiftTransform
instance (ignoring context).EllipsoidToCentricTransform.getParameterValues()
Returns a copy of internal parameter values of thisEllipsoidToCentricTransform
transform. -
Uses of Debug in org.apache.sis.util.logging
Methods in org.apache.sis.util.logging with annotations of type DebugModifier and TypeMethodDescriptionprotected Level
LoggerAdapter.getDebugLevel()
static MonolineFormatter
Installs aMonolineFormatter
for the specified logger, or returns the existing instance if any.