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
DefaultFeatureTypes 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 StringSampleDimension.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) voidGridCoverage.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) voidGridCoverage2D.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 TreeTableReturns 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 voidColorModelFactory.formatDescription(ColorSpace cs, StringBuilder buffer) Appends a description of the given color space in the given buffer.(package private) final voidScaledColorSpace.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 booleanRenderingData.CREATE_INDEX_COLOR_MODELWhether 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 StringScriptRunner.currentFileName of the SQL script under execution, ornullif unknown.private intScriptRunner.currentLineThe line number of the SQL statement being executed.private StringScriptRunner.currentSQLThe 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) enumTells 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.LISTENERA consumer to notify about the current state of isoline generation, ornullif 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 voidPolylineBuffer.toRawPath(Map<PolylineStage, Path2D> appendTo) Appends the pixel coordinates of this polyline to the given path, for debugging purposes only.(package private) final voidTracer.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.ParameterDescriptorGroupMolodensky.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 voidTable.appendAll(TreeTable.Node parent, Relation[] children, String arrow) Appends all children to the given parent.(package private) final voidDatabase.appendTo(TreeTable.Node parent) Creates a tree representation of this database for debugging purpose.(package private) voidRelation.appendTo(TreeTable.Node parent, String arrow) Creates a tree representation of this relation for debugging purpose.(package private) final voidTable.appendTo(TreeTable.Node parent) Creates a tree representation of this table for debugging purpose.(package private) static TreeTable.NodeTableReference.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 StringNumerics.messageForDifference(String name, double v1, double v2) Creates a messages to put inAssertionErrorwhen 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 voidElement.format(StringBuilder buffer, int margin, String lineSeparator) Implementation ofElement.toString()to be invoked recursively.voidFormattableObject.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 TypeMethodDescriptionvoidAbstractParameterDescriptor.print()Prints a string representation of this descriptor to the standard output stream.voidParameters.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 booleanEPSGFactoryFallback.FORCE_HARDCODEDWhether to disallowCommonCRSto useEPSGFactory(in which caseCommonCRSwill 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 classImplementation ofConcurrentAuthorityFactory.printCacheContent(PrintWriter).Methods in org.apache.sis.referencing.factory with annotations of type DebugModifier and TypeMethodDescription(package private) final voidConcurrentAuthorityFactory.appendStringTo(StringBuilder buffer) Completes the string representation of this factory for debugging purpose only.(package private) final intConcurrentAuthorityFactory.countAvailableDataAccess()Returns the number of Data Access Objects available for reuse.(package private) final booleanConcurrentAuthorityFactory.isCleanScheduled()trueif the call toConcurrentAuthorityFactory.closeExpired()is scheduled for future execution in the background cleaner thread.voidConcurrentAuthorityFactory.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.DESCRIPTORSThe internal parameter descriptors.Methods in org.apache.sis.referencing.operation.projection with annotations of type DebugModifier and TypeMethodDescriptionorg.opengis.parameter.ParameterDescriptorGroupNormalizedProjection.getParameterDescriptors()Returns a description of the non-linear internal parameters of thisNormalizedProjection.org.opengis.parameter.ParameterValueGroupNormalizedProjection.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.ParameterDescriptorGroupEllipsoidToCentricTransform.DESCRIPTORInternal parameter descriptor, used only for debugging purpose.private static org.opengis.parameter.ParameterDescriptorGroupMolodenskyTransform.DESCRIPTORInternal parameter descriptor, used only for debugging purpose.Methods in org.apache.sis.referencing.operation.transform with annotations of type DebugModifier and TypeMethodDescriptionorg.opengis.parameter.ParameterDescriptorGroupEllipsoidToCentricTransform.getParameterDescriptors()Returns a description of the internal parameters of thisEllipsoidToCentricTransformtransform.org.opengis.parameter.ParameterDescriptorGroupEllipsoidToCentricTransform.Inverse.getParameterDescriptors()Returns a description of the internal parameters of this inverse transform.org.opengis.parameter.ParameterDescriptorGroupInterpolatedMolodenskyTransform.getParameterDescriptors()Returns a description of the internal parameters of thisInterpolatedMolodenskyTransformtransform.org.opengis.parameter.ParameterDescriptorGroupMolodenskyTransform.getParameterDescriptors()Returns a description of the internal parameters of thisMolodenskyTransformtransform.org.opengis.parameter.ParameterDescriptorGroupPoleRotation.getParameterDescriptors()Returns a description of the parameters of this transform.org.opengis.parameter.ParameterValueGroupDatumShiftTransform.getParameterValues()Returns the internal parameter values of thisDatumShiftTransforminstance (ignoring context).org.opengis.parameter.ParameterValueGroupEllipsoidToCentricTransform.getParameterValues()Returns a copy of internal parameter values of thisEllipsoidToCentricTransformtransform.org.opengis.parameter.ParameterValueGroupEllipsoidToCentricTransform.Inverse.getParameterValues()Returns the internal parameter values.org.opengis.parameter.ParameterValueGroupMolodenskyFormula.getParameterValues()Returns a copy of internal parameter values of this transform.org.opengis.parameter.ParameterValueGroupPoleRotation.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 voidStorageConnector.Coupled.append(TreeTable.Node appendTo, Map<Class<?>, StorageConnector.Coupled> views) Formats the currentCoupledand 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 MonolineFormatterInstalls aMonolineFormatterfor 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 voidIndexedResourceBundle.list(Appendable out) Lists resources to the specified stream.