|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.filter.ExpressionDOMParser
parsez short sections of gml for use in expressions and filters Hopefully we can get away without a full parser here.
Method Summary | |
static java.util.List |
parseCoords(org.w3c.dom.Node root)
Parses a dom node into a coordinate list. |
static Expression |
parseExpression(org.w3c.dom.Node root)
parses an expression for a filter. |
static com.vividsolutions.jts.geom.Geometry |
parseGML(org.w3c.dom.Node root)
Parses the gml of this node to jts. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Expression parseExpression(org.w3c.dom.Node root)
root
- the root node to parse, should be an filter expression.
public static com.vividsolutions.jts.geom.Geometry parseGML(org.w3c.dom.Node root)
root
- the parent node of the gml to parse.
public static java.util.List parseCoords(org.w3c.dom.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 |