Uses of Annotation Type
org.apache.sis.util.Workaround
Packages that use Workaround
Package
Description
A set of helper classes for the SIS implementation backed by Java2D.
JAXB adapters for geometries.
A set of helper classes for SQL handling in the Apache SIS implementation.
Math transform provider
implementations.
A set of system-wide services for the SIS implementation.
A set of helper classes for the SIS implementation.
A set of helper classes for XML handling in the SIS implementation.
Base classes for reference systems used for general positioning.
Simple data objects and miscellaneous utilities.
-
Uses of Workaround in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d with annotations of type WorkaroundModifier and TypeFieldDescriptionstatic final booleanTilePlaceholder.PENDING_JDK_FIXIdentifies workaround for two JDK bugs. -
Uses of Workaround in org.apache.sis.internal.jaxb.geometry
Methods in org.apache.sis.internal.jaxb.geometry with annotations of type WorkaroundModifier and TypeMethodDescriptionObjectFactory.createAbstractGeometry(Object value) Create an instance ofJAXBElement<AbstractGeometryType>}.ObjectFactory.createAbstractGML(Object value) Create an instance ofJAXBElement<AbstractGMLType>}. -
Uses of Workaround in org.apache.sis.internal.metadata.sql
Methods in org.apache.sis.internal.metadata.sql with annotations of type WorkaroundModifier and TypeMethodDescriptionstatic booleanSQLUtilities.filterFalsePositive(String expected, String actual) Workaround for what seems to be a Derby 10.11 bug, which seems to behave as if the LIKE pattern had a trailing % wildcard. -
Uses of Workaround in org.apache.sis.internal.referencing.provider
Classes in org.apache.sis.internal.referencing.provider with annotations of type Workaround -
Uses of Workaround in org.apache.sis.internal.system
Fields in org.apache.sis.internal.system with annotations of type WorkaroundModifier and TypeFieldDescriptionstatic final intSemaphores.SUSPEND_PARAMETER_CHECKA flag to indicate that a parameter value outside its domain of validity should not cause an exception to be thrown. -
Uses of Workaround in org.apache.sis.internal.util
Classes in org.apache.sis.internal.util with annotations of type WorkaroundModifier and TypeClassDescriptionfinal classClones objects of arbitrary type using reflection methods.Methods in org.apache.sis.internal.util with annotations of type WorkaroundModifier and TypeMethodDescriptionstatic StringNumerics.useScientificNotationIfNeeded(Format format, Object value, BiFunction<Format, Object, String> action) Formats the given value with the given format, using scientific notation if needed. -
Uses of Workaround in org.apache.sis.internal.xml
Classes in org.apache.sis.internal.xml with annotations of type WorkaroundModifier and TypeClassDescriptionclassBase class for deriving anXMLStreamWriterfilters. -
Uses of Workaround in org.apache.sis.referencing
Methods in org.apache.sis.referencing with annotations of type WorkaroundModifier and TypeMethodDescriptionorg.opengis.metadata.extent.ExtentAbstractReferenceSystem.getDomainOfValidity()Returns the region or timeframe in which this reference system is valid, ornullif unspecified. -
Uses of Workaround in org.apache.sis.util
Methods in org.apache.sis.util with annotations of type Workaround