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 properties (Set, Get):, INPUT_SEGMENT, INPUT_URI, OUTPUT_RASTERSERIES_URI
Output properties (Get only): OUTPUT_RASTERSERIES
Properties marked as "Set" are those that you can set to specific values. You can also retrieve their current values any time. Properties marked as "Get" are those whose values you can retrieve but not set.
Methods
This task inherits the following methods from ENVITask:
AddParameter
Execute
Parameter
ParameterNames
RemoveParameter
Properties
This task inherits the following properties from ENVITask:
COMMUTE_ON_DOWNSAMPLE
COMMUTE_ON_SUBSET
DESCRIPTION
DISPLAY_NAME
NAME
REVISION
TAGS
This task also contains the following properties:
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
This is a reference to the output raster series.
OUTPUT_RASTERSERIES_URI (optional)
Specify a string with the fully qualified path and filename for OUTPUT_RASTERSERIES.
Version History
API Version
4.3
See Also
ENVITask, ENVIRasterSeries