Package org.gdal.gdal
Class AlgorithmArg
java.lang.Object
org.gdal.gdal.AlgorithmArg
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()booleanbooleandoubleintintintintbooleandoubleintintGetMetadataItem(String item) intGetName()booleanbooleanintGetType()booleaninthashCode()booleanbooleanIsHidden()booleanbooleanbooleanIsInput()booleanIsOutput()booleanbooleanbooleanSetAsBoolean(boolean value) booleanSetAsDatasetValue(ArgDatasetValue value) booleanSetAsDouble(double value) booleanSetAsDoubleList(double[] nList) booleanSetAsInteger(int value) booleanSetAsIntegerList(int[] nList) booleanSetAsString(String value) booleanSetAsStringList(Vector value) booleanSetDataset(Dataset ds) booleanSetDatasetNames(Vector names)
-
Method Details
-
delete
public void delete() -
equals
-
hashCode
-
GetName
-
GetType
public int GetType() -
GetDescription
-
GetShortName
-
GetAliases
-
GetMetaVar
-
GetCategory
-
IsPositional
public boolean IsPositional() -
IsRequired
public boolean IsRequired() -
GetMinCount
public int GetMinCount() -
GetMaxCount
public int GetMaxCount() -
GetPackedValuesAllowed
public boolean GetPackedValuesAllowed() -
GetRepeatedArgAllowed
public boolean GetRepeatedArgAllowed() -
GetChoices
-
GetMetadataItem
-
IsExplicitlySet
public boolean IsExplicitlySet() -
HasDefaultValue
public boolean HasDefaultValue() -
GetDefaultAsBoolean
public boolean GetDefaultAsBoolean() -
GetDefaultAsString
-
GetDefaultAsInteger
public int GetDefaultAsInteger() -
GetDefaultAsDouble
public double GetDefaultAsDouble() -
GetDefaultAsStringList
-
IsHidden
public boolean IsHidden() -
IsHiddenForCLI
public boolean IsHiddenForCLI() -
IsHiddenForAPI
public boolean IsHiddenForAPI() -
IsInput
public boolean IsInput() -
IsOutput
public boolean IsOutput() -
GetDatasetType
public int GetDatasetType() -
GetDatasetInputFlags
public int GetDatasetInputFlags() -
GetDatasetOutputFlags
public int GetDatasetOutputFlags() -
GetMutualExclusionGroup
-
GetAsBoolean
public boolean GetAsBoolean() -
GetAsString
-
GetAsInteger
public int GetAsInteger() -
GetAsDouble
public double GetAsDouble() -
GetAsDatasetValue
-
GetAsStringList
-
SetAsBoolean
public boolean SetAsBoolean(boolean value) -
SetAsString
-
SetAsInteger
public boolean SetAsInteger(int value) -
SetAsDouble
public boolean SetAsDouble(double value) -
SetAsDatasetValue
-
SetAsStringList
-
SetAsIntegerList
public boolean SetAsIntegerList(int[] nList) -
SetAsDoubleList
public boolean SetAsDoubleList(double[] nList) -
SetDataset
-
SetDatasetNames
-