Package org.gdal.gdal

Class AlgorithmArg


  • public class AlgorithmArg
    extends java.lang.Object
    • Method Detail

      • delete

        public void delete()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • GetName

        public java.lang.String GetName()
      • GetType

        public int GetType()
      • GetDescription

        public java.lang.String GetDescription()
      • GetShortName

        public java.lang.String GetShortName()
      • GetAliases

        public java.util.Vector GetAliases()
      • GetMetaVar

        public java.lang.String GetMetaVar()
      • GetCategory

        public java.lang.String 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

        public java.util.Vector GetChoices()
      • GetMetadataItem

        public java.util.Vector GetMetadataItem​(java.lang.String item)
      • IsExplicitlySet

        public boolean IsExplicitlySet()
      • HasDefaultValue

        public boolean HasDefaultValue()
      • IsHiddenForCLI

        public boolean IsHiddenForCLI()
      • IsOnlyForCLI

        public boolean IsOnlyForCLI()
      • IsInput

        public boolean IsInput()
      • IsOutput

        public boolean IsOutput()
      • GetMutualExclusionGroup

        public java.lang.String GetMutualExclusionGroup()
      • GetAsBoolean

        public boolean GetAsBoolean()
      • GetAsString

        public java.lang.String GetAsString()
      • GetAsInteger

        public int GetAsInteger()
      • GetAsDouble

        public double GetAsDouble()
      • GetAsStringList

        public java.util.Vector GetAsStringList()
      • SetAsBoolean

        public boolean SetAsBoolean​(boolean value)
      • SetAsString

        public boolean SetAsString​(java.lang.String value)
      • SetAsInteger

        public boolean SetAsInteger​(int value)
      • SetAsDouble

        public boolean SetAsDouble​(double value)
      • SetAsDatasetValue

        public boolean SetAsDatasetValue​(ArgDatasetValue value)
      • SetAsStringList

        public boolean SetAsStringList​(java.util.Vector value)
      • SetAsIntegerList

        public boolean SetAsIntegerList​(int[] nList)
      • SetAsDoubleList

        public boolean SetAsDoubleList​(double[] nList)
      • SetDataset

        public boolean SetDataset​(Dataset ds)
      • SetDatasetNames

        public boolean SetDatasetNames​(java.util.Vector names)