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.
|
org.esa.snap.core.datamodel |
Contains SNAP's central classes and interfaces used for an in-memory presentation
of remote sensing data products.
|
org.esa.snap.core.gpf.annotations |
Provides annotations for GPF
Operator implementations. |
Modifier and Type | Method and Description |
---|---|
static PropertyContainer |
PropertyContainer.createForFields(Class<?> type,
PropertyDescriptorFactory descriptorFactory,
PropertyAccessorFactory accessorFactory,
boolean initValues)
Creates a property container for the given template type.
|
static PropertyContainer |
PropertyContainer.createMapBacked(Map<String,Object> map)
Creates a property container for a map backing the values.
|
static PropertyContainer |
PropertyContainer.createMapBacked(Map<String,Object> map,
Class<?> templateType)
Creates a property container for the given template type and map backing the values.
|
static PropertyContainer |
PropertyContainer.createMapBacked(Map<String,Object> map,
Class<?> templateType,
PropertyDescriptorFactory descriptorFactory)
Creates a property container for the given template type and map backing the values.
|
static PropertyContainer |
PropertyContainer.createMapBacked(Map<String,Object> map,
PropertySetDescriptor propertySetDescriptor)
Creates a property container for a map backing the values.
|
static PropertyContainer |
PropertyContainer.createObjectBacked(Object object)
Creates a property container for the given object.
|
static PropertyContainer |
PropertyContainer.createObjectBacked(Object object,
PropertyDescriptorFactory descriptorFactory)
Creates a property container for the given object.
|
static PropertyContainer |
PropertyContainer.createObjectBacked(Object object,
PropertySetDescriptor propertySetDescriptor) |
static PropertyContainer |
PropertyContainer.createValueBacked(Class<?> templateType)
Creates a property container for the given template type.
|
static PropertyContainer |
PropertyContainer.createValueBacked(Class<?> templateType,
PropertyDescriptorFactory descriptorFactory)
Creates a property container for the given template type.
|
PropertyContainer |
Property.getContainer() |
Modifier and Type | Method and Description |
---|---|
void |
Property.setContainer(PropertyContainer container) |
Modifier and Type | Method and Description |
---|---|
PropertyContainer |
Mask.ImageType.createImageConfig()
Creates a prototype image configuration.
|
PropertyContainer |
Mask.BandMathsType.createImageConfig()
Creates a prototype image configuration.
|
PropertyContainer |
Mask.VectorDataType.createImageConfig()
Creates a prototype image configuration.
|
PropertyContainer |
Mask.RangeType.createImageConfig() |
PropertyContainer |
Mask.getImageConfig() |
Modifier and Type | Method and Description |
---|---|
static PropertyContainer |
ParameterDescriptorFactory.createMapBackedOperatorPropertyContainer(String operatorName) |
static PropertyContainer |
ParameterDescriptorFactory.createMapBackedOperatorPropertyContainer(String operatorName,
Map<String,Object> operatorParameters) |
static PropertyContainer |
ParameterDescriptorFactory.createMapBackedOperatorPropertyContainer(String operatorName,
Map<String,Object> operatorParameters,
Map<String,Product> sourceProductMap) |
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.