org.geotools.styling
Class SLDInlineFeatureParser
Object
SLDInlineFeatureParser
public class SLDInlineFeatureParser
- extends Object
Method Summary |
Node |
getNode(Node parentNode,
String wantedChildName)
Give a node and the name of a child of that node, find its (string) value. |
int |
getUID()
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
featureType
public SimpleFeatureType featureType
dataStore
public MemoryDataStore dataStore
SLDInlineFeatureParser
public SLDInlineFeatureParser(Node root)
throws Exception
- Throws:
Exception
getNode
public Node getNode(Node parentNode,
String wantedChildName)
- Give a node and the name of a child of that node, find its (string) value.
This doesnt do anything complex.
- Parameters:
parentNode
- wantedChildName
-
getUID
public int getUID()
Copyright © 1996-2014 Geotools. All Rights Reserved.