IClassifyFunctionArguments Interface

Provides access to members that control Classify function arguments.

Members

Name Description
Read/write property AddedFrameWidth Width of safety frame added around pixel block, in pixel. Optional. Default is 128.
Read/write property ClassifierDefinition The trained classifier definition json object.
Read/write property ClassifierDefinitionFile The trained classifier definition file.
Read/write property Raster The source raster object.
Read/write property Raster2 The second source raster object, optional.

IClassifyFunctionArguments.AddedFrameWidth Property

Width of safety frame added around pixel block, in pixel. Optional. Default is 128.

Public Property AddedFrameWidth As Integer
public int AddedFrameWidth {get; set;}

IClassifyFunctionArguments.ClassifierDefinition Property

The trained classifier definition json object.

Public Property ClassifierDefinition As IJSONObject
public IJSONObject ClassifierDefinition {get; set;}

IClassifyFunctionArguments.ClassifierDefinitionFile Property

The trained classifier definition file.

Public Property ClassifierDefinitionFile As String
public string ClassifierDefinitionFile {get; set;}

IClassifyFunctionArguments.Raster Property

The source raster object.

Public Property Raster As Object
public object Raster {get; set;}

IClassifyFunctionArguments.Raster2 Property

The second source raster object, optional.

Public Property Raster2 As Object
public object Raster2 {get; set;}

Classes that implement IClassifyFunctionArguments

Classes Description
ClassifyFunctionArguments A class for classify raster function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.