org.geotools.styling
Class SLDInlineFeatureParser

java.lang.Object
  extended byorg.geotools.styling.SLDInlineFeatureParser

public class SLDInlineFeatureParser
extends java.lang.Object


Field Summary
 MemoryDataStore dataStore
           
 FeatureType featureType
           
 
Constructor Summary
SLDInlineFeatureParser(org.w3c.dom.Node root)
           
 
Method Summary
 org.w3c.dom.Node getNode(org.w3c.dom.Node parentNode, java.lang.String wantedChildName)
          Give a node and the name of a child of that node, find its (string) value.
 int getUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

featureType

public FeatureType featureType

dataStore

public MemoryDataStore dataStore
Constructor Detail

SLDInlineFeatureParser

public SLDInlineFeatureParser(org.w3c.dom.Node root)
                       throws java.lang.Exception
Method Detail

getNode

public org.w3c.dom.Node getNode(org.w3c.dom.Node parentNode,
                                java.lang.String wantedChildName)
Give a node and the name of a child of that node, find its (string) value. This doesnt do anything complex.

Returns:

getUID

public int getUID()


Copyright © GeoTools. All Rights Reserved.