示例#1
0
 public udConvertItemInfo(udConvertContext context, UInt64 index)
 {
     this.convertContext = context;
     this.index          = index;
     pFilename           = IntPtr.Zero;
     pointsCount         = 0;
     pointsRead          = 0;
     estimatedResolution = 0;
     _srid = 0;
 }
示例#2
0
 public ConversionMetadata(udConvertContext convertContext)
 {
     this.convertContext = convertContext;
 }
示例#3
0
 public InputItems(udConvertContext convertContext)
 {
     this.convertContext = convertContext;
 }