public interface ProductLayerContext extends LayerContext
LayerContext
for layers requiring access to a certain Product
or a
certain ProductNode
.
For LayerType
s requiring this context, LayerType.isValidFor(LayerContext)
must return true
if, and only if, the argument is an instance of this class.
Modifier and Type | Method and Description |
---|---|
Product |
getProduct()
Returns the product provided by this context.
|
ProductNode |
getProductNode() |
getCoordinateReferenceSystem, getRootLayer
Product getProduct()
ProductNode getProductNode()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.