public class SimpleLayerType extends Object implements LayerType
| Constructor and Description |
|---|
SimpleLayerType(Plotter<?> plotter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter<?>[] |
getAssociatedParameters(String suffix)
Returns a list of zero or more additional parameters associated
with this layer type that may be required to turn it into the
specification of an actual Plotter object.
|
CoordGroup |
getCoordGroup()
Returns a CoordGroup characteristic of this layer type.
|
Coord[] |
getExtraCoords()
Returns a list of any non-positional coordinates associated
with this layer.
|
String |
getName()
Returns the name of this layer type.
|
Plotter<?> |
getPlotter()
Returns this layer type's single plotter.
|
Plotter<?> |
getPlotter(Environment env,
String suffix)
Acquires a Plotter for this layer type.
|
ConfigKey<?>[] |
getStyleKeys()
Returns the style keys associated with this layer type.
|
String |
getXmlDescription()
Returns an XML description of this layer type.
|
public SimpleLayerType(Plotter<?> plotter)
plotter - plotterpublic String getName()
LayerTypepublic String getXmlDescription()
LayerTypegetXmlDescription in interface LayerTypepublic Parameter<?>[] getAssociatedParameters(String suffix)
LayerTypegetAssociatedParameters in interface LayerTypesuffix - layer suffix string for use in the execution environmentpublic Plotter<?> getPlotter(Environment env, String suffix)
LayerTypegetPlotter in interface LayerTypeenv - execution environmentsuffix - layer suffix stringpublic Plotter<?> getPlotter()
public CoordGroup getCoordGroup()
LayerTypegetCoordGroup in interface LayerTypepublic Coord[] getExtraCoords()
LayerTypegetExtraCoords in interface LayerTypepublic ConfigKey<?>[] getStyleKeys()
LayerTypegetStyleKeys in interface LayerTypeCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.