Provides access to members that control information defining a seamline task.
Members
Name | Description | |
---|---|---|
BaseSeamline | The base seamline which is used to create the final seamline. | |
CellSize | The cell size at which seamlines are computed. | |
DifferenceRaster | The difference raster built using the selected item raster and the accumulated mosaic raster. | |
EndPoint | The recommended end point for the creation of the seamline. | |
InitialPath | The initial path which is to be modified to create the final seamline. | |
ItemGeometry | The footprint geometry of the item for which the seamline is being computed. | |
ItemID | The object ID of the item for which the seamline is being computed. | |
ItemRaster | The item raster for which the seamline is being computed. | |
MaxOverlapWidth | The overlap width. | |
MosaicFunction | The mosaic function associated with the mosaic dataset. | |
MosaicGeometry | The geometry of the mosaic built using all items that appear below the selected item. | |
MosaicItemIDs | The object IDs of all items that appear below the selected item. | |
MosaicRaster | The mosaic raster used for computing the seamline | |
RequestSize | The request size. | |
RequestSizeType | The unit of the value specified for the 'RequestSize' property. | |
StartPoint | The recommended start point for the creation of the seamline. |
ISeamlineTaskInfo4.InitialPath Property
The initial path which is to be modified to create the final seamline.
Public Property InitialPath As IGeometry
public IGeometry InitialPath {get; set;}
ISeamlineTaskInfo4.MaxOverlapWidth Property
The overlap width.
Public Property MaxOverlapWidth As Double
public double MaxOverlapWidth {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
ISeamlineTaskInfo3 | Provides access to members that control information defining a seamline task. |
ISeamlineTaskInfo2 | Provides access to members that control information defining a seamline task. |
ISeamlineTaskInfo | Provides access to members that control information defining a seamline task. |
Classes that implement ISeamlineTaskInfo4
Classes | Description |
---|---|
SeamlineTaskInfo | A seamline task information object. |