This task creates a raster series from one or more NITFs and an image segment to use as a baseline. The following rules determine the image segments that will be included in the raster series:
- If the baseline image segment is numeric (for example, '0123456789'), then all numeric image segments will be included.
- If the baseline image segment contains a hyphen, then all image segments with the same characters before the hyphen will be included. For example, if the baseline image segment is 'AB2-456789', then all image segments that start with 'AB2' will be included.
- If the baseline image segment contains a letter sequence followed by a numeric sequence, then all image segments that begin with the same letter sequence will be included. For example, if the baseline image segment is 'ABC3456789', then all image segments that start with 'ABC' will be included.
Syntax
Result = ENVITask('NITFToRasterSeries')
Input parameters (Set, Get):, INPUT_SEGMENT, INPUT_URI, OUTPUT_RASTERSERIES_URI
Output parameters (Get only): OUTPUT_RASTERSERIES
Parameters marked as "Set" are those that you can set to specific values. You can also retrieve their current values any time. Parameters marked as "Get" are those whose values you can retrieve but not set.
Input Parameters
INPUT_SEGMENT (required)
Specify an image segment baseline to use when adding rasters to the series.
INPUT_URI (required)
Specify one or more NITFs to use to create the raster series.
OUTPUT_RASTERSERIES_URI (optional)
Specify a string with the fully-qualified path and filename for OUTPUT_RASTERSERIES.
Output Parameters
OUTPUT_RASTERSERIES
This is a reference to the output raster series.
Methods
Execute
Parameter
ParameterNames
Properties
DESCRIPTION
DISPLAY_NAME
NAME
REVISION
TAGS
Version History
See Also
ENVITask, ENVIRasterSeries