public interface LayerContext
By default, the context is composed of the root layer and a common coordinate reference system (CRS) shared by all layers, this is the root layer and all of its child layers and so forth.
Instances of this interface are passed to the several methods of LayerType
in order to provide special layer type implementations with access to application specific services.
Therefore this interface is intended to be implemented by clients.
Since implementations of this interface are application-specific, there is no default implementation.
Modifier and Type | Method and Description |
---|---|
Object |
getCoordinateReferenceSystem()
The coordinate reference system (CRS) used by all the layers in this context.
|
Layer |
getRootLayer() |
Object getCoordinateReferenceSystem()
LayerType
in order to decide whether
it is can create new layer instance for this context.null
, if not used.Layer getRootLayer()
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.