|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Continuation | |
---|---|
org.deegree.filter.expression.custom.se | |
org.deegree.rendering.r2d.legends | |
org.deegree.style.se.parser | |
org.deegree.style.se.unevaluated |
Uses of Continuation in org.deegree.filter.expression.custom.se |
---|
Constructors in org.deegree.filter.expression.custom.se with parameters of type Continuation | |
---|---|
StringPosition(StringBuffer lookup,
Continuation<StringBuffer> lookupContn,
StringBuffer value,
Continuation<StringBuffer> contn,
boolean forward)
|
|
StringPosition(StringBuffer lookup,
Continuation<StringBuffer> lookupContn,
StringBuffer value,
Continuation<StringBuffer> contn,
boolean forward)
|
Uses of Continuation in org.deegree.rendering.r2d.legends |
---|
Constructors in org.deegree.rendering.r2d.legends with parameters of type Continuation | |
---|---|
StandardLegendItem(LinkedList<Styling> stylings,
Continuation<LinkedList<Symbolizer<?>>> rule,
Class<?> ruleType,
String text,
Renderer renderer,
TextRenderer textRenderer)
|
Uses of Continuation in org.deegree.style.se.parser |
---|
Subclasses of Continuation in org.deegree.style.se.parser | |
---|---|
static class |
SymbologyParser.FilterContinuation
FilterContinuation |
Methods in org.deegree.style.se.parser that return types with arguments of type Continuation | ||
---|---|---|
Triple<Symbolizer<?>,Continuation<StringBuffer>,String> |
SymbologyParser.parseSymbolizer(XMLStreamReader in)
|
|
Triple<Symbolizer<TextStyling>,Continuation<StringBuffer>,String> |
SymbologyParser.parseTextSymbolizer(XMLStreamReader in,
UOM uom)
|
|
|
SymbologyParser.updateOrContinue(XMLStreamReader in,
String name,
T obj,
Continuation.Updater<T> updater,
Continuation<T> contn)
|
Methods in org.deegree.style.se.parser with parameters of type Continuation | ||
---|---|---|
|
SymbologyParser.updateOrContinue(XMLStreamReader in,
String name,
T obj,
Continuation.Updater<T> updater,
Continuation<T> contn)
|
Uses of Continuation in org.deegree.style.se.unevaluated |
---|
Methods in org.deegree.style.se.unevaluated that return types with arguments of type Continuation | |
---|---|
LinkedList<Pair<Continuation<LinkedList<Symbolizer<?>>>,DoublePair>> |
Style.getRules()
|
Constructors in org.deegree.style.se.unevaluated with parameters of type Continuation | |
---|---|
Continuation(Continuation<T> next)
|
|
Style(Symbolizer<?> symbolizer,
Continuation<StringBuffer> label,
String name,
String xmlText)
|
|
Symbolizer(T base,
Continuation<T> next,
Expression geometry,
String name,
String file,
int line,
int col)
|
Constructor parameters in org.deegree.style.se.unevaluated with type arguments of type Continuation | |
---|---|
Style(Collection<Pair<Continuation<LinkedList<Symbolizer<?>>>,DoublePair>> rules,
Map<Symbolizer<TextStyling>,Continuation<StringBuffer>> labels,
Map<Symbolizer<TextStyling>,String> xmlTexts,
String name,
QName featureTypeName)
|
|
Style(Collection<Pair<Continuation<LinkedList<Symbolizer<?>>>,DoublePair>> rules,
Map<Symbolizer<TextStyling>,Continuation<StringBuffer>> labels,
Map<Symbolizer<TextStyling>,String> xmlTexts,
String name,
QName featureTypeName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |