Uses of Class
org.opengis.test.Configuration.Key
-
Uses of Configuration.Key in org.opengis.test
Modifier and TypeFieldDescriptionprotected Configuration.Key
<Boolean> TestCase.configurationTip
A tip set by subclasses during the execution of some optional tests.static final Configuration.Key
<CoordinateOperationAuthorityFactory> Configuration.Key.copAuthorityFactory
The Coordinate Operation authority factory instance used for a test.static final Configuration.Key
<CoordinateOperationFactory> Configuration.Key.copFactory
The Coordinate Operation factory instance used for a test.static final Configuration.Key
<CRSAuthorityFactory> Configuration.Key.crsAuthorityFactory
The Coordinate Reference System authority factory instance used for a test.static final Configuration.Key
<CRSFactory> Configuration.Key.crsFactory
The Coordinate Reference System factory instance used for a test.static final Configuration.Key
<CSAuthorityFactory> Configuration.Key.csAuthorityFactory
The Coordinate System authority factory instance used for a test.static final Configuration.Key
<CSFactory> Configuration.Key.csFactory
The Coordinate System factory instance used for a test.static final Configuration.Key
<DatumAuthorityFactory> Configuration.Key.datumAuthorityFactory
The Datum authority factory instance used for a test.static final Configuration.Key
<DatumFactory> Configuration.Key.datumFactory
The Datum factory instance used for a test.static final Configuration.Key
<Boolean> Configuration.Key.isAxisSwappingSupported
Whether (y,x) axis order is supported.static final Configuration.Key
<Boolean> Configuration.Key.isDependencyIdentificationSupported
Whether theIdentifiedObject
instances created indirectly by the factories are expected to have correct identification information.static final Configuration.Key
<Boolean> Configuration.Key.isDeprecatedObjectCreationSupported
Whether the authority factory supports creation of deprecatedIdentifiedObject
instances.static final Configuration.Key
<Boolean> Configuration.Key.isDerivativeSupported
WhetherMathTransform.derivative(DirectPosition)
is supported.static final Configuration.Key
<Boolean> Configuration.Key.isDoubleToDoubleSupported
WhetherMathTransform.transform(double[], int, double[], int, int)
is supported.static final Configuration.Key
<Boolean> Configuration.Key.isDoubleToFloatSupported
WhetherMathTransform.transform(double[], int, float[], int, int)
is supported.static final Configuration.Key
<Boolean> Configuration.Key.isFactoryPreservingUserValues
Whether the objects created by the testedObjectFactory
use the specified values as-is.static final Configuration.Key
<Boolean> Configuration.Key.isFloatToDoubleSupported
WhetherMathTransform.transform(float[], int, double[], int, int)
is supported.static final Configuration.Key
<Boolean> Configuration.Key.isFloatToFloatSupported
WhetherMathTransform.transform(float[], int, float[], int, int)
is supported.static final Configuration.Key
<Boolean> Configuration.Key.isInverseTransformSupported
WhetherMathTransform.inverse()
is supported.static final Configuration.Key
<Boolean> Configuration.Key.isMixedNameSyntaxSupported
Whether theGenericName
instances can apply different syntax rules in different parts of their name.static final Configuration.Key
<Boolean> Configuration.Key.isMultiLocaleSupported
Whether theInternationalString
instances can support more than oneLocale
.static final Configuration.Key
<Boolean> Configuration.Key.isNonBidimensionalSpaceSupported
WhetherMathTransformFactory
can create transforms between spaces that are not two-dimensional.static final Configuration.Key
<Boolean> Configuration.Key.isNonSquareMatrixSupported
WhetherMathTransformFactory.createAffineTransform(Matrix)
accepts non-square matrixes.static final Configuration.Key
<Boolean> Configuration.Key.isOverlappingArraySupported
Whether source and destination arrays can overlap inMathTransform
operations.static final Configuration.Key
<Boolean> Configuration.Key.isStandardAliasSupported
Whether theIdentifiedObject
instances have at least the aliases declared in the EPSG database.static final Configuration.Key
<Boolean> Configuration.Key.isStandardNameSupported
Whether theIdentifiedObject
instances have names matching the names declared in the EPSG database.static final Configuration.Key
<Boolean> Configuration.Key.isToleranceRelaxed
Whether the tolerance threshold of aTransformTestCase
has been relaxed.static final Configuration.Key
<Boolean> Configuration.Key.isValidationEnabled
Whether the test methods can invoke avalidators.validate(…)}
method.static final Configuration.Key
<MathTransformFactory> Configuration.Key.mtFactory
The Math Transform factory instance used for a test.static final Configuration.Key
<Units> Configuration.Key.units
The provider of units to use for tests.static final Configuration.Key
<ValidatorContainer> Configuration.Key.validators
The set ofValidator
instances to use for validating objects.Modifier and TypeMethodDescriptionConfiguration.Key<?>[]
Configuration.Key.family()
Returns the list of codes of the same kind as this code list element.static <T> Configuration.Key
<? extends T> Returns the key that matches the given name, or returns a new one if none match it.static Configuration.Key<?>[]
Configuration.Key.values()
Returns the list ofKey
s.Modifier and TypeMethodDescriptionConfiguration.map()
Returns all entries as an unmodifiable map.Modifier and TypeMethodDescription<T> T
Configuration.get
(Configuration.Key<T> key) Returns the value to which the specified key is mapped, ornull
if this map contains no mapping for the key.protected final boolean[]
TestCase.getEnabledFlags
(Configuration.Key<Boolean>... properties) Returns booleans indicating whether the given operations are enabled.<T> T
Configuration.put
(Configuration.Key<T> key, T value) Associates the specified value with the specified key in this map.<T> T
Configuration.remove
(Configuration.Key<T> key) Removes the mapping for a key from this map if it is present.final void
Configuration.unsupported
(Configuration.Key<Boolean>... operations) Declares that all given operations are unsupported.