public class LayerTypeDoc extends Object
main method.| Constructor and Description |
|---|
LayerTypeDoc(boolean basicXml)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static LayerType[] |
getLayerTypes()
Returns an ordered list of all the LayerTypes used by known plot types.
|
static TypedPlot2Task<?,?>[] |
getPlot2Tasks()
Returns a list of all the TypedPlot2Tasks known to Stilts.
|
String |
getXmlDoc(LayerType layerType,
PlotType<?,?> plotType)
Returns an XML element giving full user documentation for a given
layer type.
|
static String |
layerTypeRef(LayerType ltype)
Returns XML text that can be used to reference a LayerType
description in the user document.
|
static void |
main(String[] args)
Main method.
|
public LayerTypeDoc(boolean basicXml)
basicXml - avoid XML constructs that won't show up in text outputpublic String getXmlDoc(LayerType layerType, PlotType<?,?> plotType)
layerType - layer typeplotType - plot type with which this layer type is associated
if unique; otherwise nullpublic static TypedPlot2Task<?,?>[] getPlot2Tasks() throws LoadException
LoadExceptionpublic static LayerType[] getLayerTypes() throws LoadException
LoadExceptionpublic static String layerTypeRef(LayerType ltype)
ltype - layer typepublic static void main(String[] args) throws LoadException
-help.LoadExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.