代码搜索:shapefile
找到约 237 项符合「shapefile」的源代码
代码结果 237
www.eeworm.com/read/159050/5588555
pl shpinfo.pl
#!/usr/bin/perl
use XBase;
use mapscript;
use Getopt::Long;
%types = ( '1' => 'point',
'3' => 'arc',
'5' => 'polygon',
'8' => 'multipoint'
);
&GetOptions("
www.eeworm.com/read/159050/5588556
pl dump.pl
#!/usr/bin/perl
use mapscript;
use Getopt::Long;
%types = ( '1' => 'point',
'3' => 'arc',
'5' => 'polygon',
'8' => 'multipoint'
);
&GetOptions("file=s", \$file);
if(!$file) {
print
www.eeworm.com/read/159050/5588565
cs shapeinfo.cs
using System;
using System.Collections;
/**
* Title: Mapscript shapeinfo example.
* Description: A Java based mapscript example to dump information from a shapefile.
* @author