org.geotools.styling
Class SLDInlineFeatureParser

java.lang.Object
  extended by org.geotools.styling.SLDInlineFeatureParser

public class SLDInlineFeatureParser
extends java.lang.Object


Field Summary
 MemoryDataStore dataStore
           
 org.opengis.feature.simple.SimpleFeatureType 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 org.opengis.feature.simple.SimpleFeatureType featureType

dataStore

public MemoryDataStore dataStore
Constructor Detail

SLDInlineFeatureParser

public SLDInlineFeatureParser(org.w3c.dom.Node root)
                       throws java.lang.Exception
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.

Parameters:
parentNode -
wantedChildName -

getUID

public int getUID()


Copyright © 1996-2010 Geotools. All Rights Reserved.