Uses of Class
com.bc.ceres.glayer.LayerType
-
Packages that use LayerType Package Description com.bc.ceres.glayer The graphical layer API is used to render multi-layer images/displays from various sources.com.bc.ceres.glayer.support Various support classes for thecom.bc.ceres.glayer
API.org.esa.snap.core.layer Provides frequently usedLayerType
implementations. -
-
Uses of LayerType in com.bc.ceres.glayer
Subclasses of LayerType in com.bc.ceres.glayer Modifier and Type Class Description static class
CollectionLayer.Type
Methods in com.bc.ceres.glayer with type parameters of type LayerType Modifier and Type Method Description static <T extends LayerType>
TLayerTypeRegistry. getLayerType(Class<T> layerTypeClass)
Return the instance for the given layerType class.Methods in com.bc.ceres.glayer that return LayerType Modifier and Type Method Description LayerType
Layer. getLayerType()
static LayerType
LayerTypeRegistry. getLayerType(String name)
Return the instance for the given layerType class name.Methods in com.bc.ceres.glayer that return types with arguments of type LayerType Modifier and Type Method Description static Set<LayerType>
LayerTypeRegistry. getLayerTypes()
Returns a set of all available layerTypes.Constructors in com.bc.ceres.glayer with parameters of type LayerType Constructor Description Layer(LayerType layerType)
Layer(LayerType layerType, PropertySet configuration)
Constructor. -
Uses of LayerType in com.bc.ceres.glayer.support
Subclasses of LayerType in com.bc.ceres.glayer.support Modifier and Type Class Description static class
BackgroundLayer.Type
static class
ImageLayer.Type
static class
ShapeLayer.Type
-
Uses of LayerType in org.esa.snap.core.layer
Subclasses of LayerType in org.esa.snap.core.layer Modifier and Type Class Description class
GraticuleLayerType
class
MaskCollectionLayerType
class
MaskLayerType
A layer used to displayMask
s.class
NoDataLayerType
A layer used to display the no-data mask of a raster data node.class
RasterImageLayerType
class
RgbImageLayerType
class
WorldMapLayerType
A layer used to display world maps.
-