Package org.gdal.ogr

Class FieldDefn


  • public class FieldDefn
    extends java.lang.Object
    • Constructor Detail

      • FieldDefn

        public FieldDefn​(java.lang.String name_null_ok,
                         int field_type)
      • FieldDefn

        public FieldDefn​(java.lang.String name_null_ok)
      • FieldDefn

        public FieldDefn()
    • 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()
      • GetNameRef

        public java.lang.String GetNameRef()
      • SetName

        public void SetName​(java.lang.String name)
      • 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 java.lang.String GetTypeName()
      • GetFieldTypeName

        public java.lang.String GetFieldTypeName​(int type)
      • IsIgnored

        public int IsIgnored()
      • SetIgnored

        public void SetIgnored​(int bIgnored)
      • IsNullable

        public int IsNullable()
      • SetNullable

        public void SetNullable​(int bNullable)
      • GetDefault

        public java.lang.String GetDefault()
      • SetDefault

        public void SetDefault​(java.lang.String pszValue)
      • IsDefaultDriverSpecific

        public int IsDefaultDriverSpecific()