GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Geo::GML::GeoPoint(3) User Contributed Perl Documentation Geo::GML::GeoPoint(3)

Geo::GML::GeoPoint - convert Geo::Point objects into GML

 my $geopoint = Geo::Surface->new(...);
 my $gml  = Geo::GML->new('WRITER', version => '3.2.1');
 my $data;
 $data->{..somewhere..} = $gml->GPtoGML($geopoint);

Convert Geo::Point objects into GML data structures. The implementation is partial: please help with providing me with examples.

$obj->GPtoGML($object, %options)
 -Option--Default
  srs     <from OBJECT>
    
srs => SRS-name
Overrule the projection name as found in the Geo::Point object, which is just a simple label. Be sure that your $object is in the correct projection, for instance via

   $gml->GPtoGML($gp->in('wgs84'), srs => 'EPGS:4326');
    

This module is part of Geo-GML distribution version 0.18, built on January 19, 2018. Website: http://perl.overmeer.net/CPAN/

Copyrights 2008-2018 by [Mark Overmeer]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/

2018-01-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.