|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.style.se.unevaluated.Style
public class Style
Style
Constructor Summary | |
---|---|
Style()
Uses first geometry and default style. |
|
Style(Collection<Pair<Continuation<LinkedList<Symbolizer<?>>>,DoublePair>> rules,
Map<Symbolizer<TextStyling>,Continuation<StringBuffer>> labels,
Map<Symbolizer<TextStyling>,String> xmlTexts,
String name,
QName featureTypeName)
|
|
Style(Color c)
Uses first geometry and default style in specified color. |
|
Style(Symbolizer<?> symbolizer,
Continuation<StringBuffer> label,
String name,
String xmlText)
|
Method Summary | |
---|---|
LinkedList<Triple<Styling,LinkedList<Geometry>,String>> |
evaluate(Feature f,
XPathEvaluator<Feature> evaluator)
|
Style |
filter(double scale)
|
ArrayList<LinkedList<Styling>> |
getBases()
|
LinkedList<Triple<LinkedList<Styling>,DoublePair,LinkedList<String>>> |
getBasesWithScales()
|
QName |
getFeatureType()
|
File |
getLegendFile()
|
URL |
getLegendURL()
|
String |
getName()
|
LinkedList<Pair<Continuation<LinkedList<Symbolizer<?>>>,DoublePair>> |
getRules()
|
LinkedList<String> |
getRuleTitles()
|
LinkedList<Class<?>> |
getRuleTypes()
|
boolean |
isSimple()
|
boolean |
prefersGetLegendGraphicUrl()
|
void |
setLegendFile(File file)
|
void |
setLegendURL(URL url)
|
void |
setName(String name)
|
void |
setPrefersGetLegendGraphicUrl(boolean prefers)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Style(Collection<Pair<Continuation<LinkedList<Symbolizer<?>>>,DoublePair>> rules, Map<Symbolizer<TextStyling>,Continuation<StringBuffer>> labels, Map<Symbolizer<TextStyling>,String> xmlTexts, String name, QName featureTypeName)
rules
- labels
- xmlTexts
- name
- featureTypeName
- public Style(Symbolizer<?> symbolizer, Continuation<StringBuffer> label, String name, String xmlText)
symbolizer
- label
- name
- xmlText
- public Style()
public Style(Color c)
Method Detail |
---|
public Style filter(double scale)
scale
-
public LinkedList<Triple<Styling,LinkedList<Geometry>,String>> evaluate(Feature f, XPathEvaluator<Feature> evaluator)
f
-
public LinkedList<Pair<Continuation<LinkedList<Symbolizer<?>>>,DoublePair>> getRules()
public String getName()
public void setName(String name)
name
- public QName getFeatureType()
public ArrayList<LinkedList<Styling>> getBases()
public LinkedList<Triple<LinkedList<Styling>,DoublePair,LinkedList<String>>> getBasesWithScales()
public boolean isSimple()
public LinkedList<Class<?>> getRuleTypes()
public LinkedList<String> getRuleTitles()
public void setLegendFile(File file)
file
- public void setLegendURL(URL url)
public File getLegendFile()
public URL getLegendURL()
public void setPrefersGetLegendGraphicUrl(boolean prefers)
public boolean prefersGetLegendGraphicUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |