Package org.gdal.ogr
Class FieldDefn
- java.lang.Object
-
- org.gdal.ogr.FieldDefn
-
public class FieldDefn extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()booleanequals(java.lang.Object obj)java.lang.StringGetDefault()intGetFieldType()java.lang.StringGetFieldTypeName(int type)intGetJustify()java.lang.StringGetName()java.lang.StringGetNameRef()intGetPrecision()intGetSubType()java.lang.StringGetTypeName()intGetWidth()inthashCode()intIsDefaultDriverSpecific()intIsIgnored()intIsNullable()voidSetDefault(java.lang.String pszValue)voidSetIgnored(int bIgnored)voidSetJustify(int justify)voidSetName(java.lang.String name)voidSetNullable(int bNullable)voidSetPrecision(int precision)voidSetSubType(int type)voidSetType(int type)voidSetWidth(int width)
-
-
-
Method Detail
-
delete
public void delete()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.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()
-
-