A B C D E F G H I K L M N O P R S T U V 

A

AbstractAnalyzer - Class in org.orbisgis.legend
A simple base for Analyzer instances.
AbstractAnalyzer() - Constructor for class org.orbisgis.legend.AbstractAnalyzer
 
AbstractAttributeLegend - Class in org.orbisgis.legend.structure.parameter
Basic methods for parameters that are dependent upon a parameter.
AbstractAttributeLegend() - Constructor for class org.orbisgis.legend.structure.parameter.AbstractAttributeLegend
 
AbstractCategorizedLegend<U extends SymbolParameters> - Class in org.orbisgis.legend.thematic.categorize
 
AbstractCategorizedLegend() - Constructor for class org.orbisgis.legend.thematic.categorize.AbstractCategorizedLegend
 
AbstractRecodedLegend<U extends SymbolParameters> - Class in org.orbisgis.legend.thematic.recode
Common base for all the legends describing unique value analysis.
AbstractRecodedLegend() - Constructor for class org.orbisgis.legend.thematic.recode.AbstractRecodedLegend
 
acceptVisitor(CategorizedParameterVisitor) - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
Implementation of the visitor pattern.
addListener(TypeListener) - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
Adds a listener that will be notified when fireTypeChanged is called.
analyzeParameters(SymbolizerNode) - Method in class org.orbisgis.legend.analyzer.symbolizers.ParametersAnalyzer
Analyses the given SymbolizerNode instance.
Analyzer - Interface in org.orbisgis.legend
Anlyzers are used to search for patterns in a symbology structure.
applyGlobalVisitor(ParameterVisitor) - Method in class org.orbisgis.legend.thematic.categorize.AbstractCategorizedLegend
 
applyGlobalVisitor(CategorizedParameterVisitor) - Method in class org.orbisgis.legend.thematic.categorize.AbstractCategorizedLegend
Apply the given visitor on all the inner CategorizedLegend instances.
applyGlobalVisitor(ParameterVisitor) - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Apply the given visitor to all the Legend that are used in this MappedLegend.
applyGlobalVisitor(ParameterVisitor) - Method in class org.orbisgis.legend.thematic.recode.AbstractRecodedLegend
 
applyGlobalVisitor(RecodedParameterVisitor) - Method in class org.orbisgis.legend.thematic.recode.AbstractRecodedLegend
Apply the given visitor to all the RecodedLegend that are used in this AbstractRecodedLegend.
AreaParameters - Class in org.orbisgis.legend.thematic
A simple java "tuple" that embeds the six parameters needed to draw a polygon as defined with a SolidFill.
AreaParameters() - Constructor for class org.orbisgis.legend.thematic.AreaParameters
Builds a new AreaParameters with the default values that are defined for a SolidFill and a PenStroke.
AreaParameters(Color, Double, Double, String, Color, Double) - Constructor for class org.orbisgis.legend.thematic.AreaParameters
Build a new AreaParameters with the given arguments.
AreaSymbolizerAnalyzer - Class in org.orbisgis.legend.analyzer.symbolizers
This Analyzer realization is dedicated to the study of AreaSymbolizer instances.
AreaSymbolizerAnalyzer(AreaSymbolizer) - Constructor for class org.orbisgis.legend.analyzer.symbolizers.AreaSymbolizerAnalyzer
Build a new instance of this Analyzer using the given Linesymbolizer.

B

BivariateProportionalViewBox - Class in org.orbisgis.legend.structure.viewbox
When using a ViewBox where both dimensions are associated with an interpolation which is both linear and made on the raw values, we are working with a bivariate proportional symbol.
BivariateProportionalViewBox(InterpolationLegend, InterpolationLegend, ViewBox) - Constructor for class org.orbisgis.legend.structure.viewbox.BivariateProportionalViewBox
Build a new BivariateProportionalViewBox from the interpolations given in parameters, and the ViewBox associated to this Legend.

C

CategorizedArea - Class in org.orbisgis.legend.thematic.categorize
This class intends to propose an API that is useful to handle AreaSymbolizer instances that are made of literal or categorized parameters.
CategorizedArea() - Constructor for class org.orbisgis.legend.thematic.categorize.CategorizedArea
Builds a new, empty, CategorizedArea.
CategorizedArea(AreaSymbolizer) - Constructor for class org.orbisgis.legend.thematic.categorize.CategorizedArea
Build a new CategorizedArea from the given AreaSymbolizer.
CategorizedColor - Class in org.orbisgis.legend.structure.categorize
 
CategorizedColor(ColorParameter) - Constructor for class org.orbisgis.legend.structure.categorize.CategorizedColor
Build a CategorizedColor from the given ColorParameter.
CategorizedDashesPSLegend - Class in org.orbisgis.legend.structure.stroke
This class is associated to instances of PenStroke where an interval classification is made on the dash array.
CategorizedDashesPSLegend(PenStroke, NumericLegend, LegendStructure, LegendStructure) - Constructor for class org.orbisgis.legend.structure.stroke.CategorizedDashesPSLegend
Build a new instance of LegendStructure that matches a configuration where a categorization is made only on the dash array, and the other elements are constant or null.
CategorizedLegend<U> - Class in org.orbisgis.legend.structure.categorize
 
CategorizedLegend() - Constructor for class org.orbisgis.legend.structure.categorize.CategorizedLegend
 
CategorizedLine - Class in org.orbisgis.legend.thematic.categorize
This class intends to propose an API that is useful to handle LineSymbolizer instances that are made of literal or categorized parameters.
CategorizedLine() - Constructor for class org.orbisgis.legend.thematic.categorize.CategorizedLine
Builds a new, empty, CategorizedLine.
CategorizedLine(LineSymbolizer) - Constructor for class org.orbisgis.legend.thematic.categorize.CategorizedLine
Build a new CategorizedLine from the given LineSymbolizer.
CategorizedParameterVisitor - Interface in org.orbisgis.legend.structure.categorize
This visitor is dedicated to the processing of CategorizedLegend instances.
CategorizedPoint - Class in org.orbisgis.legend.thematic.categorize
This class intends to propose an API that is useful to handle PointSymbolizer instances that are made of literal or categorized parameters.
CategorizedPoint() - Constructor for class org.orbisgis.legend.thematic.categorize.CategorizedPoint
Builds a new, empty, CategorizedPoint.
CategorizedPoint(PointSymbolizer) - Constructor for class org.orbisgis.legend.thematic.categorize.CategorizedPoint
Build a new CategorizedPoint from the given PointSymbolizer.
CategorizedReal - Class in org.orbisgis.legend.structure.categorize
This class embeds a RealParameter that can be either a literal or a categorize.
CategorizedReal(RealParameter) - Constructor for class org.orbisgis.legend.structure.categorize.CategorizedReal
Build a CategorizedReal from the given RealParameter.
CategorizedString - Class in org.orbisgis.legend.structure.categorize
This class embeds a StringParameter that can be either a literal or a categorize.
CategorizedString(StringParameter) - Constructor for class org.orbisgis.legend.structure.categorize.CategorizedString
Build a CategorizedString from the given StringParameter.
clear() - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Removes all the entries in this classification.
ColorLiteralLegend - Class in org.orbisgis.legend.structure.literal
LegendStructure associated to a numeric constant, that is represented as a ColorLiteral in the SE model.
ColorLiteralLegend(ColorLiteral) - Constructor for class org.orbisgis.legend.structure.literal.ColorLiteralLegend
Build a new RealLiteralLegend that is associated to the ColorLiteral r.
compare(String, String) - Method in class org.orbisgis.legend.thematic.map.MappedLegend.NumComparator
 
ConstantColorAndDashesLine - Class in org.orbisgis.legend.thematic
Abstract a representation of line whose Color and dash array are constant, but where the management of the width is unknown.
ConstantColorAndDashesLine(LineSymbolizer) - Constructor for class org.orbisgis.legend.thematic.ConstantColorAndDashesLine
Basically sets the inner LineSymbolizer.
ConstantColorAndDashesPSLegend - Class in org.orbisgis.legend.structure.stroke
Represents a PenStroke where the Color and the dash pattern are constant.
ConstantColorAndDashesPSLegend() - Constructor for class org.orbisgis.legend.structure.stroke.ConstantColorAndDashesPSLegend
 
ConstantColorAndDashesPSLegend(PenStroke, NumericLegend, LegendStructure, LegendStructure) - Constructor for class org.orbisgis.legend.structure.stroke.ConstantColorAndDashesPSLegend
Build an instance of ConstantColorAndDashesPSLegend using the given parameters.
ConstantFillLegend - Interface in org.orbisgis.legend.structure.fill.constant
 
ConstantFormPoint - Class in org.orbisgis.legend.thematic
This class gathers methods that are common to thematic analysis where the Stroke, Fill and well-known name are constant.
ConstantFormPoint() - Constructor for class org.orbisgis.legend.thematic.ConstantFormPoint
Builds a new ConstantFormPoint that just have a default PointSymbolizer in it.
ConstantFormPoint(PointSymbolizer) - Constructor for class org.orbisgis.legend.thematic.ConstantFormPoint
Basically set the associated PointSymbolizer.
ConstantFormWKN - Class in org.orbisgis.legend.structure.graphic
This abstract class is a common LegendStructure description for all the MarkGraphic instances where the only varying parameters are the dimensions of the associated ViewBox.
ConstantFormWKN(MarkGraphic, LegendStructure) - Constructor for class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Builds a new ConstantFormWKN from the given mark and viewBoxLegend.
ConstantFormWKN() - Constructor for class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Builds a new default ConstantFormWKN associated to a default MarkGraphic.
ConstantFormWKN(MarkGraphic, StringLiteralLegend, LegendStructure, ConstantSolidFill, ConstantPenStroke) - Constructor for class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Build a default LegendStructure that describes a MarkGraphic instance.
ConstantPenStroke - Interface in org.orbisgis.legend.structure.stroke.constant
Interface to be implemented by legends that are associated to constant PenStroke.
ConstantPenStrokeLegend - Class in org.orbisgis.legend.structure.stroke.constant
This class is used to represent instances of PenStroke whose parameters (width, fill and dash array) are all constant.
ConstantPenStrokeLegend(PenStroke) - Constructor for class org.orbisgis.legend.structure.stroke.constant.ConstantPenStrokeLegend
Build a new instance of ConstantPenStrokeLegend.
ConstantPenStrokeLegend() - Constructor for class org.orbisgis.legend.structure.stroke.constant.ConstantPenStrokeLegend
 
ConstantPenStrokeLegend(PenStroke, RealLiteralLegend, ConstantFillLegend, StringLiteralLegend) - Constructor for class org.orbisgis.legend.structure.stroke.constant.ConstantPenStrokeLegend
Build a new instance of ConstantPenStrokeLegend.
ConstantSolidFill - Interface in org.orbisgis.legend.structure.fill.constant
Common representation for all the kind of constant solid fills.
ConstantSolidFillLegend - Class in org.orbisgis.legend.structure.fill.constant
A Legend that represents a SolidFill where the color is a Literal instance.
ConstantSolidFillLegend(SolidFill) - Constructor for class org.orbisgis.legend.structure.fill.constant.ConstantSolidFillLegend
Builds a new ConstantSolidFillLegend} instance using the given SolidFill.
ConstantSolidFillLegend(SolidFill, ColorLiteralLegend, RealLiteralLegend) - Constructor for class org.orbisgis.legend.structure.fill.constant.ConstantSolidFillLegend
Build a new ConstantSolidFillLegend using the SolidFill and ColorLiteralLegend given in parameter.
ConstantStrokeArea - Class in org.orbisgis.legend.thematic
Represents an AreaSymbolizer of which the Stroke is a constant PenStroke instance, that can be recognized as a ConstantPenStrokeLegend.
ConstantStrokeArea() - Constructor for class org.orbisgis.legend.thematic.ConstantStrokeArea
Builds a new default ConstantStrokeArea from scratch.
ConstantStrokeArea(AreaSymbolizer) - Constructor for class org.orbisgis.legend.thematic.ConstantStrokeArea
Build a new ConstantStrokeArea directly from the given AreaSymbolizer.
ConstantViewBox - Class in org.orbisgis.legend.structure.viewbox
Represents a ViewBox that does not change, whatever the processed data is.
ConstantViewBox(RealLiteralLegend, RealLiteralLegend, ViewBox) - Constructor for class org.orbisgis.legend.structure.viewbox.ConstantViewBox
Build a new instance of ConstantViewBox.
ConstantViewBox(RealLiteralLegend, boolean, ViewBox) - Constructor for class org.orbisgis.legend.structure.viewbox.ConstantViewBox
As ViewBox instances can be defined with only one dimension parameter, we must be able to treat this case.
ConstantWKNLegend - Class in org.orbisgis.legend.structure.graphic
A Markgraphic, defined with a well-known name, whose all parameters are constant, whatever the input data.
ConstantWKNLegend(MarkGraphic) - Constructor for class org.orbisgis.legend.structure.graphic.ConstantWKNLegend
 
ConstantWKNLegend(MarkGraphic, StringLiteralLegend, ConstantViewBox, ConstantSolidFillLegend, ConstantPenStrokeLegend) - Constructor for class org.orbisgis.legend.structure.graphic.ConstantWKNLegend
Build a new ConstantWKNLegend, associated to the given MarkGraphic.
containsKey(Object) - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Checks whether s is a key of this mapping.
containsValue(Object) - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Checks if lp is a value contained in this MappedLegend
createConstantViewBox(ViewBox) - Static method in class org.orbisgis.legend.structure.viewbox.ViewBoxLegendFactory
This utility method is used to create ConstantViewBox instances quickly.
createMonovariateProportionalViewBox(ViewBox) - Static method in class org.orbisgis.legend.structure.viewbox.ViewBoxLegendFactory
This utility method is used to create MonovariateProportionalViewBox instances quickly.

D

DefaultViewBox - Class in org.orbisgis.legend.structure.viewbox
ViewBox instances can all be described as being associated to two random NumericLegend instances.
DefaultViewBox() - Constructor for class org.orbisgis.legend.structure.viewbox.DefaultViewBox
Builds a new DefaultViewBox with 3 as height and width.
DefaultViewBox(NumericLegend, NumericLegend, ViewBox) - Constructor for class org.orbisgis.legend.structure.viewbox.DefaultViewBox
Build a new DefaultViewBox with the given parameters, using directly the two needed NumericLegend instances.
DefaultViewBox(NumericLegend, boolean, ViewBox) - Constructor for class org.orbisgis.legend.structure.viewbox.DefaultViewBox
Build a new DefaultViewBox.

E

EnablesStroke - Interface in org.orbisgis.legend.thematic
Interface for Legends which can enable a stroke.
entrySet() - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Gets a Set representation of the key-value mapping we have in this MappedLegend.
equals(Object) - Method in class org.orbisgis.legend.thematic.AreaParameters
 
equals(Object) - Method in class org.orbisgis.legend.thematic.LineParameters
 
equals(Object) - Method in class org.orbisgis.legend.thematic.map.MappedLegend
 
equals(Object) - Method in class org.orbisgis.legend.thematic.map.MappedLegend.MappedLegendEntry
 
equals(Object) - Method in class org.orbisgis.legend.thematic.PointParameters
 
equals(Object) - Method in interface org.orbisgis.legend.thematic.SymbolParameters
 

F

field - Variable in class org.orbisgis.legend.structure.categorize.CategorizedLegend
 
FieldAggregatorVisitor - Class in org.orbisgis.legend.structure.recode
Gathers all the fields used in the visited RecodedLegend instances.
FieldAggregatorVisitor() - Constructor for class org.orbisgis.legend.structure.recode.FieldAggregatorVisitor
 
FillLegend - Interface in org.orbisgis.legend.structure.fill
LegendStructure dedicated for Fill analysis.
fireTypeChanged() - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
Notifies that the actual type of the inner SeParameter has changed.

G

get(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedColor
 
get(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
Gets the U value associated to the key d.
get(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedReal
 
get(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedString
 
get(Object) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
get(Object) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
get(Object) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
get(Object) - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
get(Object) - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
Gets the LineParameters that is used to build the line associated to key.
get(Object) - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
getAreaParameters() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
Gets the representation of this symbol as a AreaParameters instance.
getCategorizedLegend() - Method in class org.orbisgis.legend.thematic.categorize.AbstractCategorizedLegend
Gets all the legends that are used to configure this Categorized symbol
getCategorizedLegend() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
getCategorizedLegend() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
getCategorizedLegend() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
getColor() - Method in interface org.orbisgis.legend.structure.fill.constant.ConstantSolidFill
Get the Color used to paint the inner SolidFill.
getColor() - Method in class org.orbisgis.legend.structure.fill.constant.ConstantSolidFillLegend
 
getColor() - Method in class org.orbisgis.legend.structure.fill.constant.NullSolidFillLegend
 
getColor() - Method in class org.orbisgis.legend.structure.literal.ColorLiteralLegend
Gets the Color contained in the inner ColorLiteral.
getComparator(int) - Static method in class org.orbisgis.legend.thematic.recode.AbstractRecodedLegend
Gets a comparator well-suited for the given type
getDashArray() - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Gest the String that represents the dash pattern for the associated PenStroke.
getDashArray() - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
getDashArray() - Method in class org.orbisgis.legend.structure.stroke.ConstantColorAndDashesPSLegend
Get the String that represent the dash pattern for the associated PenStroke.
getDashArray() - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
Gets the dash array used to draw the outer line of this AreaSymbolizer.
getDashLegend() - Method in class org.orbisgis.legend.structure.stroke.PenStrokeLegend
Get the analysis made on the dash array.
getDashLegend() - Method in class org.orbisgis.legend.structure.stroke.RecodedPenStroke
Gets the LegendStructure that is used to describe the dash patterns in this PenStroke.
getDouble() - Method in class org.orbisgis.legend.structure.literal.RealLiteralLegend
As we're working on a RealLiteral, we can retrieve the double value that is returned whatever the input data are.
getFallbackParameters() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
getFallbackParameters() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
getFallbackParameters() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
getFallbackParameters() - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Gets the configuration used to draw features we can't get a value for in the map in the style .
getFallbackParameters() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
getFallbackParameters() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
 
getFallbackParameters() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
getFallbackValue() - Method in class org.orbisgis.legend.structure.categorize.CategorizedColor
Gets the value obtained when the input data can't be processed for whatever reason.
getFallbackValue() - Method in class org.orbisgis.legend.structure.categorize.CategorizedReal
Gets the value obtained when the input data can't be processed for whatever reason.
getFallbackValue() - Method in class org.orbisgis.legend.structure.categorize.CategorizedString
Gets the value obtained when the input data can't be processed for whatever reason.
getField() - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
Gets the name of the field on which the analysis is performed.
getFields() - Method in class org.orbisgis.legend.structure.recode.FieldAggregatorVisitor
Return the set containing all the fields that have been encountered in the analysed RecodedLegend.
getFill() - Method in interface org.orbisgis.legend.structure.fill.constant.ConstantSolidFill
Gets the SolidFill associated to this legend.
getFill() - Method in class org.orbisgis.legend.structure.fill.constant.NullSolidFillLegend
 
getFill() - Method in interface org.orbisgis.legend.structure.fill.FillLegend
Gets the associated Fill instance.
getFill() - Method in class org.orbisgis.legend.structure.fill.SolidFillLegend
Get the Fill that backs up this LegendStructure.
getFillAnalysis() - Method in class org.orbisgis.legend.structure.stroke.PenStrokeLegend
Get the analysis made on the Fill used to draw the associated PenStroke.
getFillColor() - Method in class org.orbisgis.legend.thematic.AreaParameters
Gets the Color of the fill of this configuration.
getFillColor() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
Gets the wrapper that manages the color of the line.
getFillColor() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Gets the wrapper that manages the color of the fill.
getFillColorLegend() - Method in class org.orbisgis.legend.structure.fill.SolidFillLegend
Retrieve the LegendStructure that is associated to the color of the inner Fill
getFillLegend() - Method in class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Get the LegendStructure associated to the Fill of the associated MarkGraphic.
getFillLegend() - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Gets the analysis obtained from the inner solid fill.
getFillLegend() - Method in class org.orbisgis.legend.structure.stroke.constant.ConstantPenStrokeLegend
 
getFillLegend() - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
getFillLegend() - Method in class org.orbisgis.legend.structure.stroke.RecodedPenStroke
Gets the inner RecodedSolidFillLegend.
getFillLegend() - Method in interface org.orbisgis.legend.thematic.constant.IUniqueSymbolArea
Gets the Fill analysis embedded in this IUniqueSymbolArea.
getFillLegend() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
Exposes the inner LegendStructure that represents the analysis made on the Fill.
getFillLegend() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
 
getFillLegend() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
Gets the Fill analysis embedded in this IUniqueSymbolArea.
getFillOpacity() - Method in class org.orbisgis.legend.thematic.AreaParameters
Gets the opacity of the fill of this configuration.
getFillOpacity() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
Gets the wrapper that manages the opacity of the line.
getFillOpacity() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Gets the wrapper that manages the opacity of the fill.
getFillOpacityLegend() - Method in class org.orbisgis.legend.structure.fill.SolidFillLegend
Gets the opacity associated to the inner SolidFill.
getFirstData() - Method in interface org.orbisgis.legend.IInterpolationLegend
Gets the data of the first interpolation point.
getFirstData() - Method in class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
getFirstData() - Method in class org.orbisgis.legend.structure.interpolation.InterpolationLegend
 
getFirstData() - Method in class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
 
getFirstData() - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
 
getFirstData() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
getFirstData() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
getFirstValue() - Method in interface org.orbisgis.legend.IInterpolationLegend
Gets the value of the first interpolation point as a double.
getFirstValue() - Method in class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
getFirstValue() - Method in class org.orbisgis.legend.structure.interpolation.InterpolationLegend
 
getFirstValue() - Method in class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
 
getFirstValue() - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
 
getFirstValue() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
getFirstValue() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
getFromLower(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedColor
 
getFromLower(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
Gets the value associated to d, if any, or to the lower threshold.
getFromLower(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedReal
 
getFromLower(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedString
 
getHeight() - Method in class org.orbisgis.legend.structure.viewbox.ConstantViewBox
Gets the height of the associated ViewBox.
getHeight() - Method in class org.orbisgis.legend.thematic.PointParameters
Gets the height of the configuration
getHeightLegend() - Method in class org.orbisgis.legend.structure.viewbox.DefaultViewBox
Gets the LegendStructure associated to the height of this ViewBox.
getInterpolation() - Method in class org.orbisgis.legend.structure.interpolation.InterpolationLegend
Get the Interpolate2Real instance associated to this InterpolationLegend.
getInterpolation() - Method in class org.orbisgis.legend.structure.viewbox.MonovariateLinearVB
Get the interpolation legend associated to this Legend.
getInterpolation() - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
Get the SqrtInterpolationLegend associated to this Legend.
getKey() - Method in class org.orbisgis.legend.thematic.map.MappedLegend.MappedLegendEntry
 
getKeys() - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
 
getKeys() - Method in class org.orbisgis.legend.structure.recode.KeysRetriever
Gets the gathered keys.
getLegend() - Method in class org.orbisgis.legend.AbstractAnalyzer
 
getLegend() - Method in interface org.orbisgis.legend.Analyzer
Get all the elements that are, or are part of, a thematic analysis in this legend.
getLegend(Symbolizer) - Static method in class org.orbisgis.legend.thematic.factory.LegendFactory
Try to build a Legend instance from the given Symbolizer.
getLegendTypeId() - Method in interface org.orbisgis.legend.Legend
Returns an Id that will be used to check that a Legend can be edited with a given edition panel.
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
getLegendTypeId() - Method in class org.orbisgis.legend.thematic.SymbolizerLegend
 
getLegendTypeName() - Method in interface org.orbisgis.legend.Legend
Returns a string that describes - for human - the nature of the thematic analysis made in this Legend.
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
 
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
 
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
 
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
 
getLegendTypeName() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
getLineColor() - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Gets the color of the associated PenStroke.
getLineColor() - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
getLineColor() - Method in class org.orbisgis.legend.structure.stroke.ConstantColorAndDashesPSLegend
Gets the Color of the associated PenStroke.
getLineColor() - Method in class org.orbisgis.legend.thematic.ConstantColorAndDashesLine
Get the Color of that will be used to draw lines.
getLineColor() - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
Get the colour of the line that outlines the inner AreaSymbolizer.
getLineColor() - Method in class org.orbisgis.legend.thematic.LineParameters
The color of the line
getLineColor() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
Gets the wrapper that manages the color of the line.
getLineColor() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
Gets the wrapper that manages the color of the line.
getLineColor() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Gets the wrapper that manages the color of the line.
getLineDash() - Method in class org.orbisgis.legend.thematic.LineParameters
The dash pattern of the line
getLineDash() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
Gets the wrapper that manages the dash pattern of the line.
getLineDash() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
Gets the wrapper that manages the dash pattern of the line.
getLineDash() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Gets the wrapper that manages the dash pattern of the line.
getLineOpacity() - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Gets the opacity of the associated PenStroke.
getLineOpacity() - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
getLineOpacity() - Method in class org.orbisgis.legend.structure.stroke.ConstantColorAndDashesPSLegend
Gets the Color of the associated PenStroke.
getLineOpacity() - Method in class org.orbisgis.legend.thematic.LineParameters
The opacity of the line
getLineOpacity() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
Gets the wrapper that manages the opacity of the line.
getLineOpacity() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
Gets the wrapper that manages the opacity of the line.
getLineOpacity() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Gets the wrapper that manages the opacity of the line.
getLineParameters() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
Gets the representation of this UniqueSymbolLine with the equivalent LineParameters instance.
getLineWidth() - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Gets the width of the associated PenStroke.
getLineWidth() - Method in class org.orbisgis.legend.structure.stroke.constant.ConstantPenStrokeLegend
Get the width of the associated PenStroke.
getLineWidth() - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
getLineWidth() - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
Get the width of the line that outlines the inner AreaSymbolizer.
getLineWidth() - Method in class org.orbisgis.legend.thematic.LineParameters
The width of the line
getLineWidth() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
Gets the wrapper that manages the width of the line.
getLineWidth() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
Gets the wrapper that manages the width of the line.
getLineWidth() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Gets the wrapper that manages the width of the line.
getLineWidthLegend() - Method in class org.orbisgis.legend.structure.stroke.PenStrokeLegend
Gets the analysis made on the Width associated to this PenStroke.
getLiteral() - Method in class org.orbisgis.legend.structure.literal.ColorLiteralLegend
Get the ColorLiteral associated with this RealLiteralLegend.
getLiteral() - Method in class org.orbisgis.legend.structure.literal.RealLiteralLegend
Get the RealLiteral associated with this RealLiteralLegend.
getLiteral() - Method in class org.orbisgis.legend.structure.literal.StringLiteralLegend
Get the Literal associated to this LegendStructure instance.
getLookupFieldName() - Method in interface org.orbisgis.legend.LookupFieldName
Gets the field name.
getLookupFieldName() - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
 
getLookupFieldName() - Method in class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
getLookupFieldName() - Method in class org.orbisgis.legend.structure.interpolation.LinearInterpolationLegend
 
getLookupFieldName() - Method in class org.orbisgis.legend.structure.interpolation.SqrtInterpolationLegend
 
getLookupFieldName() - Method in class org.orbisgis.legend.structure.parameter.AbstractAttributeLegend
 
getLookupFieldName() - Method in class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
 
getLookupFieldName() - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
 
getLookupFieldName() - Method in class org.orbisgis.legend.thematic.map.MappedLegend
 
getLookupFieldName() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
getLookupFieldName() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
getMarkGraphic() - Method in class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Gets the MarkGraphic associated to this LegendStructure.
getMarkGraphic() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
 
getMarkGraphic() - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
Gets the MarkGraphicLegend that must be associated to the inner PointSymbolizer.
getMarkGraphic() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
getMaxScale() - Method in interface org.orbisgis.legend.Legend
Get the maximum scale this Legend will be rendered for.
getMaxScale() - Method in class org.orbisgis.legend.thematic.SymbolizerLegend
 
getMinScale() - Method in interface org.orbisgis.legend.Legend
Get the minimum scale this Legend will be rendered for.
getMinScale() - Method in class org.orbisgis.legend.thematic.SymbolizerLegend
 
getName() - Method in interface org.orbisgis.legend.Legend
Get the name of the underlying Symbolizer.
getName() - Method in class org.orbisgis.legend.thematic.SymbolizerLegend
 
getNextThreshold(Double) - Method in class org.orbisgis.legend.thematic.categorize.AbstractCategorizedLegend
Gets the lowest threshold strictly greater than input in this mapping.
getNotUsedKey(Double) - Method in class org.orbisgis.legend.thematic.categorize.AbstractCategorizedLegend
Gets a key not already used in the analysis.
getNotUsedKey(T) - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Search in this legend for a key that is not already used.
getNotUsedKey(String) - Method in class org.orbisgis.legend.thematic.recode.AbstractRecodedLegend
Search in this recoded legend for a key that is not already used, based on the String given in argument.
getOpacity() - Method in interface org.orbisgis.legend.structure.fill.constant.ConstantSolidFill
Get the Color used to paint the inner SolidFill.
getOpacity() - Method in class org.orbisgis.legend.structure.fill.constant.ConstantSolidFillLegend
 
getOpacity() - Method in class org.orbisgis.legend.structure.fill.constant.NullSolidFillLegend
 
getParameter() - Method in class org.orbisgis.legend.structure.categorize.CategorizedColor
 
getParameter() - Method in class org.orbisgis.legend.structure.categorize.CategorizedReal
 
getParameter() - Method in class org.orbisgis.legend.structure.categorize.CategorizedString
 
getParameter() - Method in class org.orbisgis.legend.structure.interpolation.InterpolationLegend
 
getParameter() - Method in class org.orbisgis.legend.structure.literal.ColorLiteralLegend
 
getParameter() - Method in class org.orbisgis.legend.structure.literal.RealLiteralLegend
 
getParameter() - Method in class org.orbisgis.legend.structure.literal.StringLiteralLegend
 
getParameter() - Method in interface org.orbisgis.legend.structure.parameter.ParameterLegend
Gets the SeParameter that had been used to build this LegendStructure.
getPenStroke() - Method in class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Retrieves the ConstantPenStroke that is associated to this mark graphic.
getPenStroke() - Method in interface org.orbisgis.legend.thematic.constant.IUniqueSymbolLine
Gets the analysis associated to the inner PenStroke.
getPenStroke() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
 
getPenStroke() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
 
getPenStroke() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
 
getPenStroke() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
Gets the analysis associated to the inner PenStroke.
getPointParameters() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
Gets the configuration defining this point, uom excluded, as a PointParameters instance.
getRecodedLegends() - Method in class org.orbisgis.legend.structure.fill.RecodedSolidFillLegend
 
getRecodedLegends() - Method in interface org.orbisgis.legend.structure.recode.RecodedLegendStructure
Get all the instances of RecodedLegend that are needed to configure this legend.
getRecodedLegends() - Method in class org.orbisgis.legend.structure.stroke.RecodedPenStroke
 
getRecodedLegends() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
getRecodedLegends() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
 
getRecodedLegends() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
getSecondData() - Method in interface org.orbisgis.legend.IInterpolationLegend
Gets the data of the second interpolation point.
getSecondData() - Method in class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
getSecondData() - Method in class org.orbisgis.legend.structure.interpolation.InterpolationLegend
 
getSecondData() - Method in class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
 
getSecondData() - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
 
getSecondData() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
getSecondData() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
getSecondValue() - Method in interface org.orbisgis.legend.IInterpolationLegend
Gets the value of the second interpolation point as a double.
getSecondValue() - Method in class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
getSecondValue() - Method in class org.orbisgis.legend.structure.interpolation.InterpolationLegend
 
getSecondValue() - Method in class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
 
getSecondValue() - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
 
getSecondValue() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
getSecondValue() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
getSolidFill() - Method in class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Retrieves the ConstantSolidFill that is associated to this mark graphic.
getSource() - Method in class org.orbisgis.legend.structure.recode.type.TypeEvent
 
getStatus() - Method in class org.orbisgis.legend.analyzer.symbolizers.ParametersAnalyzer
Get a String text explaining the status of the currently analyzed SymbolizerNode.
getStroke() - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
getStroke() - Method in class org.orbisgis.legend.structure.stroke.PenStrokeLegend
Retrieve the PenStroke contained in this LegendStructure.
getStroke() - Method in interface org.orbisgis.legend.structure.stroke.StrokeLegend
Gets the Stroke instance associated to this StrokeLegend.
getStrokeLegend() - Method in class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Get the LegendStructure associated to the Stroke contained in the inner MarkGraphic instance.
getStrokeLegend() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
Gets the LegendStructure associated to this UniqueSymbolLine.
getStrokeLegend() - Method in class org.orbisgis.legend.thematic.ConstantColorAndDashesLine
Get the LegendStructure associated to the Stroke of this ConstantColorAndDashesLine.
getStrokeLegend() - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
Exposes the inner LegendStructure that represents the analysis made on the PenStroke.
getStrokeLegend() - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
getStrokeUom() - Method in class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Gets the unit of measure used to draw the associated Stroke.
getStrokeUom() - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Gets the unit of measure used to drawn the underlying PenStroke.
getStrokeUom() - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
getStrokeUom() - Method in class org.orbisgis.legend.structure.stroke.PenStrokeLegend
Gets the unit of measure of the associated Stroke.
getStrokeUom() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
getStrokeUom() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
getStrokeUom() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
getStrokeUom() - Method in class org.orbisgis.legend.thematic.ConstantColorAndDashesLine
 
getStrokeUom() - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
 
getStrokeUom() - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
 
getStrokeUom() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
getStrokeUom() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
 
getStrokeUom() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
getStrokeUom() - Method in interface org.orbisgis.legend.thematic.uom.StrokeUom
Gets the unit of measure used to compute the form of the stroke.
getSymbolHeight() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Gets the wrapper that manages height of the symbol.
getSymbolizer() - Method in interface org.orbisgis.legend.Legend
Gets the associated Symbolizer.
getSymbolizer() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
getSymbolizer() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
getSymbolizer() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
getSymbolizer() - Method in class org.orbisgis.legend.thematic.ConstantColorAndDashesLine
Get the associated LineSymbolizer;
getSymbolizer() - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
Gets the associated PointSymbolizer instance.
getSymbolizer() - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
Get the symbolizer associated to this ConstantStrokeArea.
getSymbolizer() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
getSymbolizer() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
 
getSymbolizer() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
getSymbolUom() - Method in class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Gets the unit of measure used to size the associated Stroke.
getSymbolUom() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
getSymbolUom() - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
 
getSymbolUom() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
getSymbolUom() - Method in interface org.orbisgis.legend.thematic.uom.SymbolUom
Gets the unit of measure used to size the associated Stroke.
getSymbolWidth() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Gets the wrapper that manages width of the symbol.
getUsedAnalysis() - Method in class org.orbisgis.legend.analyzer.symbolizers.ParametersAnalyzer
Gets the compilation of all the analysis that have been made in the last analyzed SymbolizerNode.
getValue() - Method in class org.orbisgis.legend.thematic.map.MappedLegend.MappedLegendEntry
 
getValueReference() - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
 
getValueReference() - Method in class org.orbisgis.legend.structure.parameter.AbstractAttributeLegend
 
getViewBox() - Method in class org.orbisgis.legend.structure.viewbox.DefaultViewBox
Gets the ViewBox associated to this LegendStructure.
getViewBox() - Method in interface org.orbisgis.legend.structure.viewbox.ViewBoxLegend
Gets the ViewBox that has been used to build this ViewBoxLegend.
getViewBoxHeight() - Method in class org.orbisgis.legend.structure.graphic.ConstantWKNLegend
Get the height of the ViewBox used to define the size of the associated MarkGraphic.
getViewBoxHeight() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
Get the height of the ViewBox we are going to draw our symbol in.
getViewBoxLegend() - Method in class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Get the LegendStructure associated to the ViewBox contained in the inner MarkGraphic instance.
getViewBoxWidth() - Method in class org.orbisgis.legend.structure.graphic.ConstantWKNLegend
Get the width of the ViewBox used to define the size of the associated MarkGraphic.
getViewBoxWidth() - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
Get the width of the ViewBox we are going to draw our symbol in.
getWellKnownName() - Method in class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Gets the well-known name that describes the shape of the inner MarkGraphic.
getWellKnownName() - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
Gets the well-known name that describes the shape of the inner MarkGraphic.
getWidth() - Method in class org.orbisgis.legend.structure.viewbox.ConstantViewBox
Gets the width of the associated ViewBox.
getWidth() - Method in class org.orbisgis.legend.thematic.PointParameters
Gets the width of the configuration
getWidthLegend() - Method in class org.orbisgis.legend.structure.stroke.RecodedPenStroke
Gets the legend that describe the width of the inner PenStroke.
getWidthLegend() - Method in class org.orbisgis.legend.structure.viewbox.DefaultViewBox
Gets the LegendStructure associated to the width of this ViewBox.
getWkn() - Method in class org.orbisgis.legend.thematic.PointParameters
Gets the well-known name that defines the form of the symbol defined by this configuration.
getWkn() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Gets the wrapper that manages the well-known name that determines the form of the symbol.
getWknLegend() - Method in class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Get the legend associated to the inner well-known name representation.

H

hashCode() - Method in class org.orbisgis.legend.thematic.AreaParameters
 
hashCode() - Method in class org.orbisgis.legend.thematic.LineParameters
 
hashCode() - Method in class org.orbisgis.legend.thematic.map.MappedLegend.MappedLegendEntry
 
hashCode() - Method in class org.orbisgis.legend.thematic.PointParameters
 
hashCode() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
hashCode() - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
 
hashCode() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
hashCode() - Method in interface org.orbisgis.legend.thematic.SymbolParameters
 

I

IInterpolationLegend - Interface in org.orbisgis.legend
Interface for interpolation legends.
InterpolationLegend - Class in org.orbisgis.legend.structure.interpolation
The default representation of an interpolation, in the legend.
InterpolationLegend(Interpolate2Real) - Constructor for class org.orbisgis.legend.structure.interpolation.InterpolationLegend
Build a new InterpolationLegend
isAnalysisLight() - Method in class org.orbisgis.legend.analyzer.symbolizers.ParametersAnalyzer
Returns true if and only if the found analysis does not contain other ones as parameter.
isAnalysisUnique() - Method in class org.orbisgis.legend.analyzer.symbolizers.ParametersAnalyzer
Returns true if and only if there is only one type of analysis referenced in the inner UsedAnalysis.
isEmpty() - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Returns true if there is nothing in this map.
isFieldUnique() - Method in class org.orbisgis.legend.analyzer.symbolizers.ParametersAnalyzer
Returns true if and only if there is only one needed field for all the referenced analysis.
isHeight() - Method in class org.orbisgis.legend.structure.viewbox.MonovariateLinearVB
If this method returns true, the interpolation is supposed to be made on the height.
isOnHeight() - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
This method lets us check if the interpolation is made on the width or on the height of the ViewBox.
isOnVertex() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
isOnVertex() - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
 
isOnVertex() - Method in interface org.orbisgis.legend.thematic.OnVertexOnInterior
Gets whether symbols must be drawn on vertices or on interior point.
isOnVertex() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
isStrokeEnabled() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
isStrokeEnabled() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
isStrokeEnabled() - Method in interface org.orbisgis.legend.thematic.EnablesStroke
Returns true if the stroke of the associated symbolizer.
isStrokeEnabled() - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
isStrokeEnabled() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
IUniqueSymbolArea - Interface in org.orbisgis.legend.thematic.constant
Represents the symbols that contains parameters associated to the management of a solid fill.
IUniqueSymbolLine - Interface in org.orbisgis.legend.thematic.constant
Represents the symbols that contains parameters associated to the management of a PenStroke.

K

keySet() - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Gets the keys currently used in the analysis.
KeysRetriever<U> - Class in org.orbisgis.legend.structure.recode
Concatenate the keys used in all the visited RecodedLegend or CategorizedLegend.
KeysRetriever() - Constructor for class org.orbisgis.legend.structure.recode.KeysRetriever
Default constructor.
KeysRetriever(Comparator<U>) - Constructor for class org.orbisgis.legend.structure.recode.KeysRetriever
Builds a new KeysRetriever instance whose inner sorted set is sorted using comp.

L

Legend - Interface in org.orbisgis.legend
Legend realizations represent patterns that can be found in a SE style, and that match well-known configuration as described in the geographic and cartographic literatures.
LegendFactory - Class in org.orbisgis.legend.thematic.factory
Factory dedicated to the generation of Legend instances.
LegendStructure - Interface in org.orbisgis.legend
LegendStructure realizations represent patterns that can be found in a SE style, and that match well-known configuration as described in the geographic and cartographic literatures.
LinearInterpolationLegend - Class in org.orbisgis.legend.structure.interpolation
Analysis associated to a linear interpolation.
LinearInterpolationLegend(Interpolate2Real) - Constructor for class org.orbisgis.legend.structure.interpolation.LinearInterpolationLegend
Build a new Legend using the given Interpolate2Real instance.
LineParameters - Class in org.orbisgis.legend.thematic
A simple java "tuple" that embeds the fours parameters needed to draw a line defined with a PenStroke.
LineParameters(Color, Double, Double, String) - Constructor for class org.orbisgis.legend.thematic.LineParameters
Build a new LineParameters with the given arguments.
LineSymbolizerAnalyzer - Class in org.orbisgis.legend.analyzer.symbolizers
This Analyzer realization is dedicated to the study of LineSymbolizer instances.
LineSymbolizerAnalyzer(LineSymbolizer) - Constructor for class org.orbisgis.legend.analyzer.symbolizers.LineSymbolizerAnalyzer
Build a new instance of this Analyzer using the given LineSymbolizer.
LookupFieldName - Interface in org.orbisgis.legend
Interface for legends that can set and get the field name.

M

MappedLegend<T,U extends SymbolParameters> - Class in org.orbisgis.legend.thematic.map
This abstract class gathers methods that will be common to instances of unique value classifications and interval classifications.
MappedLegend() - Constructor for class org.orbisgis.legend.thematic.map.MappedLegend
 
MappedLegend.MappedLegendEntry - Class in org.orbisgis.legend.thematic.map
MapEntry dedicated to MappedLegend instances.
MappedLegend.MappedLegendEntry(T, U) - Constructor for class org.orbisgis.legend.thematic.map.MappedLegend.MappedLegendEntry
 
MappedLegend.NumComparator - Class in org.orbisgis.legend.thematic.map
This comparator intends to transform the input String instances to Double instances and to compare them thereafter.
MappedLegend.NumComparator() - Constructor for class org.orbisgis.legend.thematic.map.MappedLegend.NumComparator
 
MarkGraphicLegend - Class in org.orbisgis.legend.structure.graphic
The default LegendStructure for a MarkGraphic instance.
MarkGraphicLegend() - Constructor for class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Builds a new default MarkGraphicLegend associated to a default MarkGraphic.
MarkGraphicLegend(MarkGraphic, ParameterLegend, LegendStructure, FillLegend, StrokeLegend) - Constructor for class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Build a default LegendStructure that describes a MarkGraphic instance.
MonovariateLinearVB - Class in org.orbisgis.legend.structure.viewbox
A symbol can be said proportional is one of is dimensions variates linearly upon a numeric field.
MonovariateLinearVB(NumericLegend, NumericLegend, ViewBox, boolean) - Constructor for class org.orbisgis.legend.structure.viewbox.MonovariateLinearVB
Build a new MonovariateLinearVB using the legends associated to the height and width of the oridinal ViewBox.
MonovariateProportionalViewBox - Class in org.orbisgis.legend.structure.viewbox
The representation of a monovariate proportional symbol, that has been defined using a ViewBox.
MonovariateProportionalViewBox() - Constructor for class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
Builds a new MonovariateProportionalViewBox.
MonovariateProportionalViewBox(SqrtInterpolationLegend, boolean, ViewBox) - Constructor for class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
Build a new MonovariateProportionalViewBox using the given SqrtInterpolationLegend and boolean instances.

N

NAME - Static variable in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
NAME - Static variable in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
NAME - Static variable in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
NAME - Static variable in class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
 
NAME - Static variable in class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
 
NAME - Static variable in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
 
NAME - Static variable in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
NAME - Static variable in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
NAME - Static variable in class org.orbisgis.legend.thematic.recode.RecodedArea
 
NAME - Static variable in class org.orbisgis.legend.thematic.recode.RecodedLine
 
NAME - Static variable in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
NullPenStrokeLegend - Class in org.orbisgis.legend.structure.stroke.constant
A PenStroke that is null can be considered as a constant : it is not dependant upon any parameter and will always be (not) rendered the same way.
NullPenStrokeLegend() - Constructor for class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
NullSolidFillLegend - Class in org.orbisgis.legend.structure.fill.constant
SolidFill fields that are set to null can be considered as constant in some situation.
NullSolidFillLegend() - Constructor for class org.orbisgis.legend.structure.fill.constant.NullSolidFillLegend
 
NumericLegend - Interface in org.orbisgis.legend.structure.parameter
LegendStructure instances that are associated to numeric values have to realizes this interface rather than LegendStructure.

O

OnVertexOnInterior - Interface in org.orbisgis.legend.thematic
Interface for Legends which can be set either on vertices or on the interior point.
org.orbisgis.legend - package 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.analyzer.symbolizers - package org.orbisgis.legend.analyzer.symbolizers
 
org.orbisgis.legend.structure.categorize - package org.orbisgis.legend.structure.categorize
 
org.orbisgis.legend.structure.fill - package org.orbisgis.legend.structure.fill
 
org.orbisgis.legend.structure.fill.constant - package org.orbisgis.legend.structure.fill.constant
 
org.orbisgis.legend.structure.graphic - package org.orbisgis.legend.structure.graphic
 
org.orbisgis.legend.structure.interpolation - package org.orbisgis.legend.structure.interpolation
 
org.orbisgis.legend.structure.literal - package org.orbisgis.legend.structure.literal
 
org.orbisgis.legend.structure.parameter - package org.orbisgis.legend.structure.parameter
 
org.orbisgis.legend.structure.recode - package org.orbisgis.legend.structure.recode
 
org.orbisgis.legend.structure.recode.type - package org.orbisgis.legend.structure.recode.type
 
org.orbisgis.legend.structure.stroke - package org.orbisgis.legend.structure.stroke
 
org.orbisgis.legend.structure.stroke.constant - package org.orbisgis.legend.structure.stroke.constant
 
org.orbisgis.legend.structure.viewbox - package org.orbisgis.legend.structure.viewbox
 
org.orbisgis.legend.thematic - package org.orbisgis.legend.thematic
 
org.orbisgis.legend.thematic.categorize - package org.orbisgis.legend.thematic.categorize
 
org.orbisgis.legend.thematic.constant - package org.orbisgis.legend.thematic.constant
 
org.orbisgis.legend.thematic.factory - package org.orbisgis.legend.thematic.factory
 
org.orbisgis.legend.thematic.map - package org.orbisgis.legend.thematic.map
 
org.orbisgis.legend.thematic.proportional - package org.orbisgis.legend.thematic.proportional
 
org.orbisgis.legend.thematic.recode - package org.orbisgis.legend.thematic.recode
 
org.orbisgis.legend.thematic.uom - package org.orbisgis.legend.thematic.uom
 

P

ParameterLegend - Interface in org.orbisgis.legend.structure.parameter
 
ParametersAnalyzer - Class in org.orbisgis.legend.analyzer.symbolizers
Basic analyzer for symbolizer nodes.
ParametersAnalyzer() - Constructor for class org.orbisgis.legend.analyzer.symbolizers.ParametersAnalyzer
 
ParameterVisitor - Interface in org.orbisgis.legend.structure.parameter
Marker interface that will be useful to make distinction between recodes and categorize
PenStrokeLegend - Class in org.orbisgis.legend.structure.stroke
A LegendStructure that gathers all the analysis that can be made inside a PenStroke.
PenStrokeLegend() - Constructor for class org.orbisgis.legend.structure.stroke.PenStrokeLegend
 
PenStrokeLegend(PenStroke, NumericLegend, LegendStructure, LegendStructure) - Constructor for class org.orbisgis.legend.structure.stroke.PenStrokeLegend
Build a new, default, PenStrokeLegend instance.
PointParameters - Class in org.orbisgis.legend.thematic
A simple java "tuple" that embeds the nine parameters needed to draw a graphic as defined with a MarkGraphic configured with a well-known name.
PointParameters() - Constructor for class org.orbisgis.legend.thematic.PointParameters
Builds a new PointParameters with the default values that are defined for a SolidFill, a PenStroke and a MarkGraphic configured with a well-known name.
PointParameters(Color, Double, Double, String, Color, Double, Double, Double, String) - Constructor for class org.orbisgis.legend.thematic.PointParameters
Build a new PointParameters with the given arguments.
PointSymbolizerAnalyzer - Class in org.orbisgis.legend.analyzer.symbolizers
This Analyzer realization is dedicated to the study of PointSymbolizer instances.
PointSymbolizerAnalyzer(PointSymbolizer) - Constructor for class org.orbisgis.legend.analyzer.symbolizers.PointSymbolizerAnalyzer
Build a new Analyzer from the given PointSymbolizer.
ProportionalLine - Class in org.orbisgis.legend.thematic.proportional
A ProportionalLine represents a LineSymbolizer containing a PenStroke whose only varying parameter is the width of the line.
ProportionalLine() - Constructor for class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
ProportionalLine(LineSymbolizer) - Constructor for class org.orbisgis.legend.thematic.proportional.ProportionalLine
Tries to build a new ProportionalLine from the given LineSymbolizer.
ProportionalLine(LineSymbolizer, ProportionalStrokeLegend) - Constructor for class org.orbisgis.legend.thematic.proportional.ProportionalLine
Build a new ProportionalLine instance from the given symbolizer and legend.
ProportionalPoint - Class in org.orbisgis.legend.thematic.proportional
A ProportionalPoint is a ConstantFormPoint whose ViewBox is defined so that it can be recognized as a MonovariateProportionalViewBox.
ProportionalPoint() - Constructor for class org.orbisgis.legend.thematic.proportional.ProportionalPoint
Builds a new ProportionalPoint.
ProportionalPoint(PointSymbolizer) - Constructor for class org.orbisgis.legend.thematic.proportional.ProportionalPoint
Tries to build an instance of ProportionalPoint using the given PointSymbolizer.
ProportionalPoint(PointSymbolizer, ProportionalWKNLegend) - Constructor for class org.orbisgis.legend.thematic.proportional.ProportionalPoint
Create a new ProportionalPoint.
ProportionalStrokeLegend - Class in org.orbisgis.legend.structure.stroke
PenStroke is defined using a Width attribute, which is a RealAttribute.
ProportionalStrokeLegend() - Constructor for class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
Builds an empty ProportionalStrokeLegend.
ProportionalStrokeLegend(PenStroke) - Constructor for class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
Builds a ProportionalStrokeLegend from the given PenStroke.
ProportionalStrokeLegend(PenStroke, LinearInterpolationLegend, ConstantFillLegend, LegendStructure) - Constructor for class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
Build a new ProportionalStrokeLegend, using the given PenStroke.
ProportionalWKNLegend - Class in org.orbisgis.legend.structure.graphic
This class is used to describe instances of MarkGraphic that embeds a simple proportional symbol configuration, associated to a WKN graphic.
ProportionalWKNLegend() - Constructor for class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
Builds a new ProportionalWKNLegend with a default MonovariateProportionalViewBox.
ProportionalWKNLegend(MarkGraphic) - Constructor for class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
ProportionalWKNLegend(MarkGraphic, StringLiteralLegend, MonovariateProportionalViewBox, ConstantSolidFillLegend, ConstantPenStrokeLegend) - Constructor for class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
Build a new instance of this Legend specialization.
put(Double, Color) - Method in class org.orbisgis.legend.structure.categorize.CategorizedColor
 
put(Double, U) - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
Put the couple (d,v) in this categorization.
put(Double, Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedReal
 
put(Double, String) - Method in class org.orbisgis.legend.structure.categorize.CategorizedString
 
put(Double, AreaParameters) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
put(Double, LineParameters) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
put(Double, PointParameters) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
put(String, AreaParameters) - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
put(String, LineParameters) - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
Puts the given line configuration in the unique values managed by this RecodedLine.
put(String, PointParameters) - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
putAll(Map<? extends T, ? extends U>) - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Put all the entries found in the given map as entries in this MappedLegend.

R

RealLiteralLegend - Class in org.orbisgis.legend.structure.literal
Legend associated to a numeric constant, that is represented as a RealLiteral in the SE model.
RealLiteralLegend(RealLiteral) - Constructor for class org.orbisgis.legend.structure.literal.RealLiteralLegend
Build a new RealLiteralLegend that is associated to the RealLiteral r.
RecodedArea - Class in org.orbisgis.legend.thematic.recode
Wrapper for unique value classification that are made on AreaSymbolizer instances.
RecodedArea() - Constructor for class org.orbisgis.legend.thematic.recode.RecodedArea
Default constructor : builds an empty classification based on the default AreaSymbolizer.
RecodedArea(AreaSymbolizer) - Constructor for class org.orbisgis.legend.thematic.recode.RecodedArea
Builds a new RecodedArea considering that sym matches the configuration constraints expected by this class.
RecodedDashesPSLegend - Class in org.orbisgis.legend.structure.stroke
This class is associated to instances of PenStroke where a value classification is made on the dash array.
RecodedDashesPSLegend(PenStroke, NumericLegend, LegendStructure, LegendStructure) - Constructor for class org.orbisgis.legend.structure.stroke.RecodedDashesPSLegend
Build a new instance of LegendStructure that matches a configuration where a recode is made only on the dash array, and the other elements are constant or null.
RecodedLegendStructure - Interface in org.orbisgis.legend.structure.recode
Gathers some method that must be provided by classes that are part of a unique value analysis.
RecodedLine - Class in org.orbisgis.legend.thematic.recode
Wrapper for lines made of a PenStroke where parameters are made of Recode instances on a common field or of Literal.
RecodedLine() - Constructor for class org.orbisgis.legend.thematic.recode.RecodedLine
Default constructor.
RecodedLine(LineSymbolizer) - Constructor for class org.orbisgis.legend.thematic.recode.RecodedLine
Builds a new RecodedLine instance from the given LineSymbolizer.
RecodedParameterVisitor - Interface in org.orbisgis.legend.structure.recode
This visitor is dedicated to the processing of RecodedLegend instances.
RecodedPenStroke - Class in org.orbisgis.legend.structure.stroke
Represents PenStroke instances that just contain Recode instances.
RecodedPenStroke(PenStroke) - Constructor for class org.orbisgis.legend.structure.stroke.RecodedPenStroke
Builds a RecodedPenStroke from the given stroke.
RecodedPoint - Class in org.orbisgis.legend.thematic.recode
Wrapper for unique value classification that are made on PointSymbolizer instances.
RecodedPoint() - Constructor for class org.orbisgis.legend.thematic.recode.RecodedPoint
Default constructor : builds an empty classification based on the default PointSymbolizer.
RecodedPoint(PointSymbolizer) - Constructor for class org.orbisgis.legend.thematic.recode.RecodedPoint
Builds a new RecodedPoint considering that sym matches the configuration constraints expected by this class.
RecodedSolidFillLegend - Class in org.orbisgis.legend.structure.fill
A Legend that represents a SolidFill where the color is defined according to a Recode operation.
RecodedSolidFillLegend(SolidFill) - Constructor for class org.orbisgis.legend.structure.fill.RecodedSolidFillLegend
Build a new RecodedSolidFill from the given SolidFill.
remove(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedColor
 
remove(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
Removes the mapping associated to d, if it exists and if it does not let the mapping empty.
remove(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedReal
 
remove(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedString
 
remove(Object) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
remove(Object) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
remove(Object) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
remove(Object) - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
remove(Object) - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
Removes the mapping for the given key.
remove(Object) - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
replaceColor(SeParameter) - Method in class org.orbisgis.legend.structure.fill.RecodedSolidFillLegend
Replace the ColorParameter embedded in the inner SolidFill with sp.
replaceDash(SeParameter) - Method in class org.orbisgis.legend.structure.stroke.RecodedPenStroke
Replace the StringParameter embedded in the inner PenStroke with sp.
replaceMarkHeight(SeParameter) - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Replace the RealParameter embedded in the inner MarkGraphic with sp.
replaceMarkWidth(SeParameter) - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Replace the RealParameter embedded in the inner MarkGraphic with sp.
replaceOpacity(SeParameter) - Method in class org.orbisgis.legend.structure.fill.RecodedSolidFillLegend
Replace the RealParameter embedded in the inner SolidFill with sp.
replaceWidth(SeParameter) - Method in class org.orbisgis.legend.structure.stroke.RecodedPenStroke
Replace the RealParameter embedded in the inner PenStroke with sp.
replaceWkn(SeParameter) - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
Replace the StringParameter embedded in the inner MarkGraphic with sp.

S

setColor(Color) - Method in interface org.orbisgis.legend.structure.fill.constant.ConstantSolidFill
Set the Color used to paint the inner SolidFill.
setColor(Color) - Method in class org.orbisgis.legend.structure.fill.constant.ConstantSolidFillLegend
 
setColor(Color) - Method in class org.orbisgis.legend.structure.fill.constant.NullSolidFillLegend
 
setColor(Color) - Method in class org.orbisgis.legend.structure.literal.ColorLiteralLegend
Sets the Color contained in the inner ColorLiteral.
setComparator(Comparator<T>) - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Sets the comparator we want to use for elements ordering.
setDashArray(String) - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Sets the String that represents the dash pattern for the associated PenStroke.
setDashArray(String) - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
setDashArray(String) - Method in class org.orbisgis.legend.structure.stroke.ConstantColorAndDashesPSLegend
Set the String that represent the dash pattern for the associated PenStroke.
setDashArray(String) - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
Sets the dash array used to draw the outer line of this AreaSymbolizer.
setDashLegend(LegendStructure) - Method in class org.orbisgis.legend.structure.stroke.PenStrokeLegend
Replace the analysis that has been made on the dash array.
setDouble(double) - Method in class org.orbisgis.legend.structure.literal.RealLiteralLegend
As we're working on a RealLiteral, we can set the double value that is returned whatever the input data are.
setFallbackParameters(AreaParameters) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
setFallbackParameters(LineParameters) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
setFallbackParameters(PointParameters) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
setFallbackParameters(U) - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Sets the fallback configuration according to the one given in argument.
setFallbackParameters(AreaParameters) - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
setFallbackParameters(LineParameters) - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
 
setFallbackParameters(PointParameters) - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
setFallbackValue(Color) - Method in class org.orbisgis.legend.structure.categorize.CategorizedColor
Sets the value obtained when the input data can't be processed for whatever reason.
setFallbackValue(Double) - Method in class org.orbisgis.legend.structure.categorize.CategorizedReal
Sets the value obtained when the input data can't be processed for whatever reason.
setFallbackValue(String) - Method in class org.orbisgis.legend.structure.categorize.CategorizedString
Sets the value obtained when the input data can't be processed for whatever reason.
setField(String) - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
Sets the name of the field on which the analysis is performed.
SetFieldVisitor - Class in org.orbisgis.legend.structure.recode
Sets the field name of the visited RecodedLegend to the name given at instanciation time.
SetFieldVisitor(String) - Constructor for class org.orbisgis.legend.structure.recode.SetFieldVisitor
Builds a new SetFieldVisitor with the given string.
setFillLegend(FillLegend) - Method in class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Set the LegendStructure associated to the Fill of the associated
setFillLegend(ConstantSolidFill) - Method in interface org.orbisgis.legend.thematic.constant.IUniqueSymbolArea
Sets the Fill analysis embedded in this IUniqueSymbolArea.
setFillLegend(ConstantSolidFill) - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
Sets the legend describing the structure of the fill contained in the inner AreaSymbolizer.
setFillLegend(ConstantSolidFill) - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
 
setFillLegend(ConstantSolidFill) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
Sets the Fill analysis embedded in this IUniqueSymbolArea.
setFirstData(double) - Method in interface org.orbisgis.legend.IInterpolationLegend
Sets the data of the first interpolation point.
setFirstData(double) - Method in class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
setFirstData(double) - Method in class org.orbisgis.legend.structure.interpolation.InterpolationLegend
 
setFirstData(double) - Method in class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
 
setFirstData(double) - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
 
setFirstData(double) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
setFirstData(double) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
setFirstValue(double) - Method in interface org.orbisgis.legend.IInterpolationLegend
Sets the value of the first interpolation point as a double.
setFirstValue(double) - Method in class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
setFirstValue(double) - Method in class org.orbisgis.legend.structure.interpolation.InterpolationLegend
 
setFirstValue(double) - Method in class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
 
setFirstValue(double) - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
 
setFirstValue(double) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
setFirstValue(double) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
setHeight(Double) - Method in class org.orbisgis.legend.structure.viewbox.ConstantViewBox
Set the Width of this ViewBox.
setHeightLegend(NumericLegend) - Method in class org.orbisgis.legend.structure.viewbox.DefaultViewBox
Gets the LegendStructure associated to the height of this ViewBox.
setLegend(LegendStructure) - Method in class org.orbisgis.legend.AbstractAnalyzer
Set the LegendStructure associated to this Analyzer.
setLineColor(Color) - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Sets the Color of the associated PenStroke.
setLineColor(Color) - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
setLineColor(Color) - Method in class org.orbisgis.legend.structure.stroke.ConstantColorAndDashesPSLegend
Sets the Color of the associated PenStroke.
setLineColor(Color) - Method in class org.orbisgis.legend.thematic.ConstantColorAndDashesLine
Set the Color of that will be used to draw lines.
setLineColor(Color) - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
Set the colour of the line that outlines the inner AreaSymbolizer.
setLineOpacity(double) - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Sets the opacity of the associated PenStroke.
setLineOpacity(double) - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
setLineOpacity(double) - Method in class org.orbisgis.legend.structure.stroke.ConstantColorAndDashesPSLegend
Sets the Color of the associated PenStroke.
setLineWidth(double) - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Sets the width of the associated PenStroke.
setLineWidth(double) - Method in class org.orbisgis.legend.structure.stroke.constant.ConstantPenStrokeLegend
Set the width of the associated PenStroke.
setLineWidth(double) - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
setLineWidth(Double) - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
Set the width of the line that outlines the inner AreaSymbolizer.
setLineWidthLegend(NumericLegend) - Method in class org.orbisgis.legend.structure.stroke.PenStrokeLegend
Sets the analysis made on the Width associated to this PenStroke.
setLiteral(StringLiteral) - Method in class org.orbisgis.legend.structure.literal.StringLiteralLegend
Set the Literal associated to this LegendStructure instance.
setLookupFieldName(String) - Method in interface org.orbisgis.legend.LookupFieldName
Sets the field name.
setLookupFieldName(String) - Method in class org.orbisgis.legend.structure.categorize.CategorizedLegend
 
setLookupFieldName(String) - Method in class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
setLookupFieldName(String) - Method in class org.orbisgis.legend.structure.interpolation.LinearInterpolationLegend
 
setLookupFieldName(String) - Method in class org.orbisgis.legend.structure.interpolation.SqrtInterpolationLegend
 
setLookupFieldName(String) - Method in class org.orbisgis.legend.structure.parameter.AbstractAttributeLegend
 
setLookupFieldName(String) - Method in class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
 
setLookupFieldName(String) - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
 
setLookupFieldName(String) - Method in class org.orbisgis.legend.thematic.map.MappedLegend
 
setLookupFieldName(String) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
setLookupFieldName(String) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
setMarkGraphic(MarkGraphic) - Method in class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Sets the MarkGraphic associated to this LegendStructure.
setMaxScale(Double) - Method in interface org.orbisgis.legend.Legend
Set the maximum scale this Legend will be rendered for.
setMaxScale(Double) - Method in class org.orbisgis.legend.thematic.SymbolizerLegend
 
setMinScale(Double) - Method in interface org.orbisgis.legend.Legend
Set the minimum scale this Legend will be rendered for.
setMinScale(Double) - Method in class org.orbisgis.legend.thematic.SymbolizerLegend
 
setName(String) - Method in interface org.orbisgis.legend.Legend
Set the name of the underlying Symbolizer.
setName(String) - Method in class org.orbisgis.legend.thematic.SymbolizerLegend
 
setOnInterior() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
setOnInterior() - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
 
setOnInterior() - Method in interface org.orbisgis.legend.thematic.OnVertexOnInterior
Sets that symbols must be drawn on vertices or on interior point.
setOnInterior() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
setOnVertex() - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
setOnVertex() - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
 
setOnVertex() - Method in interface org.orbisgis.legend.thematic.OnVertexOnInterior
Sets that symbols must be drawn on vertices or on interior point.
setOnVertex() - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
setOpacity(double) - Method in interface org.orbisgis.legend.structure.fill.constant.ConstantSolidFill
Set the Color used to paint the inner SolidFill.
setOpacity(double) - Method in class org.orbisgis.legend.structure.fill.constant.ConstantSolidFillLegend
 
setOpacity(double) - Method in class org.orbisgis.legend.structure.fill.constant.NullSolidFillLegend
 
setParameter(ColorParameter) - Method in class org.orbisgis.legend.structure.categorize.CategorizedColor
Replaces the inner ColorParameter with the given one.
setParameter(RealParameter) - Method in class org.orbisgis.legend.structure.categorize.CategorizedReal
Replaces the inner RealParameter with the given one.
setParameter(StringParameter) - Method in class org.orbisgis.legend.structure.categorize.CategorizedString
Replaces the inner StringParameter with the given one.
setPenStroke(ConstantPenStroke) - Method in class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Sets the ConstantPenStroke that is associated to this mark graphic.
setPenStroke(ConstantPenStroke) - Method in interface org.orbisgis.legend.thematic.constant.IUniqueSymbolLine
Sets the analysis associated to the inner PenStroke.
setPenStroke(ConstantPenStroke) - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
 
setPenStroke(ConstantPenStroke) - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
 
setPenStroke(ConstantPenStroke) - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
 
setPenStroke(ConstantPenStroke) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
Sets the analysis associated to the inner PenStroke.
setSecondData(double) - Method in interface org.orbisgis.legend.IInterpolationLegend
Sets the data of the second interpolation point
setSecondData(double) - Method in class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
setSecondData(double) - Method in class org.orbisgis.legend.structure.interpolation.InterpolationLegend
 
setSecondData(double) - Method in class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
 
setSecondData(double) - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
 
setSecondData(double) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
setSecondData(double) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
setSecondValue(double) - Method in interface org.orbisgis.legend.IInterpolationLegend
Set the value of the second interpolation point as a double.
setSecondValue(double) - Method in class org.orbisgis.legend.structure.graphic.ProportionalWKNLegend
 
setSecondValue(double) - Method in class org.orbisgis.legend.structure.interpolation.InterpolationLegend
 
setSecondValue(double) - Method in class org.orbisgis.legend.structure.stroke.ProportionalStrokeLegend
 
setSecondValue(double) - Method in class org.orbisgis.legend.structure.viewbox.MonovariateProportionalViewBox
 
setSecondValue(double) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalLine
 
setSecondValue(double) - Method in class org.orbisgis.legend.thematic.proportional.ProportionalPoint
 
setStrokeEnabled(boolean) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
setStrokeEnabled(boolean) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
setStrokeEnabled(boolean) - Method in interface org.orbisgis.legend.thematic.EnablesStroke
Enables or disables the usage of a stroke for the drawn geometries.
setStrokeEnabled(boolean) - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
setStrokeEnabled(boolean) - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
setStrokeLegend(StrokeLegend) - Method in class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Set the LegendStructure associated to the Stroke contained in the inner MarkGraphic instance.
setStrokeLegend(ConstantPenStroke) - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
Sets the legend describing the structure of the fill contained in the inner AreaSymbolizer.
setStrokeUom(Uom) - Method in class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Sets the unit of measure used to draw the associated Stroke.
setStrokeUom(Uom) - Method in interface org.orbisgis.legend.structure.stroke.constant.ConstantPenStroke
Sets the unit of measure used to drawn the underlying PenStroke.
setStrokeUom(Uom) - Method in class org.orbisgis.legend.structure.stroke.constant.NullPenStrokeLegend
 
setStrokeUom(Uom) - Method in class org.orbisgis.legend.structure.stroke.PenStrokeLegend
Sets the unit of measure of the associated Stroke.
setStrokeUom(Uom) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedArea
 
setStrokeUom(Uom) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedLine
 
setStrokeUom(Uom) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
setStrokeUom(Uom) - Method in class org.orbisgis.legend.thematic.ConstantColorAndDashesLine
 
setStrokeUom(Uom) - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
 
setStrokeUom(Uom) - Method in class org.orbisgis.legend.thematic.ConstantStrokeArea
 
setStrokeUom(Uom) - Method in class org.orbisgis.legend.thematic.recode.RecodedArea
 
setStrokeUom(Uom) - Method in class org.orbisgis.legend.thematic.recode.RecodedLine
 
setStrokeUom(Uom) - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
setStrokeUom(Uom) - Method in interface org.orbisgis.legend.thematic.uom.StrokeUom
Sets the unit of measure used to compute the form of the stroke.
setSymbolUom(Uom) - Method in class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Sets the unit of measure used to size the associated Stroke.
setSymbolUom(Uom) - Method in class org.orbisgis.legend.thematic.categorize.CategorizedPoint
 
setSymbolUom(Uom) - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
 
setSymbolUom(Uom) - Method in class org.orbisgis.legend.thematic.recode.RecodedPoint
 
setSymbolUom(Uom) - Method in interface org.orbisgis.legend.thematic.uom.SymbolUom
Sets the unit of measure used to size the associated Stroke.
setValue(U) - Method in class org.orbisgis.legend.thematic.map.MappedLegend.MappedLegendEntry
 
setViewBoxHeight(Double) - Method in class org.orbisgis.legend.structure.graphic.ConstantWKNLegend
Set the height of the ViewBox used to define the size of the associated MarkGraphic.
setViewBoxHeight(Double) - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
Set the height of the ViewBox we are going to draw our symbol in.
setViewBoxLegend(ViewBoxLegend) - Method in class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Set the LegendStructure associated to the ViewBox contained in the inner MarkGraphic instance.
setViewBoxWidth(Double) - Method in class org.orbisgis.legend.structure.graphic.ConstantWKNLegend
Set the width of the ViewBox used to define the size of the associated MarkGraphic.
setViewBoxWidth(Double) - Method in class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
Set the width of the ViewBox we are going to draw our symbol in.
setWellKnownName(String) - Method in class org.orbisgis.legend.structure.graphic.ConstantFormWKN
Sets the well-known name that describes the shape of the inner MarkGraphic.
setWellKnownName(String) - Method in class org.orbisgis.legend.thematic.ConstantFormPoint
Sets the well-known name that describes the shape of the inner MarkGraphic.
setWidth(Double) - Method in class org.orbisgis.legend.structure.viewbox.ConstantViewBox
Set the Width of this ViewBox.
setWidthLegend(NumericLegend) - Method in class org.orbisgis.legend.structure.viewbox.DefaultViewBox
Gets the LegendStructure associated to the width of this ViewBox.
setWknLegend(ParameterLegend) - Method in class org.orbisgis.legend.structure.graphic.MarkGraphicLegend
Sets the legend associated representing the well-known name associated to the inner of this MarkGraphicLegend.
size() - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Returns the number of elements contained in this classification.
SolidFillLegend - Class in org.orbisgis.legend.structure.fill
Generic LegendStructure representation of a SolidFill.
SolidFillLegend(SolidFill, LegendStructure, LegendStructure) - Constructor for class org.orbisgis.legend.structure.fill.SolidFillLegend
Build a SolidFillLegend using the Fill and LegendStructure instances given in parameter.
SqrtInterpolationLegend - Class in org.orbisgis.legend.structure.interpolation
Analysis associated to an interpolation made on the square root of a numeric value.
SqrtInterpolationLegend(Interpolate2Real) - Constructor for class org.orbisgis.legend.structure.interpolation.SqrtInterpolationLegend
Build a new Legend using the given Interpolate2Real instance.
StringLiteralLegend - Class in org.orbisgis.legend.structure.literal
LegendStructure that can be associated to a simple string literal.
StringLiteralLegend(StringLiteral) - Constructor for class org.orbisgis.legend.structure.literal.StringLiteralLegend
Build a new StringLiteralLegend instance, using the literal given in parameter.
StrokeLegend - Interface in org.orbisgis.legend.structure.stroke
Legend analysis associated to a Stroke instance.
StrokeUom - Interface in org.orbisgis.legend.thematic.uom
Interface for Legends that have a stroke unit of measure.
SymbolizerLegend - Class in org.orbisgis.legend.thematic
Gathers method that are common to all the Legend realizations.
SymbolizerLegend() - Constructor for class org.orbisgis.legend.thematic.SymbolizerLegend
 
SymbolizerTypeAnalyzer - Class in org.orbisgis.legend.analyzer.symbolizers
This class extends ParametersAnalyzer and provides the ability to validate some input SymbolizerNode by checking their type and the type of some of their children.
SymbolizerTypeAnalyzer() - Constructor for class org.orbisgis.legend.analyzer.symbolizers.SymbolizerTypeAnalyzer
 
SymbolParameters - Interface in org.orbisgis.legend.thematic
Simple marker for POJO that will gather parameters used to describe a Symbol.
SymbolUom - Interface in org.orbisgis.legend.thematic.uom
This interface must be used on every legend that has an inner UOM used to configure the symbol's dimensions.

T

typeChanged(TypeEvent) - Method in interface org.orbisgis.legend.structure.recode.type.TypeListener
A type changed somewhere...
TypeEvent - Class in org.orbisgis.legend.structure.recode.type
Events launched when the type of the wrapped object in a ParameterLegend changes.
TypeEvent(ParameterLegend) - Constructor for class org.orbisgis.legend.structure.recode.type.TypeEvent
Builds a new TypeEvent.
TypeListener - Interface in org.orbisgis.legend.structure.recode.type
 

U

UniqueSymbol - Interface in org.orbisgis.legend.thematic.constant
Common interface to all the Legend instances that represent a unique symbol.
UniqueSymbolArea - Class in org.orbisgis.legend.thematic.constant
Represents a AreaSymbolizer whose parameters are constant, whatever the input data are.
UniqueSymbolArea() - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
Builds a new default UniqueSymbolArea from scratch.
UniqueSymbolArea(AreaSymbolizer) - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
Builds a new UniqueSymbolArea directly from the given AreaSymbolizer.
UniqueSymbolArea(AreaParameters) - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolArea
Builds a new UniqueSymbolArea from the given AreaParameters.
UniqueSymbolLine - Class in org.orbisgis.legend.thematic.constant
Represents a LineSymbolizer whose parameters are constant, whatever the input data are.
UniqueSymbolLine() - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
Build a new default UniqueSymbolLine from scratch.
UniqueSymbolLine(LineSymbolizer) - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
Build a new UniqueSymbolLine from the given symbolizer.
UniqueSymbolLine(LineParameters) - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
Builds a new UniqueSymbolLine using the needed parameters gathered in the given LineParameters instance.
UniqueSymbolLine(LineSymbolizer, ConstantPenStrokeLegend) - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolLine
Build a new UniqueSymbolLine instance from the given symbolizer and legend.
UniqueSymbolPoint - Class in org.orbisgis.legend.thematic.constant
We are dealing with a simple point symbolizer.
UniqueSymbolPoint() - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
Build a new UniqueSymbolPoint from scratch.
UniqueSymbolPoint(PointSymbolizer) - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
Tries to build an instance of UniqueSymbolPoint using the given PointSymbolizer.
UniqueSymbolPoint(PointParameters) - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
Builds a new UniqueSymbolPoint using the configuration given in argument
UniqueSymbolPoint(PointSymbolizer, ConstantWKNLegend) - Constructor for class org.orbisgis.legend.thematic.constant.UniqueSymbolPoint
Create a new UniqueSymbolPoint.

V

validateFill(Fill) - Method in class org.orbisgis.legend.analyzer.symbolizers.SymbolizerTypeAnalyzer
A Fill is valid if and only if it is a SolidFill instance.
validateGraphic(Graphic) - Method in class org.orbisgis.legend.analyzer.symbolizers.SymbolizerTypeAnalyzer
A Graphic is valid if and only if it is an instance of MarkGraphic built with both valid Stroke and Fill.
validateInterpolateForProportionalPoint(RealParameter) - Method in class org.orbisgis.legend.analyzer.symbolizers.PointSymbolizerAnalyzer
Checks that the given RealParameter is an instance of Interpolate2Real that can be used to build a proportional point, ie that it is made on the square root of a numeric attribute.
validateLinearInterpolate(RealParameter) - Method in class org.orbisgis.legend.analyzer.symbolizers.LineSymbolizerAnalyzer
Check that the given RealParameter is a valid linear interpolation so that it can be used safely to build a proportional line.
validateStroke(Stroke) - Method in class org.orbisgis.legend.analyzer.symbolizers.SymbolizerTypeAnalyzer
A Stroke is valid if and only if it is a PenStroke built with a valid Fill instance.
validateStrokeAndFill(Stroke, Fill) - Method in class org.orbisgis.legend.analyzer.symbolizers.SymbolizerTypeAnalyzer
Validate the given fill and stroke.
values() - Method in class org.orbisgis.legend.thematic.map.MappedLegend
Gets all the LineParameters stored in this RecodedLine, default one excepted.
ViewBoxLegend - Interface in org.orbisgis.legend.structure.viewbox
 
ViewBoxLegendFactory - Class in org.orbisgis.legend.structure.viewbox
This factory can be used to quickly create legends representing known viewbox configurations.
visit(CategorizedLegend) - Method in interface org.orbisgis.legend.structure.categorize.CategorizedParameterVisitor
Visit the given CategorizedLegend.
visit(RecodedLegend) - Method in class org.orbisgis.legend.structure.recode.FieldAggregatorVisitor
Adds the legend's field to the set of analysed fields.
visit(CategorizedLegend) - Method in class org.orbisgis.legend.structure.recode.FieldAggregatorVisitor
 
visit(RecodedLegend) - Method in class org.orbisgis.legend.structure.recode.KeysRetriever
 
visit(CategorizedLegend) - Method in class org.orbisgis.legend.structure.recode.KeysRetriever
 
visit(RecodedLegend) - Method in interface org.orbisgis.legend.structure.recode.RecodedParameterVisitor
Visit the given RecodedLegend.
visit(RecodedLegend) - Method in class org.orbisgis.legend.structure.recode.SetFieldVisitor
 
visit(CategorizedLegend) - Method in class org.orbisgis.legend.structure.recode.SetFieldVisitor
 
A B C D E F G H I K L M N O P R S T U V 

Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.