Provides access to members that control information defining a seamline task.
Members
Name | Description | |
---|---|---|
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. | |
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. | |
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. | |
RequestSize | The request size. | |
StartPoint | The recommended start point for the creation of the seamline. |
ISeamlineTaskInfo.CellSize Property
The cell size at which seamlines are computed.
Public Property CellSize As IPoint
public IPoint CellSize {get; set;}
ISeamlineTaskInfo.DifferenceRaster Property
The difference raster built using the selected item raster and the accumulated mosaic raster.
Public Property DifferenceRaster As IRaster
public IRaster DifferenceRaster {get; set;}
ISeamlineTaskInfo.EndPoint Property
The recommended end point for the creation of the seamline.
Public Property EndPoint As IPoint
public IPoint EndPoint {get; set;}
ISeamlineTaskInfo.ItemGeometry Property
The footprint geometry of the item for which the seamline is being computed.
Public Property ItemGeometry As IGeometry
public IGeometry ItemGeometry {get; set;}
ISeamlineTaskInfo.ItemID Property
The object ID of the item for which the seamline is being computed.
Public Property ItemID As Integer
public int ItemID {get; set;}
ISeamlineTaskInfo.MosaicFunction Property
The mosaic function associated with the mosaic dataset.
Public Property MosaicFunction As IMosaicFunction
public IMosaicFunction MosaicFunction {get; set;}
ISeamlineTaskInfo.MosaicGeometry Property
The geometry of the mosaic built using all items that appear below the selected item.
Public Property MosaicGeometry As IGeometry
public IGeometry MosaicGeometry {get; set;}
ISeamlineTaskInfo.MosaicItemIDs Property
The object IDs of all items that appear below the selected item.
Public Property MosaicItemIDs As IFIDSet
public IFIDSet MosaicItemIDs {get; set;}
ISeamlineTaskInfo.RequestSize Property
The request size.
Public Property RequestSize As Integer
public int RequestSize {get; set;}
ISeamlineTaskInfo.StartPoint Property
The recommended start point for the creation of the seamline.
Public Property StartPoint As IPoint
public IPoint StartPoint {get; set;}
Classes that implement ISeamlineTaskInfo
Classes | Description |
---|---|
SeamlineTaskInfo | A seamline task information object. |