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