- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.