Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,262 for

layer styles

(0.07 sec)
  1. GeoTIFF to SVG Converter|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....an image map using a GeoTIFF layer. Then we save the map to SVG...system for the map, all loaded layers will be converted to it. The...

    docs.aspose.com/gis/net/geotiff-to-svg/
  2. SHP to JPEG Converter|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....create an image map using a SHP layer. Then we save the map to JPEG...system for the map, all loaded layers will be converted to it. The...

    docs.aspose.com/gis/net/shp-to-jpeg/
  3. mapinfo-tab Viewer API in C#

    Develop a mapinfo-tab viewer with an API designed specifically for net / C# developers....Combine several layers on one map image. Apply styles for points,...lines, and polygons. Import styles in SLD format. Draw labels...

    products.aspose.com/gis/net/viewer/mapinfo-tab
  4. esri-ascii Viewer API in C#

    Develop a esri-ascii viewer with an API designed specifically for net / C# developers....Combine several layers on one map image. Apply styles for points,...lines, and polygons. Import styles in SLD format. Draw labels...

    products.aspose.com/gis/net/viewer/esri-ascii
  5. topojson Viewer API in C#

    Develop a topojson viewer with an API designed specifically for net / C# developers....Combine several layers on one map image. Apply styles for points,...lines, and polygons. Import styles in SLD format. Draw labels...

    products.aspose.com/gis/net/viewer/topojson
  6. geotiff Viewer API in C#

    Develop a geotiff viewer with an API designed specifically for net / C# developers....Combine several layers on one map image. Apply styles for points,...lines, and polygons. Import styles in SLD format. Draw labels...

    products.aspose.com/gis/net/viewer/geotiff
  7. Edit PSD document via .NET | products.aspose.com

    C# source code to edit the PSD file on .NET Framework, .NET Core....instance of PsdImage for access to Layers, Resources, and other and other...add new layers to the PSD file using C#. Create/Add Layers - C#...

    products.aspose.com/psd/net/editor/psd/
  8. mapinfo-mif Viewer API in C#

    Develop a mapinfo-mif viewer with an API designed specifically for net / C# developers....Combine several layers on one map image. Apply styles for points,...lines, and polygons. Import styles in SLD format. Draw labels...

    products.aspose.com/gis/net/viewer/mapinfo-mif
  9. Aspose.GIS Updates: Editing Features and Geomet...

    This article explores the recent enhancements in the Aspose.GIS library, focusing on the new capabilities for detecting and saving geometry changes in a mapping application....connect the styles and scripts to the page: @section Styles { <link...by overlaying an additional layer on top of the tiles. When the...

    docs.aspose.com/gis/net/showcases/saving-change...
  10. Dwg转dwg图纸效果和原图不一样问题 - Free Support Forum - aspo...

    1.png (5.5 KB) 2.png (6.5 KB) 图1为原始的dwg,图2为转换后的dwg 并且数字30.78和46.3原来是线条,后面变成了粗体。 下面是我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); LoadOptions loadOptions = new LoadOptions(); load…...size; i++) { CadLayerTable layer = (CadLayerTable) cadImage.getLayers()...getLayers().get_Item(i); layer.setLineWeight((short) 0); } DwgOptions...

    forum.aspose.com/t/dwg-dwg/314402