public interface LayerType
Modifier and Type | Method and Description |
---|---|
uk.ac.starlink.task.Parameter[] |
getAssociatedParameters(java.lang.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.
|
Coord[] |
getExtraCoords()
Returns a list of any non-positional coordinates associated
with this layer.
|
java.lang.String |
getName()
Returns the name of this layer type.
|
Plotter |
getPlotter(uk.ac.starlink.task.Environment env,
java.lang.String suffix)
Acquires a Plotter for this layer type.
|
int |
getPositionCount()
Returns the number of coordinate positions associated with this layer.
|
ConfigKey[] |
getStyleKeys()
Returns the style keys associated with this layer type.
|
java.lang.String |
getXmlDescription()
Returns an XML description of this layer type.
|
java.lang.String getName()
java.lang.String getXmlDescription()
uk.ac.starlink.task.Parameter[] getAssociatedParameters(java.lang.String suffix)
suffix
- layer suffix string for use in the execution environmentint getPositionCount()
Coord[] getExtraCoords()
ConfigKey[] getStyleKeys()
Plotter getPlotter(uk.ac.starlink.task.Environment env, java.lang.String suffix) throws uk.ac.starlink.task.TaskException
env
- execution environmentsuffix
- layer suffix stringuk.ac.starlink.task.TaskException
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.