Package | Description |
---|---|
com.bc.ceres.glayer.support |
Various support classes for the
com.bc.ceres.glayer API. |
Modifier and Type | Field and Description |
---|---|
static LayerUtils.SearchMode |
LayerUtils.SEARCH_DEEP |
static LayerUtils.SearchMode |
LayerUtils.SEARCH_FLAT |
Modifier and Type | Method and Description |
---|---|
static LayerUtils.SearchMode |
LayerUtils.SearchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayerUtils.SearchMode[] |
LayerUtils.SearchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Layer |
LayerUtils.getChildLayer(Layer root,
LayerFilter filter,
LayerUtils.SearchMode mode)
Deprecated.
since BEAM 4.7
|
static Layer |
LayerUtils.getChildLayer(Layer root,
LayerUtils.SearchMode mode,
LayerFilter filter) |
static int |
LayerUtils.getChildLayerIndex(Layer root,
LayerFilter filter,
LayerUtils.SearchMode mode,
int defaultIndex)
Deprecated.
since BEAM 4.7
|
static int |
LayerUtils.getChildLayerIndex(Layer root,
LayerUtils.SearchMode mode,
int defaultIndex,
LayerFilter filter) |
static List<Layer> |
LayerUtils.getChildLayers(Layer root,
LayerUtils.SearchMode mode,
LayerFilter filter) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.