Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 3,092 for

shp

(0.04 sec)
  1. Map Viewer APIs for .NET | products.aspose.com

    Develop map viewer through library designed specifically for .NET developers. Map Rendering APIs for Kml, GeoJson Gpx, Kml, and other files.... ESRI Shapefile: SHP, SHX, DBF GeoJSON: JSON, GeoJSON...

    products.aspose.com/gis/net/viewer/
  2. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your table workflows....foreach ( IShape shp in sld . Shapes ) if ( shp is ITable ) tbl...tbl = ( ITable ) shp ; // Sets the text for the first column of...

    docs.aspose.com/slides/net/manage-table/
  3. GeoJSON

    GeoJSON is a file format for representing geospatial data in JSON (JavaScript Object Notation) format. It is widely used in web mapping applications and can represent different types of geometries such as points, lines, and polygons....including SHP files. Here's an example of how to create a SHP file...

    products.aspose.com/gis/net/gis-formats/geojson
  4. Manage Presentation Tables in Java|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Java. Discover simple code examples to streamline your table workflows....for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; // Sets the text for the first...

    docs.aspose.com/slides/java/manage-table/
  5. Manage Presentation Tables in C++|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for C++. Discover simple code examples to streamline your table workflows....table found for ( const auto & shp : System :: IterateOver ( sld...> ( shp )) { tbl = System :: ExplicitCast < ITable > ( shp );...

    docs.aspose.com/slides/cpp/manage-table/
  6. Manage Presentation Properties on Android|Aspos...

    Master presentation properties in Aspose.Slides for Android via Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....rectangle shape with text IAutoShape shp = pres . getSlides (). get_Item...Rectangle , 50 , 50 , 150 , 50 ); shp . getTextFrame (). setText (...

    docs.aspose.com/slides/androidjava/presentation...
  7. Manage Presentation Tables on Android|Aspose.Sl...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Android. Discover simple Java code examples to streamline your table workflows....for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; // Sets the text for the first...

    docs.aspose.com/slides/androidjava/manage-table/
  8. Manage Presentation Tables in JavaScript|Aspose...

    Create & edit tables in PowerPoint slides with JavaScript and Aspose.Slides for Node.js. Discover simple code examples to streamline your table workflows.... size (); i ++ ) { let shp = sld . getShapes (). get_Item...instanceOf ( shp , "com.aspose.slides.ITable" )) { tbl = shp ; // Sets...

    docs.aspose.com/slides/nodejs-java/manage-table/
  9. Convert Shapefile to JSON GIS Data via .NET or ...

    Try our On-Premise APIs to convert Shapefile to JSON on .NET Framework, .NET Core, C#.... SHP is the file extension for one...

    products.aspose.com/gis/net/conversion/shapefil...
  10. Convert JSON to Shapefile GIS Data via .NET or ...

    Try our On-Premise APIs to convert JSON to Shapefile on .NET Framework, .NET Core, C#.... SHP is the file extension for one...

    products.aspose.com/gis/net/conversion/json-to-...