Beispiel #1
0
 public TASNodeErrorStatus GetRenderedMapTileWithRepresentColor(long projectId, TASNodeRequestDescriptor requestDescr,
                                                                TICDisplayMode mode, TColourPalettes palettes, TWGS84Point bl, TWGS84Point tr, bool coordsAreGrid,
                                                                ushort width, ushort height, TICFilterSettings filter1, TICFilterSettings filter2, TSVOICOptions options,
                                                                TVLPDDesignDescriptor design, TComputeICVolumesType volumetype, uint representColor, out MemoryStream tile)
 {
     return(client.GetRenderedMapTileWithRepresentColor(projectId, requestDescr, mode, palettes, bl, tr, coordsAreGrid, width, height,
                                                        filter1, filter2, options, design, volumetype, representColor, out tile));
 }
Beispiel #2
0
 public TASNodeErrorStatus RequestDataPatchPageWithTime(
     long dataModelID, TASNodeRequestDescriptor requestDescr, TICDisplayMode mode, TICFilterSettings filter1, TICFilterSettings filter2, TVLPDDesignDescriptor design, TComputeICVolumesType volumetype,
     TSVOICOptions options, int dataPatchPage,
     int dataPatchSize, out MemoryStream Patch, out int numPatches)
 {
     return(client.RequestDataPatchPageWithTime(dataModelID, requestDescr, mode, filter1, filter2,
                                                options, design, volumetype, dataPatchPage, dataPatchSize, out Patch, out numPatches));
 }