Package org.geotools.xml.styling
Class SLDInlineFeatureParser
- Object
- 
- SLDInlineFeatureParser
 
- 
 public class SLDInlineFeatureParser extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description DataStoredataStoreSimpleFeatureTypefeatureType
 - 
Constructor SummaryConstructors Constructor Description SLDInlineFeatureParser(Node root)
 - 
Method SummaryAll 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- 
featureTypepublic SimpleFeatureType featureType 
 - 
dataStorepublic DataStore dataStore 
 
- 
 
-