org.geotools.styling
Class SLDInlineFeatureParser

Object
  extended by SLDInlineFeatureParser

public class SLDInlineFeatureParser
extends Object


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

Field Detail

featureType

public SimpleFeatureType featureType

dataStore

public MemoryDataStore dataStore
Constructor Detail

SLDInlineFeatureParser

public SLDInlineFeatureParser(Node root)
                       throws Exception
Throws:
Exception
Method Detail

getNode

public Node getNode(Node parentNode,
                    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.