protected static class PlaceNameLayer.GMLPlaceNameSAXHandler extends DefaultHandler
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | GML_FEATURE_MEMBER | 
| protected boolean | inBeginEndPair | 
| protected LinkedList<String> | internedQNameStack | 
| protected StringBuilder | latBuffer | 
| protected StringBuilder | lonBuffer | 
| protected static String | TOPP_FULL_NAME_ND | 
| protected static String | TOPP_LATITUDE | 
| protected static String | TOPP_LONGITUDE | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | GMLPlaceNameSAXHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected double[] | append(double[] array,
      int index,
      double value) | 
| protected int[] | append(int[] array,
      int index,
      int value) | 
| protected void | beginEntry() | 
| void | characters(char[] ch,
          int start,
          int length) | 
| protected PlaceNameLayer.PlaceNameChunk | createPlaceNameChunk(PlaceNameService service) | 
| void | endElement(String uri,
          String localName,
          String qName) | 
| protected void | endEntry() | 
| protected double | parseDouble(StringBuilder sb) | 
| protected double[] | resizeArray(double[] oldArray) | 
| protected int[] | resizeArray(int[] oldArray) | 
| void | startElement(String uri,
            String localName,
            String qName,
            Attributes attributes) | 
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected static final String GML_FEATURE_MEMBER
protected boolean inBeginEndPair
protected final LinkedList<String> internedQNameStack
protected StringBuilder latBuffer
protected StringBuilder lonBuffer
protected static final String TOPP_FULL_NAME_ND
protected static final String TOPP_LATITUDE
protected static final String TOPP_LONGITUDE
protected double[] append(double[] array,
                          int index,
                          double value)
protected int[] append(int[] array,
                       int index,
                       int value)
protected void beginEntry()
public void characters(char[] ch,
                       int start,
                       int length)
characters in interface ContentHandlercharacters in class DefaultHandlerprotected PlaceNameLayer.PlaceNameChunk createPlaceNameChunk(PlaceNameService service)
public void endElement(String uri, String localName, String qName)
endElement in interface ContentHandlerendElement in class DefaultHandlerprotected void endEntry()
protected double parseDouble(StringBuilder sb)
protected double[] resizeArray(double[] oldArray)
protected int[] resizeArray(int[] oldArray)
public void startElement(String uri, String localName, String qName, Attributes attributes)
startElement in interface ContentHandlerstartElement in class DefaultHandler