| Package | Description |
|---|---|
| org.orbisgis.legend |
This package contains two interfaces that will be used to:
Analyze the structure of a SE file;
Present the thematic analysis found in it in a processable way
|
| org.orbisgis.legend.structure.categorize | |
| org.orbisgis.legend.structure.graphic | |
| org.orbisgis.legend.structure.interpolation | |
| org.orbisgis.legend.structure.parameter | |
| org.orbisgis.legend.structure.stroke | |
| org.orbisgis.legend.structure.viewbox | |
| org.orbisgis.legend.thematic.categorize | |
| org.orbisgis.legend.thematic.map | |
| org.orbisgis.legend.thematic.proportional | |
| org.orbisgis.legend.thematic.recode |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IInterpolationLegend
Interface for interpolation legends.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategorizedColor |
class |
CategorizedLegend<U> |
class |
CategorizedReal
This class embeds a RealParameter that can be either a literal or a categorize.
|
class |
CategorizedString
This class embeds a StringParameter that can be either a literal or a categorize.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProportionalWKNLegend
This class is used to describe instances of
MarkGraphic that embeds a
simple proportional symbol configuration, associated to a WKN graphic. |
| Modifier and Type | Class and Description |
|---|---|
class |
InterpolationLegend
The default representation of an interpolation, in the legend.
|
class |
LinearInterpolationLegend
Analysis associated to a linear interpolation.
|
class |
SqrtInterpolationLegend
Analysis associated to an interpolation made on the square root of a numeric
value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeLegend
Basic methods for parameters that are dependent upon a parameter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProportionalStrokeLegend
PenStroke is defined using a Width attribute, which is a
RealAttribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
MonovariateProportionalViewBox
The representation of a monovariate proportional symbol, that has been
defined using a ViewBox.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCategorizedLegend<U extends SymbolParameters> |
class |
CategorizedArea
This class intends to propose an API that is useful to handle
AreaSymbolizer instances that are made
of literal or categorized parameters. |
class |
CategorizedLine
This class intends to propose an API that is useful to handle
LineSymbolizer instances that are made
of literal or categorized parameters. |
class |
CategorizedPoint
This class intends to propose an API that is useful to handle
PointSymbolizer instances that are made
of literal or categorized parameters. |
| Modifier and Type | Class and Description |
|---|---|
class |
MappedLegend<T,U extends SymbolParameters>
This abstract class gathers methods that will be common to instances of unique value classifications and interval
classifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProportionalLine
A
ProportionalLine represents a LineSymbolizer containing a
PenStroke whose only varying parameter is the width of the line. |
class |
ProportionalPoint
A
ProportionalPoint is a ConstantFormPoint whose ViewBox is defined so that it can be recognized as a MonovariateProportionalViewBox. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecodedLegend<U extends SymbolParameters>
Common base for all the legends describing unique value analysis.
|
class |
RecodedArea
Wrapper for unique value classification that are made on AreaSymbolizer instances.
|
class |
RecodedLine
Wrapper for lines made of a
PenStroke where parameters are made of
Recode instances on a common field or of Literal. |
class |
RecodedPoint
Wrapper for unique value classification that are made on PointSymbolizer instances.
|
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.