@LayerTypeMetadata(name="MaskCollectionLayerType", aliasNames="org.esa.snap.core.layer.MaskCollectionLayerType") public class MaskCollectionLayerType extends CollectionLayer.Type
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME_RASTER |
| Constructor and Description |
|---|
MaskCollectionLayerType() |
| Modifier and Type | Method and Description |
|---|---|
Layer |
createLayer(LayerContext ctx,
PropertySet configuration)
Creates a layer instance for the given application provided context and the given layer configuration.
|
PropertySet |
createLayerConfig(LayerContext ctx)
Creates a default configuration instance for the type of layers this type can create.
|
isValidForcreateWithSceneView, getAliases, getNamegetExtensionpublic static final String PROPERTY_NAME_RASTER
public Layer createLayer(LayerContext ctx, PropertySet configuration)
LayerTypecreateLayer in class CollectionLayer.Typectx - An application provided context, may be null. The parameter may be ignored by many layer types.configuration - The layer configuration.public PropertySet createLayerConfig(LayerContext ctx)
LayerTypeLayerType.createLayer(com.bc.ceres.glayer.LayerContext, com.bc.ceres.binding.PropertySet) method in order
to create a new layer instance.createLayerConfig in class CollectionLayer.Typectx - An application provided context, may be null. The parameter may be ignored by many layer types.Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.