Package org.geotools.xml.styling
Class SLDInlineFeatureParser
- Object
-
- SLDInlineFeatureParser
-
public class SLDInlineFeatureParser extends Object
-
-
Field Summary
Fields Modifier and Type Field Description DataStore
dataStore
SimpleFeatureType
featureType
-
Constructor Summary
Constructors Constructor Description SLDInlineFeatureParser(Node root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
getNode(Node parentNode, String wantedChildName)
Give a node and the name of a child of that node, find its (string) value.int
getUID()
-
-
-
Field Detail
-
featureType
public SimpleFeatureType featureType
-
dataStore
public DataStore dataStore
-
-