1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH OSSIM-OGEOM2OGEOM "1" "December 2015" "ossim-ogeom2ogeom 1.8.20" "User Commands"
.SH NAME
ossim-ogeom2ogeom \- ossim-ogeom2ogeom
.SH SYNOPSIS
.B ossim-ogeom2ogeom
[\fI\,options\/\fR] \fI\,<input file>\/\fR
.SH DESCRIPTION
Description:
ossim\-ogeom2ogeom takes an input geometry (or image) and creates a converted output geometry
.SH OPTIONS
.TP
\fB\-\-cg\fR
Create a coarse grid projection
.TP
\fB\-\-disable\-adjustments\fR
Current applies to coarse grid. It will try to make
the grid adjustable if the input projection is
adjustable
.TP
\fB\-\-disable\-elev\fR
Will disable the elevation
.TP
\fB\-\-disable\-notify\fR
Takes an argument. Arguments are ALL, WARN, NOTICE,
INFO, FATAL, DEBUG. If you want multiple disables then
just do multiple \fB\-\-disable\-notify\fR on the command line.
All argument are case insensitive. Default is all are
enabled.
.TP
\fB\-\-disable\-plugin\fR
Will disable the plugin loader
.TP
\fB\-\-noelev\fR
the projection but 0 out the elevation
.TP
\fB\-\-ossim\-logfile\fR
takes a logfile as an argument. All output messages
are redirected to the specified log file. By default
there is no log file and all messages are enabled.
.TP
\fB\-\-output\fR
Override the default output name
.TP
\fB\-\-rect\fR
4 values ulx uly width height
.TP
\fB\-\-rpc\fR
Create an RPC projection
.TP
\fB\-\-rpc\-gridsize\fR
defines the grid size for the rpc estimate default is
\fB\-\-rpc\-gridsize=\fR"10 10"
.TP
\fB\-\-tolerance\fR
Used as an error tolerance. Currently on coarse grid
uses it and is the pixel error for the estimate
.TP
\fB\-K\fR
specify individual keywords to add to the preferences
keyword list: name=value
.TP
\fB\-P\fR
specify a preference file to load
.TP
\fB\-T\fR
specify the classes to trace, ex:
ossimInit|ossimImage.*
will trace ossimInit and all ossimImage classes
.TP
\fB\-h\fR or \fB\-\-help\fR
Display this information
.SH "SEE ALSO"
The full documentation for
.B ossim-ogeom2ogeom
is maintained as a Texinfo manual. If the
.B info
and
.B ossim-ogeom2ogeom
programs are properly installed at your site, the command
.IP
.B info ossim-ogeom2ogeom
.PP
should give you access to the complete manual.
|