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 common
Converter implementations. |
com.bc.ceres.binding.dom |
Provides a very basic DOM abstraction and a converter for it.
|
org.esa.snap.core.gpf.annotations |
Provides annotations for GPF
Operator implementations. |
org.esa.snap.core.gpf.common.support | |
org.esa.snap.core.gpf.descriptor | |
org.esa.snap.core.layer |
Provides frequently used
LayerType implementations. |
org.esa.snap.core.util.converters |
Modifier and Type | Method and Description |
---|---|
T |
Converter.parse(String text)
Converts a value from its plain text representation to a Java object instance
of the type returned by
Converter.getValueType() . |
static ValueSet |
ValueSet.parseValueSet(String[] valueStrings,
Converter itemConverter)
Converts a string array into a value set.
|
Modifier and Type | Method and Description |
---|---|
URL |
UrlConverter.parse(String text) |
String |
StringConverter.parse(String text) |
Pattern |
PatternConverter.parse(String text) |
Object |
NumberFormatConverter.parse(String text) |
T |
NumberConverter.parse(String value) |
ValueRange |
IntervalConverter.parse(String text) |
Font |
FontConverter.parse(String text) |
File |
FileConverter.parse(String text) |
T |
EnumConverter.parse(String text) |
Date |
DateFormatConverter.parse(String text) |
Color |
ColorConverter.parse(String text) |
Class |
ClassConverter.parse(String text) |
Character |
CharacterConverter.parse(String text) |
Boolean |
BooleanConverter.parse(String text) |
Object |
ArrayConverter.parse(String text) |
AffineTransform |
AffineTransformConverter.parse(String text) |
Modifier and Type | Method and Description |
---|---|
Object |
XStreamDomConverter.convertDomToValue(DomElement parentElement,
Object value) |
Object |
DomConverter.convertDomToValue(DomElement parentElement,
Object value)
Converts a DOM to a (complex) value of the type returned by
DomConverter.getValueType() . |
Object |
DefaultDomConverter.convertDomToValue(DomElement parentElement,
Object value)
Converts a DOM to a (complex) value of the type returned by
DomConverter.getValueType() . |
void |
XStreamDomConverter.convertValueToDom(Object value,
DomElement parentElement) |
void |
DomConverter.convertValueToDom(Object value,
DomElement parentElement)
Converts a (complex) value of the type returned by
DomConverter.getValueType() to its
DOM representation which may be further converted to XML. |
void |
DefaultDomConverter.convertValueToDom(Object value,
DomElement parentElement)
Converts a (complex) value of the type returned by
DomConverter.getValueType() to its
DOM representation which may be further converted to XML. |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
BandMathsOp.BandDescriptor[] |
BandDescriptorDomConverter.convertDomToValue(DomElement parentElement,
Object value) |
void |
BandDescriptorDomConverter.convertValueToDom(Object value,
DomElement parentElement) |
Modifier and Type | Method and Description |
---|---|
static PropertySetDescriptor |
PropertySetDescriptorFactory.createForOperator(OperatorDescriptor operatorDescriptor,
Map<String,Product> sourceProductMap) |
Modifier and Type | Method and Description |
---|---|
org.esa.snap.core.draw.AbstractFigure |
AbstractFigureDomConverter.convertDomToValue(DomElement parentElement,
Object figure) |
void |
AbstractFigureDomConverter.convertValueToDom(Object value,
DomElement parentElement) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
RectangleConverter.parse(String text) |
com.vividsolutions.jts.geom.Geometry |
JtsGeometryConverter.parse(String text) |
Class |
JavaTypeConverter.parse(String text) |
Copyright © 2014–2016 European Space Agency (ESA). All rights reserved.