Class SLDInlineFeatureParser


  • public class SLDInlineFeatureParser
    extends Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • 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.
      • getUID

        public int getUID()