public interface LayerSourceDescriptor
LayerSourceDescriptor
provides metadata and
a factory method for a LayerSource
.
Note: This API is not public yet and may significantly change in the future. Use it at your own risk.
Modifier and Type | Method and Description |
---|---|
LayerSource |
createLayerSource()
Creates the
LayerSource which is used in the graphical user interface to
add Layer to a view. |
String |
getDescription()
A text describing what the
LayerSource , created by
this LayerSourceDescriptor , does. |
String |
getId()
A unique ID.
|
LayerType |
getLayerType()
The
LayerType . |
String |
getName()
A human readable name.
|
String getId()
String getName()
String getDescription()
LayerSource
, created by
this LayerSourceDescriptor
, does.LayerSource createLayerSource()
LayerSource
which is used in the graphical user interface to
add Layer
to a view.LayerSource
.Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.