Specifies the location in the image where the pixel resolution will
be calculated: the center of the image or a user-defined line and
sample in the image.
Type
| string |
Default
| CENTER |
Option List:
|
Option |
Brief |
Description |
CENTER | Get the pixel resolution from the center of the image |
The pixel resolution will be obtained from the center line and
sample of the image.
Exclusions
|
USER | Get the pixel resolution from a user defined line and sample |
The pixel resolution will be obtained from a user defined line and
sample in the image file.
Inclusions
|
|
This is the line number in the input image where the pixel
resolution will be calculated at.
This is the sample number in the input image where the pixel
resolution will be calculated at.
Specifies the units of measurement to use for the bar scale. Must
be METER or KILOMETER.
Type
| string |
Default
| KILOMETER |
Option List:
|
Option |
Brief |
Description |
KILOMETER | Bar scale unit of measurement |
The bar scale will be created using KILOMETER as its unit of
measurement.
|
METER | Bar scale unit of measurement |
The bar scale will be created using METER as its unit of
measurement.
|
|
If this value is greater than zero, then there will be a left
hand side to the scale and the LEFTLIMIT will be the limit
in UNITS of that side of the scale.
Type
| integer |
Default
| 0 |
Minimum
| 0
(inclusive)
|
This is the number of segments that the left side of the
scale will be divided into.
Type
| integer |
Internal Default
| None |
Minimum
| 1
(inclusive)
|
This value must be greater than zero. It is the limit in
UNITS of the right side of the scale.
Type
| integer |
Default
| 1 |
Minimum
| 0
(exclusive)
|
This is the number of segments that the right side of the
scale will be divided into.
Type
| integer |
Default
| 1 |
Minimum
| 1
(inclusive)
|
This is the line in the input image file where the upper left
corner of the bar scale will be placed.
Type
| integer |
Internal Default
| None |
This is the sample in the input image file where the upper left
corner of the bar scale will be placed.
Type
| integer |
Internal Default
| None |
This is the number of pixels that will be used in the vertical
dimension of the bar scale. This value has to be at least 5
to create a bar scale.
Type
| integer |
Default
| 50 |
Minimum
| 5
(inclusive)
|
Specifies the background color to user for the scale bar. If the
background is black, then the lines and text will be white. If the
background is white, then the lines and text will be black.
Type
| string |
Default
| WHITE |
Option List:
|
Option |
Brief |
Description |
BLACK | Bar scale background will be black |
The bar scale will be created using a background color of black.
All lines and text used to make the bar scale will be white.
|
WHITE | Bar scale background will be white |
The bar scale will be created using a background color of white.
All lines and text used to make the bar scale will be black.
|
|
This is the height in pixels of the text that will be written
above/below the bar scale.
Type
| integer |
Default
| 50 |
Minimum
| 10
(inclusive)
|
Specifies the location of the text in relation to the bar scale. The
text can be printed either above or below the bar scale.
Type
| string |
Default
| ABOVE |
Option List:
|
Option |
Brief |
Description |
ABOVE | Print text above the bar scale |
Print the text above the bar scale.
|
BELOW | Print text below the bar scale |
Print the text below the bar scale.
|
|
Determines if the bar scale will be written directly on the
image file at the line,sample specified, or if the bar scale
will be written and appended to the bottom of the image file.
The user will still need to specify the upper left sample of
the bar scale.
Type
| boolean |
Default
| FALSE |
Exclusions
|
|
Inclusions
|
|
This determines how the bar scale will be placed in the padding that is added
to the image. The three options are LEFT justified, CENTER, or RIGHT justified.
Type
| string |
Default
| LEFT |
Option List:
|
Option |
Brief |
Description |
LEFT | Left justify the bar scale in the padding |
Left justify the bar scale in the padding at the bottom of the image. The
bar scale will be placed so that the leftmost part of the bar scale (including
text) is 10 pixels in from the left side of the image.
|
CENTER | Center the bar scale in the padding |
The bar scale will be placed in the padding at the bottom of the image so that the
center of the scale is at the center sample of the image
|
RIGHT | Right justify the bar scale in the padding |
Right justify the bar scale in the padding at the bottom of the image. The
bar scale will be placed so that the rightmost part of the bar scale (including
text) is 10 pixels in from the right side of the image.
|
|