예제 #1
0
파일: WktWriter.cs 프로젝트: basp/aegis
 protected override void Write(EmptyPoint point)
 {
     this.WriteIdent <Point>();
     this.writer.Write(SPACE);
     this.writer.Write(EMPTY);
 }
예제 #2
0
 protected abstract void Write(EmptyPoint point);
예제 #3
0
 protected override void Write(EmptyPoint point)
 {
     throw new NotImplementedException();
 }