|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LayerSourceDescriptor
The LayerSourceDescriptor provides metadata and
a factory method for a LayerSource.
| Method Summary | |
|---|---|
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. |
com.bc.ceres.glayer.LayerType |
getLayerType()
The LayerType. |
String |
getName()
A human readable name. |
| Method Detail |
|---|
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.com.bc.ceres.glayer.LayerType getLayerType()
LayerType.
null if
multiple layers are added.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||