Package org.gdal.ogr

Class GeomFieldDefn

java.lang.Object
org.gdal.ogr.GeomFieldDefn

public class GeomFieldDefn extends Object
  • Constructor Details

    • GeomFieldDefn

      public GeomFieldDefn(String name_null_ok, int field_type)
    • GeomFieldDefn

      public GeomFieldDefn(String name_null_ok)
    • GeomFieldDefn

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

      public int GetType()
    • SetType

      public void SetType(int type)
    • GetSpatialRef

      public SpatialReference GetSpatialRef()
    • SetSpatialRef

      public void SetSpatialRef(SpatialReference srs)
    • IsIgnored

      public int IsIgnored()
    • SetIgnored

      public void SetIgnored(int bIgnored)
    • IsNullable

      public int IsNullable()
    • SetNullable

      public void SetNullable(int bNullable)