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.
Default set of
ObjectConverter
implementations.A set of helper classes for the SIS implementation backed by Java2D.
A set of helper classes for the SIS implementation.
Centralizes usages ERSI geometry API by Apache SIS.
Centralizes usages of some (not all) Java2D geometry API by Apache SIS.
Methods specific to the Java Topology Suite (JTS).
Helper classes for the rendering of grid coverages.
A set of helper classes for SQL handling in the Apache SIS implementation.
Isolines generation.
Math transform provider
implementations.
Build
DefaultFeatureType
s by inspection of database schemas.A set of helper classes for the SIS implementation.
Well Known Text (WKT) parsing and formatting.
Descriptions and values of parameters used by a coordinate operation or a process.
Base classes for reference systems used for general positioning.
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 tuples.
Data store base types for retrieving and saving geospatial data
in various storage formats.
Addition to the collection framework.
Extensions to the JDK logging framework.
Localized resources for SIS.
-
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 DebugModifier and TypeMethodDescription(package private) void
GridCoverage.appendDataLayout
(TreeTable.Node root, Vocabulary vocabulary, TableColumn<CharSequence> column) Appends a "data layout" branch (if it exists) to the tree representation of this coverage.(package private) void
GridCoverage2D.appendDataLayout
(TreeTable.Node root, Vocabulary vocabulary, TableColumn<CharSequence> column) Appends a "data layout" branch (if it exists) to the tree representation of this coverage.Returns a tree representation of some elements of this grid coverage.Returns a tree representation of some elements of this grid coverage.private TreeTable
Returns a tree representation of thisGridDerivation
.Returns a tree representation of some elements of this grid geometry. -
Uses of Debug in org.apache.sis.internal.converter
Methods in org.apache.sis.internal.converter with annotations of type Debug -
Uses of Debug in org.apache.sis.internal.coverage.j2d
Methods in org.apache.sis.internal.coverage.j2d with annotations of type DebugModifier and TypeMethodDescriptionstatic void
ColorModelFactory.formatDescription
(ColorSpace cs, StringBuilder buffer) Appends a description of the given color space in the given buffer.(package private) final void
ScaledColorSpace.formatRange
(StringBuilder buffer) Formats the range of values in the given buffer. -
Uses of Debug in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature with annotations of type DebugModifier and TypeMethodDescriptionabstract double[]
GeometryWrapper.getAllCoordinates()
Returns all geometry coordinate tuples. -
Uses of Debug in org.apache.sis.internal.feature.esri
Methods in org.apache.sis.internal.feature.esri with annotations of type DebugModifier and TypeMethodDescriptiondouble[]
Wrapper.getAllCoordinates()
Returns all coordinate tuples in the wrapped geometry. -
Uses of Debug in org.apache.sis.internal.feature.j2d
Methods in org.apache.sis.internal.feature.j2d with annotations of type DebugModifier and TypeMethodDescriptiondouble[]
PointWrapper.getAllCoordinates()
Returns all coordinate tuples in the wrapped geometry.double[]
Wrapper.getAllCoordinates()
Returns all coordinate tuples in the wrapped geometry. -
Uses of Debug in org.apache.sis.internal.feature.jts
Methods in org.apache.sis.internal.feature.jts with annotations of type DebugModifier and TypeMethodDescriptiondouble[]
Wrapper.getAllCoordinates()
Returns all coordinate tuples in the wrapped geometry. -
Uses of Debug in org.apache.sis.internal.map.coverage
Fields in org.apache.sis.internal.map.coverage with annotations of type DebugModifier and TypeFieldDescriptionprivate static final boolean
RenderingData.CREATE_INDEX_COLOR_MODEL
Whether to allow the creation ofIndexColorModel
. -
Uses of Debug in org.apache.sis.internal.metadata.sql
Fields in org.apache.sis.internal.metadata.sql with annotations of type DebugModifier and TypeFieldDescriptionprivate String
ScriptRunner.currentFile
Name of the SQL script under execution, ornull
if unknown.private int
ScriptRunner.currentLine
The line number of the SQL statement being executed.private String
ScriptRunner.currentSQL
The SQL statement being executed.Methods in org.apache.sis.internal.metadata.sql with annotations of type Debug -
Uses of Debug in org.apache.sis.internal.processing.isoline
Classes in org.apache.sis.internal.processing.isoline with annotations of type DebugModifier and TypeClassDescription(package private) enum
Tells at which stage are the polylines represented by a Java2DShape
.Fields in org.apache.sis.internal.processing.isoline with annotations of type DebugModifier and TypeFieldDescriptionprivate static final BiConsumer
<String, Isolines> Isolines.LISTENER
A consumer to notify about the current state of isoline generation, ornull
if none.Methods in org.apache.sis.internal.processing.isoline with annotations of type DebugModifier and TypeMethodDescription(package private) final Map
<PolylineStage, Path2D> Isolines.toRawPath()
Returns the pixel coordinates of all level, for debugging purposes only.(package private) final void
PolylineBuffer.toRawPath
(Map<PolylineStage, Path2D> appendTo) Appends the pixel coordinates of this polyline to the given path, for debugging purposes only.(package private) final void
Tracer.Level.toRawPath
(Map<PolylineStage, Path2D> appendTo) Appends the pixel coordinates of this level to the given path, for debugging purposes only. -
Uses of Debug in org.apache.sis.internal.referencing.provider
Methods in org.apache.sis.internal.referencing.provider with annotations of type DebugModifier and TypeMethodDescriptionstatic org.opengis.parameter.ParameterDescriptorGroup
Molodensky.internal()
Creates a descriptor for the internal parameters ofMolodenskyTransform
. -
Uses of Debug in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature with annotations of type DebugModifier and TypeMethodDescriptionprivate static void
Table.appendAll
(TreeTable.Node parent, Relation[] children, String arrow) Appends all children to the given parent.(package private) final void
Database.appendTo
(TreeTable.Node parent) Creates a tree representation of this database for debugging purpose.(package private) void
Relation.appendTo
(TreeTable.Node parent, String arrow) Creates a tree representation of this relation for debugging purpose.(package private) final void
Table.appendTo
(TreeTable.Node parent) Creates a tree representation of this table for debugging purpose.(package private) static TreeTable.Node
TableReference.newChild
(TreeTable.Node parent, String name) Adds a child of the given name to the given parent node. -
Uses of Debug in org.apache.sis.internal.util
Methods in org.apache.sis.internal.util with annotations of type DebugModifier and TypeMethodDescriptionstatic String
Numerics.messageForDifference
(String name, double v1, double v2) Creates a messages to put inAssertionError
when two values differ in an unexpected way. -
Uses of Debug in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt with annotations of type DebugModifier and TypeMethodDescriptionprivate void
Element.format
(StringBuilder buffer, int margin, String lineSeparator) Implementation ofElement.toString()
to be invoked recursively.void
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
Fields in org.apache.sis.referencing with annotations of type DebugModifier and TypeFieldDescription(package private) static final boolean
EPSGFactoryFallback.FORCE_HARDCODED
Whether to disallowCommonCRS
to useEPSGFactory
(in which caseCommonCRS
will fallback on hard-coded values). -
Uses of Debug in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory with annotations of type DebugModifier and TypeClassDescription(package private) final class
Implementation ofConcurrentAuthorityFactory.printCacheContent(PrintWriter)
.Methods in org.apache.sis.referencing.factory with annotations of type DebugModifier and TypeMethodDescription(package private) final void
ConcurrentAuthorityFactory.appendStringTo
(StringBuilder buffer) Completes the string representation of this factory for debugging purpose only.(package private) final int
ConcurrentAuthorityFactory.countAvailableDataAccess()
Returns the number of Data Access Objects available for reuse.(package private) final boolean
ConcurrentAuthorityFactory.isCleanScheduled()
true
if the call toConcurrentAuthorityFactory.closeExpired()
is scheduled for future execution in the background cleaner thread.void
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
Fields in org.apache.sis.referencing.operation.projection with annotations of type DebugModifier and TypeFieldDescriptionNormalizedProjection.DESCRIPTORS
The internal parameter descriptors.Methods in org.apache.sis.referencing.operation.projection with annotations of type DebugModifier and TypeMethodDescriptionorg.opengis.parameter.ParameterDescriptorGroup
NormalizedProjection.getParameterDescriptors()
Returns a description of the non-linear internal parameters of thisNormalizedProjection
.org.opengis.parameter.ParameterValueGroup
NormalizedProjection.getParameterValues()
Returns a copy of non-linear internal parameter values of thisNormalizedProjection
. -
Uses of Debug in org.apache.sis.referencing.operation.transform
Fields in org.apache.sis.referencing.operation.transform with annotations of type DebugModifier and TypeFieldDescriptionprivate static org.opengis.parameter.ParameterDescriptorGroup
EllipsoidToCentricTransform.DESCRIPTOR
Internal parameter descriptor, used only for debugging purpose.private static org.opengis.parameter.ParameterDescriptorGroup
MolodenskyTransform.DESCRIPTOR
Internal parameter descriptor, used only for debugging purpose.Methods in org.apache.sis.referencing.operation.transform with annotations of type DebugModifier and TypeMethodDescriptionorg.opengis.parameter.ParameterDescriptorGroup
EllipsoidToCentricTransform.getParameterDescriptors()
Returns a description of the internal parameters of thisEllipsoidToCentricTransform
transform.org.opengis.parameter.ParameterDescriptorGroup
EllipsoidToCentricTransform.Inverse.getParameterDescriptors()
Returns a description of the internal parameters of this inverse transform.org.opengis.parameter.ParameterDescriptorGroup
InterpolatedMolodenskyTransform.getParameterDescriptors()
Returns a description of the internal parameters of thisInterpolatedMolodenskyTransform
transform.org.opengis.parameter.ParameterDescriptorGroup
MolodenskyTransform.getParameterDescriptors()
Returns a description of the internal parameters of thisMolodenskyTransform
transform.org.opengis.parameter.ParameterDescriptorGroup
PoleRotation.getParameterDescriptors()
Returns a description of the parameters of this transform.org.opengis.parameter.ParameterValueGroup
DatumShiftTransform.getParameterValues()
Returns the internal parameter values of thisDatumShiftTransform
instance (ignoring context).org.opengis.parameter.ParameterValueGroup
EllipsoidToCentricTransform.getParameterValues()
Returns a copy of internal parameter values of thisEllipsoidToCentricTransform
transform.org.opengis.parameter.ParameterValueGroup
EllipsoidToCentricTransform.Inverse.getParameterValues()
Returns the internal parameter values.org.opengis.parameter.ParameterValueGroup
MolodenskyFormula.getParameterValues()
Returns a copy of internal parameter values of this transform.org.opengis.parameter.ParameterValueGroup
PoleRotation.getParameterValues()
Returns a copy of the parameter values of this transform. -
Uses of Debug in org.apache.sis.storage
Methods in org.apache.sis.storage with annotations of type DebugModifier and TypeMethodDescription(package private) final void
StorageConnector.Coupled.append
(TreeTable.Node appendTo, Map<Class<?>, StorageConnector.Coupled> views) Formats the currentCoupled
and all its children as a tree in the given tree table node. -
Uses of Debug in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection with annotations of type Debug -
Uses of Debug in org.apache.sis.util.logging
Methods in org.apache.sis.util.logging with annotations of type DebugModifier and TypeMethodDescriptionstatic MonolineFormatter
Installs aMonolineFormatter
for the specified logger, or returns the existing instance if any. -
Uses of Debug in org.apache.sis.util.resources
Methods in org.apache.sis.util.resources with annotations of type DebugModifier and TypeMethodDescriptionfinal void
IndexedResourceBundle.list
(Appendable out) Lists resources to the specified stream.