| java.lang.Object org.geotools.styling.SLDInlineFeatureParser
SLDInlineFeatureParser | public class SLDInlineFeatureParser (Code) | | |
Method Summary | |
public Node | getNode(Node parentNode, String wantedChildName) Give a node and the name of a child of that node, find its (string) value. | public synchronized int | getUID() |
SRS | CoordinateReferenceSystem SRS(Code) | | |
getNode | public Node getNode(Node parentNode, String wantedChildName)(Code) | | Give a node and the name of a child of that node, find its (string) value.
This doesnt do anything complex.
Parameters: parentNode - Parameters: wantedChildName - |
getUID | public synchronized int getUID()(Code) | | |
|
|