Uses of Class
org.apache.sis.util.UnconvertibleObjectException
Packages that use UnconvertibleObjectException
Package
Description
Defines the structure and content of views of real-world phenomenon.
Helper classes for creating
FeatureType instances.Default set of
ObjectConverter implementations.Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Simple data objects and miscellaneous utilities.
-
Uses of UnconvertibleObjectException in org.apache.sis.feature
Methods in org.apache.sis.feature that throw UnconvertibleObjectExceptionModifier and TypeMethodDescriptionstatic AbstractOperationFeatureOperations.compound(Map<String, ?> identification, String delimiter, String prefix, String suffix, AbstractIdentifiedType... singleAttributes) Creates an operation concatenating the string representations of the values of multiple properties.StringJoinOperation.Result.getValue()Creates a string which is the concatenation of attribute values of all properties specified to theStringJoinOperationconstructor.Constructors in org.apache.sis.feature that throw UnconvertibleObjectExceptionModifierConstructorDescription(package private)StringJoinOperation(Map<String, ?> identification, String delimiter, String prefix, String suffix, AbstractIdentifiedType[] singleAttributes) Creates a new operation for string concatenations using the given prefix, suffix and delimeter. -
Uses of UnconvertibleObjectException in org.apache.sis.feature.builder
Methods in org.apache.sis.feature.builder that throw UnconvertibleObjectExceptionModifier and TypeMethodDescription<N> AttributeTypeBuilder<N>AttributeTypeBuilder.setValueClass(Class<N> type) Sets the class of attribute values.<N> CharacteristicTypeBuilder<N>CharacteristicTypeBuilder.setValueClass(Class<N> type) Sets the class of characteristic values.Constructors in org.apache.sis.feature.builder that throw UnconvertibleObjectExceptionModifierConstructorDescriptionprivateAttributeTypeBuilder(AttributeTypeBuilder<?> builder, Class<V> valueClass) Creates a new builder initialized to the values of the given builder.privateCharacteristicTypeBuilder(CharacteristicTypeBuilder<?> builder, Class<V> valueClass) Creates a new builder initialized to the values of the given builder but a different type. -
Uses of UnconvertibleObjectException in org.apache.sis.internal.converter
Methods in org.apache.sis.internal.converter that throw UnconvertibleObjectExceptionModifier and TypeMethodDescriptionConverts the given array.CharSequenceConverter.apply(CharSequence source) Converts an object to an object of the target type.Converts the given object, using the fallback if needed.Converts the given fraction to an integer.final TConverts the given path to the target type of this converter.final TConverts the given string to the target type of this converter.(package private) BooleanSeeStringConverterfor the conversion table.<S,T> ObjectConverter<? super S, ? extends T> Returns a converter suitable for the given source and target classes.<S,T> ObjectConverter<S, T> Returns a converter for exactly the given source and target classes. -
Uses of UnconvertibleObjectException in org.apache.sis.measure
Methods in org.apache.sis.measure that throw UnconvertibleObjectExceptionModifier and TypeMethodDescriptionprivate ObjectConverts the given value to an instance of theRangeFormat.elementTypetype.private Range<?>RangeFormat.tryParse(String source, ParsePosition pos) Tries to parse the given text. -
Uses of UnconvertibleObjectException in org.apache.sis.util
Methods in org.apache.sis.util that throw UnconvertibleObjectExceptionModifier and TypeMethodDescriptionConverts the given object from the source type S to the target type T.static <T> TConverts the given value to the given type.static <S,T> ObjectConverter<? super S, ? extends T> Returns a converter for the specified source and target classes.