Example #1
0
 protected override void Write(EmptyPolygon polygon)
 {
     this.WriteIdent <Polygon>();
     this.writer.Write(SPACE);
     this.writer.Write(EMPTY);
 }
Example #2
0
 protected abstract void Write(EmptyPolygon polygon);
Example #3
0
 protected override void Write(EmptyPolygon polygon)
 {
     throw new NotImplementedException();
 }