Package org.gdal.ogr

Class FieldDefn

java.lang.Object
org.gdal.ogr.FieldDefn

public class FieldDefn extends Object
  • Constructor Details

    • FieldDefn

      public FieldDefn(String name_null_ok, int field_type)
    • FieldDefn

      public FieldDefn(String name_null_ok)
    • FieldDefn

      public FieldDefn()
  • Method Details

    • delete

      public void delete()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

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

      public String GetName()
    • GetNameRef

      public String GetNameRef()
    • SetName

      public void SetName(String name)
    • GetAlternativeName

      public String GetAlternativeName()
    • GetAlternativeNameRef

      public String GetAlternativeNameRef()
    • SetAlternativeName

      public void SetAlternativeName(String alternativeName)
    • GetFieldType

      public int GetFieldType()
    • SetType

      public void SetType(int type)
    • GetSubType

      public int GetSubType()
    • SetSubType

      public void SetSubType(int type)
    • GetJustify

      public int GetJustify()
    • SetJustify

      public void SetJustify(int justify)
    • GetWidth

      public int GetWidth()
    • SetWidth

      public void SetWidth(int width)
    • GetPrecision

      public int GetPrecision()
    • SetPrecision

      public void SetPrecision(int precision)
    • GetTypeName

      public String GetTypeName()
    • GetFieldTypeName

      public String GetFieldTypeName(int type)
    • IsIgnored

      public int IsIgnored()
    • SetIgnored

      public void SetIgnored(int bIgnored)
    • IsNullable

      public int IsNullable()
    • SetNullable

      public void SetNullable(int bNullable)
    • IsUnique

      public int IsUnique()
    • SetUnique

      public void SetUnique(int bUnique)
    • GetDefault

      public String GetDefault()
    • SetDefault

      public void SetDefault(String pszValue)
    • IsDefaultDriverSpecific

      public int IsDefaultDriverSpecific()
    • GetDomainName

      public String GetDomainName()
    • SetDomainName

      public void SetDomainName(String name)