-
-
Notifications
You must be signed in to change notification settings - Fork 374
PerlpointObj
Thomas Bonfort edited this page Apr 6, 2012
·
2 revisions
#!perl
$point = new mapscript::pointObj();
$point->{x} = 100;
$pointx = $point->{x};
$pointy = $point->{y};
my $distance = $point->distanceToPoint($garagepoint);
$point->project($in_proj,$out_proj);
my $point = $label->{point};
$box_minx = $point->{x} - 15;
$line->add($point);
----
back to PerlMapScrip