Exemplo n.º 1
0
 public override void beginObject(XJson doc, string k)
 {
     switch(k) 
     {
         case "attributes":
             if (!fIsRelations)
             doc.startDumpBlock();
             break;
         case "geometry":
             fIsGeometry = true;
             break;
         case "featureAssociations":
             fIsRelations = true;
             break;
     }
 }