Uses of Class
com.bc.ceres.binding.ConversionException
-
Packages that use ConversionException Package Description com.bc.ceres.binding The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM.com.bc.ceres.binding.converters Contains some commonConverter
implementations.com.bc.ceres.binding.dom Provides a very basic DOM abstraction and a converter for it.com.bc.ceres.swing.figure.support org.esa.snap.core.gpf.annotations Provides annotations for GPFOperator
implementations.org.esa.snap.core.gpf.common.support org.esa.snap.core.gpf.descriptor org.esa.snap.core.util.converters -
-
Uses of ConversionException in com.bc.ceres.binding
Methods in com.bc.ceres.binding that throw ConversionException Modifier and Type Method Description T
Converter. parse(String text)
Converts a value from its plain text representation to a Java object instance of the type returned byConverter.getValueType()
.static ValueSet
ValueSet. parseValueSet(String[] valueStrings, Converter itemConverter)
Converts a string array into a value set. -
Uses of ConversionException in com.bc.ceres.binding.converters
Methods in com.bc.ceres.binding.converters that throw ConversionException Modifier and Type Method Description AffineTransform
AffineTransformConverter. parse(String text)
Object
ArrayConverter. parse(String text)
Boolean
BooleanConverter. parse(String text)
Character
CharacterConverter. parse(String text)
Class<?>
ClassConverter. parse(String text)
Color
ColorConverter. parse(String text)
Date
DateFormatConverter. parse(String text)
T
EnumConverter. parse(String text)
File
FileConverter. parse(String text)
Font
FontConverter. parse(String text)
ValueRange
IntervalConverter. parse(String text)
T
NumberConverter. parse(String value)
Object
NumberFormatConverter. parse(String text)
Pattern
PatternConverter. parse(String text)
String
StringConverter. parse(String text)
URL
UrlConverter. parse(String text)
-
Uses of ConversionException in com.bc.ceres.binding.dom
Methods in com.bc.ceres.binding.dom that throw ConversionException Modifier and Type Method Description Object
DefaultDomConverter. convertDomToValue(DomElement parentElement, Object value)
Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType()
.Object
DomConverter. convertDomToValue(DomElement parentElement, Object value)
Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType()
.Object
XStreamDomConverter. convertDomToValue(DomElement parentElement, Object value)
void
DefaultDomConverter. convertValueToDom(Object value, DomElement parentElement)
Converts a (complex) value of the type returned byDomConverter.getValueType()
to its DOM representation which may be further converted to XML.void
DomConverter. convertValueToDom(Object value, DomElement parentElement)
Converts a (complex) value of the type returned byDomConverter.getValueType()
to its DOM representation which may be further converted to XML.void
XStreamDomConverter. convertValueToDom(Object value, DomElement parentElement)
-
Uses of ConversionException in com.bc.ceres.swing.figure.support
Methods in com.bc.ceres.swing.figure.support that throw ConversionException Modifier and Type Method Description Color
CssColorConverter. parse(String text)
Converts a value from its plain text representation to a Java object instance of the type returned byCssColorConverter.getValueType()
. -
Uses of ConversionException in org.esa.snap.core.gpf.annotations
Methods in org.esa.snap.core.gpf.annotations that throw ConversionException Modifier and Type Method Description static PropertyDescriptor
ParameterDescriptorFactory. convert(ParameterDescriptor parameterDescriptor, Map<String,Product> sourceProductMap)
String
ParameterBlockConverter. convertObjectToXml(Object object)
Map<String,Object>
ParameterBlockConverter. convertXmlToMap(String xml, Class<?> schema)
-
Uses of ConversionException in org.esa.snap.core.gpf.common.support
Methods in org.esa.snap.core.gpf.common.support that throw ConversionException Modifier and Type Method Description BandMathsOp.BandDescriptor[]
BandDescriptorDomConverter. convertDomToValue(DomElement parentElement, Object value)
void
BandDescriptorDomConverter. convertValueToDom(Object value, DomElement parentElement)
-
Uses of ConversionException in org.esa.snap.core.gpf.descriptor
Methods in org.esa.snap.core.gpf.descriptor that throw ConversionException Modifier and Type Method Description static PropertySetDescriptor
PropertySetDescriptorFactory. createForOperator(OperatorDescriptor operatorDescriptor, Map<String,Product> sourceProductMap)
-
Uses of ConversionException in org.esa.snap.core.util.converters
Methods in org.esa.snap.core.util.converters that throw ConversionException Modifier and Type Method Description Class
JavaTypeConverter. parse(String text)
org.locationtech.jts.geom.Geometry
JtsGeometryConverter. parse(String text)
Rectangle
RectangleConverter. parse(String text)
-