Uses of Class
org.opengis.test.Configuration.Key
-
Packages that use Configuration.Key Package Description org.opengis.test The GeoAPI conformance testing framework. -
-
Uses of Configuration.Key in org.opengis.test
Fields in org.opengis.test declared as Configuration.Key Modifier and Type Field Description protected Configuration.Key<Boolean>TestCase. configurationTipA tip set by subclasses during the execution of some optional tests.static Configuration.Key<CoordinateOperationAuthorityFactory>Configuration.Key. copAuthorityFactoryThe Coordinate Operation authority factory instance used for a test.static Configuration.Key<CoordinateOperationFactory>Configuration.Key. copFactoryThe Coordinate Operation factory instance used for a test.static Configuration.Key<CRSAuthorityFactory>Configuration.Key. crsAuthorityFactoryThe Coordinate Reference System authority factory instance used for a test.static Configuration.Key<CRSFactory>Configuration.Key. crsFactoryThe Coordinate Reference System factory instance used for a test.static Configuration.Key<CSAuthorityFactory>Configuration.Key. csAuthorityFactoryThe Coordinate System authority factory instance used for a test.static Configuration.Key<CSFactory>Configuration.Key. csFactoryThe Coordinate System factory instance used for a test.static Configuration.Key<DatumAuthorityFactory>Configuration.Key. datumAuthorityFactoryThe Datum authority factory instance used for a test.static Configuration.Key<DatumFactory>Configuration.Key. datumFactoryThe Datum factory instance used for a test.static Configuration.Key<Boolean>Configuration.Key. isAxisSwappingSupportedWhether (y,x) axis order is supported.static Configuration.Key<Boolean>Configuration.Key. isDependencyIdentificationSupportedWhether theIdentifiedObjectinstances created indirectly by the factories are expected to have correct identification information.static Configuration.Key<Boolean>Configuration.Key. isDeprecatedObjectCreationSupportedWhether the authority factory supports creation of deprecatedIdentifiedObjectinstances.static Configuration.Key<Boolean>Configuration.Key. isDerivativeSupportedWhetherMathTransform.derivative(DirectPosition)is supported.static Configuration.Key<Boolean>Configuration.Key. isDoubleToDoubleSupportedWhetherMathTransform.transform(double[], int, double[], int, int)is supported.static Configuration.Key<Boolean>Configuration.Key. isDoubleToFloatSupportedWhetherMathTransform.transform(double[], int, float[], int, int)is supported.static Configuration.Key<Boolean>Configuration.Key. isFactoryPreservingUserValuesWhether the objects created by the testedObjectFactoryuse the specified values as-is.static Configuration.Key<Boolean>Configuration.Key. isFloatToDoubleSupportedWhetherMathTransform.transform(float[], int, double[], int, int)is supported.static Configuration.Key<Boolean>Configuration.Key. isFloatToFloatSupportedWhetherMathTransform.transform(float[], int, float[], int, int)is supported.static Configuration.Key<Boolean>Configuration.Key. isInverseTransformSupportedWhetherMathTransform.inverse()is supported.static Configuration.Key<Boolean>Configuration.Key. isMixedNameSyntaxSupportedWhether theGenericNameinstances can apply different syntax rules in different parts of their name.static Configuration.Key<Boolean>Configuration.Key. isMultiLocaleSupportedWhether theInternationalStringinstances can support more than oneLocale.static Configuration.Key<Boolean>Configuration.Key. isNonBidimensionalSpaceSupportedWhetherMathTransformFactorycan create transforms between spaces that are not two-dimensional.static Configuration.Key<Boolean>Configuration.Key. isNonSquareMatrixSupportedWhetherMathTransformFactory.createAffineTransform(Matrix)accepts non-square matrixes.static Configuration.Key<Boolean>Configuration.Key. isOverlappingArraySupportedWhether source and destination arrays can overlap inMathTransformoperations.static Configuration.Key<Boolean>Configuration.Key. isStandardAliasSupportedWhether theIdentifiedObjectinstances have at least the aliases declared in the EPSG database.static Configuration.Key<Boolean>Configuration.Key. isStandardNameSupportedWhether theIdentifiedObjectinstances have names matching the names declared in the EPSG database.static Configuration.Key<Boolean>Configuration.Key. isToleranceRelaxedWhether the tolerance threshold of aTransformTestCasehas been relaxed.static Configuration.Key<Boolean>Configuration.Key. isValidationEnabledWhether the test methods can invoke avalidators.validate(…)}method.static Configuration.Key<MathTransformFactory>Configuration.Key. mtFactoryThe Math Transform factory instance used for a test.static Configuration.Key<Units>Configuration.Key. unitsThe provider of units to use for tests.static Configuration.Key<ValidatorContainer>Configuration.Key. validatorsThe set ofValidatorinstances to use for validating objects.Methods in org.opengis.test that return Configuration.Key Modifier and Type Method Description Configuration.Key<?>[]Configuration.Key. family()Returns the list of codes of the same kind than this code list element.Configuration.Key<Boolean>TestEvent. getConfigurationTip()Deprecated.If a test failure occurred in an optional test, the configuration key for disabling that test.static <T> Configuration.Key<? extends T>Configuration.Key. valueOf(String name, Class<T> type)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 ofKeys.Methods in org.opengis.test that return types with arguments of type Configuration.Key Modifier and Type Method Description Map<Configuration.Key<?>,Object>Configuration. map()Returns all entries as an unmodifiable map.Methods in org.opengis.test with parameters of type Configuration.Key Modifier and Type Method Description <T> TConfiguration. get(Configuration.Key<T> key)Returns the value to which the specified key is mapped, ornullif this map contains no mapping for the key.protected boolean[]TestCase. getEnabledFlags(Configuration.Key<Boolean>... properties)Returns booleans indicating whether the given operations are enabled.<T> TConfiguration. put(Configuration.Key<T> key, T value)Associates the specified value with the specified key in this map.<T> TConfiguration. remove(Configuration.Key<T> key)Removes the mapping for a key from this map if it is present.voidConfiguration. unsupported(Configuration.Key<Boolean>... operations)Declares that all given operations are unsupported.
-