Uses of Class
org.apache.sis.util.UnconvertibleObjectException
Packages that use UnconvertibleObjectException
Package
Description
Helper classes for creating
FeatureType instances.Simple data objects and miscellaneous utilities.
-
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. -
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.