X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=geography%2FfGIS%2Fman%2Fprojection.n.html;fp=geography%2FfGIS%2Fman%2Fprojection.n.html;h=a93bb9af6380f332b8c7318d99092de20bcef255;hb=e8890a31f945acef02c617264aa041a6ace03366;hp=0000000000000000000000000000000000000000;hpb=9766a16a9d842ad56bfda8c0444ffa96e14cfe37;p=sites%2Fhome_page.git diff --git a/geography/fGIS/man/projection.n.html b/geography/fGIS/man/projection.n.html new file mode 100644 index 0000000..a93bb9a --- /dev/null +++ b/geography/fGIS/man/projection.n.html @@ -0,0 +1,147 @@ + + + + + +projection(n) manual page + + +Table of Contents

+.SH NAME
+ +projection \- Create and manipulate projection objects +

+.SH SYNOPSIS
+ +\fB projection \fItype\fR ?\fIparameters\fR?
+ +.PP +

+.SH DESCRIPTION
+ +.PP + +

This command creates projection object, used to recalculate geographic

+ +

+coordinates (latitude and longitude) into map projection coodrinates. +.PP
+ +\fBprojection\fR command takes list of options and +returns name of newly created projection object. + +

Name of object can be used as Tcl command which have several subcommands

+ +

+(see \fBPROJECTION SUBCOMMANDS\fR below) used for manipulation +of projections. +

+.SH PROJECTION TYPES + +

Most important property of projection is projection type. fGIS supports

+ +

+following types of projections: +

+\» list should be here +

+.SH PROJECTION OPTIONS +

+\» list should be here +

+.SH PROJECTION SUBCOMMANDS
+ +.TP 8
+ +\fIprojName \fBforward\fI long lat\fR
+ +recieves two arguments - geographic longitude and latitude as degrees in +decimal format and returs list of two double values representing map +coordinates in meters. +

+.TP 8
+ +\fIprojName \fBbackward\fI X Y \fR
+ +performs backword transformation - given map coordinates in meters +returns longitude and latitude in decimal degrees, +.TP 8
+ +\fIprojName \fBformat\fI X Y\fR ?\fB-format\fI formatString\fR + +

Returns formatted representation of latitude and longitude. String

+ +

+can contain following escapes sequences:
+ +.RS
+ +.TP
+ +\fB%lt\fR
+ +unsigned latitude in DDMMSS format
+ +.TP
+ +\fB%lg\fR
+ +unsigned longitude in DDMMSS format
+ +.TP
+ +\fB%-t\fR \fB%-g\fR
+ +optionally signed latitude and longitude in DDMMSS format +.TP
+ +\fB%+t\fR \fB%+g\fR
+ +explicitely signed latitude and longitude in DDMMSS format +.TP
+ +\fB%lG %lT %-G %-T %+G %+T\fR
+ +same as above, but in decimal fractions of degree +.TP
+ +\fB%dl %dg\fR
+ +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).
+ +.RE
+ + +

If \fIformatString\fR omitted, default «%lt%dt %lg%dg» is used.

+ +

+.TP 8
+ +\fIprojName\fB dump\fR
+ +returns argumets for projection command used to create this projection +object.
+ +.TP 8
+ +\fIprojName\fB delete\fR
+ +destroys projection object. +

+.SH «SEE ALSO" +

+.BR proj «(1), « pj_init «(3), « transform (1) +

+ +


+Table of Contents

+

+