|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExpressionDOMParser
public final class ExpressionDOMParser
parsez short sections of gml for use in expressions and filters Hopefully we can get away without a full parser here.
modules/library/main (gt-main.jar)
Constructor Summary | |
---|---|
ExpressionDOMParser(FilterFactory2 factory)
Constructor injection |
Method Summary | |
---|---|
List |
coords(Node root)
Parses a dom node into a coordinate list. |
Expression |
expression(Node root)
parses an expression for a filter. |
Geometry |
gml(Node root)
Parses the gml of this node to jts. |
static List |
parseCoords(Node root)
Deprecated. please use ExpressionDOMParser.coords() |
static Expression |
parseExpression(Node root)
Deprecated. Please use ExpressionDOMParser.expression |
static Geometry |
parseGML(Node root)
Deprecated. Please use ExpressionDOMParser.gml |
void |
setFilterFactory(FilterFactory2 factory)
Setter injection |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionDOMParser(FilterFactory2 factory)
Method Detail |
---|
public void setFilterFactory(FilterFactory2 factory)
public static Expression parseExpression(Node root)
root
- public Expression expression(Node root)
root
- the root node to parse, should be an filter expression.
public static Geometry parseGML(Node root)
root
-
public Geometry gml(Node root)
root
- the parent node of the gml to parse.
public static List parseCoords(Node root)
root
- the root node representation of gml:coordinates.
public List coords(Node root)
root
- the root node representation of gml:coordinates.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |