]> wagner.pp.ru Git - sites/home_page.git/blobdiff - geography/fGIS/man/projection.n.html
Added fGIS
[sites/home_page.git] / geography / fGIS / man / projection.n.html
diff --git a/geography/fGIS/man/projection.n.html b/geography/fGIS/man/projection.n.html
new file mode 100644 (file)
index 0000000..a93bb9a
--- /dev/null
@@ -0,0 +1,147 @@
+<!-- manual page source format generated by PolyglotMan v3.0.4, -->
+<!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->
+
+<HTML>
+<HEAD>
+<TITLE>projection(n) manual page</TITLE>
+</HEAD>
+<BODY>
+<A HREF="#toc">Table of Contents</A><P>
+.SH NAME<BR>
+
+projection \- Create and manipulate projection objects
+<P>
+.SH SYNOPSIS<BR>
+
+\fB projection \fItype\fR ?\fIparameters\fR?<BR>
+
+.PP
+<P>
+.SH DESCRIPTION<BR>
+
+.PP
+
+<H2><A NAME="sect0" HREF="#toc0">This command creates projection object, used to recalculate geographic</A></H2>
+
+<P>
+coordinates (latitude and longitude) into map projection coodrinates.
+.PP<BR>
+
+\fBprojection\fR command takes list of options and
+returns name of newly created projection object.
+
+<H2><A NAME="sect1" HREF="#toc1">Name of object can be used as Tcl command which have several subcommands</A></H2>
+
+<P>
+(see \fBPROJECTION SUBCOMMANDS\fR below) used for manipulation
+of projections.
+<P>
+.SH PROJECTION TYPES
+
+<H2><A NAME="sect2" HREF="#toc2">Most important property of projection is projection type. fGIS supports</A></H2>
+
+<P>
+following types of projections:
+<P>
+\&raquo; list should be here
+<P>
+.SH PROJECTION OPTIONS
+<P>
+\&raquo; list should be here
+<P>
+.SH PROJECTION SUBCOMMANDS<BR>
+
+.TP 8<BR>
+
+\fIprojName \fBforward\fI long lat\fR<BR>
+
+recieves two arguments - geographic longitude and latitude as degrees in
+decimal format and returs list of two double values representing map
+coordinates in meters.
+<P>
+.TP 8<BR>
+
+\fIprojName \fBbackward\fI X Y \fR<BR>
+
+performs backword transformation - given map coordinates in meters
+returns longitude and latitude in decimal degrees,
+.TP 8<BR>
+
+\fIprojName \fBformat\fI X Y\fR ?\fB-format\fI formatString\fR
+
+<H2><A NAME="sect3" HREF="#toc3">Returns formatted representation of latitude and longitude. String</A></H2>
+
+<P>
+can contain following escapes sequences:<BR>
+
+.RS<BR>
+
+.TP<BR>
+
+\fB%lt\fR<BR>
+
+unsigned latitude in DDMMSS format<BR>
+
+.TP<BR>
+
+\fB%lg\fR<BR>
+
+unsigned longitude in DDMMSS format<BR>
+
+.TP<BR>
+
+\fB%-t\fR \fB%-g\fR<BR>
+
+optionally signed latitude and longitude in DDMMSS format
+.TP<BR>
+
+\fB%+t\fR \fB%+g\fR<BR>
+
+explicitely signed latitude and longitude in DDMMSS format
+.TP<BR>
+
+\fB%lG %lT %-G %-T %+G %+T\fR<BR>
+
+same as above, but in decimal fractions of degree
+.TP<BR>
+
+\fB%dl %dg\fR<BR>
+
+direction indicator - letters N and S for latitude and E and W for
+longitude (or some other national language values as defined in fgis.rc
+file).<BR>
+
+.RE<BR>
+
+
+<H2><A NAME="sect4" HREF="#toc4">If \fIformatString\fR omitted, default &laquo;%lt%dt %lg%dg&raquo; is used.</A></H2>
+
+<P>
+.TP 8<BR>
+
+\fIprojName\fB dump\fR<BR>
+
+returns argumets for projection command used to create this projection
+object.<BR>
+
+.TP 8<BR>
+
+\fIprojName\fB delete\fR<BR>
+
+destroys projection object.
+<P>
+.SH &laquo;SEE ALSO"
+<P>
+.BR proj &laquo;(1), &laquo; pj_init &laquo;(3), &laquo; transform (1)
+<P>
+
+<HR><P>
+<A NAME="toc"><B>Table of Contents</B></A><P>
+<UL>
+<LI><A NAME="toc0" HREF="#sect0">This command creates projection object, used to recalculate geographic</A></LI>
+<LI><A NAME="toc1" HREF="#sect1">Name of object can be used as Tcl command which have several subcommands</A></LI>
+<LI><A NAME="toc2" HREF="#sect2">Most important property of projection is projection type. fGIS supports</A></LI>
+<LI><A NAME="toc3" HREF="#sect3">Returns formatted representation of latitude and longitude. String</A></LI>
+<LI><A NAME="toc4" HREF="#sect4">If \fIformatString\fR omitted, default "%lt%dt %lg%dg" is used.</A></LI>
+</UL>
+</BODY></HTML>