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