日本語のみで絞り込む
2021/3/30 -Data converted to a text file can be opened with a text editor. The instructions provided describe how to export coordinates of polygon vertices to a TXT file.
2015/12/6 -The first line is the number of polygon shapes, then the each x/y (separated by commas) points are separated by :'s and then a | separates the rgb color value.
2016/9/21 -This method demonstrates how to create a polygon from an array. You will need to build your coordinates into a list to loop through and create ...
2020/11/3 -I woul like to create a groovy script to extract only the coordinates of the edge points of the polygons and save them to a text or csv file.
2019/1/16 -I want to be able to type some text using a particular font onto a map or layout, then actually convert that text graphic into a polygon feature spatially ...
Converts a raster dataset to polygon features. Usage. The input raster can have any cell size and must be a valid integer raster dataset. The ...
2019/5/4 -In my dataset, images are PNG and corresponding annotation/ polygon masks are in .txt file. I am tying to figure out how to load this data.
2018/3/16 -I have a text file that contains attribute information and coordinates of points representing polygon vertices. Here is a simplified example ...
Text files that represent polygons should be in the following format: The first line should contain the word Polygon to indicate the geometry type and the ...
2023/12/7 -You can use JSON.parse() to deserialize the data, i.e. convert it from a format that is well-suited for transmission (like a raw text string) to ...