Package org.gdal.ogr

Class GeomFieldDefn


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

      • GeomFieldDefn

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

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

        public GeomFieldDefn()
    • 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)
      • GetType

        public int GetType()
      • SetType

        public void SetType​(int type)
      • IsIgnored

        public int IsIgnored()
      • SetIgnored

        public void SetIgnored​(int bIgnored)
      • IsNullable

        public int IsNullable()
      • SetNullable

        public void SetNullable​(int bNullable)